@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1270px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-centered {
  margin: 0 auto;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix, .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
body {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: normal;
  background-color: #fafafa;
  color: #000;
  font-weight: 400;
  position: relative;
  font-family: 'Open Sans', Arial, Helvetica;
  margin: 0;
  padding: 0;
}
body.scrolled {
  padding-top: 100px;
}
input {
  border-radius: 0;
}
input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px #f1f1f1 inset !important;
}
.wc-terms-and-conditions input {
  -webkit-appearance: checkbox !important;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
}
*:focus {
  outline: none !important;
}
textarea {
  -webkit-appearance: none;
  resize: none;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 50px;
  font-weight: 300;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 13px;
  text-transform: lowercase;
}
h5 {
  font-size: 12px;
  color: #636363;
  line-height: 18px;
}
h1, h2, h3 {
  color: #000;
  margin: 0;
  font-weight: 300;
  line-height: normal;
}
h4, h5, h6 {
  color: #000;
  margin: 0;
  font-weight: 300;
  line-height: normal;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li a {
  color: #000;
}
.elementor-widget-text-editor {
  color: #000;
}
.square_list li, .item li, .excerpt li {
  margin-bottom: 20px;
}
.square_list li::before, .item li::before, .excerpt li::before {
  content: "■";
  color: #f60;
  /* or whatever color you prefer */
  margin-right: 5px;
  font-size: 20px;
}
.slider {
  display: none !important;
}
.slider.slick-initialized {
  display: block !important;
}
.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-image: url(../img/oranz-digicamo.svg);
  background-repeat: repeat;
  padding: 15px 25px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  display: inline-block;
}
.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #f60 !important;
  color: #fff;
  background-image: none;
}
/* HEADER */
.header {
  width: 100%;
}
.header .container {
  height: 100%;
  display: flex;
  justify-content: space-around;
}
.header .top__bar {
  width: 100%;
  height: 50px;
  background-color: #000;
  color: #ffa500;
  display: flex;
  align-items: center;
}
.header .top__bar .header__left, .header .top__bar .header__right {
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
}
.header .top__bar .header__left ul {
  display: flex;
  height: 100%;
}
.header .top__bar .header__left ul li {
  display: flex;
  border-right: 1px solid #4a4a4a;
  padding: 0 8px;
  height: 100%;
  align-items: center;
  font-weight: 600;
  color: #ffa500;
}
.header .top__bar .header__left ul li a {
  color: #ffa500;
}
.header .top__bar .header__left ul li:first-child {
  padding-left: 0;
}
.header .top__bar .header__left ul li:last-child {
  border: none;
}
.header .top__bar .header__right {
  justify-content: flex-end;
}
.header .top__bar .header__right ul {
  display: flex;
  margin-right: 70px;
}
.header .top__bar .header__right ul li {
  padding: 9px;
}
.header .top__bar .header__right ul li img {
  border-radius: 50%;
  height: 100%;
}
.header .top__bar .header__right ul li.active img {
  border: 2px solid #ffa500;
}
.header .top__bar .header__right a {
  color: #fff;
}
.header .top__bar .header__right .cart_container {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 70px;
}
.header .top__bar .header__right .cart_container .wcmenucart-contents {
  position: relative;
  max-width: 20px;
  height: 100%;
  background: url('../img/basket.svg');
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.header .top__bar .header__right .cart_container .wcmenucart-contents .cart_count {
  position: absolute;
  top: 0px;
  font-size: 9px;
  right: -5px;
  margin: auto;
  display: inline-block;
  height: 14px;
  width: 14px;
  line-height: 14px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  font-weight: bold;
  background-color: #ffcf00;
  color: #000;
}
.header .bottom__bar {
  width: 100%;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 2px 2px 0 #f1f1f1;
}
.header .bottom__bar .container {
  justify-content: space-between;
  align-items: center;
}
.header .bottom__bar .container .current_page_item a, .header .bottom__bar .container .current_page_parent a {
  color: #ffa500;
}
.header .bottom__bar .container .left__menu, .header .bottom__bar .container .right__menu {
  width: 100%;
}
.header .bottom__bar .container .logo {
  position: relative;
  top: 34px;
  z-index: 2;
}
.header .bottom__bar .container .logo img {
  width: 163px;
  margin: 0 30px;
  max-width: none;
}
.header .bottom__bar .container .logo.scaled {
  top: 0;
}
.header .bottom__bar .container .logo.scaled img {
  width: 91px;
  margin: 0 60px;
}
.header .bottom__bar .container ul {
  display: flex;
  justify-content: space-between;
}
.header .bottom__bar .container ul li a {
  font-weight: 600;
}
.header .bottom__bar .container ul li a:hover {
  color: #ffa500;
}
.header.shrinked {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  background: #fff;
  -webkit-animation: fadeInFromNone 0.5s ease-out;
  -moz-animation: fadeInFromNone 0.5s ease-out;
  -o-animation: fadeInFromNone 0.5s ease-out;
  animation: fadeInFromNone 0.5s ease-out;
}
.header.shrinked .top__bar {
  height: 30px;
  color: #9b9b9b;
  font-size: 12px;
}
.header.shrinked .top__bar .cart_container {
  width: 25px;
  height: 25px;
}
.header.shrinked .top__bar .cart_container .wcmenucart-contents {
  width: 18px;
  height: 18px;
}
.header.shrinked .bottom__bar {
  height: 40px;
}
.header.shrinked .bottom__bar .container .logo {
  top: 0;
}
.header.shrinked .bottom__bar .container .logo img {
  max-width: 75px;
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
body.scrolling {
  padding-top: 100px;
}
.mobile__header {
  display: none;
}
/* END OF HEADER */
/* PAGE WRAPPER */
.page__wrapper {
  margin: 100px 0;
}
/* END OF PAGE WRAPPER */
/* OVERLAY */
.overlay {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #fafafa;
  z-index: 10;
  border: 2px solid #fff;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #4a4a4a;
  font-size: 16px;
  display: none;
}
.overlay .overlay__container {
  max-width: 890px;
  position: relative;
  padding: 40px 0;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 45px;
}
.overlay .overlay__container .overlay_content h3 {
  text-transform: uppercase;
  color: #4a4a4a;
  font-weight: 600;
  margin-bottom: 18px;
}
.overlay .overlay__container #close_top {
  position: absolute;
  top: 30px;
  right: 30px;
}
.overlay .overlay__container .button {
  margin-top: 30px;
}
body.overflow {
  overflow: hidden;
  position: relative;
  height: 100%;
}
#tingimused, #kkk {
  height: 100%;
  justify-content: center;
  z-index: 100;
}
#tingimused h3 span, #kkk h3 span {
  font-size: 20px;
  background: #000;
  padding: 15px 21px;
  color: #ffcf00;
  line-height: normal;
  font-weight: 600;
  z-index: 2;
  display: inline-block;
}
/* END OF OVERLAY */
/* HOME */
/* SLICK */
.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}
.slider .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 1;
  height: 390px;
}
.slider .slide img {
  visibility: hidden;
}
.slider .slide .container {
  height: 100%;
  position: relative;
}
.slider .slide .text_block {
  position: absolute;
  left: 0;
  bottom: 66px;
}
.slider .slide .text_block h1 {
  font-size: 35px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: 1px;
  color: #fff;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  margin-bottom: 15px;
  text-shadow: 0px 0px 10px #888;
}
.slider .slick-dots {
  max-width: 1200px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: right;
  bottom: 25px;
}
.slider .slick-dots li {
  width: 24px;
  height: 16px;
}
.slider .slick-dots li button {
  padding: 0;
  background: #c5c5c5;
  width: 10px;
  height: 10px;
}
.slider .slick-dots li.slick-active button {
  background: #f60;
}
.slider .slick-dots li button:before, .slider .slider .slick-dots li button:after {
  content: none;
}
/* progress bar */
.slider-progress {
  width: 100%;
  height: 5px;
  background: #000;
}
.slider-progress .progress {
  width: 0%;
  height: 5px;
  background: #f60;
}
/* HOME SERVICES */
.services {
  padding: 60px 0;
  background-color: #000;
  text-align: center;
}
.services .service__block .image__container {
  padding: 0 2.5px;
}
.services .service__block .image__container .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-position: 50%;
  background-size: cover;
  min-height: 172px;
  font-weight: 700;
}
.services img {
  display: block;
  width: 100%;
}
.services span {
  padding: 10px 30px 0 30px;
  background-color: #000;
  display: inline-block;
  color: #ffcf00;
  text-transform: uppercase;
  font-weight: 700;
}
/* END OF SERVICES */
/* COUNTER SECTION */
.counter__section {
  padding: 80px 0;
  background-image: url(../img/oranz-digicamo.svg);
  background-repeat: repeat;
  color: #fff;
}
.counter__section .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
.counter__section .container .counter__block {
  text-align: center;
}
.counter__section .container .counter__block .counter, .counter__section .container .counter__block .counter__symbol {
  font-size: 40px;
  display: inline-block;
  font-weight: 700;
}
.counter__section .container .counter__block .counter__symbol {
  margin-left: 10px;
}
.counter__section .container .counter__block .counter {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.counter__section .container .counter__block .counter__text {
  margin-top: 10px;
  display: block;
  text-align: center;
  font-weight: 700;
}
/* END OF COUNTER SECTION*/
/* HOME CONTENT SECTION */
.content__section {
  background-color: #f1f1f1;
  padding-top: 17px;
  padding-bottom: 87px;
}
.content__section .content__block__left .large__container {
  min-height: 310px;
  background-position: 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 0;
  margin-bottom: 15px;
}
.content__section .content__block__left .large__container .container_name span {
  padding: 8px 23px;
  color: #ffcf00;
  background-color: #000;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-flex;
  font-weight: 600;
}
.content__section .content__block__left .large__container .container_description {
  padding: 8px 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.71);
  color: #fff;
  font-size: 15px;
}
.content__section .content__block__left .large__container .container_links {
  font-size: 15px;
}
.content__section .content__block__left .large__container .container_links a {
  color: #fff;
  font-weight: 600;
  margin: 20px 0;
}
.content__section .content__block__left .large__container:hover .container_name span {
  color: #ffa500;
}
.content__section .content__block__left .large__container:hover .container_description {
  color: #ffa500;
}
.content__section .content__block__left #left_container_2 {
  justify-content: flex-end;
}
.content__section .content__block__left #left_container_2 .container_description {
  padding-top: 15px;
  padding-bottom: 30px;
  position: relative;
}
.content__section .content__block__left #left_container_2 .container_name {
  margin-top: 24px;
}
.content__section .content__block__left #left_container_2 .container_links {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -25px;
  text-align: center;
}
.content__section .content__block__left #left_container_2 .container_links a {
  color: #000;
  text-transform: uppercase;
  margin: 0;
}
.content__section .content__block__left #left_container_2 .container_links .button {
  color: #fff;
}
.content__section .content__block__left .articles {
  margin-top: 63px;
}
.content__section .content__block__left .articles .tag__list {
  font-size: 12px;
}
.content__section .content__block__left .articles .tag__list a {
  color: #c5c5c5;
  padding-right: 5px;
}
.content__section .content__block__left .articles .item {
  display: flex;
  flex-direction: row;
}
.content__section .content__block__left .articles .item .text {
  position: relative;
}
.content__section .content__block__left .articles .item .text h3 {
  font-weight: 600;
  color: #4a4a4a;
  padding-right: 60px;
}
.content__section .content__block__left .articles .item .text .time {
  color: #c5c5c5;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
.content__section .content__block__left .articles .item .thumb {
  padding-right: 10px;
}
.content__section .content__block__left .articles h2 {
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 600;
  color: #4a4a4a;
  text-transform: uppercase;
}
.content__section .content__block__left .articles hr {
  margin: 10px 0;
  height: 1px;
  border: none;
  background: #c5c5c5;
  width: 100%;
}
.content__section .content__block__left .articles .view_all {
  color: #f60;
  float: right;
}
.content__section .content__block__right .medium__container {
  min-height: 215px;
  background-position: 50%;
  background-size: cover;
  margin-bottom: 23px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.content__section .content__block__right .medium__container .container_name {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.71);
  color: #ffcf00;
  padding: 8px 23px;
}
.content__section .content__block__right .medium__container .container_name .subtitle {
  display: block;
  font-size: 18px;
}
.content__section .content__block__right .medium__container .container_links {
  padding: 8px 20px;
}
.content__section .content__block__right .medium__container .container_links a {
  color: #ffa500;
  font-weight: 600;
}
.content__section .content__block__right .medium__container:hover .container_name {
  color: #ffa500;
}
/* END OF CONTENT SECTION */
/* ARTICLES */
.articles__container {
  margin: 100px auto;
}
.articles__container .tag__head a {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #efefef;
  padding: 5px 10px;
}
.articles__container .tag__head a h3 {
  margin-right: 10px;
  font-size: 20px;
}
.articles__container .tag__head a i {
  color: #4a4a4a;
}
.articles__container .tag__head a:hover i {
  color: #ffcf00;
}
.articles__container .row {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
  align-items: stretch;
}
.articles__container .row .left__container {
  width: 40%;
  min-height: 300px;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.articles__container .row .left__container a {
  display: block;
  height: 100%;
}
.articles__container .row .left__container .share {
  border-radius: 5px;
  background-color: #f3f3f3;
  color: #36539e;
  padding: 11px;
  font-weight: bold;
  position: absolute;
  bottom: -60px;
}
.articles__container .row .left__container .share a {
  color: #36539e;
}
.articles__container .row .right__container {
  width: 60%;
  display: flex;
  align-items: center;
  position: relative;
}
.articles__container .row .right__container .navigation {
  position: absolute;
  right: 0px;
  display: flex;
  top: 0;
  align-items: center;
}
.articles__container .row .right__container .navigation a {
  display: flex;
  align-items: center;
}
.articles__container .row .right__container .navigation a i {
  font-size: 12px;
  font-weight: bold;
}
.articles__container .row .right__container .navigation a:hover {
  color: #ffa500;
}
.articles__container .row .right__container .navigation a.prev-btn i {
  padding-right: 5px;
}
.articles__container .row .right__container .navigation a.next-btn i {
  padding-left: 5px;
}
.articles__container .row .right__container .navigation a.all_posts {
  margin: 0 30px;
  height: 20px;
  width: 20px;
}
.articles__container .row .right__container .navigation a.all_posts span {
  width: 20px;
}
.articles__container .row .right__container .navigation a.all_posts img {
  width: 100%;
}
.articles__container .row .right__container .navigation a.all_posts:hover svg rect {
  fill: #ffa500;
}
.articles__container .row .right__container a {
  color: #c5c5c5;
}
.articles__container .row .right__container h1 {
  font-size: 20px;
  background: #000;
  padding: 15px 21px;
  color: #ffcf00;
  position: absolute;
  top: 16px;
  left: -60px;
  line-height: normal;
  font-weight: 600;
  z-index: 2;
}
.articles__container .row .right__container .right__container_content {
  padding: 36px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 #c5c5c5;
  min-height: 205px;
  position: relative;
  width: 100%;
}
.articles__container .row .right__container .right__container_content iframe {
  width: 100%;
}
.articles__container .row .right__container .right__container_content .date {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #c5c5c5;
}
.articles__container .row .right__container .right__container_content .tag__list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.articles__container .row .right__container .right__container_content .tag__list a {
  color: #c5c5c5;
  font-size: 14px;
  margin-right: 15px;
  font-weight: 400;
}
.articles__container .row .right__container .right__container_content .tag__list a:hover {
  color: #ffcf00;
}
.articles__container .row .right__container .right__container_content .excerpt {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 11px;
}
.articles__container .row .right__container .right__container_content a {
  color: #f60;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}
.articles__container .row .right__container .right__container_content a:hover {
  color: #ffcf00;
}
.articles__container .row .right__container .right__container_content .read__more i {
  font-size: 10px;
  font-weight: 700;
  margin-left: 3px;
}
.single-post .articles__container {
  margin-bottom: 50px;
}
.single-post .articles__container .row {
  align-items: flex-start;
}
.single-post .articles__container .row .text__container {
  padding-top: 45px;
}
.single-post .content__section {
  padding-bottom: 0;
}
.single-post .content__section h2 {
  padding-bottom: 17px;
}
.single-post .content__section .content__block__right .medium__container {
  display: block;
}
.single-post .content__section .content__block__right .medium__container .content {
  min-height: 215px;
  background-position: 50%;
  background-size: cover;
  margin-bottom: 23px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
}
.single-post .content__section .content__block__right .medium__container .content .container_name {
  max-width: 100%;
  width: 100%;
}
/* ============================================================
 CUSTOM PAGINATION
 ============================================================ */
.custom-pagination {
  text-align: center;
}
.custom-pagination span, .custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}
.custom-pagination a {
  background-color: #ebebeb;
  color: #f60;
}
.custom-pagination a:hover {
  background-color: #f60;
  color: #fff;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}
.custom-pagination span.current {
  background-color: #f60;
  color: #fff;
}
/* WOOCOMMERCE CONTAINER */
.woocommerce .product_tag-vali-ise .price_row {
  display: flex;
  align-items: center;
}
.woocommerce .product_tag-vali-ise .price_row .price {
  display: none;
}
.woocommerce .product_tag-vali-ise .price_row div.gcp {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 10px;
}
.woocommerce .product_tag-vali-ise .price_row div.gcp label {
  margin-right: 10px;
}
.woocommerce .product_tag-vali-ise .price_row .quantity {
  display: none;
}
#ign_receiver_name {
  text-transform: uppercase;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}
.wc_payment_method label {
  font-weight: bold;
}
.wc_payment_method input {
  -webkit-appearance: radio !important;
}
.woocommerce ul.products li.product:hover h2 {
  color: #ffa500;
}
.woocommerce span.onsale {
  left: 0;
  right: auto;
  background-color: #000;
  border-radius: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.single-product.woocommerce span.onsale {
  top: 0;
}
.single-product.woocommerce span.onsale img {
  max-width: 30px;
  margin: 0;
  padding: 10px;
  box-sizing: content-box;
}
.woocommerce ul.products li.product .onsale {
  left: 0;
  right: auto;
  background-color: #000;
  border-radius: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.woocommerce ul.products li.product .onsale img {
  max-width: 30px;
  margin: 0;
  padding: 10px;
  box-sizing: content-box;
}
.receiver-form h3 {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}
.receiver-form > p {
  margin-bottom: 10px;
  font-weight: bold;
  color: red;
  font-size: 20px;
  line-height: normal;
}
.gift_cert_field_wrapper p:nth-child(3), .gift_cert_field_wrapper p:nth-child(4) {
  display: none;
}
.woocommerce .price_row .product_vouchers {
  display: none;
}
.woocommerce__container {
  margin: 66px auto;
}
.woocommerce__container .woocommerce-product-gallery__wrapper {
  margin: 0;
}
.woocommerce div.product form.cart {
  margin-top: 30px;
}
.woocommerce div.product form.cart div:nth-of-type(2) {
  display: none;
}
.slice {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 30px;
}
.slice img {
  max-height: 40px;
  margin-right: 10px;
}
.woocommerce .quantity .qty {
  text-align: center;
  height: 34px;
  border: 0;
  border-radius: 4px;
  max-width: 34px;
  font-size: 15px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  margin-bottom: 10px;
  font-weight: 600;
}
.woocommerce ul.products li.product a {
  position: relative;
  display: block;
}
.woocommerce ul.products li.product a img {
  display: block;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  position: absolute;
  bottom: 0;
  padding: 8px 22px;
  color: #ffcf00;
  background: #000;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
.woocommerce ul.products li.product .price {
  background-image: url(../img/oranz-digicamo.svg);
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.woocommerce ul.products li.product .price del {
  order: 2;
  min-width: 60px;
}
.woocommerce ul.products li.product .price ins {
  order: 1;
}
.woocommerce ul.products li.product.sale .price {
  background: none;
  padding: 0;
  margin: 0;
}
.woocommerce ul.products li.product.sale .price ins {
  background: #ffcf00;
  color: #000;
  text-decoration: none;
  padding: 15px 10px;
}
.woocommerce ul.products li.product.sale .price del {
  background: #000;
  color: #fff;
  opacity: 1;
  font-size: 12px;
  padding: 5px;
  text-align: center;
}
.woocommerce .shop_table .actions {
  display: none !important;
}
.type-product .price_row .price del {
  font-size: 80%;
}
.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .add_to_cart_button {
  display: inline-block;
  font-size: 13px;
  margin-top: 0;
  border-radius: 0;
}
.woocommerce ul.products li.product .button span, .woocommerce ul.products li.product .add_to_cart_button span {
  display: flex;
}
.woocommerce ul.products li.product .button span i:first-child, .woocommerce ul.products li.product .add_to_cart_button span i:first-child {
  font-size: 20px;
}
.woocommerce ul.products li.product .button span i:last-child, .woocommerce ul.products li.product .add_to_cart_button span i:last-child {
  font-size: 12px;
  top: -5px;
  position: relative;
}
.woocommerce ul.products li.product .add_to_cart_button {
  font-size: 20px;
  background: none;
  color: #f60;
}
.woocommerce ul.products li.product .add_to_cart_button:hover {
  color: #fff;
  background-image: url(../img/oranz-digicamo.svg);
}
.woocommerce ul.products li.product .view_more {
  text-align: center;
  background: none;
  color: #000;
  padding: 0;
  padding-left: 15px;
}
.woocommerce ul.products li.product .view_more:hover {
  background: none !important;
  color: #ffa500;
}
.woocommerce .products .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-type-archive-product .woocommerce-breadcrumb {
  display: none;
}
.woocommerce-products-header__title {
  display: inline-block;
  padding: 8px 20px;
  background: #000;
  color: #ffcf00;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
.woocommerce div.product .product_title {
  padding: 15px 20px;
  font-size: 25px;
  background: #000;
  color: #ffcf00;
  display: inline-block;
  margin-bottom: 20px;
}
.woocommerce-result-count {
  display: none;
}
.woocommerce input[type="text"], .bbp-form input[type="text"], .woocommerce input[type="email"], .bbp-form input[type="email"], .woocommerce input[type="tel"], .bbp-form input[type="tel"], .woocommerce input[type="password"], .bbp-form input[type="password"], .woocommerce textarea, .bbp-form textarea {
  height: 40px;
  line-height: 40px;
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  padding-left: 16px;
  font-style: italic;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  opacity: 0;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
  text-align: center;
}
.quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.woocommerce .product-name {
  width: 60%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 28%;
}
.cart_totals h2 {
  display: none;
}
.woocommerce-message {
  border-top: 0;
  font-weight: 600;
  background: none;
  margin: 0;
}
.woocommerce-message a {
  color: #ffcf00;
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  height: 20px;
  margin: auto;
}
.added_to_cart {
  position: absolute !important;
  bottom: -25px;
  font-weight: 600;
}
.woocommerce input[type="text"], .woocommerce input[type="email"], .woocommerce input[type="tel"], .woocommerce textarea {
  font-style: normal;
  font-size: 15px;
}
#parcelmachine_smartpost {
  font-size: 20px;
}
.woocommerce-products-header {
  margin-bottom: 30px;
}
.woocommerce div.product form.cart .button {
  border-radius: 5px;
}
.woocommerce .price_row {
  display: flex;
  align-items: center;
}
.woocommerce .price_row .price {
  display: inline-block;
  font-size: 30px;
  color: #f60;
  font-weight: bold;
  margin-right: 50px;
}
.woocommerce .price_row .cart {
  display: flex;
  align-items: center;
}
.woocommerce .price_row .cart .quantity {
  margin-right: 20px !important;
}
.product_content {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 50px 0;
  border-bottom: 2px solid #c5c5c5;
  margin-bottom: 50px;
}
.woocommerce div.product form.cart .button {
  padding: 0;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.woocommerce div.product form.cart .button span {
  padding-left: 15px;
}
.woocommerce div.product form.cart .button span i:first-child {
  font-size: 20px;
}
.woocommerce div.product form.cart .button span i:last-child {
  font-size: 12px;
  top: -12px;
  position: relative;
}
.woocommerce-product-details__short-description ul li {
  list-style: disc;
  margin-left: 20px;
}
/* END OF WOOCOMMERCE */
/* PACKAGES PAGE */
.package__head {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  position: relative;
  max-height: 450px;
  overflow: hidden;
}
.package__head .title {
  position: absolute;
  text-align: center;
  top: 36px;
  background: #000;
  color: #ffcf00;
  display: inline-block;
  padding: 15px 20px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 289px;
}
.package__head .image__block {
  background-size: cover;
  width: 50%;
  flex: 1;
}
.package__head .image__block .mobile_title {
  display: none;
}
.package__head .image__block img {
  width: 100%;
}
.package__head .content__block {
  background-image: url(../img/oranz-digicamo.svg);
  background-repeat: repeat;
  width: 50%;
  flex: 1;
  display: flex;
  align-items: center;
  color: #fff;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
}
.package__head .content__block p {
  max-width: 380px;
  font-weight: 600;
  line-height: 24px;
  padding-left: 40px;
}
.package__content {
  width: 100%;
}
.package__content ul {
  background: #000;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.package__content ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.package__content ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.package__content ul li a :hover {
  background-color: #f6f6f6;
}
.package__content ul li a.current {
  background-image: url(../img/oranz-digicamo.svg);
  background-repeat: repeat;
  color: #fff;
}
.package__content h3 {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  padding: 12px 20px;
  position: relative;
}
.package__content h3 .popular {
  color: #000;
  background: #ffcf00;
  font-size: 12px;
  line-height: 17px;
  padding: 7px 18px;
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  right: -70px;
  top: -20px;
  z-index: 1;
}
.package__content .simpleTabsContent {
  padding-top: 67px;
  display: none;
  overflow: hidden;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.package__content .simpleTabsContent img {
  width: 100%;
}
.package__content .simpleTabsContent.currentTab {
  display: block;
}
.package__content .package {
  margin-bottom: 60px;
}
.package__content .package .content a {
  display: block;
}
.package__content .package .content .border__container {
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  background: #fff;
}
.package__content .package .content .border__container .meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #000;
  background: #f3f1f3;
  width: 100%;
  height: 45px;
  height: 45px;
  overflow: visible;
  position: relative;
}
.package__content .package .content .border__container .meta span {
  padding: 0 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
}
.package__content .package .content .border__container .meta span i {
  padding-right: 7px;
  font-size: 25px;
}
.package__content .package .content .border__container .meta span.price {
  background-image: url(../img/oranz-digicamo.svg);
  background-repeat: repeat;
  color: #fff;
  padding: 28px 15px;
  z-index: 2;
  text-transform: lowercase;
}
.package__content .package .content .border__container .meta span.weapons {
  padding-left: 18px;
}
.package__content .package .content .border__container .meta.no_ammo {
  justify-content: flex-end;
}
.package__content .package .content .border__container span {
  font-size: 15px;
  line-height: 18px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
.package__content .package .content .border__container .image__container {
  position: relative;
}
.package__content .package .content .border__container .image__container .excerpt {
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.71);
  color: #fff;
  padding: 20px;
  display: none;
}
.package__content .package .content .border__container .image__container img {
  width: 100%;
}
.package__content .package :hover h3, .package__content .package :hover .view_more {
  color: #ffcf00;
}
.package__content .package.full-width .content {
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  background: #fff;
  position: relative;
}
.package__content .package.full-width .content h3 {
  position: absolute;
  z-index: 1;
}
.package__content .package.full-width .content .border__container {
  box-shadow: none;
  overflow: hidden;
  display: flex;
}
.package__content .package.full-width .content .border__container .left_col {
  display: flex;
  align-items: center;
  flex: 1;
}
.package__content .package.full-width .content .border__container .right_col {
  flex: 1;
  padding-right: 0;
}
.package__content .package.full-width .content .border__container .right_col img {
  width: 100%;
}
.package__content .package.full-width .content .border__container .view_more {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.package__content .package.full-width .content .border__container .meta {
  background: none;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.package__content .package.full-width .content .border__container .meta span {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.package__content .package.full-width .content .border__container .meta span.price {
  display: flex;
  text-transform: none;
}
/* SINGLE PACKAGE */
.single-paketid .package__single__head, .single-uritused .package__single__head {
  background: #000;
  min-height: 75vh;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
.single-paketid .package__single__head .dark__layer, .single-uritused .package__single__head .dark__layer {
  background-position: 50% 50%;
  background-size: cover;
  min-height: 50vh;
  width: 100%;
  padding-top: 200px;
  position: relative;
}
.single-paketid .package__single__head .dark__layer:after, .single-uritused .package__single__head .dark__layer:after {
  content: '';
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0);
}
.single-paketid .package__single__head .content__block, .single-uritused .package__single__head .content__block {
  width: 100%;
  max-width: 840px;
  margin: auto;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
.single-paketid .package__single__head .content__block .title__nav__row, .single-uritused .package__single__head .content__block .title__nav__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-paketid .package__single__head .content__block .title__nav__row h3, .single-uritused .package__single__head .content__block .title__nav__row h3 {
  font-size: 25px;
  background: #000;
  padding: 15px 21px;
  color: #ffcf00;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 2;
}
.single-paketid .package__single__head .content__block .title__nav__row .navigation, .single-uritused .package__single__head .content__block .title__nav__row .navigation {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.single-paketid .package__single__head .content__block .title__nav__row .navigation a, .single-uritused .package__single__head .content__block .title__nav__row .navigation a {
  color: #c5c5c5;
}
.single-paketid .package__single__head .content__block .title__nav__row .navigation a img, .single-uritused .package__single__head .content__block .title__nav__row .navigation a img {
  width: 20px;
  height: 20px;
  margin: 0 30px;
}
.single-paketid .package__single__head .content__block .title__nav__row .navigation a i, .single-uritused .package__single__head .content__block .title__nav__row .navigation a i {
  font-size: 12px;
  padding: 0 5px;
  font-weight: 700;
}
.single-paketid .package__single__head .content__block .title__nav__row .navigation a.all_posts, .single-uritused .package__single__head .content__block .title__nav__row .navigation a.all_posts {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.single-paketid .package__single__head .content__block .title__nav__row .navigation a.all_posts:hover svg rect, .single-uritused .package__single__head .content__block .title__nav__row .navigation a.all_posts:hover svg rect {
  fill: #ffa500;
}
.single-paketid .package__single__head .content__block .title__nav__row .navigation a:hover, .single-uritused .package__single__head .content__block .title__nav__row .navigation a:hover {
  color: #ffa500;
}
.single-paketid .package__single__head .content__block .meta__row, .single-uritused .package__single__head .content__block .meta__row {
  height: 75px;
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  flex-flow: row wrap;
  padding-left: 18px;
}
.single-paketid .package__single__head .content__block .meta__row .meta, .single-uritused .package__single__head .content__block .meta__row .meta {
  display: flex;
  justify-content: space-between;
}
.single-paketid .package__single__head .content__block .meta__row .meta span, .single-uritused .package__single__head .content__block .meta__row .meta span {
  padding: 10px;
}
.single-paketid .package__single__head .content__block .meta__row .meta i, .single-uritused .package__single__head .content__block .meta__row .meta i {
  margin-right: 5px;
  font-size: 20px;
}
.single-paketid .package__single__head .content__block .meta__row .price, .single-uritused .package__single__head .content__block .meta__row .price {
  font-size: 30px;
  line-height: 41px;
  font-weight: 700;
}
.single-paketid .package__single__head .content__block .meta__row .book, .single-uritused .package__single__head .content__block .meta__row .book {
  display: flex;
  align-items: center;
  background-image: url(../img/oranz-digicamo.svg);
  background-repeat: repeat;
  color: #fff;
  flex-direction: column;
  min-width: 45%;
  padding: 15px 0;
  border-radius: 5px;
  position: relative;
  right: -5px;
  z-index: 2;
}
.single-paketid .package__single__head .content__block .meta__row .book .cta, .single-uritused .package__single__head .content__block .meta__row .book .cta {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 5px;
}
.single-paketid .package__single__head .content__block .meta__row .book .contacts, .single-uritused .package__single__head .content__block .meta__row .book .contacts {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.single-paketid .package__single__head .content__block .meta__row .book .contacts a, .single-uritused .package__single__head .content__block .meta__row .book .contacts a {
  color: #fff;
}
.single-paketid .package__single__head .content__block .meta__row .book .contacts .sep, .single-uritused .package__single__head .content__block .meta__row .book .contacts .sep {
  padding: 0 10px;
}
.single-paketid .package__single__head .content__block .content__row, .single-uritused .package__single__head .content__block .content__row {
  overflow: hidden;
  background: #fff;
  padding: 30px 30px 60px 30px;
}
.single-paketid .package__single__head .content__block .content__row .item, .single-uritused .package__single__head .content__block .content__row .item {
  padding-left: 0;
}
.single-paketid .slider__container, .single-uritused .slider__container {
  background-image: url(../img/oranz-digicamo.svg);
  background-repeat: repeat;
  color: #fff;
  padding-bottom: 100px;
}
.single-paketid .slider__container .slide_title, .single-uritused .slider__container .slide_title {
  text-align: center;
}
.single-paketid .slider__container .slide_title h3, .single-uritused .slider__container .slide_title h3 {
  top: -20px;
  position: relative;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 25px;
  background: #000;
  padding: 15px 21px;
  color: #fff;
  line-height: normal;
  text-transform: unset;
  font-weight: 600;
  z-index: 2;
}
.single-paketid .slider__container .gun__slider .slick-prev, .single-uritused .slider__container .gun__slider .slick-prev {
  left: 25px;
}
.single-paketid .slider__container .gun__slider .slick-prev:before, .single-uritused .slider__container .gun__slider .slick-prev:before {
  font-family: 'icomoon';
  content: "\e944";
  font-size: 30px;
}
.single-paketid .slider__container .gun__slider .slick-next:before, .single-uritused .slider__container .gun__slider .slick-next:before {
  font-family: 'icomoon';
  content: "\e945";
  font-size: 30px;
}
.single-paketid .slider__container .gun__slider .slick-next, .single-uritused .slider__container .gun__slider .slick-next {
  right: 25px;
}
.single-paketid .slider__container .gun__slider .slide, .single-uritused .slider__container .gun__slider .slide {
  position: relative;
  margin: 0 20px;
}
.single-paketid .slider__container .gun__slider .slide .ammo, .single-uritused .slider__container .gun__slider .slide .ammo {
  font-size: 16px;
}
.single-paketid .slider__container .gun__slider .slide .ammo i, .single-uritused .slider__container .gun__slider .slide .ammo i {
  padding-left: 10px;
}
.single-paketid .slider__container .gun__slider .slide span, .single-uritused .slider__container .gun__slider .slide span {
  text-align: center;
  display: block;
}
.single-paketid .slider__container .gun__slider .slide h3, .single-uritused .slider__container .gun__slider .slide h3 {
  display: none;
}
.single-paketid .slider__container .gun__slider .slide img, .single-uritused .slider__container .gun__slider .slide img {
  width: 100%;
  padding: 60px;
  transition: 0.5s transform ease;
}
.single-paketid .slider__container .gun__slider .slide span.description, .single-uritused .slider__container .gun__slider .slide span.description {
  display: none;
}
.single-paketid .slider__container .gun__slider .slide.slick-center img, .single-uritused .slider__container .gun__slider .slide.slick-center img {
  transform: scale(1.5);
}
.single-paketid .slider__container .gun__slider .slide.slick-center span.description, .single-uritused .slider__container .gun__slider .slide.slick-center span.description {
  display: block;
}
.single-paketid .guns__container, .single-uritused .guns__container {
  background-color: #fafafa;
  padding-top: 60px;
}
.single-paketid .guns__container h2, .single-uritused .guns__container h2 {
  text-align: center;
  margin-bottom: 20px;
}
.single-paketid .guns__container span.subtitle, .single-uritused .guns__container span.subtitle {
  text-align: center;
  display: block;
  max-width: 530px;
  margin: auto;
  margin-bottom: 40px;
}
.single-paketid .guns__container .simpleTabs, .single-uritused .guns__container .simpleTabs {
  width: 100%;
}
.single-paketid .guns__container .simpleTabs ul, .single-uritused .guns__container .simpleTabs ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  max-width: 640px;
  margin: auto;
}
.single-paketid .guns__container .simpleTabs ul li, .single-uritused .guns__container .simpleTabs ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  flex: 1;
}
.single-paketid .guns__container .simpleTabs ul li a, .single-uritused .guns__container .simpleTabs ul li a {
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.single-paketid .guns__container .simpleTabs ul li a :hover, .single-uritused .guns__container .simpleTabs ul li a :hover {
  color: #f6f6f6;
}
.single-paketid .guns__container .simpleTabs ul li a img, .single-uritused .guns__container .simpleTabs ul li a img {
  max-height: 30px;
  display: block;
}
.single-paketid .guns__container .simpleTabs ul li a.current, .single-uritused .guns__container .simpleTabs ul li a.current {
  background-repeat: repeat;
  color: #ffa500;
}
.single-paketid .guns__container .simpleTabs .simpleTabsContent, .single-uritused .guns__container .simpleTabs .simpleTabsContent {
  padding-top: 35px;
  padding-bottom: 70px;
  display: none;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.single-paketid .guns__container .simpleTabs .simpleTabsContent img, .single-uritused .guns__container .simpleTabs .simpleTabsContent img {
  width: 100%;
  max-width: 80px;
}
.single-paketid .guns__container .simpleTabs .simpleTabsContent .gun, .single-uritused .guns__container .simpleTabs .simpleTabsContent .gun {
  margin-bottom: 15px;
  padding: 0 5px;
}
.single-paketid .guns__container .simpleTabs .simpleTabsContent .gun .content, .single-uritused .guns__container .simpleTabs .simpleTabsContent .gun .content {
  border: 1px solid #f1f1f1;
  background-color: #fff;
  padding: 7px;
  display: flex;
  justify-content: space-between;
}
.single-paketid .guns__container .simpleTabs .simpleTabsContent .gun .content .image__container, .single-uritused .guns__container .simpleTabs .simpleTabsContent .gun .content .image__container {
  margin-right: 10px;
}
.single-paketid .guns__container .simpleTabs .simpleTabsContent .gun .content .title__container h3, .single-uritused .guns__container .simpleTabs .simpleTabsContent .gun .content .title__container h3 {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}
.single-paketid .guns__container .simpleTabs .simpleTabsContent .gun .content .title__container .caliber, .single-uritused .guns__container .simpleTabs .simpleTabsContent .gun .content .title__container .caliber {
  color: #c5c5c5;
}
.single-paketid .guns__container .simpleTabs .simpleTabsContent .gun .content .meta, .single-uritused .guns__container .simpleTabs .simpleTabsContent .gun .content .meta {
  display: flex;
  flex-direction: column;
  min-width: 45px;
  align-items: flex-end;
}
.single-paketid .guns__container .simpleTabs .simpleTabsContent .gun .content .meta .info, .single-uritused .guns__container .simpleTabs .simpleTabsContent .gun .content .meta .info {
  position: relative;
}
.single-paketid .guns__container .simpleTabs .simpleTabsContent .gun .content .meta .info .info_box, .single-uritused .guns__container .simpleTabs .simpleTabsContent .gun .content .meta .info .info_box {
  position: absolute;
  bottom: 20px;
  width: 200px;
  border: 1px solid #f1f1f1;
  background: #fff;
  padding: 10px;
  display: none;
  z-index: 2;
}
.single-paketid .guns__container .simpleTabs .simpleTabsContent .gun .content .meta .info:hover .info_box, .single-uritused .guns__container .simpleTabs .simpleTabsContent .gun .content .meta .info:hover .info_box {
  display: block;
}
.single-paketid .guns__container .simpleTabs .simpleTabsContent.currentTab, .single-uritused .guns__container .simpleTabs .simpleTabsContent.currentTab {
  display: flex;
  flex-flow: row wrap;
}
/* END OF SINGLE PACKAGE */
/* FOOTER */
footer {
  background: #e4e4e4;
  color: #000;
  position: relative;
}
footer .footer__background {
  background-image: url(../img/hall-digicamo-03.jpg);
  background-repeat: repeat;
  background-size: 350px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.3;
}
footer .footer__container {
  position: relative;
  z-index: 2;
  padding: 31px 0;
}
footer .footer__container span {
  display: block;
}
footer .footer__container .small_title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
footer .footer__container .main_info {
  color: #000;
}
footer .footer__container .main_info h2 {
  font-weight: 600;
  line-height: 27px;
}
footer .footer__container .main_info .opened {
  color: #f60;
  font-size: 20px;
  line-height: 30px;
}
footer .footer__container .main_info .location {
  line-height: 20px;
}
footer .footer__container .main_info * {
  margin-bottom: 5px;
}
footer .footer__container .booking_info {
  margin-top: 30px;
}
footer .footer__container .booking_info * {
  display: block;
  line-height: 27px;
}
footer .footer__container .transport_info {
  margin-top: 30px;
}
footer .footer__container .transport_info * {
  line-height: 27px;
}
footer .footer__container .transport_info i {
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  left: -2px;
}
footer .footer__container .transport_info span {
  display: flex;
  align-items: center;
}
footer .footer__container .transport_info .trams i {
  color: #f60;
}
footer .footer__container .transport_info .buses i {
  color: rgba(36, 215, 197, 1);
}
footer .footer__container .transport_info .taxi img {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 7px;
}
footer .footer__container .transfer_info {
  margin-top: 15px;
}
footer .footer__container .footer__right .small_title {
  margin-bottom: 10px;
}
footer .footer__container .footer__right .tripadvisor img {
  width: 100%;
  max-width: 157px;
}
footer .footer__container .footer__right .social li {
  margin-bottom: 15px;
}
footer .footer__container .footer__right .social img {
  min-width: 25px;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}
footer .footer__container .footer__right .social a {
  display: flex;
  align-items: center;
  font-weight: 600;
}
footer .footer__container .footer__right .newsletter {
  margin-bottom: 25px;
}
footer .footer__container .footer__right .newsletter .newsletter_form_container {
  margin-top: 10px;
  position: relative;
  display: inline-block;
}
footer .footer__container .footer__right .newsletter .newsletter_form_container button {
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  line-height: 40px;
  font-size: 21px;
  color: #ffa500;
}
footer .footer__container .footer__right .newsletter .newsletter_form_container input {
  height: 40px;
  line-height: 40px;
  min-width: 290px;
  max-width: 290px;
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  padding-left: 16px;
  font-style: normal;
}
footer .footer__container .footer__right .newsletter .newsletter_form_container ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}
footer .footer__container .footer__right .newsletter .newsletter_form_container ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
footer .footer__container .footer__right .newsletter .newsletter_form_container :-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}
footer .footer__container .footer__right .newsletter .newsletter_form_container :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
footer .footer__container .footer__right .additional_links a, footer .footer__container .footer__right .additional_links span {
  display: block;
  color: #f60;
  margin-bottom: 10px;
  cursor: pointer;
}
footer .footer__map {
  position: relative;
  z-index: 2;
}
footer .footer__map .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
footer .footer__map .first_loaded {
  position: relative;
  z-index: 3;
}
footer .footer__map .first_loaded img {
  width: 100%;
}
footer .main_info, footer .booking_info {
  font-weight: 600;
}
/* END OF FOOTER */
.error-404 svg {
  display: block;
  width: 100%;
  height: 100%;
}
/* FORUM */
#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.bbp-search-form #bbp_search {
  -webkit-appearance: textfield !important;
  height: 23px;
}
.bbp-search-form input[type="submit"] {
  border-radius: 0;
  padding: 5px 25px;
  border: none;
}
.subscription-toggle {
  margin-left: 10px;
  float: right;
}
.bbp-form {
  border: 1px solid #ccc;
}
.bbp-form textarea {
  height: auto;
  line-height: normal;
}
.bbp-form .bbp-remember-me input {
  -webkit-appearance: checkbox !important;
}
/* END OF FORUM */
@media only screen and (max-width: 990px) {
  /* MOBILE ANIMATION */
  .header {
    display: none;
  }
  .mobile__header {
    display: flex;
    width: 100%;
    height: auto;
    background: #000;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 12;
  }
  .mobile__header .top__bar {
    width: 100%;
    padding: 0;
    height: 42px;
    display: flex;
    align-items: center;
  }
  .mobile__header .top__bar ul {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
  .mobile__header .top__bar ul li {
    color: #ffa500;
    font-size: 12px;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    text-align: center;
    padding: 0 10px;
    width: 33.33%;
  }
  .mobile__header .top__bar ul li a {
    color: #ffa500;
  }
  .mobile__header .top__bar ul li:nth-child(2) {
    border-left: 1px solid #4a4a4a;
    border-right: 1px solid #4a4a4a;
  }
  .mobile__header .bottom__bar {
    width: 100%;
    background: #fff;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    border: 1px solid #efefef;
  }
  .mobile__header .bottom__bar > div {
    flex: 1;
  }
  .mobile__header .bottom__bar .social img {
    max-width: 30px;
  }
  .mobile__header .bottom__bar .social a {
    font-weight: 600;
  }
  .mobile__header .bottom__bar .logo {
    align-self: flex-start;
  }
  .mobile__header .bottom__bar .logo img {
    max-width: 103px;
    margin: auto;
  }
  .mobile__header .bottom__bar .account, .mobile__header .bottom__bar .cart {
    text-align: right;
  }
  .mobile__header .bottom__bar .cart {
    display: flex;
    justify-content: flex-end;
  }
  .mobile__header .bottom__bar .cart .cart_container {
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile__header .bottom__bar .cart .cart_container .wcmenucart-contents {
    position: relative;
    max-width: 30px;
    height: 100%;
    background: url('../img/basket.svg');
    width: 25px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .mobile__header .bottom__bar .cart .cart_container .wcmenucart-contents .cart_count {
    position: absolute;
    top: 8px;
    font-size: 9px;
    right: -8px;
    margin: auto;
    display: inline-block;
    height: 14px;
    width: 14px;
    line-height: 14px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    font-weight: bold;
    background-color: #ffcf00;
    color: #000;
  }
  .mobile__header .bottom__bar .lang img {
    border-radius: 50%;
    border: 2px solid #ffa500;
  }
  .mobile__header .bottom__bar .account {
    font-size: 25px;
  }
  #mobile__nav {
    top: 100px;
  }
  #mobile__nav .right {
    display: none;
  }
  #mobile__nav .lang_switcher ul {
    text-align: center;
    margin-top: 20px;
  }
  #mobile__nav .lang_switcher ul li {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
  #mobile__nav .lang_switcher ul li img {
    width: 30px;
    height: 30px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
  }
  #mobile__nav .lang_switcher ul li:last-child {
    margin-right: 0;
  }
  #mobile__nav .left__menu ul li, #mobile__nav .right__menu ul li {
    margin-top: 25px;
  }
  #mobile__nav .left__menu ul li a, #mobile__nav .right__menu ul li a {
    font-size: 20px;
  }
  .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 45px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .c-hamburger:focus {
    outline: 0;
  }
  .c-hamburger span {
    display: block;
    position: absolute;
    top: 20px;
    left: 0px;
    right: 0px;
    height: 4px;
    background: #000;
  }
  .c-hamburger span::after, .c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    content: "";
  }
  .c-hamburger--htla.is-active span::after, .c-hamburger--htla.is-active span::before, .c-hamburger--htra.is-active span::after, .c-hamburger--htra.is-active span::before {
    width: 50%;
  }
  .c-hamburger span::before {
    top: -9px;
  }
  .c-hamburger span::after {
    bottom: -9px;
  }
  .c-hamburger--rot {
    background-color: #28aadc;
  }
  .c-hamburger--rot span {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  .c-hamburger--rot.is-active {
    background-color: #166888;
  }
  .c-hamburger--rot.is-active span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .c-hamburger--htx {
    background-color: #fff;
  }
  .c-hamburger--htx span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
  }
  .c-hamburger--htx span::after, .c-hamburger--htx span::before {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
  }
  .c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
  }
  .c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }
  .c-hamburger--htx.is-active {
    background-color: #fff;
  }
  .c-hamburger--htx.is-active span {
    background: 0 0;
  }
  .c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ffcf00;
  }
  .c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ffcf00;
  }
  .c-hamburger--htx.is-active span::after, .c-hamburger--htx.is-active span::before {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }
  .c-hamburger--htla {
    background-color: #32dc64;
  }
  .c-hamburger--htla span {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  .c-hamburger--htla span::before {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
    transition: transform 0.3s, width 0.3s, top 0.3s;
  }
  .c-hamburger--htla span::after {
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
    transition: transform 0.3s, width 0.3s, bottom 0.3s;
  }
  .c-hamburger--htla.is-active {
    background-color: #18903c;
  }
  .c-hamburger--htla.is-active span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .c-hamburger--htla.is-active span::before {
    top: 0;
    -webkit-transform: translateX(38px) translateY(4px) rotate(45deg);
    -ms-transform: translateX(38px) translateY(4px) rotate(45deg);
    transform: translateX(38px) translateY(4px) rotate(45deg);
  }
  .c-hamburger--htla.is-active span::after {
    bottom: 0;
    -webkit-transform: translateX(38px) translateY(-4px) rotate(-45deg);
    -ms-transform: translateX(38px) translateY(-4px) rotate(-45deg);
    transform: translateX(38px) translateY(-4px) rotate(-45deg);
  }
  .c-hamburger--htra {
    background-color: #ff9650;
  }
  .c-hamburger--htra span {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  .c-hamburger--htra span::before {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
    transition: transform 0.3s, width 0.3s, top 0.3s;
  }
  .c-hamburger--htra span::after {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
    transition: transform 0.3s, width 0.3s, bottom 0.3s;
  }
  .c-hamburger--htra.is-active {
    background-color: #e95d00;
  }
  .c-hamburger--htra.is-active span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .c-hamburger--htra.is-active span::before {
    top: 0;
    -webkit-transform: translateX(-8px) translateY(4px) rotate(-45deg);
    -ms-transform: translateX(-8px) translateY(4px) rotate(-45deg);
    transform: translateX(-8px) translateY(4px) rotate(-45deg);
  }
  .c-hamburger--htra.is-active span::after {
    bottom: 0;
    -webkit-transform: translateX(-8px) translateY(-4px) rotate(45deg);
    -ms-transform: translateX(-8px) translateY(-4px) rotate(45deg);
    transform: translateX(-8px) translateY(-4px) rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .single-paketid .guns__container .simpleTabs .simpleTabsContent .gun, .single-uritused .guns__container .simpleTabs .simpleTabsContent .gun {
    width: 100%;
  }
  .woocommerce ul.products li.product .add_to_cart_button {
    padding: 5px;
  }
  .slider .slide {
    height: 300px;
  }
  .custom_banner .meta {
    height: 50px;
  }
  .custom_banner .left_col {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .custom_banner .right_col {
    padding: 0;
  }
  .content__section .content__block__left .large__container .container_links {
    text-align: center;
  }
  .articles__container .row .left__container .share {
    display: none;
  }
  .single-paketid .slider__container .gun__slider .slide h3, .single-uritused .slider__container .gun__slider .slide h3 {
    display: inline-block;
    padding: 5px;
    top: 0;
    margin-bottom: 15px;
  }
  .guns__container h2 {
    text-align: center;
    margin: 20px 0;
  }
  .single-paketid .package__single__head .content__block .title__nav__row .navigation a.all_posts, .single-uritused .package__single__head .content__block .title__nav__row .navigation a.all_posts {
    margin: 0 30px;
  }
  .single-paketid .package__single__head .content__block .meta__row .meta span, .single-uritused .package__single__head .content__block .meta__row .meta span {
    padding: 15px;
  }
  .services {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .services .container {
    padding: 0 10px;
  }
  .services .container .service__block .image__container {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .services .container .service__block .image__container .content {
    min-height: 150px;
  }
  .services .container .service__block .image__container .content span {
    padding: 5px 10px 5px 10px;
    font-size: 13px;
  }
  .counter__section {
    display: none;
  }
  .content__section {
    padding-bottom: 50px;
  }
  .content__section .container .row {
    display: flex;
    flex-direction: column;
  }
  .content__section .container .row .content__block__right {
    order: 1;
    width: 100%;
  }
  .content__section .container .row .content__block__left {
    order: 2;
    width: 100%;
    padding: 0;
  }
  .content__section .container .row .content__block__left .articles {
    padding: 0 15px;
    margin-top: 50px;
  }
  .page__wrapper {
    margin-top: 50px;
  }
  .content__section .content__block__left .articles .view_all {
    text-align: center;
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .articles__container .row .right__container .right__container_content .date {
    bottom: 10px;
    top: auto;
  }
  .package__content .simpleTabs .simpleTabsContent h3 .popular {
    left: 0;
    right: auto;
  }
  .package__content .package.full-width .content {
    padding-bottom: 50px;
  }
  .single-paketid .package__single__head .content__block .meta__row, .single-uritused .package__single__head .content__block .meta__row {
    padding-left: 0;
  }
  .single-paketid .package__single__head .content__block .meta__row .book, .single-uritused .package__single__head .content__block .meta__row .book {
    border-radius: 0;
  }
  .single-paketid .guns__container, .single-uritused .guns__container, .single-paketid .single-uritused .guns__container, .single-uritused .single-uritused .guns__container {
    padding: 0 15px;
  }
  .single-paketid .package__single__head .content__block .meta__row .price, .single-uritused .package__single__head .content__block .meta__row .price {
    padding-right: 10px;
  }
  footer .footer__map .first_loaded {
    overflow: hidden;
    height: 300px;
  }
  footer .footer__map .first_loaded img {
    height: 300px;
    width: auto;
    max-width: none;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
  }
  .package__content .simpleTabs ul li {
    width: 100%;
  }
  .package__content .simpleTabs ul li a {
    justify-content: center;
  }
  .package__head {
    max-height: none;
    flex-flow: column wrap;
  }
  .package__head .title {
    top: 0;
    display: none;
  }
  .package__head .image__block {
    height: 390px;
  }
  .package__head .image__block, .package__head .content__block {
    width: 100%;
    position: relative;
  }
  .package__head .image__block .mobile_title, .package__head .content__block .mobile_title {
    position: absolute;
    text-align: center;
    bottom: 0;
    background: #000;
    color: #ffcf00;
    display: inline-block;
    padding: 15px 20px;
    font-size: 25px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 289px;
  }
  .package__head .content__block {
    padding: 30px;
  }
  .package__head .content__block p {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .package__content .simpleTabsNavigation {
    flex-direction: column;
    height: auto;
  }
  .package__content .package.full-width .content .border__container {
    flex-direction: column;
  }
  .package__content .package.full-width .content .border__container .meta {
    position: relative;
    height: 60px;
  }
  .package__content .package.full-width .content .border__container .meta span.price {
    padding: 0 10px;
    font-size: 15px;
  }
  .woocommerce .product-name {
    width: 100%;
  }
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    font-size: 12px;
  }
  .single-paketid .package__single__head .content__block .content__row .item, .single-uritused .package__single__head .content__block .content__row .item {
    margin-bottom: 30px;
  }
  .single-paketid .package__single__head .content__block .title__nav__row, .single-uritused .package__single__head .content__block .title__nav__row {
    flex-flow: row wrap;
    height: auto;
    justify-content: center;
  }
  .single-paketid .package__single__head .content__block .title__nav__row h3, .single-uritused .package__single__head .content__block .title__nav__row h3 {
    order: 2;
  }
  .single-paketid .package__single__head .content__block .title__nav__row .nav, .single-uritused .package__single__head .content__block .title__nav__row .nav {
    order: 1;
    margin-bottom: 20px;
  }
  .single-paketid .package__single__head .content__block .meta__row, .single-uritused .package__single__head .content__block .meta__row {
    height: auto;
  }
  .single-paketid .package__single__head .content__block .meta__row .book, .single-uritused .package__single__head .content__block .meta__row .book {
    width: 100%;
    justify-content: center;
    right: 0;
  }
  .single-paketid .package__single__head .content__block .meta__row .book .contacts, .single-uritused .package__single__head .content__block .meta__row .book .contacts {
    font-size: 18px;
  }
  .single-paketid .package__single__head .content__block .meta__row .book .contacts .phone a, .single-uritused .package__single__head .content__block .meta__row .book .contacts .phone a {
    color: #fff;
  }
  .single-paketid .slider__container, .single-uritused .slider__container {
    padding: 20px 0;
  }
  .single-paketid .slider__container .gun__slider .slide.slick-active span.description, .single-uritused .slider__container .gun__slider .slide.slick-active span.description {
    display: block;
  }
  .slider .slide .container {
    text-align: center;
  }
  .slider .slide .text_block {
    right: 0;
    bottom: 20px;
  }
  .slider .slick-dots {
    text-align: center;
  }
  .counter__section .container .counter__block .counter, .counter__section .container .counter__block .counter__symbol {
    font-size: 27px;
  }
  .content__section .content__block__right .medium__container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
  }
  .custom-pagination {
    margin-top: 30px;
  }
  .articles__container {
    margin: 0;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .articles__container .row {
    flex-direction: column;
    margin: 0;
    margin-top: 35px;
  }
  .articles__container .row .left__container {
    width: 100%;
    max-height: 183px;
    min-height: 183px;
  }
  .articles__container .row .left__container a {
    position: absolute;
    width: 100%;
  }
  .articles__container .row .left__container h1 {
    font-size: 20px;
    position: absolute;
    bottom: 0px;
    line-height: normal;
    font-weight: 600;
    z-index: 2;
  }
  .articles__container .row .left__container h1 span {
    background: #000;
    padding: 6px 11px;
    line-height: 27px;
    color: #ffcf00;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
  .articles__container .row .right__container {
    flex-direction: column;
    width: 100%;
  }
  .articles__container .row .right__container h1 {
    left: 0;
    font-weight: 700;
    position: relative;
    top: 0;
    padding: 7px 11px;
  }
  .articles__container .row .right__container a {
    align-self: flex-start;
  }
  .articles__container .row .right__container .right__container_content {
    margin: 0 15px;
    padding: 10px;
    min-height: auto;
  }
  .articles__container .row .right__container .right__container_content .tag__list {
    margin-top: 0;
  }
  .articles__container .row .right__container .right__container_content .excerpt {
    font-weight: normal;
    color: #4a4a4a;
  }
  .articles__container .row .right__container .navigation {
    position: relative;
    left: 0;
    margin: auto;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .single-post .articles__container {
    padding: 0;
  }
  .single-post .articles__container .row .image__container {
    min-height: 214px;
    max-height: 214px;
    position: relative;
  }
  .single-post .articles__container .row .image__container h1 {
    bottom: -13px;
  }
  .single-post .articles__container .row .image__container .navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    top: 10px;
  }
  .single-post .articles__container .row .image__container .navigation a {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    color: #fff;
  }
  .single-post .articles__container .row .image__container .navigation a.all_posts {
    display: inline-block;
    margin: 0 30px;
    height: 20px;
    width: 20px;
  }
  .single-post .articles__container .row .image__container .navigation a.all_posts rect {
    fill: #fff !important;
  }
  .single-post .articles__container .row .text__container {
    padding-top: 0;
  }
  .single-post .articles__container .row .text__container .right__container_content {
    padding: 20px;
  }
  footer .footer__container {
    padding: 30px 30px;
  }
  footer .footer__container .footer__right .small_title {
    margin-top: 30px;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: auto;
  }
  .overlay .overlay__container {
    padding: 40px 30px;
    overflow: scroll;
  }
  .overlay .overlay__container #close_top {
    top: 10px;
  }
}
