/*
Theme Name: Doordec
Theme URI: http://doordec.ee/
Author: MeediaAbi
Author URI: http://meediaabi.ee/
Version: 1.0
*/


/*CSS RESET*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

img {
  vertical-align: top;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.clear {
  clear: both;
}

* {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
  outline-width: 0;
}


/*slick css*/

@charset 'UTF-8';
.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden
}

.slick-loading .slick-list {
  background: url(images/ajax-loader.gif) center center no-repeat #fff
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  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-face {
  font-family: 'klavika';
  font-weight: 400;
  font-style: normal;
  src: url('/wp-includes/fonts/KlavikaWebBasicRegular.woff') format('woff'),
	  url('/wp-includes/fonts/KlavikaCH-Regular.otf') format('opentype'),
	  url('/wp-includes/fonts/KlavikaWebBasicRegular.woff2') format('woff2'),
	  url('/wp-includes/fonts/KlavikaWebBasicRegular.eot?#iefix') format('embedded-opentype');
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: ''
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: ''
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

[dir=rtl] .slick-next:before {
  content: '←'
}

.slick-dotted.slick-slider {
  margin-bottom: 20px
}

.slick-dots {
  bottom: 0;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -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 {
  top: 0;
  left: 0
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[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-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.quote-button-container {
    display: flex;
    justify-content: center;
    align-items: center;    
    width: 100%;
	height: 100%;
    margin-top: 60%; 
}

.ask-quote-button {
    width: 70%; 
    padding: 15px;
    background-color: #1a824b; 
    color: #fff;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.ask-quote-button:hover {
    background-color: #0f5c33;
	color: #ffffff !important;
    text-decoration: none !important;
}

.looklause-pic {
  position: relative;
  width: 100%;
  height: 500px; 
	padding-top: 50px;
}
.looklause-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.looklause {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  color: white;
  font-size: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4); 
  padding: 20px;
	font-family: 'klavika';
}

.eelised_section {
    text-align: center;
    margin-top: 40px;
  }

  .eelised {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 120px;
	font-family: 'klavika';
  }

  .variandid_container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .variandid {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%; 
    margin-left: 60px; 
	margin-bottom: 100px;
	font-family: 'klavika';
  }

  .variandid:first-child {
    margin-left: 0;
  }

  .variandid .eelis {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px; 
  }

  .variandid .lisainfo {
    font-size: 16px;
  }

.icon-wrapper {
  margin-bottom: 10px; 
  width: 70px; 
  height: 70px;
	margin-bottom: 50px;
}

.circle-image {
  width: 70px;
  height: 70px;
  display: block;
  object-fit: cover;
  width: 100%; 
  height: 100%;
}

.sisu-lisainfo,
.tervikum-lisainfo {
    width: calc(66%);
    padding-bottom: 15px;
    box-sizing: border-box;
    margin-left: 18%;
    margin-bottom: 100px;
    font-size: 16px;
    text-align: left;
	font-family: 'klavika';
}

.avatud-paevad-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: nowrap; 
  justify-content: space-between;
  margin-top: 100px;
}

.avatud-paevad-container {
  width: 50%;
  box-sizing: border-box; 
}

.avatud-paevad-container h3 {
  font-size: 28px;
  margin-bottom: 70px;
	font-family: 'klavika';
}

.gallery-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
	width: 70%;
	margin-left: 15%;
	margin-bottom: 40px;
}

.scroll-btn {
  background: transparent;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 10px;
}

.left-avatud {
  margin-right: 10px;
}

.right-avatud {
  margin-left: 10px;
}

#sisuGallery {
  display: flex;
  overflow-x: auto;
	padding: 0;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

#sisuGallery::-webkit-scrollbar {
  display: none; 
}

#tervikumGallery {
  display: flex;
  overflow-x: auto;
	padding: 0;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

#tervikumGallery::-webkit-scrollbar {
  display: none; 
}

.gallery-item {
  flex: 0 0 100%; 
  margin: 0 15%;
  scroll-snap-align: start; 
	
}

.gallery-item img {
  width: 100%;
  max-height: 550px; 
  object-fit: cover; 
  border-radius: 8px;
  display: block;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
  margin: 5px 20px 20px 0;
  border-radius: 15px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  width: 45%;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 10px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}


/*MAIN STYLES*/

body {
  font-size: 14px;
  font-family: klavika;
}

a,
a:visited,
a:focus {
  outline: none;
}


/*GENERAL*/

.no-padding {
  padding: 0;
}

.no-r-padding {
  padding-right: 0;
}

.no-l-padding {
  padding-left: 0;
}

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

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.wrap {
  min-height: 100%;
  position: relative;
}

section.content>.container,
.page-template-kontakt section.content,
.home section.content {
  padding-bottom: 104px;
  /* Height of the footer element */
  margin-top: 128px;
}

footer {
  background: #FFFFFF;
  left: 0;
  /* overflow: hidden; */
  border-top: 5px solid #1a824b;
  border-bottom: 5px solid #1a824b;
  overflow: hidden !important;
  position: absolute;
  bottom: 0;
  width: 100%;
}

footer .container .inner {
  z-index: 5;
  position: relative;
  bottom: 0;
}

footer .infoitem {
  padding-top: 25px;
  padding-bottom: 5px;
}

footer .euimg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 88px;
}

footer .euimg {
  text-align: right;
  background-color: white;
}

footer .euimg img {
  max-height: 55px;
}

footer a {
  color: #337ab7;
}

footer a:hover {
  color: #337ab7;
}

.whitebg {
  position: absolute;
  width: 2000px;
  left: 50%;
  height: 100%;
  background: #fff;
  z-index: 1;
  top: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

*:focus {
  outline: none;
}

header {
  background: #FFFFFF;
  padding-top: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

header.sticky.fadepadd {
  padding-bottom: 7px;
  padding-top: 10px;
}

header.sticky.fadepadd .logo img {
  max-height: 60px;
  width: auto;
}

header .logo img {
  transition: all .2s;
}

header.fadepadd .menu_top {
  height: 15px;
  overflow: hidden;
  opacity: 0;
}

header.fadepadd .menuwrapper {
  /*    background: transparent;
    border: 0 none;*/
  margin-top: 0;
}

header.sticky.fadepadd .line-image {
  height: 49px;
  width: 65%;
  bottom: 18px;
  right: 0px;
  position: absolute;
}

.logo,
.menu_wrap {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.logo {
  padding-bottom: 15px;
  width: 21%;
}

.menu_wrap {
  width: 79%;
  padding-left: 0;
}

.main-menu {
  position: relative;
  z-index: 1;
  float: right;
}

.main-menu li {
  float: left;
  text-transform: uppercase;
}

.main-menu li a {
  padding: 10px 15px;
  display: inline-block;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}

.menu_top {
  height: 36px;
}

.menuwrapper {
  background: #FFFFFF;
  border-top: 4px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
}

.current-menu-item,
.current-page-ancestor {
  background: #FFFFFF;
}

.current-menu-item a,
.current-page-ancestor a {
  color: #1a824b !important;
  text-decoration: none;
}

.slogan_wrap {
  position: relative;
}

.bx-wrapper,
.bx-viewport,
ul.bxslider li {
  height: 530px !important;
  min-height: 400px;
  /*min-height: 530px !important;*/
}

.slaider {
  max-width: 1920px;
  margin: 0 auto;
}

.slide_info {
  width: 40%;
  color: #fff;
  padding: 30px;
}

.slide_info {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

.slide_info_inner {
  width: 80%;
  float: right;
  color: #000000;
  font-size: 53px;
  line-height: 90px;
  font-family: 'klavika';
  text-transform: uppercase;
}

.home .product_carousel .containerr {
  display: none;
}

.product_carousel {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}

.product_img {
  text-align: center;
}

.product_carousel .slick-list {
  overflow: visible;
  padding: 0;
  max-width: 1180px;
  margin: 0 auto;
}

.product_carousel .slick-slide:before {
  position: absolute;
  content: "";
  width: 96%;
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255);
  /* background: rgba(255, 255, 255, 0.8) fadeib;*/
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product_carousel .slick-active:before {
  background: transparent;
  z-index: 0;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {}

.recent_cars .slick-prev {
  left: 16%;
  z-index: 99;
  background: url('images/angle_l.png') no-repeat center;
  background-color: #ff5e00;
  opacity: 0.8;
  transition: all 0.2s;
}

.recent_cars .slick-next {
  right: 16%;
  background: url('images/angle_r.png') no-repeat center;
  background-color: #ff5e00;
  opacity: 0.8;
  transition: all 0.2s;
}

.recent_cars .slick-prev:hover,
.recent_cars .slick-next:hover {
  opacity: 1;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 49%;
  width: 38px;
  height: 38px;
  border-radius: 18px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.recent_title {
  font-size: 60px;
  text-transform: uppercase;
  color: #74b83b;
  text-align: center;
  background: #FFFFFF;
  border-top: 5px solid #1a824b;
  padding: 15px;
  margin-bottom: 60px;
  font-family: klavika;
}

.recent_title h2 {
  text-transform: none;
	font-weight: bold;
}

.product_carousel .slick-prev {
  left: 16%;
  z-index: 99;
  background: #1a824b url('https://doordec.ee/wp-content/uploads/2024/03/prev_next.png') no-repeat 0 -39px;
  background-size: 100%;
}

.product_carousel .slick-next {
  right: 16%;
  z-index: 99;
  background: #1a824b url('https://doordec.ee/wp-content/uploads/2024/03/prev_next.png') no-repeat 0 0;
  background-size: 100%;
}

.product_carousel .title {
  background: #999999;
  text-align: center;
  font-size: 19px;
  border-top: 8px solid #1a824b;
  height: 60px;
}

.product_carousel .title h3 {
  color: #fff;
}

.product_carousel .inner a {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: visible;
}

.col-sm-3.slick-slide {
  padding: 0 7px;
}

.img_left {
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 465px;
}

.content_right {
  float: left;
  width: 100%;
  height: 100%;
}

.content_right .inner {
  float: left;
  max-width: 580px;
  width: 100%;
  font-size: 15px;
  line-height: 27px;
}

.content_right p {
  padding: 15px 0 0 15px;
}

h1 {
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}

.two_blocks h1 {
  padding: 15px;
  color: #FFFFFF;
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  background-color: #999999;
  margin-bottom: 0;
  border-top: 8px solid #1a824b;
}

.two_blocks .inner {
  background-color: #f1f2f2;
  margin-bottom: 45px;
}

.about {
  margin-bottom: 30px;
  display: block;
  /*margin-left: auto;
  margin-right: auto;*/
}

.img-left {
  float: left;
  width: 52%;
}

.txt-right {
  float: left;
  width: 48%;
  padding-left: 20px;
  padding-right: 15px;
  padding-top: 15px;
  line-height: 24px;
  font-size: 15px;
}

.txt-right span {
  display: block;
  text-align: right;
  color: #1a824b;
  font-weight: 700;
}

.txt-right a:hover {
  text-decoration: none;
}

.two_blocks .inner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

footer li {
  float: left;
  font-size: 15px;
  color: #fff;
  float: none;
}

li.emailmarker:before {
  content: '\f0e0';
  font-family: 'FontAwesome';
  display: table-cell;
  text-align: right;
  padding: 0 5px 0 2px;
  width: 25px;
  text-align: center;
  background: transparent;
  float: none;
}

li.telefonmarker:before {
  content: '\f095';
  font-family: 'FontAwesome';
  display: table-cell;
  text-align: right;
  padding: 0 5px 0 2px;
  width: 25px;
  text-align: center;
  background: transparent;
  float: none;
}

li.aadressmarker:before {
  content: '\f041';
  font-family: 'FontAwesome';
  display: table-cell;
  text-align: right;
  padding: 0 5px 0 2px;
  width: 25px;
  text-align: center;
  background: transparent;
  float: none;
}

footer li {
  display: table;
  margin-bottom: 0;
  color: #000000;
}

.breadcrumbs,
.breadcrumbs a {
  font-size: 15px;
  color: #cdcece;
  text-decoration: none;
  padding-top: 8px;
}

.breadcrumbs {
  margin-bottom: 7px;
}

.sidebar {
  padding: 0;
}

.sidebar ul li a {
  color: #1a824b;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 5px;
  padding: 15px 15px 0px 15px;
  display: block;
  background-color: #FFFFFF;
}

.sidebar ul li:last-child a {
  padding-bottom: 15px !important;
}


/*.sidebar ul {
    padding: 15px;
}*/


/*.sidebar > ul > li.current_page_item:first-child {
    border-top: 5px solid;
}*/

.sidebar .current_page_item>a {
  background-color: #cdcece;
  color: #1a824b;
}

.sidebar .current_page_item>a:before {
  content: '';
  display: block;
  width: 5px;
  position: absolute;
  top: -5px;
  left: 0;
  background: transparent;
  z-index: 6;
  border-bottom: 5px solid #828282;
  border-left: 5px solid transparent;
}

.page-template-toode .sidebar .current_page_item>a:before {
  left: -5px;
}

.sidebar .current_page_item>a:after {
  content: '';
  display: block;
  width: 5px;
  position: absolute;
  top: -5px;
  right: 0;
  background: transparent;
  z-index: 6;
  border-bottom: 5px solid #828282;
  border-right: 5px solid transparent;
}

.sidebar .current_page_item>a {
  margin: 0;
  position: relative;
  padding-bottom: 12px;
}

ul.children {
  display: none;
}

ul.children li a {
  background-color: #dfe0e0;
  font-size: 13px;
  font-weight: 300;
  padding: 10px 30px;
}

.page_item_has_children.current_page_item ul.children,
.page_item_has_children.current_page_ancestor ul.children {
  display: block;
}

.sisu p,
.sisu {
  line-height: 30px;
  font-size: 16px;
}

.article p {
  line-height: 27px;
  font-size: 14px;
}

p {
  margin-bottom: 15px;
}

.sisu ul {
  margin-bottom: 15px;
}

.sisu h1 {
  font-size: 30px;
}

h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: 'klavika';
}

h3 {
  font-size: 16px;
  color: #484849;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.wp-caption {
  background: #fff;
  border: 0;
  max-width: 100%;
  padding: 0;
  text-align: center;
}

.wp-caption img {
  max-width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 15px;
  line-height: 17px;
  background: #74b83b;
  margin: 0 5px;
  padding: 10px;
  border-top: 7px solid #c7e3b1;
  text-align: left;
  color: #fff;
}

.img_desc {
  background: #74b83b;
  border-top: 7px solid #c7e3b1;
  text-align: left;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  line-height: 17px;
}

.sisu li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #000000;
  font-size: 4px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  left: 0;
}

.sisu li,
.news_item li {
  position: relative;
  padding-left: 1em;
}

.teenus {
  margin-bottom: 30px;
}

.product_gallery li:before {
  display: none;
  padding: 0;
}

.product_gallery ul {
  margin: 0;
}

.product_gallery ul li {
  padding: 0;
  text-align: center;
}


/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */

.lSSlideWrapper,
.lSSlideWrapper .lSFade {
  position: relative
}

.lSSlideWrapper .lSSlide,
.lSSlideWrapper.usingCss .lSFade>* {
  -webkit-transition-timing-function: inherit!important;
  transition-timing-function: inherit!important;
  -webkit-transition-duration: inherit!important;
  transition-duration: inherit!important
}

.lSSlideOuter,
.lSSlideOuter .lSPager.lSGallery {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideWrapper>.lightSlider:after {
  clear: both
}

.lSSlideOuter {
  overflow: hidden;
  user-select: none
}

.lightSlider:after,
.lightSlider:before {
  content: " ";
  display: table
}

.lightSlider {
  overflow: hidden;
  margin: 0
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height
}

.lSSlideWrapper .lSFade>* {
  position: absolute!important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.lSSlideWrapper .lSFade>.active {
  z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>.active {
  opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center
}

.lSSlideOuter .lSPager.lSpg>li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg>li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all .5s linear 0s;
  transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: #428bca
}

.lSSlideOuter .media {
  opacity: .8
}

.lSSlideOuter .media.active {
  opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
  transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table
}

.lSAction>a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url('images/controls.png');
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: .5;
  -webkit-transition: opacity .35s linear 0s;
  transition: opacity .35s linear 0s
}

.lSAction>a:hover {
  opacity: 1
}

.lSAction>.lSPrev {
  background-position: 0 0;
  left: 10px
}

.lSAction>.lSNext {
  background-position: -32px 0;
  right: 10px
}

.lSAction>a.disabled {
  pointer-events: none
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden
}

.lSSlideOuter.vertical {
  position: relative
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0!important
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute!important;
  right: 0;
  top: 0
}

.lSSlideOuter.vertical .lightSlider>* {
  width: 100%!important;
  max-width: none!important
}

.lSSlideOuter.vertical .lSAction>a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0
}

.lSSlideOuter.vertical .lSAction>.lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px
}

.lSSlideOuter.lSrtl {
  direction: rtl
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* {
  float: left
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider>* {
  float: right!important
}

@-webkit-keyframes rightEnd {
  0%,
  100% {
    left: 0
  }
  50% {
    left: -15px
  }
}

@keyframes rightEnd {
  0%,
  100% {
    left: 0
  }
  50% {
    left: -15px
  }
}

@-webkit-keyframes topEnd {
  0%,
  100% {
    top: 0
  }
  50% {
    top: -15px
  }
}

@keyframes topEnd {
  0%,
  100% {
    top: 0
  }
  50% {
    top: -15px
  }
}

@-webkit-keyframes leftEnd {
  0%,
  100% {
    left: 0
  }
  50% {
    left: 15px
  }
}

@keyframes leftEnd {
  0%,
  100% {
    left: 0
  }
  50% {
    left: 15px
  }
}

@-webkit-keyframes bottomEnd {
  0%,
  100% {
    bottom: 0
  }
  50% {
    bottom: -15px
  }
}

@keyframes bottomEnd {
  0%,
  100% {
    bottom: 0
  }
  50% {
    bottom: -15px
  }
}

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd .3s;
  animation: topEnd .3s;
  position: relative
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd .3s;
  animation: bottomEnd .3s;
  position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative
}

.lightSlider.lsGrab>* {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lightSlider.lsGrabbing>* {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, .45)
}

#lg-counter,
.lg-outer .lg-video-cont {
  vertical-align: middle;
  display: inline-block
}

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal
}

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, .45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF
}

.lg-actions .lg-next {
  right: 20px
}

.lg-actions .lg-next:before {
  content: "\e095"
}

.lg-actions .lg-prev {
  left: 20px
}

.lg-actions .lg-prev:after {
  content: "\e094"
}

@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0
  }
  50% {
    left: -30px
  }
}

@-moz-keyframes lg-right-end {
  0%,
  100% {
    left: 0
  }
  50% {
    left: -30px
  }
}

@-ms-keyframes lg-right-end {
  0%,
  100% {
    left: 0
  }
  50% {
    left: -30px
  }
}

@keyframes lg-right-end {
  0%,
  100% {
    left: 0
  }
  50% {
    left: -30px
  }
}

@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0
  }
  50% {
    left: 30px
  }
}

@-moz-keyframes lg-left-end {
  0%,
  100% {
    left: 0
  }
  50% {
    left: 30px
  }
}

@-ms-keyframes lg-left-end {
  0%,
  100% {
    left: 0
  }
  50% {
    left: 30px
  }
}

@keyframes lg-left-end {
  0%,
  100% {
    left: 0
  }
  50% {
    left: 30px
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  -o-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  -o-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none!important;
  outline: 0;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
  color: #FFF
}

.lg-toolbar .lg-close:after {
  content: "\e070"
}

.lg-toolbar .lg-download:after {
  content: "\e0f2"
}

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0
}

#lg-counter {
  color: #999;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
  -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
  -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
  transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
  transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s!important;
  transition-duration: 0s!important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px
}

@media (min-width:1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"
}

.lg-outer .lg-video-cont {
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../img/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../img/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../img/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1
}

.lg-autoplay-button:after {
  content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
  transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
  -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
  -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
  transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

#lg-zoom-in:after {
  content: "\e311"
}

#lg-actual-size {
  font-size: 20px
}

#lg-actual-size:after {
  content: "\e033"
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none
}

#lg-zoom-out:after {
  content: "\e312"
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
  -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0
}

.lg-fullscreen:after {
  content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, .25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
  margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
  color: #333
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: 'klavika', sans-serif;
  font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%
}

.lg-outer #lg-share {
  position: relative
}

.lg-outer #lg-share:after {
  content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"
}

.group:after {
  content: "";
  display: table;
  clear: both
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.lg-outer.lg-visible {
  opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit!important;
  transition-duration: inherit!important;
  -webkit-transition-timing-function: inherit!important;
  transition-timing-function: inherit!important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s!important;
  transition-duration: 0s!important;
  opacity: 1
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap
}

.lg-outer .lg-item {
  background: url(../img/loading.gif) center center no-repeat;
  display: none!important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block!important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.lg-outer .lg-item.lg-complete {
  background-image: none
}

.lg-outer .lg-item.lg-current {
  z-index: 1060
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto!important;
  height: auto!important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s
}

.lg-backdrop.in {
  opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s!important;
  -moz-transition: none 0s ease 0s!important;
  -o-transition: none 0s ease 0s!important;
  transition: none 0s ease 0s!important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
  opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -moz-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.line-image {
  float: left;
  background: #FFFFFF;
  height: 49px;
  width: 65%;
  bottom: 8px;
  right: 0px;
  position: absolute;
}

.joonis {
  float: left;
  width: 49%;
  margin-right: 1%;
  text-align: center;
  background-color: #999999;
  border-top: 5px solid #cccccc;
  margin-bottom: 10px;
}

.sert {
  float: left;
  width: 49%;
  margin-left: 1%;
  text-align: center;
  background-color: #999999;
  border-top: 5px solid #cccccc;
  margin-bottom: 10px;
}

.askoffer {
  text-align: center;
  background-color: #1a824b;
  border-top: 5px solid #cccccc;
  float: left;
  width: 100%;
}

.extra_buttons a {
  color: #fff;
  padding: 8px 15px;
  display: block;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.gallery_inner {
  margin-bottom: 10px;
}

.page-template-toode section .container {
  background: url('images/white-80.png') repeat 0 0;
}

.page-template-toode .sidebar li.current_page_item:before {
  content: '';
  height: 100%;
  background: #cdcece;
  width: 5px;
  left: -5px;
  position: absolute;
}

.page-template-toode .sidebar li.current_page_item {
  position: relative;
}

.prod_sissev .product_title {
  background-color: #999999;
  padding: 8px 5px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  border-top: 6px solid #1a824b;
}

.prod_sissev {
  margin-bottom: 30px;
}

.product_short_desc {
  background-color: #f1f2f2;
  padding: 8px 15px;
  line-height: 22px;
}

.product_short_desc a {
  display: block;
  text-align: right;
  /*color: #e8542b;*/
  color: #1a824b;
  font-weight: 700;
}

.coltitle {
  color: #1a824b;
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 25px;
  clear: both;
}

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.c_top {
  border-bottom: 7px solid #d8d8d8;
  padding: 30px 0;
}

.c_mid {
  padding: 30px 0;
}

.c_item {
  margin-bottom: 30px;
}

.c_name {
  color: #1a824b;
  font-size: 19px;
  padding: 5px 0;
}

.c_amet {
  background-color: #ebebeb;
  color: #000;
  padding: 10px 10px;
  font-size: 14px;
}

.c_img img {
  max-width: 100%;
  height: auto; /* Ensures the aspect ratio is maintained */
}

.c_add_info li {
  display: table;
  margin: 10px 0 0 0;
}

.c_add_info li:before {
  color: #000000;
  font-size: 18px;
  line-height: 18px;
}

.acf-map {
  width: 100%;
  height: 400px;
  border-top: 7px solid #cccccc;
}


/* fixes potential theme css conflict */

.acf-map img {
  max-width: inherit !important;
}

.c_item .emailmarker a {
  color: #1a824b
}

.c_top .c_add_info li {
  margin-top: 0;
  margin-bottom: 10px;
}

#contact_form_pop h2 {
  display: block;
  text-align: center;
  background-color: #1a824b;
  border-top: 8px solid #cccccc;
  margin-bottom: 10px;
  color: #fff;
  padding: 15px 0;
}

#contact_form_pop input {
  max-width: 100%;
  width: 100%;
  background-color: #dadbdb;
  border: 0 none;
  padding: 10px;
}

#contact_form_pop .container {
  max-width: 615px;
}

.formrow {
  margin-bottom: 15px;
}

input[type="checkbox"] {
  width: 30% !important;
  float: left;
  display: block;
}

span.wpcf7-list-item-label {
  display: block;
  width: 100%;
  float: left;
  max-width: 70%;
}


/*======================================
  Selectric
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 0px solid #dadbdb;
  background: #DADBDB;
  position: relative;
  border-radius: 0px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50px 0 15px;
  font-size: inherit;
  font-weight: normal;
  line-height: 45px;
  color: #444444;
  height: 41px;
  text-align: left;
  padding: 0;
}

.selectric .button {
  background: url('images/caret_down.png') no-repeat center;
  border-radius: 0px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  color: #DADBDB;
  text-align: left;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}


/* Items box */

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #C4C4C4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #EFEFEF;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #F0F0F0;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.overlaylink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

.prod_sissev .product_title,
.product_carousel .title {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.prod_sissev .product_title .inner,
.product_carousel .title .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10px;
  padding-right: 10px;
}

div.checker input,
div.radio input,
div.selector select,
div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  border: none
}

div.button span,
div.selector select,
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-family: font-family: 'klavika', sans-serif;
  font-size: 12px
}

div.button,
div.button span,
div.radio span,
div.selector,
div.selector span,
div.uploader,
div.uploader span.action {
  background: url('images/default/sprite.png') no-repeat;
  -webkit-font-smoothing: antialiased
}

div.button,
div.checker,
div.radio,
div.selector,
div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  vertical-align: middle
}

div.button:focus,
div.checker:focus,
div.radio:focus,
div.selector:focus,
div.uploader:focus {
  outline: 0
}

div.button,
div.button *,
div.checker,
div.checker *,
div.radio,
div.radio *,
div.selector,
div.selector *,
div.uploader,
div.uploader * {
  margin: 0;
  padding: 0
}

.highContrastDetect {
  background: url(images/default/bg-input.png) repeat-x;
  width: 0;
  height: 0
}

div.selector,
div.selector span {
  overflow: hidden;
  height: 26px;
  line-height: 26px
}

input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: url(images/default/bg-input.png) repeat-x;
  outline: 0
}

input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {
  background: url(images/default/bg-input-focus.png) repeat-x
}

div.checker input,
input[type=search],
input[type=search]:active {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

div.selector {
  background-position: 0 -130px;
  padding: 0 0 0 10px;
  position: relative;
  font-size: 12px
}

div.selector span {
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  background-position: right 0;
  padding-right: 25px;
  cursor: pointer;
  width: 100%
}

div.selector.fixedWidth {
  width: 190px
}

div.selector.fixedWidth span {
  width: 155px
}

div.selector select {
  background: 0 0;
  position: absolute;
  height: 22px;
  top: 2px;
  left: 0;
  width: 100%
}

div.checker,
div.radio,
div.uploader {
  position: relative
}

div.selector.active {
  background-position: 0 -156px
}

div.selector.active span {
  background-position: right -26px
}

div.selector.focus,
div.selector.hover {
  background-position: 0 -182px
}

div.selector.focus span,
div.selector.hover span {
  background-position: right -52px
}

div.selector.focus.active,
div.selector.hover.active {
  background-position: 0 -208px
}

div.selector.focus.active span,
div.selector.hover.active span {
  background-position: right -78px
}

div.selector.disabled,
div.selector.disabled.active {
  background-position: 0 -234px
}

div.selector.disabled span,
div.selector.disabled.active span {
  background-position: right -104px
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  text-align: center;
}

div.radio,
div.radio input,
div.radio span {
  width: 18px;
  height: 18px
}

div.uploader,
div.uploader span.action {
  height: 28px;
  cursor: pointer;
  overflow: hidden
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  text-align: center;
  background-position: 0 -279px
}

div.radio span.checked {
  background-position: -72px -279px
}

div.radio input {
  background: 0 0;
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  text-align: center
}

div.radio.active span {
  background-position: -18px -279px
}

div.radio.active span.checked {
  background-position: -90px -279px
}

div.radio.focus span,
div.radio.hover span {
  background-position: -36px -279px
}

div.radio.focus span.checked,
div.radio.hover span.checked {
  background-position: -108px -279px
}

div.radio.focus.active span,
div.radio.hover.active span {
  background-position: -54px -279px
}

div.radio.focus.active span.checked,
div.radio.hover.active span.checked {
  background-position: -126px -279px
}

div.radio.disabled span,
div.radio.disabled.active span {
  background-position: -144px -279px
}

div.radio.disabled span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px
}

div.uploader {
  background-position: 0 -297px;
  width: 190px
}

div.uploader span.action {
  background-position: right -409px;
  line-height: 28px;
  width: 82px;
  text-align: center;
  float: left;
  display: inline
}

div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 24px;
  margin: 2px 0 2px 2px;
  line-height: 24px;
  width: 85px;
  padding: 0 10px
}

div.uploader input {
  background: 0 0;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%
}

div.uploader.active span.action {
  background-position: right -465px
}

div.uploader.focus,
div.uploader.hover {
  background-position: 0 -353px
}

div.uploader.focus span.action,
div.uploader.hover span.action {
  background-position: right -437px
}

div.uploader.focus.active span.action,
div.uploader.hover.active span.action {
  background-position: right -493px
}

div.uploader.disabled,
div.uploader.disabled.active {
  background-position: 0 -325px
}

div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
  background-position: right -381px
}

div.button {
  background-position: 0 -641px;
  height: 30px;
  cursor: pointer;
  position: relative
}

div.button a,
div.button button,
div.button input {
  opacity: .01;
  filter: alpha(opacity=1);
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  line-height: 22px;
  text-align: center;
  background-position: right -521px;
  height: 22px;
  margin-left: 13px;
  padding: 8px 15px 0 2px
}

div.button.active {
  background-position: 0 -671px
}

div.button.active span {
  background-position: right -551px;
  cursor: default
}

div.button.focus,
div.button.hover {
  background-position: 0 -701px
}

div.button.focus span,
div.button.hover span {
  background-position: right -581px
}

div.button.disabled,
div.button.disabled.active {
  background-position: 0 -731px
}

input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-weight: 400;
  color: #777;
  border: 1px solid #aaa;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 3px
}

input.uniform-input.focus,
input.uniform-input.hover,
select.uniform-multiselect.focus,
select.uniform-multiselect.hover,
textarea.uniform.focus,
textarea.uniform.hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .3);
  border-color: #999
}

div.button span {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase
}

div.button.focus span,
div.button.hover span {
  color: #555
}

div.button.disabled span,
div.button.disabled.active span {
  background-position: right -611px;
  cursor: default;
  color: #bbb
}

div.selector span {
  color: #666;
  text-shadow: 0 1px 0 #fff
}

div.selector.disabled span,
div.selector.disabled.active span {
  color: #bbb
}

div.checker {
  margin-right: 5px
}

div.radio {
  margin-right: 3px
}

div.uploader span.action {
  text-shadow: #fff 0 1px 0;
  background-color: #fff;
  font-size: 11px;
  font-weight: 700
}

div.uploader span.filename {
  color: #777;
  border-right: solid 1px #bbb;
  font-size: 11px
}

div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
  color: #aaa
}

div.uploader.disabled span.filename,
div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa
}

input.uniform-input,
input.uniform-input:focus {
  background-color: #fff
}

div.checker,
div.checker input,
div.checker span {
  width: 41px !important;
  height: 41px;
}

div.checker span {
  background-position: 0 -41px !important;
  cursor: pointer;
}

div.checker.focus span,
div.checker.hover span {
  background-position: 0 0;
}

div.checker span.checked {
  background-position: 0 0 !important;
}

div.checker span {
  background: url('images/default/checkbox.png') no-repeat 100%;
  -webkit-font-smoothing: antialiased
}

.checker {
  float: right;
}

span.wpcf7-list-item {
  margin: 0;
}

span.wpcf7-list-item.first.last {
  width: 100%;
}

.large {
  padding: 4px;
  float: left;
  width: 75%;
}

.thumb {
  float: left;
  width: 25%;
  padding: 4px;
}

.thumb:nth-of-type(1n+6) {
  display: none;
}

.gallery .prod_sissev {
  margin: 4px 4px;
}

.refitem {
  margin-bottom: 30px;
}

.joonis.fullwidth {
  width: 100%;
}

#contact_form_pop textarea {
  max-width: 100%;
  width: 100%;
  background-color: #dadbdb;
  border: 0 none;
  padding: 10px;
  resize: none;
  height: 100px;
}

#contact_form_pop input.wpcf7-form-control.wpcf7-submit {
  text-align: center;
  background-color: #1a824b;
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.mobmenu_wrap {
  display: none;
}

.mobmenu_btn {
  cursor: pointer;
}

.searchfield {
  position: relative;
  height: 32px;
  margin-bottom: 2px;
  float: right;
  min-width: 32px;
  margin-left: 20px;
}

.search-form {
  position: absolute;
  right: 5px;
  top: 1px;
}

.search .product_content.clearfix {
  padding: 15px;
}

.search-field {
  background-color: transparent;
  background-image: url('https://minu.doordec.ee/wp-content/uploads/2024/03/luup.png');
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 30px;
  border: none;
  cursor: pointer;
  height: 31px;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0;
  font-weight: normal;
  font-size: 12px;
}

.searchrow {
  margin-bottom: 15px;
}

.search-field:focus {
  background-color: #fff;
  cursor: text;
  outline: 0;
  width: 150px;
}

.search-submit {
  display: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

.lang {
  float: right;
}

.mobmenu_btn {
  font-size: 34px;
  text-align: right;
}

.mobmenu_wrap li {
  float: none;
}

.mobmenu_wrap li a {
  color: #333;
}

.lang li {
  font-size: 11px;
}

@media all and (max-width: 1400px) {
  .slide_info {
    width: 50%;
  }
}

@media all and (max-height: 768px) {
  .bx-wrapper,
  .bx-viewport,
  ul.bxslider li {
    height: 230px !important;
  }
  .slide_info_inner {
    font-size: 38px;
    line-height: 44px;
  }
}

@media all and (max-width: 1200px) {
  .main-menu li a {
    padding: 10px 16px;
  }
  .line-image {
    height: 49px;
    width: 65%;
    bottom: 8px;
    right: 0px;
    position: absolute;
  }
  .product_carousel .title h3 {
    font-size: 14px;
  }
  footer {
    height: auto;
    position: relative;
  }
  section.content>.container,
  .page-template-kontakt section.content,
  .home section.content {
    padding-bottom: 0;
    margin-top: 121px;
  }
  footer li {
    font-size: 13px;
    float: none;
	color: #000000;
  }
  .slide_info_inner {
    width: 100%;
  }
}

@media all and (min-width: 992px) {
  .mobmenu_wrap {
    display: none !important;
  }
}

@media all and (max-width: 992px) {
  .line-image {
    display: none;
  }
  .menu_top {
    height: 30px;
    margin-bottom: 5px;
  }
  .main-menu {
    position: relative;
    z-index: 1;
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
  .main-menu li a {
    padding: 10px;
  }
  section.content>.container,
  .page-template-kontakt section.content,
  .home section.content {
    padding-bottom: 0;
    margin-top: 97px;
  }
  header {
    padding-top: 0;
  }
  .txt-right,
  .img-left {
    text-align: center;
    float: none;
    width: 100%;
  }
  .logo {
    padding: 15px;
    width: 50%;
  }
  .logo img {
    max-width: 128px;
  }
  .menu_wrap {
    width: 50%;
    padding-right: 25px;
  }
  header.sticky.fadepadd .logo img {
    max-height: 50px;
    width: auto;
  }
  header.sticky.fadepadd {
    padding-bottom: 0;
    padding-top: 0;
  }
  .mobmenu_btn {
    margin-top: 10px;
  }
  .sidebar ul li a {
    padding: 15px 15px 0 15px;
    font-size: 15px;
  }
  .sidebar ul li:last-child a {
    padding-bottom: 15px;
  }
  .sidebar .current_page_item>a {
    padding-bottom: 10px;
  }
  .joonis,
  .sert {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
  }
  .product_content {
    margin-top: 30px;
  }
  .product_content>h1 {
    display: none;
  }
  .current-menu-item a,
  .current-page-ancestor a {
    color: #fff;
  }
  .slide_info_inner {
    width: 100%;
  }
  .slide_info {
    width: 100%;
    max-width: 400px;
  }
  .product_carousel .slick-next {
    right: 3%;
  }
  .product_carousel .slick-prev {
    left: 3%;
  }
  .content_right {
    float: none;
    width: 100%;
    min-height: 1px;
  }
  .img_left {
    display: none;
  }
}

.product_carousel h2 {
  margin-bottom: 0;
  font-size: 53px;
}

.product_carousel h3 {
  font-size: 14px;
  font-weight: normal;
}

@media all and (max-width: 768px) {
  .c_item {
    float: left;
    width: 50%;
  }
  .two_blocks h1 {
    padding: 15px;
  }
  .logo {
    padding: 10px;
  }
  .sidebar {
    margin-bottom: 15px;
  }
  .namewrap {
    margin-bottom: 10px;
  }
  section.content>.container,
  .page-template-kontakt section.content,
  .home section.content {
    padding-bottom: 0;
    margin-top: 88px;
  }
  footer .whitebg {
    display: none;
  }
  footer .infoitem {
    padding: 10px 0 0 0;
  }
  footer .infoitem.nth1 {
    padding-left: 15px;
  }
  footer .euimg {
    text-align: center;
    padding: 10px 0;
  }
  footer {
    text-align: center;
  }
  footer li {
    width: 100%;
  }
  footer li.telefonmarker:before,
  footer li.emailmarker:before {
    display: inline-block;
  }
  footer li.aadressmarker:before {
    display: none;
  }
}

@media all and (max-width: 500px) {
  .refitem {
    width: 100%;
    margin: 0 auto;
    max-width: 360px;
    float: none;
  }
  .prod_sissev {
    width: 100%;
  }
  .c_item {
    float: none;
    width: 100%;
    max-width: 300px;
  }
  .logo {
    width: 35%;
  }
  .menu_wrap {
    width: 65%;
    padding-right: 10px;
  }
}

.logged-in header {
  top: 32px;
}


/* .emailmarker a,
.telefonmarker a,
body.search a {
    color: #74b83b;
} */

body.search h6 {
  margin-bottom: 5px;
}

footer .emailmarker a {
  color: #337ab7;
}

.gallery_inner .lSAction>.lSNext {
  background-position: -43px 0;
  right: 10px;
}

.page-template-kontakt-php .col-sm-3 p {
  margin-bottom: 0;
  line-height: 27px;
}

.wpml-ls-legacy-list-horizontal a {
  display: block;
  text-decoration: none;
  padding: 5px;
  line-height: 1;
  color: #252525;
  font-weight: bold;
}

.wpml-ls-legacy-list-horizontal a:hover {
  text-decoration: underline;
}

div.wpcf7-validation-errors {
  border: 0 none;
}

div.wpcf7-response-output {
  margin: 0;
  padding: 0.2em 1em;
}

.acf-map iframe {
  width: 100%;
  height: 400px;
}

.fb-link {
  float: right;
  padding: 6px;
}

.reklamatsioon-form {
  display: flex;
  flex-direction: column;
  width: 1000px; 
}

.reklamatsioon-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 35px;
  width: 400px;
}

.reklamatsioon-input label {
  flex: 1;
  text-align: left;
  padding-right: 10px;
  color: #1a824b;
}

.reklamatsioon-input textarea,
.reklamatsioon-input select{
  flex: 2;
  width: 400px;
}

.reklamatsioon-input textarea {
  border-radius: 5px;
  height: 35px;
}

.reklamatsioon-input .checkbox-wrapper {
  flex: 0 0 auto;
}

.reklamatsioon-input input[type="submit"] {
  width: 100px;
  height: 50px;
  border-radius: 5px;
  margin-top: 40px;
}

.reklamatsioon-input input[type="submit"]:hover {
  background-color: #999999;
}

.reklamatsioon-input #vea-kirjeldus {
  height: 125px;
}

.reklamatsioon-input .common-textarea {
  flex: 2;
  width: 400px;
  border-radius: 5px;
  height: 35px;
  border: 1px solid #999999;
}

.reklamatsioon-input .checkbox-wrapper label:nth-child(1) {
  text-align: right;
}

.reklamatsioon-input .checkbox-wrapper input[type="radio"] {
  margin-right: 5px;
  width: 50px;
}

.reklamatsioon-input .checkbox-wrapper label {
  font-size: 14px;
  text-align: left;
}

.reklamatsioon-file {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 35px;
}

.input-group .form-control:first-child {
  width: 333px;
}

.reklamatsioon-form .reklamatsioon-file .file-label {
  color: #1a824b;
}

.reklamatsioon-input input[type="text"] {
	flex: 2;
    width: 400px;
    border-radius: 5px;
    height: 35px;
    border: 1px solid #999999;
}

.tooltip-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ccc;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}

.tooltip-text {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  z-index: 1;
}

.tooltip-icon:hover + .tooltip-text {
  display: block;
}

.reklamatsioon-input:hover .tooltip-text {
  display: block;
}

.job-container {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  align-items: flex-start; /* Align items to the left */
}

.job {
  display: flex; /* Use flexbox for job elements */
  margin-bottom: 20px; /* Add spacing between job entries */
  width: 100%; /* Ensure each job takes full width within the container */
}

.logo-picture-job {
  margin-right: 20px; /* Space between the logo and job info */
}

.job .job-info {
  flex-grow: 1; /* Allow job info to take remaining space */
}

.job a {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}

.job a:hover {
  text-decoration: underline;
}

.job p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: normal;
}

.job-picture {
  margin-right: 20px;
  width: 100%;
}

.job-heading {
  margin-top: 100px;
}

.read-more {
  margin-top: 10px;
}

.read-more-button {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.additional-text {
  margin-top: 10px;
}

.col-sm-1 .euimg clearfix .usaldusvaarne-pic {
	width: 100px; !important
}

i.flag-ee:before, i.flag-estonia:before {
    background-position: 0 -1612px !important;
}

i.flag-fi:before, i.flag-finland:before {
    background-position: 0 -1846px !important;
}

i.flag-gb:before, i.flag-uk:before, i.flag-united-kingdom:before {
    background-position: -36px -26px !important;
}

i.flag-ru:before, i.flag-russia:before {
    background-position: -72px -884px !important;
}

i.flag::before {
    display: inline-block;
    width: 16px;
    height: 11px;
    content: "";
    background: url(https://mdbootstrap.com/img/svg/flags.png) no-repeat -108px -1976px;
}
*, *::before, *::after {
    box-sizing: border-box;
}
i.flag:not(.icon) {
    display: inline-block;
    width: 16px;
    height: 11px;
    margin: 0 .5em 0 0;
    line-height: 11px;
    text-decoration: inherit;
    vertical-align: baseline;
    backface-visibility: hidden;
}
user agent stylesheet
i {
    font-style: italic;
}

.usaldusvaarsus-pic img {
    width: 40%; 
    height: auto;
}

.custom-iframe {
    width: 40%;
}

.custom-iframe iframe {
    width: 100%;
	height: 300px;
}

@media (max-width: 900px) {
    .usaldusvaarsus-pic img {
        width: 80%;
    }

    .custom-iframe iframe {
        max-width: 80%; 
    }
}

