@charset "UTF-8";
@font-face {
  font-family: "Oswald-Regular";
  src: url(../fonts/Oswald-Regular.ttf);
}
@font-face {
  font-family: "Roboto-Regular";
  src: url(../fonts/Roboto-Regular.ttf);
}
html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 3.5rem;
}

a {
  text-decoration: none;
  color: #fff;
  /* font-family: 'ProximaNova-Regular'; */
}

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #000 !important;
}

.white-text {
  color: #fff !important;
}

.black-text {
  color: #000 !important;
}

.bold {
  font-weight: bold;
}

.white-block h2 a {
  color: #000 !important;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

a.button {
  font-family: "Oswald-Regular";
}

button:focus {
  outline: 0;
  outline: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
a:focus,
a:active:focus,
a:focus {
  outline: 0;
}

/* .container-fluid.bg-black{
  height: 465px;
}
.container-fluid.bg-white{
  height: 465px;
} */
.page-title {
  filter: drop-shadow(0 0 0.25rem black);
}

#primary {
  padding: 0;
  margin-top: 20px;
}

/*----BACK TO TOP BUTTON-----*/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 999;
  border-radius: 50%;
}

#return-to-top img {
  margin: 0;
  max-width: 100%;
  width: 20px;
  position: relative;
  left: 11px;
  top: 8px;
  font-size: 20px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 999;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.4);
}

#return-to-top:hover img {
  color: #fff;
  top: 5px;
}

/*== Navbar ==*/
/* Mobile navbar icon */
#nav-icon2 {
  width: 30px;
  height: 30px;
  position: relative;
  padding-top: 5px;
  margin: 8px 0px 0px 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 10px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 20px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 3px;
  top: 8px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 8px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 3px;
  top: 17px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 17px;
}

/* End of Hamburger mob icon */
.bg-black {
  background-color: #000;
  position: relative;
}

.bg-white {
  background-color: #fff;
  position: relative;
}

.navbar.navbar-expand-md.bg-black {
  padding: 0 50px;
  position: fixed;
  top: 0px;
  z-index: 99;
  width: 100%;
}

.dropdown-toggle::after {
  transition: all 0.5s;
}

.menu-item.nav-item.show .dropdown-toggle::after {
  content: "";
  -ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg);
  transition: all 0.5s;
}

.navbar.navbar-expand-md.bg-black a {
  font-family: "Oswald-Regular";
}

.lang {
  width: 70px;
}

img.mob-logo {
  display: none;
}

.fas.fa-bars {
  color: #fff;
  font-size: 30px;
}

.contact-icons a.nav-link {
  padding-left: 0rem !important;
}

.small-icon {
  max-width: 100%;
  width: 35px;
}

.navbar-nav .active > .nav-link,
.navbar-nav .nav-link,
.navbar-nav .nav-link:hover,
a.navbar-lang {
  color: #fff !important;
}

.arrow {
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  margin-bottom: 3px;
}

/*==  Front page  ==*/
#gl {
  height: 100vh;
  width: 100%;
}

h2.text-center {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.row.bg-image {
  padding-top: 0px;
  position: relative;
}

img.front-img {
  max-width: 100%;
  width: 100%;
}

img.logo {
  filter: drop-shadow(0 0 0.75rem black);
  position: absolute;
  margin-top: 21%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 35%;
}

.gmap_canvas_row {
  padding: 0 15px;
}

.full-text.scrollbar-rail {
  max-height: 320px !important;
}

.scrolldownarr a,
.scrolldownarr_black a {
  position: absolute;
  bottom: 20%;
  left: 50%;
}

.scrolldownarr a span {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.scrolldownarr_black a span {
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}

.scrolldownarr a span,
.scrolldownarr_black a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
/*Block left, Block right*/
.block-left,
.block-right {
  width: 100%;
  overflow: hidden;
}

.block-left img,
.block-right img {
  display: inline-block;
  max-width: 100px;
}
@media screen and (min-width: 1600px) {
  .block-left img,
  .block-right img {
    max-width: 100%;
  }
}

/* block right(bg-white)*/
.block-right {
  background-color: #fff;
  color: #000;
}

.block-right img.smallimg {
  max-width: 10.2%;
  height: auto;
  float: right;
}

.block-right img.largeimg {
  max-width: 100%;
  width: 62%;
  opacity: 1;
  float: left;
}

/* block left(bg-bleck)*/
/* .block-left{
  background-color: #000;
  color: #fff;
} */
.block-left img.smallimg {
  max-width: 10.2%;
  height: auto;
  float: left;
}

.block-left img.largeimg {
  max-width: 100%;
  width: 62%;
  opacity: 1;
  float: right;
}

/* View*/
.view {
  max-width: 100%;
  width: 89%;
  height: auto;
  float: left;
  position: relative;
  text-align: left;
  cursor: default;
  transition: 0.2s ease-in;
}

.view img.largeimg {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  display: block;
  position: relative;
}

.view img.arrow-right {
  display: inline-block;
}

.view h2 {
  text-align: left;
  position: relative;
  padding-left: 10px;
  display: inline-block;
}

.view .full-text {
  position: absolute;
  padding: 0px 0px;
  text-align: left;
  margin: 0;
  top: 200px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.view.active.view-right .full-text {
  position: relative !important;
  visibility: visible;
  opacity: 1;
  position: relative;
  text-align: left;
  max-height: 220px;
  overflow-x: scroll;
  opacity: 1;
  text-align: justify;
  top: 0;
  padding-right: 25px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.view.active.view-left .full-text {
  position: relative !important;
  visibility: visible;
  opacity: 1;
  position: relative;
  text-align: left;
  max-height: 220px;
  overflow-x: scroll;
  opacity: 1;
  text-align: justify;
  top: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  /* margin-top: 25px; */
}

/* View left (bg-black)*/
.view-left .mask {
  /* background-color: rgba(0,0,0); */
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  width: 75%;
  height: auto;
  position: absolute;
  overflow: hidden;
  top: 15%;
  left: 2%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.view.active .mask {
  top: 0;
}
@media screen and (min-width: 1600px) {
  .view.active .mask {
    top: 30px;
  }
}

/* .view.active{
  display: none;
} */
/* .view p.sub-title{
  margin: 0 50px;
} */
.view-left .full-text p {
  position: relative;
  text-align: justify;
  /* padding-right: 15px; */
}

.view-right .full-text p {
  position: relative;
  text-align: justify;
  /* padding-left: 15px; */
}

.view-left .full-text p {
  color: #fff;
}

.view-right .full-text p {
  color: #000;
}

/* View right (bg-white)*/
.view-right .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  width: 75%;
  height: auto;
  position: absolute;
  overflow: hidden;
  top: 15%;
  right: 2%;
  text-align: right;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.view-right h2 {
  text-align: right;
  margin-right: 20px;
}

.view-right .sub-title {
  margin-right: 20px;
}

.view-right a.front-btn.vairak-black-btn {
  float: right;
}

.text-block {
  float: left;
  max-width: 100%;
  width: 37.5%;
  transform: translateY(25%);
  position: relative;
  top: 15%;
  left: 100px;
}

/*block left, block right active*/
.view.active .view-left .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 25%;
  left: 0%;
}

.view.active .view-right .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 25%;
  right: 0%;
}

.view.active.view-left h2 {
  text-align: left;
  position: relative;
  padding-left: 10px;
  display: inline-block;
}

.view.active.view-right h2 {
  text-align: right;
  position: relative;
  display: inline-block;
}

.view.view-left p.sub-title {
  padding-left: 10px;
}

.view a,
.view.active a {
  /* margin: 20px 0 0 45px; */
  transition: 0.5s;
}

/* .view-left.active .mask {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
} */
.view-left.active img.largeimg {
  -webkit-transform: translateX(83%);
  -moz-transform: translateX(83%);
  -o-transform: translateX(83%);
  -ms-transform: translateX(83%);
  transform: translateX(83%);
}

.view-right.active img.largeimg {
  -webkit-transform: translateX(-81.5%);
  -moz-transform: translateX(-81.5%);
  -o-transform: translateX(-81.5%);
  -ms-transform: translateX(-81.5%);
  transform: translateX(-81.5%);
}

/* .active .text-block{
  transform: translateY(50%);
} */
.view a.front-btn {
  display: inline-block;
  margin-left: 10px;
}

.view a.front-btn:hover {
  cursor: pointer;
}

.view.active a.front-btn {
  display: none;
}

.view.active a.vairak-white-btn {
  float: left;
  margin-right: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.view.active a.vairak-black-btn,
.view.active a.vairak-black-right-btn {
  float: right;
  margin-right: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

a.button.vairak-show.vairak-black-right-btn {
  margin-right: 10px;
}

/* The Close Button */
.view .mask .close {
  display: none;
}

.view.active .mask .close {
  display: block;
}

.close {
  font-size: 28px;
  margin-right: 0px;
  top: 0;
  z-index: 0;
}

.close img {
  max-width: 15px;
  z-index: 0;
}

.close.white {
  color: #fff;
  float: right;
}

.close.white img,
.close.black img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.5s ease;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transirion: 0.5s;
  -o-transition: 0.5s;
}

.close.white img:hover,
.close.black img:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: 0.5s ease;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transirion: 0.5s;
  -o-transition: 0.5s;
}

.close.black {
  color: #000;
  float: left;
  margin-left: 15px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*endof block left, block right*/
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
  padding-left: 10px;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SCROLLBAR RAIL ***************/
.about .scrollbar-rail {
  max-height: 310px;
}

.about .scrollbar-rail p {
  padding-right: 10px;
}

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #fff;
}

.scrollbar-rail.scrollbar-black > .scroll-element {
  background-color: #000;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #000;
}

.scrollbar-rail.scrollbar-black > .scroll-element .scroll-element_size {
  background-color: #fff;
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail.scrollbar-black > .scroll-element .scroll-bar {
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.scrollbar-rail.scrollbar-white > .scroll-element .scroll-bar {
  background-color: #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scroll-bar {
  height: 15px !important;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -4px;
  margin-left: 17px;
  padding-right: 15px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 15px;
  border-radius: 50%;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 20px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 7px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -25px;
}

.scrollbar-rail
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -25px;
}

.scrollbar-rail
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -25px;
}

.scrollbar-rail
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -25px;
}

.about {
  background-color: #fff;
}

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

.col-md-6.text.white-block {
  width: 100%;
  padding: 25px;
  color: #000;
  max-height: 360px;
  /* overflow-x: scroll; */
}

.wrapped {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
}

a.vairak-white-btn {
  min-width: 155px;
  padding: 7px 46px 7px 16px;
  background-color: #fff;
  /* box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-white 2s infinite; */
  color: #000;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}

.flex-lg-nowrap a.vairak-white-btn,
.flex-lg-nowrap a.vairak-black-btn {
  min-width: unset;
}

/* Pulse effect on button */
a.white {
  background-color: #fff;
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
a.black {
  background: black;
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/* END of Pulse effect on button */
a.vairak-white-btn:hover {
  background-color: #f0f0f0;
  transition: 0.5s;
}

a.vairak-black-btn,
a.vairak-black-right-btn,
.black-button,
a.vairak-black-left-btn {
  text-align: center;
  min-width: 155px;
  display: inline-block;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 7px 46px 7px 16px;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
}

#demo .vairak-black-right-btn {
  margin: 0 auto;
  transition: none;
}

.black-button {
  text-align: left;
  padding-left: 25px;
  width: 230px;
}

a.vairak-black-btn:hover,
a.vairak-black-left-btn:hover,
a.vairak-black-right-btn:hover,
.black-button:hover {
  background-color: #1e1e1e;
  transition: 0.5s;
  color: #fff;
  cursor: pointer;
}

a.vairak-white-btn:hover {
  color: #000;
}

a.vairak-white-btn:hover img,
a.vairak-black-right-btn:hover img,
a.vairak-black-left-btn:hover img,
.black-button:hover img {
  transition: 0.5s;
  right: 5px;
}

a.vairak-black-btn:hover img {
  transition: 0.5s;
  left: 7px;
}

.vairak-show {
  position: absolute;
  opacity: 0;
  transition-delay: 0.5s;
  transition: all 0.5s !important;
}

.active .vairak-show {
  opacity: 1;
  transition-delay: 0.5s;
  transition: all 1s !important;
}

.active .vairak-hide {
  display: none;
}

img.arrow-right {
  max-width: 100%;
  width: 33px;
  background-color: #000;
  padding: 5px;
  position: absolute;
  right: 3px;
  transition: 0.5s;
  border: 1px solid #000;
  border-radius: 50%;
  height: 33px;
  top: 3px;
}

img.arrow-left {
  max-width: 100%;
  width: 33px;
  background-color: #fff;
  padding: 5px;
  position: absolute;
  left: 3px;
  transition: 0.5s;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 33px;
  top: 3px;
}

img.arrow-black-right {
  max-width: 100%;
  width: 33px;
  background-color: #fff;
  padding: 5px;
  position: absolute;
  right: 3px;
  transition: 0.5s;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 33px;
  top: 3px;
}

/* .container.black-description-block, .container.white-description-block{
  text-align: left;
  opacity: 0;
} */
.text-block a:hover .scroll-wrapper {
  opacity: 1;
}

.center-arrow {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

img.arrow-down {
  max-width: 100%;
  width: 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.row.about-row {
  padding: 0;
}

.right-side-image {
  padding-left: 50px;
}

.about-row .col-md-6.right-side-image {
  background-image: url("../image/pirts_apala_450_1/pirts_apala_450_10.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 100%;
  height: 360px;
}

/* img.about-us{
  max-width: 100%;
  width: 100%;
  height: auto;
} */
hr.white-line {
  width: 100%;
  background-color: #fff;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  border: none !important;
  opacity: 1;
}

/* Google map */
.gmap .row {
  padding: 0px !important;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 250px;
  width: 100% !important;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 250px;
  width: 100% !important;
}

/*=== Category page ===*/
#category .page-title {
  position: absolute;
  top: 15vh;
  left: 10vw;
}

.breadcrumb.black {
  margin-bottom: 2px;
  background-color: transparent;
}

.bg-category-image .col-md-12 {
  padding: 0;
}

.bg-category-image img.front-img {
  position: relative;
}

.row.justify-content-md-center {
  padding: 25px 15px;
}

.row.pirts-row {
  padding-top: 100px;
  padding-bottom: 100px;
}

.product-category .descr-block {
  padding: 20px;
  padding-left: 12vw;
  position: relative;
  transform: translateY(18%);
}

/* .row.justify-content-md-center {
  padding-right: 20px;
}
.descr-block.order-1.order-md-2{
  padding-left: 20px;
} */
/* .descr-block{
  padding-right: 100px;
} */
/* .col-md-6.text-black{
  padding-left: 80px;
} */
.page-title {
  position: absolute;
  top: 60px;
  left: 9vw;
}

img.big-image {
  max-width: 100%;
  width: 85%;
  height: auto;
  display: block;
}

.black-block img.big-image {
  float: left;
}

.descr-block .description,
.text-black .description {
  text-align: justify;
}

.descr-block .description.white-text,
.text-black .description {
  padding-top: 30px;
}

.white-block img.big-image {
  float: right;
}

.pers img.small-icons {
  width: 60px;
}

.pers p {
  padding-left: 75px;
}

svg.small-icons.color {
  height: 60px;
}

img.small-icons,
svg.small-icons {
  max-width: 100%;
  width: 50px;
  float: left;
  height: 100%;
}

p.right-text {
  padding-top: 20px;
  padding-left: 65px;
  text-decoration: underline;
}

.texts,
.description p {
  /* padding-top: 50px; */
}

.simular h2 {
  padding-top: 15px;
}

.text-black {
  color: #000;
}

#plani {
  margin: 15px 0;
  padding-top: 35px;
  border: none;
}

/*== Product category page ==*/
img.big-full-image {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.big-text {
  font-size: 2.5rem;
}

.row.row-with-padding {
  padding: 0 15px;
}

.row.short-descr-row {
  padding-top: 15px;
  padding-bottom: 25px;
}

img.product-image {
  max-width: 100%;
  width: 100%;
  max-height: 700px !important;
  height: auto;
  object-fit: contain;
  object-position: bottom;
}

/* Image effect */
.wrapper {
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
  position: relative;
  height: 640px;
  transform: rotate(0deg);
  overflow: hidden;
  /* margin-top: 20px; */
  /* box-shadow: 0px 0px 30px 5px rgba(0,0,0,.3); */
  /* border: 10px solid #fff; */
}

/********BACKGROUND********/
.background,
.midground {
  position: relative;
  /* position: absolute; */
  left: 0px;
  z-index: 1;
}

.background.animation {
  animation-name: background;
  animation-duration: 40s;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.background img {
  max-width: 100%;
  width: 100%;
}

@keyframes background {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: scale(0.75) translateX(0px) translateY(0px);
    filter: blur(2px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
/********MIDGROUND********/
.midground.animation {
  z-index: 2;
  -moz-animation-name: midground;
  -ms-animation-name: midground;
  -o-animation-name: midground;
  -webkit-animation-name: midground;
  animation-name: midground;
}

.midground img {
  max-width: 100%;
  width: 100%;
}
.midground img.product-image-zoom-in {
  position: absolute;
  left: 0;
}

@keyframes midground {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1) translateX(0px) translateY(0px) rotate(0deg);
  }
  100% {
    transform: scale(1);
  }
}
/*END of Image effect */
.product-category .descr-block {
  padding: 20px;
  padding-left: 12vw;
  position: relative;
  transform: translateY(18%);
}

ul.lists {
  padding-left: 15px;
  padding-top: 15px;
}

ul.lists li {
  list-style-type: square;
}

.product-category .center-arrow {
  padding-bottom: 10px;
}

/* Plani images */
.rectangle img,
.square img {
  max-width: auto !important;
  height: 100% !important;
}

.photobox {
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 20px;
  padding: 10px;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.photobox:hover {
  -webkit-box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.photobox img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.photobox:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.row.row-with-padding.text-black .other-product {
  width: 100%;
  height: 380px;
  padding: 20px;
  transition: 0.55s;
}

/* #plani .other-product img.middle-image{
   width: 100%;
   width: 100%;
   max-width: 100%;
   height: 100%;
   display: block;
   object-fit: contain;
 } */
.row.row-with-padding.text-black .col-md-3 {
  border-right: 1px solid #000;
}

.row.row-with-padding.text-black .col-md-3:first-child {
  border-left: 1px solid #000;
}

.col-md-3 .image {
  max-height: 220px;
  height: 100%;
}

.image img {
  display: block;
  max-width: 100%;
  width: 220px;
  position: relative;
  padding-top: 20px;
  display: block;
  height: auto;
  margin: 0 auto;
  opacity: 0;
  z-index: 0;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

/* .button-black{
  display: none;
} */
.product-category a div.center-title > h3,
#product a div.center-title > h3 {
  color: #000;
}

.center-title h3 {
  margin-top: -60px;
  -webkit-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}

.button-black {
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}

.product-category a.vairak-black-right-btn,
#product a.vairak-black-right-btn {
  display: block;
  margin: 0 auto;
}

.button-black {
  display: none;
}

/* When hover on leatest products */
.row.row-with-padding.text-black .other-product:hover {
  border: none;
  background-color: #fff;
  transform: scale(1.1);
  -webkit-box-shadow: 0px 2px 25px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 25px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 25px 5px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 2;
}

#product .row.row-with-padding.text-black .other-product:hover {
  transform: scale(1);
}

.row.row-with-padding.text-black .other-product:hover .button-black a.button {
  margin: 0 auto;
}

.row.row-with-padding.text-black .col-md-3:hover .image img {
  display: block;
  top: 20px;
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.row.row-with-padding.text-black .col-md-3:hover .center-title h3 {
  margin-top: 0px;
  -webkit-transition: 0.55s;
  -moz-transition: 0.55s;
  transition: 0.55s;
}

.row.row-with-padding.text-black .col-md-3:hover .button-black {
  display: block;
  margin: 0 auto;
  /* -webkit-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
  -webkit-transform: translate(0,0);
  transform: translate(0,0); */
}

.col-md-3 .center-title {
  text-align: center;
}

/*== Product page ==*/
.breadcrumb {
  background-color: #fff;
  min-height: 20px;
  font-style: italic;
  font-size: 13px;
  padding: 0;
  padding-left: 11vw;
  margin-bottom: 10px;
}

/* breadcrumb about us page */
.breadcrumb.black,
.breadcrumb.white {
  min-height: unset;
  font-style: italic;
  font-size: 13px;
  padding: 0;
  padding-left: 8.5vw;
  margin-bottom: 0px;
}

.breadcrumb.black,
.breadcrumb.black a,
.breadcrumb.black span {
  color: #fff;
}

.breadcrumb.black {
  background-color: #000;
}

.breadcrumb.white {
  background-color: #fff;
}

.breadcrumb.white,
.breadcrumb.white a,
.breadcrumb.white span {
  color: #000;
}

#crumbs a:hover {
  text-decoration: underline;
}

/* breadcrumb about us page end*/
.breadcrumb a {
  color: #000;
}

ul.breadcrumb li + li:before {
  padding: 5px;
  color: black;
  content: " /";
}

/* Slick carousel */
.slick-slide img {
  display: block;
  width: 100%;
}

.slider-nav .slick-slide {
  margin-right: 5px;
  opacity: 0.6;
}

.slider-nav .slick-slide.slick-current {
  opacity: 1;
}

.slider-main {
  margin-bottom: 35px;
}

.slider-main .slick-slide img {
  object-fit: cover;
  height: 490px;
}

.prev.arrow.left {
  background-image: url("../image/arrow_white_left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 100%;
  cursor: pointer;
  position: absolute;
  left: 10%;
  top: 50%;
  width: 30px;
  height: 30px;
  border: none;
}

.next.arrow.right {
  background-image: url("../image/arrow_white_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 100%;
  cursor: pointer;
  position: absolute;
  right: 10%;
  top: 50%;
  width: 30px;
  height: 30px;
  border: none;
}

/* Endof Slick carousel */
.prod-description h2 {
  display: inline-block;
}

img.back-arrow {
  max-width: 100%;
  width: 35px;
  float: right;
}

.parametri {
  padding-top: 25px;
}

.parametri .pers p {
  font-size: 15px;
}

.prod-description {
  padding-left: 50px;
  padding-right: 50px;
}

.prod-description ul {
  padding-left: 15px;
}

.prod-description ul li {
  list-style-type: square;
}

ul.desc-list {
  padding-left: 15px;
}

ul.desc-list li {
  font-weight: bold;
  line-height: 2;
  /* list-style-type: square; */
}

p.bold-price {
  font-weight: bold;
  padding-left: 15px;
  text-decoration: underline;
}

span.large-font {
  font-weight: bold;
  font-size: 1.75rem;
  font-family: "Oswald-Regular";
}

/* Saņemt piedāvājumu modal logs*/
.modal-content img.contact-modal-img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.modal-dialog {
  max-width: 50vw;
}

.row.contact-modal-row {
  padding: 20px 30px 20px 15px;
}

.modal-content {
  background-color: #000;
  color: #fff;
}

.col-md-6.right-side-form {
  padding-left: 25px;
}

.modal-header {
  border-bottom: none;
}

img.contact-modal-img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.modal-header .close {
  padding: 0;
}

.close:not(:disabled):not(.disabled) {
  opacity: 1;
}

/* Close X position */
#mdiv {
  width: 35px;
  height: 35px;
  background-color: black;
  border: 2px solid white;
  border-radius: 50%;
  padding: 3px;
}

.mdiv {
  height: 22px;
  width: 2px;
  margin-left: 12px;
  background-color: white;
  transform: rotate(45deg);
  z-index: 1;
  margin-top: 2px;
}

.md {
  height: 22px;
  width: 2px;
  background-color: white;
  transform: rotate(90deg);
  z-index: 2;
}

/* .close:not(:disabled):not(.disabled):hover {
  opacity: .5;
} */
/* Close X position end*/
.left-side-image {
  background-image: url("../image/pirts_apala_270_2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact_form input.form-control,
#contact_form textarea {
  background-color: #000;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

#contact_form textarea.form-control {
  max-height: 120px;
  height: auto;
}

#contact_form label br {
  display: none;
}

#contact_form .wpcf7-form-control.wpcf7-submit.btn.btn-primary {
  width: 150px;
  color: #000;
  background-color: #fff;
  border-color: #fff;
  border-radius: 20px;
}

#contact_form .wpcf7-form-control.wpcf7-submit.btn.btn-primary:hover,
#contact_form
  .wpcf7-form-control.wpcf7-submit.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active {
  color: #000;
  background-color: #ccc !important;
  border-color: #ccc !important;
  text-decoration: underline;
}

#contact_form
  .wpcf7-form-control.wpcf7-submit.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active:focus,
#contact_form .wpcf7-form-control.wpcf7-submit.btn.btn-primary:focus {
  box-shadow: none !important;
}

.parametri img.small-icons {
  height: 40px;
}

.col-4.pers {
  position: relative;
}

.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: auto;
  left: 0;
  bottom: 100%;
  text-align: center;
  -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.tooltip-content::after {
  content: "";
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #2a3035 transparent transparent;
  border-width: 10px;
  margin-left: -10px;
}

.tooltip-content img {
  position: relative;
  height: 180px;
}

.tooltip-item::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.col-4.pers:hover {
  cursor: pointer;
}

.pers:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
}

.parametri .col-sm-4 p.right-text {
  padding-top: 10px;
}

.collapse-title {
  padding-top: 20px;
}

#product p.center-arrow img.arrow-down {
  padding-bottom: 20px;
}

.bg-category-image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/*== Gallery page ==*/
.grid {
  min-height: 400px;
  width: 94%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
}

#gallery-button {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

/*loading*/
.loading {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-image: url(../image/logo_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 350px auto;
  animation: pulse 1.5s infinite;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.sp {
  width: 100px;
  height: 100px;
  clear: both;
  margin: 20px auto;
}

/* Spinner Wave */
.sp-wave {
  border-radius: 50%;
  position: relative;
  opacity: 1;
}

.sp-wave:before,
.sp-wave:after {
  content: "";
  border: 1px white solid;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
}

.sp-wave:before {
  transform: scale(1, 1);
  opacity: 1;
  -webkit-animation: spWaveBe 0.6s infinite linear;
  animation: spWaveBe 0.6s infinite linear;
}

.sp-wave:after {
  transform: scale(0, 0);
  opacity: 0;
  -webkit-animation: spWaveAf 0.6s infinite linear;
  animation: spWaveAf 0.6s infinite linear;
}

@-webkit-keyframes spWaveAf {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  0% {
    -webkit-transform: scale(0.5, 0.5);
    opacity: 0;
  }
}
@keyframes spWaveAf {
  0% {
    transform: scale(0.5, 0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5, 0.5);
    opacity: 0;
  }
}
@-webkit-keyframes spWaveBe {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes spWaveBe {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
/* Common style */
.grid-item.main-image,
.grid-item.sub-image {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 4px;
  /* min-width: 320px;
  max-width: 480px;
  max-height: 360px; */
  width: 24%;
  max-height: 318px;
  /* background: #3085a3; */
  text-align: center;
  cursor: pointer;
}

.grid-item.sub-image:hover .masonry-img {
  opacity: 0.7;
  display: block;
}

figure {
  margin: 0 !important;
}

.main-image {
  position: relative;
}

.main-image a {
  display: block;
  position: relative;
}

.main-image figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.main-image figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#termokoksne .main-image figure figcaption {
  padding: 0em;
  padding-left: 30px;
}

.main-image figure figcaption::before,
.main-image figure figcaption::after {
  pointer-events: none;
}

.main-image figure figcaption,
.main-image figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.main-image figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.main-image figure h2 {
  /* word-spacing: -0.15em; */
  font-weight: 300;
}

.main-image figure h2 span {
  font-weight: 800;
}

.main-image figure h2,
.main-image figure p {
  margin: 0;
}

.main-image figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Effect Lily */
figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.8;
}

#termokoksne figure.effect-lily img {
  width: 100%;
  opacity: 0.8;
}

figure.effect-lily figcaption {
  text-align: left;
}

figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
  color: #fff;
  -webkit-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
}

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img {
  opacity: 0.4;
}

figure.effect-lily:hover p {
  opacity: 1;
}

figure.effect-lily:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 160px, 0);
  transform: translate3d(0, 160px, 0);
}

figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

/* End of Effect Lily */
a#gallery-button {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 50%);
}

#filter {
  padding-bottom: 100px !important;
}

.grid-item.sub-image {
  margin: 4px;
  margin-bottom: 15px;
}

.grid-item.sub-image img {
  max-height: 330px;
}

.grid-item.sub-image img.masonry-img {
  width: 100%;
  object-fit: cover;
}

.grid-item.sub-image a.vairak-white-btn {
  width: 50%;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
}

.main-image-item {
  width: 24%;
  position: relative;
}

.main-image .full-width,
.main-image .full-width-sub {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.main-image-item img.masonry-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 1;
  padding: 5px;
}

#gallery .page-title {
  position: absolute;
  top: 100px;
  left: 12vw;
}

.main-image-item img.masonry-img:hover {
  opacity: 0.5;
}

img.masonry-img {
  position: relative;
}

.main-image-item a.vairak-black-right-btn {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#filters {
  padding-left: 0px;
}

#filters li {
  list-style: none;
  display: inline-block;
  padding: 0 3px;
}

#filters li:hover {
  text-decoration: underline;
}

/*== Par mums page ==*/
.row .col-md-6.about-description,
.col-md-6.black-description,
.col-md-6.skaitli {
  position: relative;
}

.white-description {
  max-width: 450px;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-left: 11vw;
  transform: translateY(-50%);
}

img.about-image {
  max-width: 100%;
  width: 100%;
  height: auto;
}

img.project-icons {
  max-width: 100%;
  width: 100%;
  height: auto;
}

img.project-icons.mnf,
img.project-icons.lads,
img.project-icons.madgerb {
  height: 75px;
  object-fit: contain;
  padding-top: 15px;
}

.madonas_gerb {
  position: relative;
}

.madonas_gerb img.project-icons.madgerb {
  width: 50%;
  display: inline-block;
}

.mnp {
  position: relative;
  font-size: 10px;
  width: 50%;
  display: inline-block;
  float: right;
  padding-top: 15px;
}

.row.about-us {
  overflow: hidden;
}

.row.about-us.bg-white {
  color: #000;
}

.vl {
  border-left: 2px dotted black;
  height: 30px;
  margin: 10px 0px 10px 45px;
}

.col-md-6.skaitli ul {
  padding-left: 0px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  max-width: 275px;
  width: 100%;
}

.col-md-6.skaitli ul li {
  list-style: none;
}

.numberCircle {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 15px;
  padding-top: 25px;
  background: #fff;
  border: 2px solid #000;
  color: #000;
  text-align: center;
  font-size: 26px;
  display: inline-block;
}

.skaitli li {
  float: right;
  margin-top: 35px;
  list-style-type: square;
}

.skaitli li.left-side {
  margin-right: 24px;
}

.col-md-6.black-description div:not(.col-md-6, .col-xs-6) {
  max-width: 600px;
  width: 100%;
  position: relative;
  padding-left: 50px;
}

.about-descr {
  padding-top: 50px;
}

.row.testimonial {
  background-image: url("../image/about-us1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.review {
  width: 100%;
  max-height: 450px;
  height: auto;
}

.review h2.text-center {
  padding-top: 50px;
}

.review .post-list {
  padding: 60px 0px;
}

.sp-testimonial-free-wrapper {
  margin: 0 auto;
}

.sp-testimonial-free-section .tfree-testimonial-title h3,
#sp-testimonial-free-wrapper-474
  .sp-testimonial-free-section
  .tfree-client-testimonial {
  color: #fff !important;
}

.sp-testimonial-free-section .tfree-client-testimonial {
  margin: 0px 0px 45px 0px;
}

.sp-testimonial-free-section .slick-prev,
.sp-testimonial-free-section .slick-next {
  top: 25%;
  margin-top: 0px;
  font-size: 45px;
}

.tfree-client-image.wp-post-image {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.sp-testimonial-free-section .slick-prev i,
.sp-testimonial-free-section .slick-next i {
  display: none;
}

.sp-testimonial-free-section .slick-prev {
  left: 100px;
  width: 30px;
  height: 30px;
  background-image: url("../image/arrow_white_left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sp-testimonial-free-section .slick-next {
  right: 100px;
  width: 30px;
  height: 30px;
  background-image: url("../image/arrow_white_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.partneri h2 {
  padding-top: 50px;
}

.partneri .col-md-4 {
  padding: 35px 0px;
}

.partneri .col-md-4 img {
  max-width: 100%;
  width: 200px;
  margin: 0 auto;
  display: block;
}

.partneri .col-md-4 img.tikkurila {
  width: 120px;
}

.piedavajumi article {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  min-height: 130px;
  margin-left: 50px;
  margin-bottom: 15px;
}

.row.piedavajumi {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.piedavajumi .col-md-6 {
  padding-top: 50px;
}

.piedavajumi .offers {
  width: 80%;
  display: block;
  margin-left: 0 auto;
}

.iconbox_icon {
  width: 50px;
  display: inline-block;
  vertical-align: top;
  margin-top: -18px;
}

.iconbox_icon img {
  max-width: 100%;
  margin-right: 25px;
  display: flex;
  width: 50px;
  padding-top: 15px;
}

.iconbox_content {
  width: 85%;
  display: inline-block;
  padding-left: 10px;
}

.iconbox_content h3 {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

h2.before-contact-text {
  padding-top: 35px;
  padding-bottom: 25px;
}

/*== Pirts mucu remonts ==*/
.col-md-12.remonts,
.col-md-12.about {
  padding: 0;
  position: relative;
}

.center-slider {
  width: 100%;
}

img.slide-image {
  height: 200px;
  width: 100%;
  object-fit: cover;
  transition: transform .5s;
}

img.slide-image:hover {
    transform: scale(1.2);
    overflow: none;
}

.center-slider a.fancybox.slick-slide {
  position: relative;
}

.center-slider .slide-image:hover {
  opacity: 0.5;
}

img.zoom {
  /* display: none; */
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: 100%;
  width: 20px;
  height: auto;
}

.center-slider a.fancybox:hover img.zoom {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: 100%;
  width: 20px;
  height: auto;
}

.center-slider {
  padding-top: 50px;
}

.slider-carousel {
  margin-bottom: 100px;
}

.prev-button.left {
  background-image: url("../image/arrow_black_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 100%;
  cursor: pointer;
  position: absolute;
  left: -15px;
  top: 50%;
  width: 18px;
  height: 18px;
  border: none;
  transform: rotate(180deg) translateY(-50%);
}

.next-button.right {
  background-image: url("../image/arrow_black_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 100%;
  cursor: pointer;
  display: block;
  position: absolute;
  right: -15px;
  top: 50%;
  width: 18px;
  height: 18px;
  border: none;
  transform: translateY(-50%);
}

.fancybox-nav span {
  background: 0 none !important;
  color: #fff;
  font-weight: bold;
}

.breadcrumb.remonts {
  padding-left: 0vw;
}

/*== Kontakti page ==*/
.row.contact-page {
  padding-bottom: 50px;
}

.justify-center {
  display: block;
  margin: 0 auto;
  margin-top: 0px;
  width: 50%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.justify-center h3 {
  padding-bottom: 35px;
}

.col-xs-12.col-sm-6.col-md-6.kontakti {
  position: relative;
}

.contact-row {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*== Footer ==*/
#footer .nav-link {
  padding-left: 0px;
}

#footer .col-md-4 a.nav-link {
  padding: 0 !important;
}

img.footer-icon {
  max-width: 100%;
  width: 50px;
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-top: 25px;
  margin-bottom: 25px;
}

img.footer-logo {
  max-width: 100%;
  width: 150px;
  padding-bottom: 15px;
}

img.social-icon {
  max-width: 100%;
  width: 20px;
  height: 20px;
  margin: 0 15px;
}

img.footer-icon {
  transform: rotate3d(0, 1, 0, 180deg);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: #000;
}

.footer .col-md-4:hover img.footer-icon,
.contact-row .col-md-4:hover img.footer-icon {
  transform: rotate3d(0, 1, 0, -180deg);
  -webkit-transform: rotate3d(0, 1, 0, -180deg);
  -moz-transform: rotate3d(0, 1, 0, -180deg);
  -o-transform: rotate3d(0, 1, 0, -180deg);
  -ms-transform: rotate3d(0, 1, 0, -180deg);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#copyright {
  width: 100%;
}

img.fb {
  max-width: 100%;
  width: 10px;
}

.footer-form .form-control {
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background-color: #000;
  color: #fff !important;
  padding: 0;
}

.form-control::placeholder {
  color: #fff;
}

.form-control:focus {
  box-shadow: none !important;
}

.btn-send {
  width: 100px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #000;
}

.btn-send:hover {
  color: #000;
  text-decoration: underline;
}

@media (min-width: 576px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 820px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1060px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 79.6%;
  }
}
@media (min-width: 1367px) and (max-width: 1800px) {
  .product-category .category-image-wrapper {
    min-height: 500px;
  }
  .product-category .category-image-wrapper img {
    min-height: 500px;
  }
  figure.effect-lily h2,
  figure.effect-lily p {
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  figure.effect-lily:hover h2,
  figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}
@media (max-width: 1366.98px) {
  /*block left, block right active*/
  .full-text.scrollbar-rail {
    max-height: 240px !important;
  }
  .wrapper {
    height: 600px;
  }
  .product-category .descr-block {
    transform: translateY(10%);
  }
  #category .page-title {
    top: 7vh;
  }
  /* Product category page */
  .product-category .category-image-wrapper {
    min-height: 450px;
  }
  .product-category .category-image-wrapper img {
    min-height: 450px;
  }
  /* Gallery page  */
  #filters li {
    padding: 5px;
  }
  figure.effect-lily h2 {
    font-size: 1.65rem;
  }
  figure.effect-lily h2,
  figure.effect-lily p {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  figure.effect-lily:hover h2,
  figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  .main-image figure figcaption {
    padding: 2em;
  }
}
@media (max-width: 1149.98px) {
  .row.bg-black.piedavajumi {
    padding: 50px 15px;
  }
  .piedavajumi article {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0px;
  }
  #category .page-title {
    top: 5vh;
  }
  figure.effect-lily h2,
  figure.effect-lily p {
    -webkit-transform: translate3d(0, 65px, 0);
    transform: translate3d(0, 65px, 0);
  }
  .white-description {
    top: 5%;
  }
  .iconbox_icon img {
    margin-right: 0px;
  }
  .iconbox_content {
    width: 85%;
    display: inline-block;
    padding-left: 10px;
  }
  .product-category .descr-block {
    transform: none;
  }
}
@media (min-width: 992px) and (max-width: 1186px) {
  .white-description {
    max-width: 370px !important;
    margin-left: 10vw !important;
  }
  .view-left .mask {
    left: 2%;
  }
  .view-right .mask {
    right: 2%;
  }
  /* Product category page */
  .product-category .category-image-wrapper {
    min-height: 350px;
  }
  .product-category .category-image-wrapper img {
    min-height: 350px;
  }
  .slider-nav .slick-list img {
    height: 100px;
    object-fit: cover;
  }
}
@media (max-width: 991.98px) {
  .view-left .mask,
  .view.active.view-left .mask {
    left: 0px;
    padding-top: 20px;
  }
  .view-right .mask,
  .view.active.view-right .mask {
    right: 0px;
    padding-top: 20px;
  }
  .navbar.navbar-expand-md.bg-black {
    height: auto;
    padding: 0 15px;
    padding-top: 10px;
  }
  .navbar-toggler-icon {
    display: none;
  }
  .lang {
    display: none;
    width: 65px;
  }
  #about {
    margin-top: 50px;
  }
  #repair,
  #construction,
  #contacts,
  #gallery,
  #category {
    margin-top: 55px;
  }
  #repair .row,
  #construction .row,
  #contacts .row,
  #gallery .row {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /*Front page*/
  .text-block {
    transform: translateY(50%);
  }
  /*block left, block right active*/
  .text-block {
    left: 15px;
    bottom: -4px;
  }
  .view-right .mask,
  .view-left .mask {
    top: 0;
  }
  .view.active .full-text {
    max-height: 120px;
  }
  .block-left.active .black-description-block,
  .block-right.active .white-description-block {
    max-height: 115px;
    padding-right: 50px;
  }
  .slider-nav .slick-list img {
    height: 90px;
    object-fit: cover;
  }
  .active a.vairak-white-btn,
  .active a.vairak-black-btn {
    margin-right: 50px;
  }
  a.vairak-black-btn {
    margin-top: 0px !important;
  }
  a.vairak-white-btn {
    width: 130px;
    padding: 4px;
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    border-radius: 20px;
    display: block;
    text-align: center;
    position: relative;
    padding-right: 30px;
  }
  a.vairak-black-btn,
  a.vairak-black-right-btn {
    width: 130px;
    padding: 4px;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    display: block;
    text-align: center;
    position: relative;
    right: 20px;
    padding-right: 30px;
  }
  a.vairak-black-right-btn {
    right: 0;
  }
  img.arrow-right,
  img.arrow-black-right {
    max-width: 100%;
    width: 27px;
    background-color: #000;
    padding: 4px;
    position: absolute;
    right: 1px;
    border: 1px solid #000;
    border-radius: 50%;
    height: 27px;
    top: 2px;
  }
  img.arrow-left {
    max-width: 100%;
    width: 27px;
    background-color: #fff;
    padding: 4px;
    position: absolute;
    left: 1px;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 27px;
    top: 2px;
  }
  /*== Category page ==*/
  .row.pirts-row .col-md-6 {
    position: relative;
  }
  .row.pirts-row .col-md-6 img.big-image {
    position: relative;
    /* top: 0;
    left: 0;
    transform: translate(20%, 20%); */
  }
  .col-md-6.text-black {
    padding-left: 50px;
  }
  .page-title {
    top: 35px;
    left: 7vw;
  }
  img.big-image {
    padding: 0px;
  }
  #category .descr-block {
    padding-right: 50px;
  }
  .texts {
    padding-top: 10px;
  }
  .row.justify-content-md-center .col-sm-4 {
    height: 40px;
  }
  .row.justify-content-md-center .col-sm-4 p {
    padding-top: 10px;
    padding-left: 40px;
  }
  .pers img.small-icons {
    width: 45px;
  }
  .col-sm-4.pers p {
    padding-left: 50px;
  }
  img.small-icons {
    width: 35px;
  }
  /* .description p{
    padding-top: 40px;
  } */
  /*== Product category page ==*/
  .row.row-with-padding.text-black .other-product {
    height: 300px;
  }
  #category .page-title {
    top: 2vh;
  }
  .center-title h3 {
    font-size: 1.5rem;
  }
  .col-md-3 .image {
    max-height: 140px;
  }
  #product .row.row-with-padding.text-black .other-product:hover {
    transform: scale(1);
  }
  .product-category .category-image-wrapper {
    min-height: 300px;
  }
  .product-category .category-image-wrapper img {
    min-height: auto;
    width: 100%;
  }
  .product-category a.vairak-black-right-btn,
  #product a.vairak-black-right-btn {
    width: 110px;
    padding: 4px;
  }
  .row.row-with-padding.text-black .col-md-3:hover .button-black {
    margin-right: 0px;
  }
  #product .descr-block {
    padding: 45px;
    padding-left: 30px;
  }
  .product-category .descr-block {
    padding-top: 0px;
    padding-left: 5vw;
  }
  .product-category a.vairak-black-right-btn,
  #product a.vairak-black-right-btn {
    width: 110px;
    text-align: left;
    padding-left: 15px;
  }
  /* Product page */
  .prod-description {
    padding-left: 25px;
  }
  /* Par mums page */
  .white-description {
    max-width: 330px;
    top: 5%;
    margin-left: 5vw;
  }
  .partneri .col-md-4 img {
    max-width: 100%;
    width: 150px;
  }
  .col-md-6.black-description div {
    max-width: 400px;
    top: 20px;
    padding-left: 0px;
    padding-right: 15px;
  }
  .piedavajumi .col-md-6 article {
    /* height: 130px; */
  }
  .project-logo-row {
    margin-bottom: 15px;
  }
  img.project-icons.mnf,
  img.project-icons.lads,
  img.project-icons.madgerb {
    margin-bottom: 15px;
    height: 60px;
    object-fit: contain;
  }
  .breadcrumb.black {
    padding-left: 5vw;
  }
  /* Gallery page  */
  .grid-item.main-image,
  .grid-item.sub-image {
    width: 32%;
  }
  #gallery .page-title {
    top: 45px;
    left: 7vw;
  }
  #filters li {
    padding: 5px;
  }
  .main-image figure figcaption {
    padding: 1em;
  }
  input.ajax-button {
    font-size: revert !important;
  }
  figure.effect-lily h2 {
    font-size: 22px;
  }
  figure.effect-lily h2,
  figure.effect-lily p {
    -webkit-transform: translate3d(0, 120px, 0);
    transform: translate3d(0, 120px, 0);
  }
  figure.effect-lily:hover h2,
  figure.effect-lily:hover p {
    display: block;
    opacity: 1;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  /* Sub category gallery */
  .grid-item.sub-image img {
    max-height: 200px;
  }
  .grid-item.sub-image img.masonry-img {
    width: 100%;
    object-fit: cover;
  }
  .grid-item.sub-image .arrow-right {
    top: 3px;
  }
}
@media (min-width: 768px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 767.98px) {
  .view-left .mask {
    width: 40%;
  }
  .view-left.active .mask {
    width: auto;
  }
  .view.active a.vairak-white-btn {
    margin-bottom: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .bg-category-image img {
    height: auto !important;
  }
  .full-text.scrollbar-rail {
    max-height: 165px !important;
  }
  .view-right.active .mask,
  .view-left.active .mask {
    width: 85%;
  }
  .view-left .mask {
    width: 40%;
  }
  .bg-category-image img {
    max-width: 100%;
    height: 100px;
    width: 100%;
  }
  .pers p {
    padding-left: 0px;
    text-align: center;
  }
  img.small-icons {
    width: 50px;
    float: none;
    height: 40px;
    margin: 0 auto;
    display: block;
  }
  p.right-text {
    padding-top: 20px;
    padding-left: 0px;
    text-decoration: underline;
    text-align: center;
  }
  .view-left.mask {
    width: 38%;
  }
  .mask h2 {
    font-size: 25px;
  }
  .sub-title {
    font-size: 14px;
  }
  .wrapper {
    height: 350px;
  }
  a#gallery-button {
    width: 140px;
  }
}
@media (max-width: 767.98px) {
  #gl {
    height: 70vh;
    width: 100%;
    max-width: 100%;
  }
  img.logo {
    margin-top: 0;
    top: 50%;
    width: 40%;
  }
  .hideOverflowOnMobile {
    /* overflow: inherit; */
    overflow: hidden;
  }
  #category {
    margin-top: 60px;
  }
  body,
  .dropdown-menu {
    font-size: 16px;
  }
  h2 {
    font-size: 24px;
  }
  .navbar.navbar-expand-md.bg-black.justify-content-center {
    height: auto;
    padding: 0px;
  }
  .nav.navbar-nav.flex-row.justify-content-right.flex-nowrap.contact-icons.hidden-lg {
    margin-right: -20px;
  }
  .justify-start {
    width: 55%;
  }
  .lang {
    width: 70px;
  }
  .justify-start {
    justify-content: start;
    display: flex;
  }
  img.mob-logo {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .hidden-sm {
    display: none;
  }
  .small-icon {
    margin-right: 0.5rem !important;
  }
  /*block left, block right*/
  img.smallimg {
    display: none;
  }
  .view {
    width: 100%;
  }
  .black-description-block p,
  .white-description-block p {
    padding-left: 0px;
    /* padding-right: 15px; */
  }
  /* .block-left .text-field-fixedw, .block-right .text-field-fixedw{
    max-width: 40%;
  } */
  .block-left img.largeimg {
    width: 59%;
  }
  .text-block {
    transform: translateY(55px);
    padding-left: 15px;
  }
  .right-side-image {
    padding-left: 0px;
  }
  .block-right.active {
    padding: 15px 0px;
  }
  a.vairak-black-btn,
  a.vairak-white-btn,
  a.vairak-black-right-btn {
    padding: 3px;
  }
  .view-left .mask {
    top: 0;
  }
  a.vairak-black-btn {
    margin-top: 0px !important;
  }
  .main-image-item {
    width: 48%;
    position: relative;
  }
  /*block left, block right active*/
  .active .text-block {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding-left: 0px;
  }
  .active a.vairak-white-btn,
  .active a.vairak-black-btn {
    margin-right: 15px;
  }
  .block-left.active .black-description-block,
  .block-right.active .white-description-block {
    max-height: 130px;
    padding-right: 0px;
  }
  /*== Category page ==*/
  .page-title {
    top: 10px;
  }
  h1.title {
    font-size: 26px;
    margin-bottom: 0;
  }
  .row.pirts-row .col-md-6 img.big-image {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .row.pirts-row {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .row.justify-content-md-center .col-sm-4 p {
    padding-left: 55px;
  }
  #category .descr-block {
    padding: 0 15px;
  }
  #about {
    margin-top: 50px;
  }
  #repair,
  #construction,
  #contacts,
  #gallery {
    margin-top: 60px;
  }
  #repair .row,
  #construction .row,
  #contacts .row,
  #gallery .row {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-title h1 {
    top: 20px;
  }
  .remonts .page-title {
    top: 20px;
  }
  .col-md-6.text-black {
    padding-left: 15px;
  }
  .col-xs-12.col-sm-4 {
    margin-bottom: 25px;
    /* padding: 0; */
  }
  .description p {
    padding-top: 15px;
  }
  /* Product category page */
  .col-md-3 .image {
    max-height: 165px;
  }
  .image img {
    width: 155px;
  }
  .row.row-with-padding.text-black .col-md-3 {
    border-left: none;
    margin-top: 10px;
  }
  .row.row-with-padding.text-black .col-md-3:last-child {
    border-right: none;
    margin-bottom: 10px;
  }
  .button-black {
    -webkit-transform: none;
    transform: none;
  }
  /* When hover on leatest products */
  .row.row-with-padding.text-black .other-product {
    border: none;
    z-index: 9;
    position: relative;
    background-color: #fff;
    transform: scale(1);
    -webkit-box-shadow: 0px 2px 25px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 25px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 25px 5px rgba(0, 0, 0, 0.75);
  }
  #product .row.row-with-padding.text-black .other-product {
    transform: scale(1);
  }
  .row.row-with-padding.text-black .col-md-3 .image img {
    display: block;
    top: 20px;
    opacity: 1;
    z-index: 1;
    -webkit-transition: 0.65s;
    -moz-transition: 0.65s;
    transition: 0.65s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .row.row-with-padding.text-black .col-md-3 .center-title h3 {
    margin-top: 0px;
    -webkit-transition: 0.55s;
    -moz-transition: 0.55s;
    transition: 0.55s;
  }
  .row.row-with-padding.text-black .col-md-3 .button-black {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .row.row-with-padding.text-black .col-md-3:hover .button-black {
    display: block;
    margin: 0 auto;
    margin-right: auto;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .scrolldownarr a,
  .scrolldownarr_black a {
    position: absolute;
    bottom: 9%;
  }
  .wrapper {
    height: 550px;
  }
  /*== Product page ==*/
  .col-xs-12.col-sm-12.col-md-6.full-descr {
    padding: 20px;
  }
  img.back-arrow {
    width: 26px;
  }
  #product {
    margin-top: 60px;
  }
  #product .row {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  /*== Par mums page ==*/
  .white-description {
    max-width: 375px;
    width: 100%;
    position: relative;
    top: 0;
    padding-top: 25px;
    display: contents;
  }
  .col-md-6.black-description .project-logo-row .col-md-6 {
    width: 50%;
    flex: 50%;
    max-width: 100%;
    padding-top: 35px;
    margin: 0;
  }
  .col-md-6.black-description div {
    padding-top: 35px;
    top: 0;
    padding-left: 0px;
    padding-right: 15px;
    margin: 0 15px;
  }
  .row.project-logo-row .col-md-6 {
    width: 50%;
  }
  .col-md-6.black-description div {
    max-width: 100%;
    width: auto;
    padding: 0px;
    padding-top: 15px;
    /* margin: 0px; */
    top: 0;
    padding-left: 0px;
  }
  .madonas_gerb img {
    width: 50%;
    display: inline-block;
    height: 55px;
  }
  .mnp {
    position: relative;
    font-size: 10px;
    width: 50%;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .iconbox_content h3 {
    font-size: 15px;
  }
  .partneri .col-md-4 {
    padding: 15px 0px;
  }
  .partneri .col-md-4 img {
    width: 100px;
  }
  .partneri .col-md-4 img.tikkurila {
    width: 80px;
  }
  .row.bg-black.piedavajumi {
    padding: 50px 15px;
  }
  .piedavajumi article {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0px;
  }
  .piedavajumi .col-md-6:last-child {
    padding-top: 0px;
  }
  .iconbox_icon img {
    margin-right: 0px;
  }
  .iconbox_content {
    width: 80%;
    display: inline-block;
    padding-left: 10px;
  }
  /* Pakalpojumu page */
  img.slide-image {
    height: 150px;
    object-fit: cover;
  }
  /* == Footer ==*/
  .row-copyright {
    padding: 25px;
  }
  #footer .col-xs-12.col-sm-4.col-md-4 {
    text-align: center;
    padding-top: 25px;
  }
  .footer-form {
    padding: 0px 25px;
  }
  .btn-send {
    float: left;
  }
  /* Gallery page */
  .grid-item.main-image,
  .grid-item.sub-image {
    width: 47%;
  }
  #gallery .page-title {
    top: 25px;
  }
  #filters li {
    padding: 3px 0px;
  }
  a#gallery-button {
    width: 120px;
  }
  input.ajax-button {
    font-size: revert !important;
  }
  figure.effect-lily h2 {
    font-size: 18px;
  }
  figure.effect-lily h2,
  figure.effect-lily p {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  figure.effect-lily:hover h2,
  figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  .main-image figure figcaption {
    padding: 1em;
  }
  /* Sub category */
  .grid-item.sub-image img {
    max-height: 135px;
  }
  .grid-item.sub-image a.vairak-white-btn {
    width: 75%;
  }
  .grid-item.sub-image img.masonry-img {
    width: 100%;
  }
  .grid-item.sub-image .button.vairak-white-btn {
    font-size: 14px;
  }
  .grid-item.sub-image .arrow-right {
    top: 0;
  }
}
@media (max-width: 599.98px) {
  /* Front page */
  .view.active .full-text {
    max-height: 100px;
  }
  .justify-start {
    width: 65%;
  }
  .lang {
    width: 60px;
  }
  /* .view h2 {
    margin: 0 15px;
  } */
  .view a,
  .view.active a {
    margin: 10px 0px;
    transition: 0.5s;
  }
  .view.active .view-left h2 {
    margin: 0 0px;
    padding-left: 10px;
  }
  .view.active .view-right h2 {
    margin: 0 15px;
  }
  .view .full-text,
  .view.active .full-text p {
    margin-right: 10px;
  }
  /* .bg-category-image .page-title{
    top: 20px;
  } */
  /* .bg-category-image{
    padding-top: 40px;
  } */
  a.vairak-white-btn,
  a.vairak-black-right-btn {
    width: 110px;
    text-align: left;
    padding-left: 15px;
  }
  a.vairak-black-btn {
    width: 100px;
    text-align: right;
    padding-right: 15px;
  }
  #more {
    display: none;
  }
  #myBtn {
    background-color: #000;
    border: none;
    color: #fff;
    text-decoration: underline;
  }
  #myBtn.right {
    background-color: #fff;
    border: none;
    color: #000;
    text-decoration: underline;
  }
  .view-left .mask,
  .view-right .mask {
    display: block;
    width: 100%;
    position: relative;
  }
  .block-left img.largeimg,
  .block-right img.largeimg {
    width: 100%;
    display: block;
  }
  .wrapper {
    height: 450px;
  }
  .view {
    width: 100%;
    display: block;
  }
  .view .full-text {
    display: block;
    width: 90%;
    margin-left: 0px;
  }
  .view-left.active img.largeimg,
  .view-right.active img.largeimg {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .view.active .full-text {
    width: 90%;
  }
  .view.active .full-text {
    max-height: 130px;
  }
  #product {
    padding: 0;
  }
  /* .slider-nav .slick-list img{
    height: 50px;
  } */
  /* Plani */
  .photobox {
    overflow: hidden;
    height: 300px;
    width: 100%;
    margin: 0px;
    padding: 10px;
    box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.1);
  }
  .col-5.aos-init.aos-animate,
  .col-3.aos-init.aos-animate {
    padding: 0px;
  }
  .bg-category-image img {
    max-width: 100%;
    height: 100px;
    width: 100%;
  }
  #filter {
    padding-bottom: 0px;
  }
  .breadcrumb {
    margin-bottom: 30px;
  }
  .contact-row {
    position: relative;
  }
  .pers p {
    padding-left: 0px;
    text-align: center;
  }
  img.small-icons {
    width: 50px;
    float: none;
    height: 40px;
    margin: 0 auto;
    display: block;
  }
  p.right-text {
    padding-top: 20px;
    padding-left: 0px;
    text-decoration: underline;
    text-align: center;
  }
  .mapouter {
    position: relative;
    text-align: right;
    height: 250px;
    width: auto;
  }
  .gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 250px;
    width: auto;
  }
  img.arrow-right,
  img.arrow-black-right,
  img.arrow-left {
    top: 2px;
  }
  a.vairak-black-btn,
  a.vairak-white-btn,
  a.vairak-black-right-btn,
  .black-button {
    padding: 3px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  a.vairak-black-btn,
  a.vairak-black-right-btn,
  .black-button,
  a.vairak-black-left-btn {
    padding: 3px;
    width: 110px;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .black-button {
    width: 220px;
  }
  .text-block p {
    margin-bottom: 5px;
  }
  .modal-dialog {
    margin: 0 auto;
    max-width: 75vw;
  }
  .sp-testimonial-free-section .slick-prev {
    left: 30px;
  }
  .sp-testimonial-free-section .slick-next {
    right: 30px;
  }
  .scroll-element.scroll-y.scroll-scrolly_visible {
    /* display: none; */
  }
}
@media (min-width: 399.98px) and (max-width: 559.98px) {
  .nav.navbar-nav.flex-row.justify-content-right.flex-nowrap.contact-icons.hidden-lg {
    margin-right: -20px;
  }
  .justify-start {
    width: 40%;
  }
  .wrapper {
    height: 400px;
  }

  .small-icon {
    max-width: 100%;
    width: 25px;
  }
}
@media (max-width: 399.98px) {
  .small-icon {
    width: 25px;
  }
  .navbar-toggler {
    border: 0;
    display: contents;
  }
  /* Front page */
  .page-title {
    left: 8vw;
  }
  .descr-block {
    padding-right: 15px;
  }
  .nav.navbar-nav.flex-row.justify-content-right.flex-nowrap.contact-icons.hidden-lg {
    margin-right: -20px;
  }
  .justify-start {
    width: 30%;
  }
  .white-description {
    width: 90%;
    padding: 0px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .lang {
    width: 60px;
  }
  .bg-category-image img {
    height: 80px;
  }
  .row.pirts-row {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .product-category .descr-block {
    padding: 15px;
  }
  .wrapper {
    height: 325px;
  }
  .row.row-with-padding.text-black .col-md-3:first-child,
  .row.row-with-padding.text-black .col-md-3 {
    border: none;
  }
  /* Footer copyright */
  .row-copyright p span.copyright-text {
    float: left !important;
    padding-top: 20px;
  }
  #contact_form p input.wpcf7-submit {
    float: left;
  }
  /* Par mums page */
  .about img.attachment-post-thumbnail {
    height: 100px;
  }
  .breadcrumb.black {
    padding-left: 4vw;
  }
  .slider-nav .slick-list img {
    height: 60px;
    object-fit: cover;
  }
  .slick-slide img {
    max-height: 225px;
    object-fit: cover;
  }
  /* Gallery page */
  .main-image figure figcaption {
    padding: 1rem;
    font-size: 1em;
  }
}
body {
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald-Regular", Helvetica, Arial, sans-serif, sans-serif;
}

.bg-white {
  color: #000;
}
.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5,
.bg-white h6 {
  color: #000;
}

.bg-white,
.bg-white .title,
.bg-white .title a {
  color: #000;
}

img {
  max-width: 100%;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.btn {
  font-family: "Oswald-Regular";
  text-align: center;
  min-width: 155px;
  display: inline-block;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
}
.btn:focus,
.btn:active,
.btn:hover {
  background-color: #000;
  opacity: 0.7;
}

.btn-block {
  font-family: "Oswald-Regular";
  text-align: center;
  min-width: 155px;
  display: inline-block;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 7px 46px 7px 16px;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
}
.btn-block:focus,
.btn-block:active,
.btn-block:hover {
  background-color: #000 !important;
}
.btn-block:hover img {
  transition: 0.5s;
  right: 5px;
}

.nav-tabs {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .nav-tabs {
    flex-direction: row;
  }
}
.nav-tabs a {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  padding: 14px 24px 16px 24px;
  font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  display: inline-flex;
  width: 100%;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .nav-tabs a {
    width: auto;
  }
}
.nav-tabs a .arrow-down {
  display: none;
  width: 20px;
}
.nav-tabs a.active,
.nav-tabs a:hover {
  background-color: #fff;
  color: #000;
  transition: all 0.5s;
}
.nav-tabs a.active .arrow-next {
  display: none;
}
.nav-tabs a.active .arrow-down {
  display: block;
}
.nav-tabs a img {
  margin-right: unset;
  width: 14px;
  margin-left: 16px;
}

.tab-content .tab-pane {
  max-width: 100%;
  width: 100%;
}

.tab-content .tab-pane table,
.tab-content .tab-pane table tr,
.tab-content .tab-pane table td,
.tab-content .tab-pane table span {
  max-width: 100%;
  color: black !important;
  background: transparent !important;
  font-size: 16px !important;
}

div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

.dropdown-menu li > a {
  text-decoration: none;
}

.dropdown-menu li > a:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 79.6%;
  }
}
/* top */
#top {
  background-color: #eeeeee;
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0px 3px 0;
  margin: 0 0 20px 0;
  min-height: 40px;
}

#top .container {
  padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}

.language-select {
  font-family: "Oswald-Regular";
  text-align: center;
  display: inline-block;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
  color: #888;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}

#top-links .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover {
  color: #fff;
}

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

#top-links {
  padding-top: 6px;
}

#top-links a + a {
  margin-left: 15px;
}

/* logo */
#logo {
  width: 30%;
}

img.mob-logo {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  #logo {
    display: none;
  }
  img.mob-logo {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #logo {
    display: block;
    width: 160px;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}

#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #fff;
}

/* cart */
#cart {
  margin-bottom: 10px;
}

#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

#cart.open > .btn {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}

#cart.open > .btn:hover {
  color: #444;
}

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}

#cart .dropdown-menu {
  min-width: 100%;
  overflow-y: auto;
  max-height: 800px;
  scrollbar-width: thin;
  overflow-x: hidden;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}

/* menu */
#menu {
  min-height: 40px;
  padding: 5px 0;
}
@media screen and (min-width: 576px) {
  #menu {
    padding: 5px 50px;
  }
}

#menu .nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  border-radius: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}

#menu .dropdown-inner li a:hover {
  color: #ffffff;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    /* display: block; */
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 500px;
}

/* footer */
footer {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 576px) {
  footer {
    text-align: left;
  }
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer h5 {
  color: #fff;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #ccc;
}

img.footer-logo {
  max-width: 100%;
  width: 150px;
  padding-bottom: 15px;
}

img.social-icon {
  max-width: 100%;
  width: 20px;
  height: 20px;
  margin: 0 15px;
}

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb > li {
  text-shadow: 0 1px 0 #fff;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}

.breadcrumb > li:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

html[dir="rtl"] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  right: unset;
  border-right: unset;
  border-bottom: unset;
}

.pagination {
  margin: 0;
}

/* list group */
.list-group a {
  border: 1px solid #dddddd;
  color: #888888;
  padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff;
}

/* carousel */
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}

/* product list */
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: auto;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  transform: none;
  width: 100%;
  padding-top: 0;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.product-grid .product-thumb .image {
  float: none;
}

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-thumb h4 {
  font-weight: bold;
}

.product-thumb .caption {
  padding: 0 20px;
  min-height: 180px;
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
.product-thumb .rating {
  padding-bottom: 10px;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}

.rating .fa-star + .fa-star-o {
  color: #e69500;
}

h2.price {
  margin: 0;
}

.product-thumb .price {
  color: #444;
}

.product-thumb .price-new {
  font-weight: 600;
}

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
.thumbnails {
  overflow: visible;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0 0 60px 0;
}

.thumbnails > li {
  margin-left: 20px;
}

.thumbnails {
  margin-left: -20px;
}

.thumbnails > img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

.image-additional {
  max-width: 78px;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

html[dir="rtl"] .checkbox input[type="checkbox"],
html[dir="rtl"] .checkbox-inline input[type="checkbox"],
html[dir="rtl"] .radio input[type="radio"],
html[dir="rtl"] .radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-right: -20px;
  margin-left: unset;
}

html[dir="rtl"] .input-group-btn:last-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

html[dir="rtl"] .input-group .form-control:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

html[dir="rtl"] .container .row:first-child .col-sm-4,
html[dir="rtl"] .container .row:first-child .col-sm-5 {
  float: right;
}

html[dir="rtl"] #cart .dropdown-menu {
  left: 0;
  right: auto;
}

@media (min-width: 768px) {
  html[dir="rtl"] .navbar-nav {
    float: right;
    margin: 0;
  }
  html[dir="rtl"] .navbar-nav > li {
    float: right;
  }
}
/* CSS used here will be applied after bootstrap.css */
.dropdown-submenu {
  position: relative;
}

.dropdown-item {
  font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
  color: #212529;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  padding-right: 24px;
  line-height: 1.4;
  white-space: normal;
}
.dropdown-item:focus {
  background-color: #fff;
  color: #212529;
}
.dropdown-item:focus:active,
.dropdown-item:hover:active,
.dropdown-item:active {
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .dropdown-item {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 38px;
    white-space: nowrap;
  }
}

.dropdown-menu .dropdown-menu .dropdown-menu {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .dropdown-menu .dropdown-menu .dropdown-menu {
    padding-left: 0;
  }
}

.dropdown-menu > ul > li:last-of-type .dropdown-item,
.dropdown-submenu:last-of-type > .dropdown-item,
.dropdown-submenu li:last-of-type .dropdown-item {
  border-bottom: 0;
}

.menu-item-img {
  display: inline-block;
  width: 38px;
  height: 38px;
  position: relative;
  left: -16px;
  background: #000;
}

.dropdown-submenu > .dropdown-menu {
  top: 5px;
  left: 100%;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}
@media screen and (min-width: 768px) {
  .dropdown-submenu > .dropdown-menu {
    margin-top: -6px;
  }
}

@media screen and (min-width: 768px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 6px;
  margin-right: -16px;
}
@media screen and (min-width: 768px) {
  .dropdown-submenu > a:after {
    margin-top: 14px;
  }
}

.dropdown-submenu:hover > a:after {
  border-left-color: #000;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

#main-header {
  position: fixed;
  top: 0px;
  z-index: 99;
  width: 100%;
  background: #000;
}

#menu .navbar-nav .nav-link {
  font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
  color: #fff !important;
}

#menu .multi-level {
  margin-top: 4px;
}

.small-icon {
  max-width: 100%;
  height: 35px;
}
@media screen and (min-width: 576px) {
  .small-icon {
    height: 33px;
  }
}

.navbar-toggler {
  border: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}

/*----CONTACT FORM BUTTON----*/
#contact-form input.form-control,
#contact-form textarea.form-control,
#form-questions input.form-control,
#form-questions textarea.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #000;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
#contact-form input.form-control::placeholder,
#contact-form textarea.form-control::placeholder,
#form-questions input.form-control::placeholder,
#form-questions textarea.form-control::placeholder {
  color: #fff;
}
#contact-form input.form-control:focus,
#contact-form textarea.form-control:focus,
#form-questions input.form-control:focus,
#form-questions textarea.form-control:focus {
  box-shadow: none;
}
#contact-form textarea,
#form-questions textarea {
  max-height: 120px;
  height: auto;
}
#contact-form input[type="submit"],
#form-questions input[type="submit"] {
  width: 150px;
  color: #000;
  background-color: #fff !important;
  border-color: #fff !important;
  text-decoration: none;
  border-radius: 20px;
}
#contact-form input[type="submit"]:hover,
#form-questions input[type="submit"]:hover {
  background-color: #ccc !important;
  border-color: #ccc !important;
  text-decoration: underline;
}

/* #form-questions input.form-control,
#form-questions textarea.form-control {
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #000;
}
#form-questions input.form-control::placeholder,
#form-questions textarea.form-control::placeholder {
  color: #000;
} */

#copyright {
  padding-top: 30px;
  text-align: left;
}
#copyright p span.copyright-text {
  float: left;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  #copyright p span.copyright-text {
    padding-top: 0;
    width: auto;
    float: right;
  }
}

#termokoksne .bg-white {
  color: black !important;
}

#slider-logo {
  text-align: center;
}

#slider-logo img {
  filter: drop-shadow(0 0 0.75rem black);
  max-width: 90% !important;
  height: auto !important;
}

#rev_slider_1_1_wrapper video {
  pointer-events: none;
}

#product-product {
  padding-top: 50px;
}
#product-product h1 {
  font-size: 2rem;
}
#product-product .btn-block {
  margin-top: 36px;
}

.thumbnails {
  display: flex;
}
.thumbnails .slider-for {
  width: calc(100% - 130px);
  flex: 1 1 70%;
}
.thumbnails .slick-prev,
.thumbnails .slick-next {
  z-index: 2;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 992px) {
  .thumbnails .slick-prev,
  .thumbnails .slick-next {
    width: 36px;
    height: 36px;
  }
}
.thumbnails .slick-prev::before,
.thumbnails .slick-next::before {
  content: "";
  background-image: url("/catalog/view/theme/default/image/arrow_white_down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
}
@media screen and (min-width: 992px) {
  .thumbnails .slick-prev::before,
  .thumbnails .slick-next::before {
    width: 36px;
    height: 36px;
  }
}

.slider-side {
  flex: 0 1 130px;
  width: 130px;
  position: relative;
}
.slider-side .slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.slider-nav {
  margin-right: 10px;
}
.slider-nav .slick-slide {
  margin: 5px 0;
  cursor: pointer;
  border: 1px solid transparent;
  aspect-ratio: 6/5;
  object-fit: cover;
}
.slider-nav .slick-slide:hover,
.slider-nav .slick-slide.slick-current {
  border: 1px solid #7a7a7a;
  opacity: 1;
}
.slider-nav .slick-list {
  margin: -5px 0;
}
.slider-nav .slick-prev,
.slider-nav .slick-next {
  transform: none;
  width: 20px;
  height: 20px;
  left: calc(50% - 10px);
}
.slider-nav .slick-prev::before,
.slider-nav .slick-next::before {
  width: 20px;
  height: 20px;
}
.slider-nav .slick-prev {
  top: 0;
}
.slider-nav .slick-prev::before {
  transform: scaleY(-1);
}
.slider-nav .slick-next {
  bottom: 0;
  top: unset;
}

.slider-for img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.slider-for .slick-prev,
.slider-for .slick-next {
  z-index: 2;
}
.slider-for .slick-prev::before,
.slider-for .slick-next::before {
  content: "";
  background-image: url("/catalog/view/theme/default/image/arrow_white_right.svg");
}
.slider-for .slick-prev {
  left: 1rem;
}
@media screen and (min-width: 992px) {
  .slider-for .slick-prev {
    left: 2.5rem;
  }
}
.slider-for .slick-prev::before {
  transform: scaleX(-1);
}
.slider-for .slick-next {
  right: 1rem;
}
@media screen and (min-width: 992px) {
  .slider-for .slick-next {
    right: 2.5rem;
  }
}

.product-info {
  text-decoration: underline;
}
.product-info img {
  margin: 12px 12px 12px 0;
}

.ajax-button {
  background-color: #fff;
  color: #000;
  border: 1px solid #767676;
  border-radius: 3px;
  padding: 2px 8px;
}

.product-category.bg-black .description-list * {
  color: #fff !important;
}

.no-headerimg {
  padding-top: 120px;
}

.view-grid {
  max-height: unset !important;
}
.view-grid img {
  aspect-ratio: 16/10;
  object-fit: contain;
}

.cat-grid a.white,
.prod-grid a.white {
  animation: none;
}
.cat-grid a.black,
.prod-grid a.black {
  animation: none;
}
.cat-grid .object img {
  scale: 1;
  transition: all 0.5s;
}
.cat-grid .object:hover img.scale-img,
.prod-grid .object:hover img.scale-img {
  scale: 1.2;
  transition: all 0.5s;
}
.cat-grid .object:hover .vairak-white-btn,
.prod-grid .object:hover .vairak-white-btn {
  color: white !important;
  background-color: black !important;
}
.cat-grid .object:hover .vairak-black-right-btn,
.prod-grid .object:hover .vairak-black-right-btn {
  color: black !important;
  background-color: white !important;
}
/*# sourceMappingURL=maps/stylesheet.css.map */
div.sp-testimonial-free-section {
  display: none;
}
div.sp-testimonial-free-section .slick-list {
  margin-right: -24px;
}
div.sp-testimonial-free-section.slick-initialized {
  display: block;
}

.sp-testimonial-free-section .sp-testimonial-free-item:focus,
.sp-testimonial-free-section .slick-dots li.slick-active button:focus {
  outline: none;
}
.sp-testimonial-free-section .sp-testimonial-free-item {
  text-align: center;
  padding-right: 24px;
}

.sp-testimonial-free-wrapper h2.sp-testimonial-free-section-title {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  font-size: 25px;
  line-height: 22px;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
.sp-testimonial-free-section .tfree-testimonial-title {
  margin: 0px 0px 18px 0px;
}
.sp-testimonial-free-section .tfree-testimonial-title h3 {
  font-size: 20px;
  line-height: 30px;
  text-transform: none;
  text-align: center;
  letter-spacing: normal;
  font-weight: 600;
  font-style: normal;
  padding: 0;
  margin: 0;
}
.sp-testimonial-free-section .tfree-client-testimonial {
  font-size: 16px;
  line-height: 26px;
  text-transform: none;
  text-align: center;
  letter-spacing: normal;
  font-weight: 400;
  font-style: normal;
  margin: 0px 0px 20px 0px;
}
.sp-testimonial-free-section
  .tfree-client-testimonial
  p.tfree-testimonial-content {
  display: inline;
  margin: 0;
  padding: 0;
}
.sp-testimonial-free-section .tfree-client-name {
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  text-align: center;
  letter-spacing: normal;
  font-weight: 700;
  font-style: normal;
  margin: 0px 0px 8px 0px;
  padding: 0;
}
.sp-testimonial-free-section .tfree-client-rating {
  margin: 0px 0px 6px 0px;
  text-align: center;
  line-height: 1;
}
.sp-testimonial-free-section .tfree-client-rating i.fa {
  font-size: 19px;
  margin-right: -1px;
}
.sp-testimonial-free-section .tfree-client-designation {
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  text-align: center;
  letter-spacing: normal;
  font-weight: 400;
  font-style: normal;
}

/* Image */
.sp-testimonial-free-section .sp-tfree-client-image {
  margin: 0px 0px 22px 0px;
}
.sp-testimonial-free-section .sp-tfree-client-image img {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Dots */
.sp-testimonial-free-section .slick-dots {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.sp-testimonial-free-section .slick-dots li {
  display: inline-block;
  border: 0;
  padding: 0;
  width: 13px;
  height: 13px;
  margin: 3px;
  overflow: hidden;
}
.sp-testimonial-free-section .slick-dots li button {
  border-radius: 50%;
  text-indent: -999px;
  width: 13px;
  height: 13px;
  padding: 0;
  border: 0;
  display: block;
}

/* Nav */
.sp-testimonial-free-section .slick-prev,
.sp-testimonial-free-section .slick-next {
  top: 50%;
  margin-top: -14px;
  font-size: 20px;
  line-height: 32px;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  text-align: center;
  z-index: 22;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sp-testimonial-free-section .slick-prev {
  left: 0;
}
.sp-testimonial-free-section .slick-next {
  right: 0;
}
/* Preloader */
.sp-testimonial-free-wrapper {
  position: relative;
  overflow: hidden;
}
.tfree-preloader {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 90;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}
.tfree-preloader img {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -16px;
}

.d-md-block {
  display: block !important;
}
