@charset "UTF-8";
.row.gutter-0 {
  margin-right: 0;
  margin-left: 0;
}

.row.gutter-0 > [class^="col-"],
.row.gutter-0 > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

html.pressed, body.pressed, .pressed .page_wrapp {
  height: 100vh;
  overflow: hidden;
}

.is_mobile body.pressed {
  position: fixed;
}

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  background: transparent;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
          box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* Calories calculator */
.calories-calc {
  text-align: center;
}

.calories-calc .box_header {
  margin-bottom: 0 !important;
}

.calories-calc-block-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  margin: 10px 10px 5px;
  min-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

.calories-calc-blocks {
  background: #fff;
}

.calories-calc-block-1 {
  background: #EDECEC;
  padding-bottom: 55px;
  padding-top: 1px;
}

.calories-calc-block-2 {
  background: #fff;
  padding-top: 1px;
}

.calories-calc-block-inner {
  padding-top: 1px;
}

.calories-calc-block-1 .calories-calc-block-inner {
  padding-left: 10px;
  padding-right: 10px;
}

.calories-calc-block-2 .calories-calc-block-inner {
  padding-left: 10px;
  padding-bottom: 25px;
  padding-right: 10px;
}

.calories-calc-slider {
  margin-bottom: 5px;
}

.calories-calc-cell {
  text-align: center;
  width: 100%;
}

.calories-calc-food-img {
  height: auto;
  max-width: 100%;
}

.calories-calc-food-calories {
  border: 5px solid #EDECEC;
  color: #fff;
  display: table;
  font-size: 16px;
  line-height: 1;
  margin: -55px auto 0 auto;
  position: relative;
  text-align: center;
  height: 110px;
  width: 110px;
}

.calories-calc-food-calories,
.calories-calc-food-calories-inner {
  border-radius: 50%;
}

.calories-calc-food-calories-inner {
  background: #FF613C;
  border: 5px solid #fff;
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}

.calories-calc-food-calories span {
  display: block;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}

.calories-calc-cells .calories-calc-cell {
  cursor: pointer;
  float: left;
  margin-bottom: 25px;
  margin-right: 0px;
  width: auto;
}

@media screen and (max-width: 960px) {
  .iframefix {
    max-height: 152vw;
  }
}

@media screen and (max-width: 767px) {
  /**/
  /*
    .flickity-viewport {
        margin-top: -128px;
    }
*/
  .calories-calc-block-inner .slick-arrow, .emtythatglass {
    display: none !important;
  }
  .wrapthatglass {
    width: 100% !important;
    background-position: center !important;
  }
}

@media screen and (min-width: 768px) {
  .calories-calc-block-name {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .calories-calc-block-1 {
    padding-bottom: 35px;
  }
  .calories-calc-block-1 .calories-calc-block-inner {
    padding-left: 40px;
    padding-right: 70px;
  }
  .calories-calc-block-2 .calories-calc-block-inner {
    padding-left: 55px;
  }
  .calories-calc-slider {
    margin-top: 65px;
    margin-top: 40px;
  }
  .calories-calc-food-calories {
    left: -55px;
    position: absolute;
    top: 50%;
  }
}

@media screen and (min-width: 992px) {
  .calories-calc-block-1 .calories-calc-block-inner {
    padding-right: 110px;
    padding-left: 60px;
  }
  .calories-calc-block-2 .calories-calc-block-inner {
    padding-bottom: 25px;
    padding-left: 90px;
  }
  .calories-calc-food-calories {
    height: 172px;
    left: -86px;
    margin-top: -68px;
    width: 172px;
  }
  .calories-calc-food-calories span {
    font-size: 44px;
  }
}

/* Alcohol money calculator*/
.alco-calc {
  margin: 10px auto;
}

.alco-calc .box_header {
  margin: 0 !important;
}

.alco-calc-col-header {
  background-color: #5A739B;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px;
  text-align: center;
}

.alco-calc-col {
  background: #EDEBEC;
}

.alco-calc-data {
  padding: 20px;
}

.alco-calc-cell {
  margin-bottom: 15px;
  position: relative;
}

.alco-calc-cell label {
  color: #5A739B;
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.alco-calc-input {
  background: #F6F6F6;
  border: 0;
  font-size: 24px;
  padding: 14px 18px 12px;
  text-align: center;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.alco-calc-col:last-child .alco-calc-input {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .alco-calc .row {
    display: table;
  }
  .alco-calc-col {
    background: #EDEBEC;
    border-right: 1px solid #fff;
    display: table-cell;
    float: none;
  }
  .alco-calc-col:last-child {
    border: 0;
  }
}

@media screen and (min-width: 1500px) {
  .alco-calc-col-header {
    padding: 20px;
  }
  .alco-calc-cell {
    margin-bottom: 10px;
  }
  .alco-calc-cell label {
    left: 18px;
    position: absolute;
    top: 24px;
  }
  .alco-calc-col:last-child .alco-calc-input {
    padding-left: 30%;
  }
}

/* Mobile navigation */
.mobilemenuHead {
  padding: 20px 20px 20px 15px;
}

.mobile_logo {
  display: inline-block;
  float: left;
  padding: 2px 0 0 20px;
}

.mobile_logo img {
  height: auto;
  vertical-align: top;
  width: 149px;
}

.close-mobilemenu {
  cursor: pointer;
  text-indent: -99999px;
  background: url(../img/icons/close_mobile_menu.png) no-repeat 50%;
  background-size: 17px 17px;
  float: right;
  text-shadow: none;
  opacity: 1;
  width: 30px;
  height: 30px;
}

.nav_horizontal_wrap {
  background: #ccc;
  padding-bottom: 2px;
  padding-top: 5px;
}

.nav_horizontal_label {
  display: block;
  font-size: 11px;
  font-weight: 100;
  margin: 15px 0 -10px;
}

.nav_horizontal_label + .nav_horizontal {
  margin-bottom: 15px;
}

.nav_horizontal {
  font-size: 11px;
  font-weight: 500;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.nav_horizontal li {
  float: left;
  margin: 3px 0;
  padding: 0 25px 0 0;
  white-space: nowrap;
}

@media screen and (max-width: 400px) {
  .nav_horizontal li {
    padding-right: 5px;
  }
}

.nav_horizontal li:last-child {
  padding-right: 0 !important;
}

.nav_horizontal li a {
  color: #232120;
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 5px;
  text-decoration: none;
}

.nav_horizontal li a i {
  font-size: 115%;
  margin-left: 4px;
}

.nav_horizontal_wrap,
.cssmenu a {
  padding-left: 25px;
  padding-right: 25px;
}

.mobilemenuFooter {
  display: table;
  height: 60px;
  width: 100%;
}

.mobilemenuFooter a {
  background-position: 15px 50%;
  display: table-cell;
  float: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 13px;
  padding-left: 45px;
  padding-right: 10px;
  padding-top: 13px;
  text-align: left;
  vertical-align: middle;
  width: 50%;
}

.mobilemenuFooter a:hover,
.mobilemenuFooter a:focus {
  text-decoration: none;
}

.ru .mobilemenuFooter .open-abi {
  background-image: none;
  padding-left: 10px;
}

/* Language chooser */
.main-nav-complementary {
  padding-top: 5px;
  position: relative;
  text-align: right;
  white-space: nowrap;
}

.darkHeader .main-nav-complementary {
  padding-right: 50px;
  padding-top: 0;
}

@media screen and (max-width: 1199px) {
  .darkHeader .main-nav-complementary {
    right: 25px;
  }
}

@media screen and (min-width: 1350px) {
  .clearHeader .main-nav-complementary {
    padding-right: 50px;
  }
  .darkHeader .main-nav-complementary {
    padding-right: 100px;
  }
}

@media screen and (max-width: 1349px) {
  .clearHeader .main-nav-complementary {
    padding-right: 50px;
  }
}

.langs {
  text-transform: uppercase;
}

.mobile-langs a {
  color: #232120;
  text-decoration: none;
}

.mobile-langs .active,
.language-en {
  display: none;
}

.mobile-langs {
  font-size: 14px;
  padding-top: 12px;
  text-align: center;
}

.desktop-langs {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  vertical-align: top;
}

.desktop-langs a {
  color: #7A7A7A;
  display: inline-block;
  text-decoration: none;
}

.desktop-langs a:first-child:after {
  content: " / ";
  margin-right: 3px;
}

.desktop-langs a:hover,
.desktop-langs a:focus {
  color: #000;
}

/* Mobile KEHA */
.widget_accordion {
  background: #fff;
  font-size: 14px;
  margin: 20px auto;
  padding: 10px;
}

.widget_accordion h5 {
  margin: 15px 0 8px;
  text-transform: uppercase;
}

.widget_accordion_head {
  font-weight: 100;
  margin-bottom: 20px;
  padding: 1px 1px 0;
  text-align: center;
}

.widget_accordion_main {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}

ul.widget_accordion_main > li {
  margin: 12px 0 0;
}

ul.widget_accordion_main li::before {
  display: none;
}

.widget_accordion_main > li > a {
  color: #fff;
  font-weight: 500;
  padding: 19px 24px 17px;
  text-transform: uppercase;
}

.widget_accordion_main > li > a .fa {
  font-size: 280%;
  margin-top: -15px;
}

.widget_accordion_main .fa {
  float: right;
  font-size: 145%;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.widget_accordion_main > li > .ui-state-active > .fa {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.widget_accordion_main > li > a,
.widget_accordion_child > li > a {
  display: block;
  line-height: 1;
  text-decoration: none;
}

.widget_accordion_main > li > a,
.widget_accordion_child > li > a,
.widget_accordion_content {
  padding-left: 24px;
  padding-right: 24px;
}

.widget_accordion_child {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_accordion_child li {
  border-bottom: 1px solid #F5F5F5;
}

.widget_accordion_child > li > a {
  font-weight: 500;
  min-height: 50px;
  padding-bottom: 5px;
  padding-top: 17px;
}

.widget_accordion_child > li > a .fa {
  margin-top: -3px;
}

.widget_accordion_style_error > a {
  background-color: #DB2924;
}

.widget_accordion_style_info > a {
  background-color: #59749A;
}

.widget_accordion_style_success > a {
  background-color: #90BE6D;
}

.widget_accordion_style_error li > a,
.widget_accordion_style_error li > a:hover,
.widget_accordion_style_error li > a:focus,
.widget_accordion_style_error .widget_accordion_content a,
.widget_accordion_style_error .widget_accordion_content a:hover,
.widget_accordion_style_error .widget_accordion_content a:focus {
  color: #DB2924;
}

.widget_accordion_style_info li > a,
.widget_accordion_style_info li > a:hover,
.widget_accordion_style_info li > a:focus,
.widget_accordion_style_info .widget_accordion_content a,
.widget_accordion_style_info .widget_accordion_content a:hover,
.widget_accordion_style_info .widget_accordion_content a:focus {
  color: #59749A;
}

.widget_accordion_style_success li > a,
.widget_accordion_style_success li > a:hover,
.widget_accordion_style_success li > a:focus,
.widget_accordion_style_success .widget_accordion_content a,
.widget_accordion_style_success .widget_accordion_content a:hover,
.widget_accordion_style_success .widget_accordion_content a:focus {
  color: #90BE6D;
}

.kehaAccordionHint {
  color: #acacac;
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin: 8px 0 0;
}

.widget_accordion_content {
  display: none;
  padding-bottom: 10px;
  padding-top: 20px;
}

.widget_accordion_content h6 {
  margin-top: 25px;
}

.widget_accordion_content h6:first-child {
  margin-top: 5px;
}

.widget_accordion_content p:last-child {
  margin-bottom: 0;
}

/* List page children for pealkirjaleht  */
.list-children-inner {
  font-size: 18px;
  position: relative;
}

.list-children {
  margin-bottom: 15px;
}

.list-children a {
  color: #222;
  text-decoration: none;
}

.list-children a:hover,
.list-children a:focus {
  color: #ff613c;
}

.list-children-featured-link {
  display: block;
  position: relative;
}

.list-children-featured-link::after {
  background: rgba(87, 115, 153, 0.15);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.list-children-featured-link::before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.list-children-hover-available .list-children-featured-link:hover::before {
  background: rgba(87, 115, 153, 0.6);
}

/*
.list-children-hover-available .list-children-featured-link {
    pointer-events:auto !important;
}
*/
.list-children-featured {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  height: 340px;
  width: 100%;
}

.list-children-featured-row {
  display: table-row;
  position: relative;
  z-index: 2;
}

.list-children-featured-title {
  color: #222;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 !important;
  padding-top: 30px;
  text-transform: uppercase;
  vertical-align: top;
}

.list-children-featured-title span {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  display: inline-block;
  padding: 10px 30px 8px 35px;
  vertical-align: top;
}

.list-children-featured-summary {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), to(#577399));
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, #577399 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#577399',GradientType=0 );
  color: #fff;
  line-height: 1.4;
  padding: 30px 30px 32px 35px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  vertical-align: bottom;
}

.list-children-featured-summary p {
  margin: 0 !important;
}

.list-children-featured-title,
.list-children-featured-summary {
  display: table-cell;
}

.list-children ul {
  background: #fff;
  font-weight: 100;
  margin-bottom: 0;
}

.list-children ul li::before {
  content: none;
}

.list-children ul li {
  font-size: 18px;
  margin: 0;
}

.list-children ul li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.list-children ul a {
  color: #fe5f42;
  display: block;
  padding: 17px 10px 17px 35px;
}

.list-children ul a:hover,
.list-children ul a:focus {
  background-color: #fe5f42;
  color: #fff;
}

.list-children ul a span {
  display: block;
  padding-right: 40px;
  position: relative;
}

.list-children ul a i {
  font-size: 110%;
  margin-top: -10px;
  position: absolute;
  right: 15px;
  top: 50%;
}

.list-children-featured-title span,
.list-children-featured-summary,
.list-children ul a {
  padding-left: 25px;
}

.post-edit-link {
  text-decoration: none;
}

.error-404 {
  background: url(../img/bg_404.jpg) 50% 50%/cover;
  color: #fff;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  text-align: center;
}

.error-404-content {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}

.error-404-content-inner {
  display: table-cell;
  vertical-align: middle;
}

.page-title-404 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin: 10px 0;
}

.error-404-content-inner p:first-of-type {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.error-404-video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 0;
}

.navigation ul li {
  min-width: 30px;
  width: auto;
}

@media screen and (min-width: 768px) {
  .error-404 {
    height: 650px;
  }
  .page-title-404 {
    font-size: 46px;
  }
  .navigation ul li a {
    white-space: nowrap;
  }
}

@media screen and (min-width: 1200px) {
  .list-children-clearer {
    clear: both;
    margin: 30px 25px 40px;
  }
  .list-children-clearer:not(:last-child) {
    border-bottom: 1px solid #dbdbdb;
  }
  /*
    .list-children-column-2 .list-children-inner::before {
        border-left:1px solid #dbdbdb;
        content:'';
        height:100%;
        left:-50px;
        position:absolute;
        top:0px;
    }
    */
  .list-children {
    margin-bottom: 25px;
  }
  .list-children-featured {
    height: 320px;
  }
  .list-children-featured-title {
    padding-top: 40px;
  }
  .list-children ul a span {
    display: inline-block;
  }
  .list-children-featured-title span,
  .list-children-featured-summary,
  .list-children ul a {
    padding-left: 35px;
  }
  .news_item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .news_item:hover .title_text {
    color: #656565;
  }
}

@media screen and (min-width: 2020px) {
  .error-404-video {
    height: auto;
    width: 100%;
  }
}

/* peale seda kui Sass maha maeti.... ehk kolekood */
/*nõuandenurk fix*/
#nou .all_user_nfo hr {
  border-top: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 0;
}

/* nõuandenurk küsimuste vorm mobiilis */
@media (min-width: 768px) {
  .hidden-md-lg {
    display: none;
  }
}

@media (max-width: 767px) {
  .visible-md-lg {
    display: none;
  }
}

@media (max-width: 991px) {
  .abi-bar .close {
    margin-right: 12px;
  }
  #askadvice {
    overflow: hidden;
    /*auto;*/
    height: calc(100vh - 66px);
    -webkit-overflow-scrolling: touch;
  }
  #askadvice .imp_text {
    margin-top: 30px !important;
  }
  .euro {
    background: url(../img/euro.svg) #fff no-repeat 90% 90% !important;
    border-left: 0;
  }
  body > div.container-fluid.page_wrapp > div.row.margin-bottom > div > div.gray_bg.padding-space > div > div:nth-child(6) > div > div {
    background-size: contain !important;
    /*background-repeat: no-repeat;*/
  }
  body > div.container-fluid.page_wrapp > div.row.margin-bottom > div > div.gray_bg.padding-space > div > div:nth-child(6) > div > div > div > div {
    /*margin-top:104px;*/
    padding: 0;
  }
}

/* Audit Form */
.checkbox, .radio {
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative;
}

.checkbox label,
.radio label {
  display: inline-block;
  margin-bottom: 5px;
  max-width: 100%;
  cursor: pointer;
  margin-bottom: 0;
  min-height: 20px;
  padding-left: 20px;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  line-height: normal;
  margin: 5px 0 0 -20px;
  position: absolute;
}

.checkbox-inline, .radio-inline {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
  vertical-align: middle;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 10px;
    margin-top: 0;
  }
}

/*Hindamisbox*/
#hindamisbox {
  top: 0;
  position: fixed;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  height: 100vh;
  width: 100vw;
}

#hindamisbox .br-wrapper.br-theme-bars-movie {
  margin: 0 auto;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

#hindamisbox .br-widget {
  background: #fff;
  padding: 100px 10% 10px 10%;
  /*    margin-top: -104px;*/
  -webkit-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
  display: table;
  margin: 0 auto;
}

#hindamisbox .br-wrapper:lang(et):before {
  content: 'Anna hinnang spetsialisti vastusele.';
}

#hindamisbox .br-wrapper:before {
  text-align: center;
  /*    color: #fff;*/
  display: table;
  margin: 0 auto -80px auto;
  font-size: 18px;
  font-weight: 400;
}

#hindamisbox .br-theme-bars-movie .br-widget a {
  background-color: #59739C !important;
  opacity: 0.5;
}

#hindamisbox .br-theme-bars-movie .br-widget .br-current-rating {
  text-transform: uppercase;
  color: #59739C !important;
  width: 100% !important;
}

#hindamisbox .br-theme-bars-movie .br-widget a.br-active, #hindamisbox .br-theme-bars-movie .br-widget a.hover,
.answer .br-theme-bars-movie .br-widget a.br-active, .answer .br-theme-bars-movie .br-widget a.hover, .answer .br-theme-bars-movie .br-widget .br-selected, #hindamisbox .br-theme-bars-movie .br-widget .br-selected {
  opacity: 1;
}

.answer .br-theme-bars-movie .br-widget {
  pointer-events: none;
}

.answer .br-theme-bars-movie .br-widget {
  float: right;
}

.answer .br-theme-bars-movie .br-widget a {
  background-color: #fff !important;
  opacity: 0.5;
}

.answer .br-theme-bars-movie .br-widget .br-current-rating {
  text-transform: uppercase;
  color: #fff !important;
  width: 100% !important;
  font-size: 15px;
}

.answer hr {
  clear: both;
  margin-top: 0px;
  margin-bottom: 15px;
}

.answer .sm-padding-space > p {
  float: left;
  margin-bottom: 30px;
  margin-top: -5px;
  font-size: 15px;
}

.answer .br-wrapper.br-theme-bars-movie {
  display: table;
  float: right;
}

@media (max-width: 1480px) {
  .answer .br-theme-bars-movie .br-widget {
    float: none;
    display: table;
  }
  .answer .sm-padding-space > p {
    float: none;
    margin-bottom: 15px;
  }
  .answer .br-wrapper.br-theme-bars-movie {
    float: none;
  }
  /*    .answer .br-current-rating {text-align: left!important;}*/
}

#hindamisbox #closeRating {
  position: relative;
  text-align: center;
  /*top: -124px;*/
  top: -150px;
  right: -10vw;
  width: 24px;
  cursor: pointer;
  height: 24px;
  text-shadow: none;
  background-color: #ff613c;
  float: right;
}

#hindamisbox #closeRating span {
  cursor: pointer;
  font-size: 20px;
  color: white;
}

#hindamisbox #saveRating {
  border: none;
  position: relative;
  text-align: center;
  bottom: 10px;
  right: -8vw;
  height: 24px;
  text-shadow: none;
  background-color: #59739C;
  float: right;
}

#hindamisbox #saveRating span {
  color: white;
  padding: 8px;
}

/*SIIT SAAD ABI MOBIILIS */
@media (max-width: 767px) {
  #maakonnad-head,
  #teenused-head,
  #tulemus-head {
    bottom: auto !important;
    height: calc(100vh - 66px);
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0;
    width: 100%;
  }
  .map_info .servbody {
    height: calc(100vh - 190px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ua-mobile-iphone .map_info .servbody {
    height: calc(100vh - 260px);
  }
  .vaste_sisu {
    height: calc(100vh - 145px);
  }
  .ua-mobile-iphone .vaste_sisu {
    height: calc(100vh - 215px);
  }
  .vaste_sisu_sisu {
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .vaste_sisu_sisu p {
    margin-bottom: .5rem;
  }
}

/*Desktop kaardi fixid*/
.map_info .col-md-4:nth-of-type(3) .servbody a:after,
.map_info .col-md-4:nth-of-type(3) .servbody p:after {
  background-repeat: no-repeat;
}

.map_info .col-md-4:nth-of-type(3) .servbody a:after {
  display: none;
}

.map_info .col-md-4:nth-of-type(3) .servbody a {
  background-size: 15px 15px;
  background-image: url(../img/arrow_w.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  font-size: 14px;
  padding-right: 35px;
}

/*
.vaste_sisu {
    overflow: auto;
}
*/
@media screen and (min-width: 992px) {
  .vaste_sisu {
    height: 345px;
    max-width: 90%;
  }
}

/*
@media screen and (max-width: 1080px) {
.map_info .col-md-4:nth-of-type(3) {
    margin-left: -30px!important;
}
}
*/
/*Gravity forms error fix*/
.gfield_description.validation_message {
  display: none;
}

.validation_error {
  font-weight: 400 !important;
  border: none !important;
  padding: 0 !important;
  margin-right: 0 !important;
  font-size: 17px !important;
}

li.gfield_error {
  background: transparent !important;
  border: none !important;
  margin: 0px 0px !important;
  width: 100% !important;
}

li.gfield_error .ginput_container {
  margin: 0 !important;
}

li.gfield_error label.gfield_label {
  font-weight: 400 !important;
}

li.gfield_error .gfield_description {
  width: auto !important;
  margin-top: -75px !important;
  float: right !important;
}

li.gfield_error .gfield_description {
  margin-top: -75px !important;
  margin-left: 0 !important;
}

#gform_ajax_spinner_1 {
  width: auto !important;
}

/*Otsingu inputi fix*/
input#otsingud {
  width: 80%;
}

.search_page #search_header .input-group input#s {
  padding-right: 50px;
}

.mobile_search {
  margin: 5px auto 25px;
}

.mobilesearchit {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  height: 50px;
  padding: 15px 35px 15px 15px;
  outline: none !important;
}

.mobileclicksearchbtn {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  background: url(../img/icons/luup.png) no-repeat right center;
}

.page-template-search .mobilesearchit, .page-template-search .mobileclicksearchbtn {
  display: none;
}

.mobile-help-select-wrap {
  display: table;
  float: left;
  height: 80px;
  width: 85%;
}

.mobile-help-select-wrap-inner {
  display: table-cell;
  padding: 0 0 0 15px;
  vertical-align: middle;
}

.mobile-help-select-wrap select {
  /*
    background:#F45D3B;
    border:0;
    color:#fff;
    margin:0;
    padding:8px 0 8px 5px;
    width:100%;
*/
  width: 100%;
  background-image: url(../img/angle-arrow-down.svg);
  background-size: 20px;
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-color: #ff613c;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #fff;
  color: #fff;
  line-height: 45px;
  height: 50px;
  padding: 0px 20px !important;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.mobile-help-select-wrap select::-ms-expand {
  display: none;
}

/* Debug */
#debug {
  background: #fff;
  border: 1px solid #333;
  bottom: 0;
  font-size: 12px;
  left: 0;
  line-height: 1.25;
  padding: 5px;
  position: fixed;
  z-index: 100000;
}

#debug p {
  margin: 0 0 5px;
}

#debug p:last-child {
  margin-bottom: 0;
}

/* Kairi 05 dets porr */
/*.page-id-786 */
.page_content ol.sublisted-list li {
  font-size: 20px;
  margin-bottom: 20px;
}

/*.page-id-786 */
.page_content ol.sublisted-list li ol {
  margin-left: 0;
}

/*.page-id-786 */
.page_content ol.sublisted-list li ol li {
  font-weight: 400;
  color: #FF613C;
  position: relative;
  border-bottom: 2px solid #CCCCCC;
  list-style-position: inside;
  margin: 0 !important;
  padding: 15px 12px;
  background: url(../img/ellipse.png) no-repeat top 10px left;
}

/*.page-id-786*/
.page_content ol.sublisted-list li ol li em {
  font-style: normal;
  color: #000;
  font-size: 20px;
  margin-left: 20px;
  font-weight: 300;
}

/* kairi slideri mummud (laivis) */
.slick-dots {
  position: absolute;
  bottom: auto;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  top: 50%;
  right: 0;
  left: auto;
}

.slick-dots li {
  display: block !important;
}

.slick-dots li button:before {
  opacity: 1;
  background: transparent;
  content: '';
  border-radius: 100%;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #FF613C;
  content: '';
  border-radius: 100%;
  width: 10px;
  height: 10px;
  border: 3px solid #FF613C;
}

/*Kairi kalorikalkulaatori muudatused*/
.calories-calc-block-inner .slick-arrow {
  z-index: 99;
  content: '';
  opacity: 1;
  background-color: transparent;
  width: 44px;
  height: 44px;
  background-size: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border-radius: 100%;
}

.calories-calc-block-inner .slick-arrow:before {
  display: none;
}

.calories-calc-block-inner .slick-arrow:hover:before {
  background-color: #fff;
}

.calories-calc-block-inner .slick-next {
  right: -20px;
}

.calories-calc-block-inner .slick-prev {
  left: -40px;
}

.calories-calc-block-inner .slick-next {
  background-image: url(../img/keyboard-right-arrow-button.png);
}

.calories-calc-block-inner .slick-prev {
  background-image: url(../img/left-arrow-key.png);
}

/* 09.12 */
.open-srch {
  text-indent: inherit;
  display: block;
  width: 150px;
  border-bottom: 1px solid #888;
  height: auto;
  background-position: right center;
  padding-top: 0;
  /*    margin-right: 50px;*/
  font-size: 12px;
  color: #888;
}

.darkHeader .open-srch {
  text-indent: -9999px;
  display: block;
  border-bottom: none;
  /*background: url(../img/icons/luup.png) no-repeat 15% 50%;*/
  height: 25px;
  width: 45px;
  padding-top: 0;
  margin-right: 50px;
}

.euro-logo {
  position: fixed;
  height: 151px;
  width: 90px;
  background: url(../img/esf_logo.svg) no-repeat center;
  background-size: contain;
  top: 70%;
  right: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
}

.euro-logo.scrollitud {
  right: -95px;
}

.darkgray_bg {
  background-color: #8F8A8B;
  color: #fff !important;
}

#sidebar-wrapper_all .left_sidebar {
  margin-top: 0;
  border-right: 1px solid #ccc;
}

.desktoplang a.active {
  display: none;
}

.desktoplang a {
  margin-top: 15px;
  margin-right: 20px;
  font-size: 10px;
  text-decoration: none;
  color: #aaa;
  display: block;
  font-weight: 400;
}

.desktoplang a:hover {
  color: #e74a25;
}

@media (min-width: 992px) {
  #wrapper_all {
    margin-top: 89px;
  }
}

@media screen and (max-width: 991px) {
  #page-content-wrapper_all .page_content {
    margin-top: 0px !important;
  }
  .euro-logo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #close-abi {
    margin-top: 30px;
  }
  .slider .slider-item.slick-slide, .slider-item.slick-slide.slick-current.slick-active {
    height: 300px;
  }
  .slider .slick-slide .larger {
    font-size: 28px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 28px;
  }
  .slider .slick-slide .slide_item_cont .inner_item {
    padding: 0 20px;
  }
}

/*12.12*/
.btns {
  height: 40px;
}

.menu_f {
  margin-bottom: 0;
}

#top-nav {
  margin: 15px 0;
}

#sidebar-wrapper .logo {
  height: 89px;
}

#sidebar-wrapper .logo a {
  height: 89px;
}

#sidebar-wrapper .logo p {
  margin: 32px 0;
}

.darkHeader .menu_f {
  margin-bottom: 10px;
}

.darkHeader #sidebar-wrapper .logo, .darkHeader #sidebar-wrapper .logo a {
  height: 100px;
}

.darkHeader .desktoplang, .darkHeader .open-srch {
  display: none;
}

#header.darkHeader .open-abi {
  width: auto;
  text-indent: inherit;
  max-width: 205px;
  padding: 5px 30px 5px 60px;
  background-size: 20px auto;
  background-position: left 30px center;
}

#page-content-wrapper_all .page_content {
  margin-top: 40px;
}

#main-nav > li > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*
#main-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:after, #main-nav li.menu-item-has-children .sub-menu li:after {
    content: '';
    display: block;
    height: 100%;
    background: #ccc;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
}
*/
#main-nav li.menu-item-has-children .sub-menu {
  margin-top: 9px;
}

#main-nav ul li ul li:after {
  display: none !important;
}

/*#main-nav li.menu-item-has-children .sub-menu li.menu-item-has-children, */
#main-nav li.menu-item-has-children .sub-menu .submenu li {
  border: none;
}

/*sidebar muudatused*/
.left_sidebar {
  border-top: 1px solid #c5c5c5;
}

.left_sidebar ul li .children {
  display: block;
}

.left_sidebar a:hover, .left_sidebar ul li.current_page_ancestor > a {
  color: #ff613c !important;
}

.left_sidebar.dark_bg {
  background-color: #E3E3E3;
}

.left_sidebar ul > li, .left_sidebar ul li.current_page_ancestor {
  background-color: #aba9a9;
  /*#EDEBEC;*/
}

.left_sidebar > ul > li > a {
  /*    font-weight: 600; */
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.left_sidebar ul.children > li {
  background-color: #bbbaba !important;
}

/**/
.left_sidebar ul.children li ul.children > li {
  background-color: #d8d7d7 !important;
}

/*FFFDFE*/
.left_sidebar ul.children li ul.children li ul.children > li {
  background-color: #efefef !important;
}

/*FFFDFE*/
/*.left_sidebar ul > li  {background-color: #E3E3E3;}*/
.left_sidebar ul li {
  border-bottom: 1px solid #bbb;
}

.left_sidebar ul li.page_item_has_children > a {
  background-image: url(../img/add-plus-button.png) !important;
}

.left_sidebar ul li.page_item_has_children > a.expanded {
  background-image: url(../img/substract.png) !important;
}

.left_sidebar ul li a {
  color: #333;
}

.left_sidebar ul.children li a {
  font-size: 14px !important;
  font-weight: 400 !important;
}

#sidemenu li {
  border-bottom: none !important;
  background: transparent !important;
}

#sidemenu li a {
  text-transform: capitalize !important;
  color: #A0A0A0;
  font-weight: 600;
  padding-bottom: 0;
  font-size: 17px;
}

.left_sidebar ul li.current_page_item > a:after {
  background: #FF613C !important;
  position: absolute;
  height: 100%;
  width: 4px;
  content: '';
  display: block;
  top: 0;
  left: 0px;
}

.left_sidebar ul li.current_page_item > a {
  background-color: transparent;
}

.left_sidebar ul li ul li a {
  padding-left: 28px !important;
}

#current-page-has-title li {
  background: #E3E3E3;
}

#current-page-has-title li a {
  text-transform: uppercase;
  color: #ff613c !important;
}

/*.left_sidebar ul li.current_page_ancestor > a.expanded {background-color: #999;}*/
#main-nav .current-menu-ancestor > a {
  color: #ff613c !important;
}

#main-nav li > ul > li > ul > li.menu-item-has-children {
  /*     border-top: 1px solid #ccc!important;*/
}

#main-nav li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu.menu-item-has-children .sub-menu,
#main-nav li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li .sub-menu {
  /*    border-bottom: 1px solid #ccc;*/
  display: block !important;
}

#main-nav li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu.menu-item-has-children .sub-menu a,
#main-nav li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li .sub-menu a {
  color: #898989 !important;
}

#main-nav li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu.menu-item-has-children .sub-menu a:before,
#main-nav li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li .sub-menu a:before {
  background: none !important;
}

@media screen and (max-width: 1080px) {
  .breadcrumbs {
    margin-top: 30px;
  }
}

.left_sidebar ul li .children {
  height: auto;
  opacity: 1 !important;
  display: none;
}

#header.darkHeader .open_tools {
  display: block !important;
}

@media screen and (max-width: 1279px) {
  .open-srch {
    width: 100px;
  }
}

.slider-container .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

/**/
.slider .slick-slide {
  height: auto !important;
}

.left_sidebar ul li.page_item_has_children a, .left_sidebar ul li.page_item_has_children a.expanded {
  background-size: auto !important;
}

/* üliporr */
.left_sidebar ul > li.page_item {
  display: none;
}

.left_sidebar ul > li.page_item.page_item_has_children, .left_sidebar ul li ul > li.page_item {
  display: block;
}

.page-item-751, .page-item-3188 {
  display: none !important;
}

/* /üliporr */
.answer li, .answer a {
  color: #fff;
}

.answer a:hover {
  color: #ff613c;
}

.mutebtn {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 50px;
  background-image: url(../img/volume-on.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px;
}

.mutebtn.hidden {
  background-image: url(../img/volume-off.svg);
}

.nextvid, .prevvid {
  font-size: 14px;
  /*    text-transform: uppercase;*/
  background-size: 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  bottom: 80px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.prevvid {
  left: 20%;
  background-image: url(../img/left-arrow-chevron.svg);
  background-position: center left;
  padding-left: 25px;
}

.nextvid {
  right: 20%;
  background-image: url(../img/move-to-the-next-page-symbol.svg);
  background-position: center right;
  padding-right: 25px;
}

.fb_share_button {
  margin-right: -25px;
  position: absolute;
  right: 0;
}

@media (min-width: 1200px) {
  .fb_share_button {
    margin-right: 50px;
    position: fixed;
    right: 0;
  }
}

.left_sidebar ul li a {
  padding: 20px 35px 20px 28px;
}

@media (max-width: 991px) {
  .fb_share_button {
    margin-right: 0px;
  }
  .container-fluid .slider-container {
    display: block;
  }
  /*     .slider .slick-slide {background-size: contain;}*/
  .container-fluid .slider .slide_item_cont {
    height: 250px !important;
  }
  .container-fluid .slider .video_slide_item {
    height: 300px !important;
  }
  .container-fluid .slider .tv {
    margin-top: -38vh !important;
  }
  .container-fluid .slider .nextvid, .container-fluid .slider .prevvid {
    bottom: 33vh !important;
  }
  #mobile_header .menuopener {
    /*    height: 80px;*/
    background-size: 28px;
  }
  .logo a.pull-left {
    float: left;
    /*    height: 80px;*/
    width: 80%;
    background-position: 50%;
    background-size: 150px;
  }
  .calories-calc-block-inner .slick-next {
    right: -45px !important;
  }
}

@media (max-width: 767px) {
  .slider-container {
    display: none !important;
  }
  .nextvid, .prevvid {
    bottom: 40px;
  }
  .prevvid {
    left: 15px;
  }
  .nextvid {
    right: 15px;
  }
  .logo a.pull-left {
    /*         background-size: 130px;*/
    background-size: 120px 22px;
    width: 75% !important;
  }
  #mobile_header .menuopener, .logo a.pull-left, #mobile_header .euro {
    height: 75px;
  }
  .menuopener {
    width: 25% !important;
    background-color: #7D7D7D !important;
    background-size: 22px !important;
    background-image: url(../img/menu-icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  #mobile_header .euro {
    background-image: url(../img/euro.svg) !important;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    border: 0 !important;
    margin-left: -15px;
    background-position: top 10px right 15px !important;
    background-size: 115px !important;
  }
}

.mobilemenuFooter .gray_bg.open_tools {
  background-color: #8F8A8B;
  color: #fff;
}

/*10.12 muudatused */
#mobilemenuContent li.page_item_has_children > .plus {
  height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid #bbb;
}

#mobilemenuContent .left_sidebar ul li .children li {
  border-color: #bbb;
}

@media screen and (max-width: 991px) {
  .mobile {
    display: block !important;
  }
  .abi-bar #nou .segaja {
    margin-bottom: 0 !important;
  }
  .abi-bar #nou .open_persons {
    height: 50px;
    margin-top: -80px;
  }
  #interactive_moodukus {
    margin-bottom: 0;
  }
  #interactive_moodukus #moodukus {
    height: 390px !important;
  }
  .logo {
    width: 100%;
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .mobile {
    display: none !important;
  }
  .mobilebanner .slick-dots li {
    display: inline-block !important;
  }
  .mobilebanner .slick-dots {
    width: 100%;
    top: auto;
    bottom: 0;
  }
}

#left_menu .page-item-15718, #left_menu .page-item-15672, #left_menu .page-item-1539, #left_menu .page-item-15683, #left_menu .page-item-15694, #left_menu .page-item-15667 {
  display: none;
}

/*kui sisse logitud siis...*/
body.logged-in #page-content-wrapper .btns {
  margin-top: 32px;
}

/*breadcrumb fix*/
body.ru .breadcrumbs a.home:before {
  content: 'Главная';
}

body.ru .breadcrumbs a.home span {
  display: none;
}

/* new item @ 08.04.2020 */
#footer-nav li {
  width: 14% !important;
}
