/*------------------------------------------------------------------
[Table of contents] -- author (Himanshu Shakhar)

1. Global component / #GLOBAL-COMPONENT
  1.1 Page loader / #page-loader
2. Header / HEADER
  2.1 Main Menu / #main-nave
  2.1 Intro / .intro
3. Content
  3.1 highlight section / .highlight
  3.2
  3.3
  3.4
  3.5
  3.6
  3.7
  3.8
4. Footer / .fOOTER
-------------------------------------------------------------------*/

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');*/

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  height: 100%;
}

body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  height: 100%;
}

body.scolling-body {
  position: relative;
}

* {
  box-sizing: border-box;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

a {
  -webkit-transition-property: background-color,color,opacity,border-color;
  -moz-transition-property: background-color,color,opacity,border-color;
  -o-transition-property: background-color,color,opacity,border-color;
  transition-property: background-color,color,opacity,border-color;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  outline: 0;
}

a:focus,
a:active {
  border: none;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: inherit;
    margin: 0 0 20px 0;
    line-height: 1.2em;
    padding: 0;
/*    word-wrap: break-word;*/
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.h1,
h1 {
  font-size: 38px;
  line-height: 1em;
  margin-bottom: 30px;
}

.h2,
h2 {
  font-size: 36px;
  line-height: 1em;
  margin-bottom: 30px;
}

.h3,
h3 {
  font-size: 30px;
  line-height: 1.2em;
}

.h4,
h4 {
  font-size: 26px;
  font-weight: bold;
}

.h5,
h5 {
  font-size: 20px;
  font-weight: bold;
}

.h6,
h6 {
  font-size: 16px;
  font-weight: bold;
}

p {
  margin: 0 0 20px;
}

.lead {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

img {
  vertical-align: middle;
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.padding10 {
  padding: 10px;
}

.padding20 {
  padding: 20px !important;
}

.padding30 {
  padding: 30px;
}

.nopadding {
  padding: 0 !important;
}

.nopadding-top {
  padding-top: 0 !important;
}

.nopadding-bottom {
  padding-bottom: 0 !important;
}

.nopadding-left {
  padding-left: 0 !important;
}

.nopadding-right {
  padding-right: 0 !important;
}

.circle {
  border-radius: 50%;
}

.scontainer {
  max-width: 650px;
}

/*--- form items ---*/

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  border-radius: 0px;
  padding: 14px;
  -webkit-appearance: none;
  max-width: 100%;
  font-size: 13px;
  line-height:18px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
}

.form-item {
  margin: 0 0 1.5em 0;
}

.form-item label,
.form-group label {
  font-size: 13px;
  font-weight: 600;
  margin-top: 0;
  display: block;
}

.form-item label.option,
.form-group label.option {
  display: inline;
  margin-left: 5px;
  text-transform: inherit;
  font: inherit;
}

.form-item label,
.form-item .description,
.form-group label,
.form-group .description {
  margin: 5px 0;
}

.form-item .description,
.form-group .description {
  font-size: 13px;
}

.form-control {
  height: auto;
  box-shadow: none;
}

/*--- filter option ---*/

.filter-option-count {
  margin: 2em 0 1em 0;
}

/*--- btn ---*/

.btn,
input[type="submit"] {
  padding: 15px 20px;
  font-family: inherit;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 0;
}

.btn-lg {
  padding: 22px 35px;
}

.btn-sm {
  padding: 12px 20px;
  font-size: 12px;
}

.btn-xs {
  padding: 10px 18px;
  font-size: 11px;
}

.btn-text-only {
  padding-left: 0;
  padding-right: 0;
}

.border-title {
  display: inline-block;
  font-weight: bold;
}

/*----- icons ---*/

.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.btn .icon {
  position: relative;
  margin-top: -10px;
  margin-bottom: -5px;
}

.grid-icon {
  background-image: url("../images/grid-icon-grey.svg");
  background-size: 20px;
}

.grid-icon:hover,
a:hover .grid-icon {
  background-image: url("../images/grid-icon-green.svg");
}

.active .grid-icon {
  background-image: url("../images/grid-icon.svg");
}

.list-icon {
  background-image: url("../images/list-icon-grey.svg");
  background-size: 20px;
}

.list-icon:hover,
a:hover .list-icon {
  background-image: url("../images/list-icon-green.svg");
}

.active .list-icon {
  background-image: url("../images/list-icon.svg");
}

.eye-slash-icon {
  background-image: url("../images/eye-slash-icon-grey.svg");
  background-size: 20px;
}

.eye-slash-icon:hover,
a:hover .eye-slash-icon {
  background-image: url("../images/eye-slash-icon-green.svg");
}

.active .eye-slash-icon {
  background-image: url("../images/eye-slash-icon.svg");
}

.users-icon {
  background-image: url("../images/users-icon-grey.svg");
  background-size: 20px;
}

.users-icon:hover,
a:hover .users-icon {
  background-image: url("../images/users-icon-green.svg");
}

.active .users-icon {
  background-image: url("../images/users-icon.svg");
}

.building-icon {
  background-image: url("../images/building-icon-grey.svg");
  background-size: 20px;
}

.building-icon:hover,
a:hover .building-icon {
  background-image: url("../images/building-icon-green.svg");
}

.active .building-icon {
  background-image: url("../images/building-icon.svg");
}

.archive-icon {
  background-image: url("../images/archive-icon-grey.svg");
  background-size: 15px;
}

.archive-icon:hover,
a:hover .archive-icon {
  background-image: url("../images/archive-icon-green.svg");
}

.active .archive-icon {
  background-image: url("../images/archive-icon.svg");
}

.latest-icon {
  background-image: url("../images/latest-icon-grey.svg");
  background-size: 15px;
}

.latest-icon:hover,
a:hover .latest-icon {
  background-image: url("../images/latest-icon-green.svg");
}

.active .latest-icon {
  background-image: url("../images/latest-icon.svg");
}

.calendar-icon {
  background-image: url("../images/calendar-icon-grey.svg");
  background-size: 15px;
}

.calendar-icon:hover,
a:hover .calendar-icon {
  background-image: url("../images/calendar-icon-green.svg");
}

.active .calendar-icon {
  background-image: url("../images/calendar-icon.svg");
}

.rss-icon {
  background-image: url("../images/rss-icon.svg");
}

.rss-icon:hover {
  background-image: url("../images/rss-icon-hover.svg");
}

.search-icon {
  background-image: url("../images/search-icon.svg");
}

/*---- view control list tab ---*/

.view-controls-list-tab {
  margin-bottom: 20px;
  clear: both;
}

.view-controls-list-tab ul.nav {
  border: none;
}

.view-controls-list-tab ul.nav a,
.view-controls-list-tab ul.nav a:focus,
.view-controls-list-tab ul.nav a:active,
.view-controls-list-tab ul.nav li.active a,
.view-controls-list-tab ul.nav li.active a:focus,
.view-controls-list-tab ul.nav li.active a:active {
  font-size: 14px;
  border: none;
}

.view-controls-list-tab ul.nav a {
  padding: 3px 0;
  margin: 10px 0;
  margin-right: 25px;
}

.view-controls-list-tab .fa {
  margin-right: 10px;
}

/*---- view controls with affix ---*/

.view-controls-list-tab.affix {
  top: 0px;
  z-index: 1;
  width: 100%;
}

.view-controls-list-tab.affix ~ .activity-page {
  position: relative;
}

.view-controls-list-tab ul.nav a.btn { background-color: #9bb937; color: #fff; font-size: 15px; padding: 15px 20px; margin:0; line-height:1; border-radius: 0; -webkit-border-radius: 0; border:none;}
.view-controls-list-tab ul.nav a.btn .fa { color: #fff; }
.view-controls-list-tab ul.nav a.btn:hover {color: #fff; background-color: #958c5d;}
.view-controls-list-tab ul.nav a.btn:hover .fa {color: #fff;}

/*---- pager ---*/

.pagination > li > a,
.pagination > li > span {
  font-weight: 600;
  padding: 10px 15px;
  margin-right: 8px;
  border: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}

/*----- accordion -----*/

.panel-group .panel,
.panel-default > .panel-heading,
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}

.accordion .panel-title a {
  background-image: url("../images/up-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
  padding-right: 25px;
  font-weight: 600;
}

.accordion .panel-title a.collapsed {
  background-image: url("../images/down-arrow.svg");
}

.accordion-teaser.panel-group {
  margin: 0;
}

.accordion-teaser.panel-group .panel {
  border-bottom: none;
}

/*---- popover ----*/

.popover {
  border-radius: 0;
  max-width: 350px;
  width: 300px;
  box-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.popover-content {
  font-size: 16px;
  padding-right: 40px;
}

.popover .close-btn {
  background-size: 30px;
  padding: 10px;
  width: 30px;
  height: 30px;
  margin: -5px -10px 0 0;
}

.popover .event-title {
  position: relative;
}

.popover .event-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 40px;
  height: 0;
  border-bottom: 5px solid;
}

/*---- breadcrumb ----*/

.breadcrumb {
  display: none;
  padding-left: 0;
}

.breadcrumb a {
  text-decoration: underline;
}

.breadcrumb > li+li:before {
  content: "\203A";
  font-size: 20px;
}

/*----- selectbox ---*/

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 180px;
  /*width: auto;*/
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  height: 15px;
}


/* Truncate extra long filter options */
@media all and (min-width:768px) {
    .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        max-width: 120px;
        white-space: nowrap;
        overflow: hidden;
    }
}

.bootstrap-select .btn {
  padding: 12px 45px 12px 20px;
  font-weight: 300;
  font-size: 13px;
  height: 48px;
}

.bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
}

.bootstrap-select .dropdown-menu li a {
  padding: 10px 22px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  background-image: url("../images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  top: 30%;
  border: none;
}

.bootstrap-select.btn-group.open .dropdown-toggle .caret {
  background-image: url("../images/up-arrow.svg");
}

/* ------- ants ------*/

/*.sipants {
  background-image: url("../images/sipelgas.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  left: 62%;
  margin-top: 20px;
}
.home .sipants {
  left: 57%;
  margin-top: 0;
}
.news-section .sipants {
  right: 30px;
  left: auto;
  top: 40px;
}*/

/*--- owl cauorsel ---*/

/*.owl-carousel .owl-item img { display: none;}*/


.owl-carousel .owl-dots { position: absolute;}

/*.owl-theme .owl-controls {*/
/*  padding: 0;*/
/*  margin: 0;*/
/*}*/

.owl-carousel .owl-nav div {
  padding: 0;
  margin: 0;
  filter: Alpha(Opacity=100);
  opacity: 1;
  position: absolute;
  z-index: 20;
  left: 50px;
  top: 50%;
  width: 40px;
  height: 100px;
  margin-top: -50px;
  line-height: 60px;
  text-align: center;
  border-radius: 0px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: none;
}

.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 50px;
}

.owl-carousel .owl-nav .fa {
  padding: 0;
  margin: 0;
  font-size: 100px;
}

.owl-carousel .owl-nav div.disabled {
  display: none;
}

/* Styling Pagination*/

.owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align:center;
}

.owl-carousel .owl-dots .owl-dot { display: inline-block;}

.owl-carousel .owl-dots .owl-dot span {
  height: 10px !important;
  width: 10px !important;
  opacity: 1;
  margin-left: 3px;
  margin-right: 3px;
  display:block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot span {
  border: none;
}

/*---- charts ---*/

.charts {
  width: 100%;
  position: relative;
  padding-right: 150px;
}

.charts .chart {
  height: 350px;
}

.charts .legendholder {
  position: absolute;
  right: 20px;
  top: 20px;
}

/*--- calendar ---*/

#event-calendar {
  font-size: 18px;
  font-weight: 600;
}

table.fc-header {
  width: 100%;
  margin-bottom: 10px;
}

table.fc-header .fc-header-title h2 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

table.fc-header .fc-button .fc-text-arrow {
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
}

table.fc-header .fc-header-left .fc-text-arrow {
  background-image: url("../images/prev-btn.svg");
  background-position: left center;
  float: left;
}

table.fc-header .fc-header-right .fc-text-arrow {
  background-image: url("../images/next-btn.svg");
  background-position: right center;
  float: right;
}

.fc-content {
  text-align: center;
}

.fc-content table tr th,
.fc-content table tr td {
  padding: 4px 0;
  text-align: center;
}

.fc-grid .fc-day-number {
  padding: 5px;
  height: 40px;
  width: 40px;
  display: inline-block;
}

.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.fc-today .fc-day-number,
.fc-day-number.active-events {
  border: 1px solid;
  border-radius: 50%;
}

.fc-event-container,
.fc-grid .fc-day-content {
  display: none;
}

/*!---------- background image holder ----------*/

.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
  overflow: hidden;
}

/*---- thumb info ---*/

ul.product-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: -20px;
}

ul.product-list .product-item {
  margin-top: 20px;
}

.thumb-info {
  position: relative;
}

.thumb-info .thumb-info-wrapper {
  display: block;
}

.thumb-info .thumb-info-img {
  display: none;
  position: relative;
}

.thumb-info .ribbon {
  position: absolute;
  top: -8px;
  left: 15px;
  padding: 4px 10px;
}

.thumb-info .thumb-info-img img {
  width: 100%;
  height: auto;
}

.thumb-info .thumb-info-desc {
  position: relative;
  padding: 15px;
  display: block;
}

.thumb-info .thumb-info-desc:before {
  content: "";
  display: none;
  position: absolute;
  top: -15px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid;
}

.thumb-info .thumb-info-title {
  font-weight: 600;
  font-size: 18px;
  min-height: 45px;
  margin-bottom: 10px;
  display: block;
  line-height: 1.1em;
  word-break: break-word;
}

.thumb-info .thumb-info-body {
  display: block;
  margin-bottom: 10px;
}

.thumb-info .btn {
  margin-bottom: 10px;
}

.thumb-info:hover .thumb-info-img img,
.product-list a:hover .thumb-info-img img {
  opacity: 0.7;
}

.thumb-info .thumb-info-kodu {
  display: block;
  margin-bottom: 10px;
}

.thumb-info .price {
  display: block;
  font-size: 14px;
  /* Changed from 18px. 18px is too big for values such as 100 233,66€*/
  font-weight: 600;
  white-space: nowrap;
}

.thumb-info .thumb-info-mak-summa {
  clear: both;
  display: none;
  font-size: 12px;
}

.thumb-info .thumb-info-maksumus {
  float: left;
  width: 60%;
  margin-bottom: 5px;
}

.thumb-info .thumb-info-summa {
  float: left;
  width: 40%;
  margin-bottom: 5px;
}

.thumb-info .thumb-info-timeline {
  clear: both;
  display: none;
  height: 6px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 5px;
}

.thumb-info .thumb-info-active-timeline {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  display: block;
  height: 6px;
  border-radius: 5px;
}

.thumb-info .thumb-info-maksumusest {
  display: none;
  padding-left: 40%;
  line-height: 1em;
}

.thumb-info .thumb-info-venue {
  display: none;
  border-top: 1px solid;
  padding: 10px;
  overflow: hidden;
}

.thumb-info .thumb-info-contact {
  float: left;
  width: 60%;
}

.thumb-info .thumb-info-date {
  float: left;
  width: 40%;
}

.thumb-info .read-more {
  display: inline-block;
  margin: 10px 0 0 0;
}

/*---- edulood nationwide list ---*/

.nationmap {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  height: 540px;
background-image: url("../images/estonia-map-folded.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#googlemapsbg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.estonia-map {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url("../images/estonia-map.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
}

.nationwide-list {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 13px;
  display: block;

}

.nationwide-list .number {
  border-radius: 50%;
  min-width: 8px;
  min-height: 8px;
  padding: 5px;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}

.nationwide-list .lMarker {
  position: absolute;
}

.nationwide-list .lMarker .number {
  min-width: 30px;
}

.nationwide-list .lMarker .number.big {
/*
  padding: 8px;
  min-width: 36px;
*/
  /* For single digits */
    padding: 5px;
  min-width: 30px;
}

.nationwide-list .lMarker .number.bigx {
  min-width: 55px;
  /* For single digits */
  font-size: 22px;
  padding: 11px 15px;
}

.nationwide-list label {
  display: block;
  font-weight: bold;
}

.nationwide-legend {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

/*---- edulood-project-list ---*/

.edulood-ajax-container .edulood-project-body {
  margin: 40px 0;
}

/*--- tags ---*/

.tags {
  font-size: 13px;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 4px 10px;
  border-radius: 15px;
}

/*---- rss feed ----*/

.rss-feed {
  font-weight: bold;
  text-align: center;
}

.rss-feed .rss-icon {
  background-size: 45px;
  width: 45px;
  height: 55px;
}

/* ----  item list ---*/

.item-list > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.item-list > ul > li {
  margin-bottom: 30px;
  position: relative;
}

/*--- search box ---*/

.searchform-popup {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 50px;
  width: 60px;
}

.searchform-popup .search-toggle {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  line-height: 50px;
  text-align: center;
  position: relative;
  z-index: 99;
  font-size: 1.5em;
}

.searchform-popup .search-toggle .icon {
  margin: 0;
}

.searchform-popup  .searchform {
  left: auto;
  right: 0px;
  width: 300px;
  padding: 15px;
  position: absolute;
  top: 65px;
  z-index: 100;
  display: none;
}

.searchform-popup  .searchform:before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid;
}

.searchform .form-control {
  border-radius: 0;
  border: none;
  height: 40px;
}

.searchform .input-group-btn {
  padding-left: 10px;
}

.searchform .btn {
  min-width: auto;
  padding: 6px 10px;
  border: none;
  height: 40px;
}

/*----- utility menu ---*/

.utility-menu {
  position: relative;
  font-size: 18px;
}

.utility-menu .utility-inner {
  padding: 0;
}

.utility-menu .navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
.navbar-right{margin-right:0 !important;}
.utility-menu a {
  padding: 6px 12px;
  font-weight: bold;
}

.utility-menu .navbar-toggle {
  margin: 0;
  padding: 15px 15px 10px 15px;
  width: 135px;
  text-transform: uppercase;
}

.utility-menu .navbar-toggle .icon-bar {
  margin-bottom: 4px;
  height: 7px;
  width: 30px;
  border-radius: 2px;
}

.utility-menu .navbar-toggle .sr-only {
  width: auto;
  height: auto;
  clip: auto;
  font-weight: 600;
  font-size: 18px;
  right: 15px;
  top: 16px;
}

.utility-menu .searchform-popup {
  margin: 0;
  float: left;
  height: 60px;
}

.utility-menu .searchform-popup .search-toggle {
  line-height: 60px;
}

.utility-menu .searchform-popup .searchform {
  left: 0px;
  right: auto;
  top: 0px;
  padding: 10px 15px 10px 90px;
}

.utility-menu .searchform-popup  .searchform:before {
  right: auto;
  left: 60px;
  top: 14px;
  border-top: 15px solid transparent;
  border-botom: 15px solid transparent;
  border-right: 15px solid;
}

.utility-menu .searchform-popup .searchform .input-group-btn {
  padding-right: 5px;
}

.utility-menu .searchform-popup .btn-close {
  font-size: 20px;
  text-indent: -9999px;
  background-image: url("../images/close-icon-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  cursor: pointer;
}

.utility-menu .searchform-popup.active {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
}

.utility-menu .searchform-popup.active .search-toggle {
  float: left;
  width: 60px;
}

.utility-menu .searchform-popup.active .searchform {
  width: 100%;
}

.utility-menu .language-menu {
  float: left;
  height: 60px;
  text-transform: uppercase;
  font-size: 18px;
}

.utility-menu .language-menu .btn {
  text-transform: uppercase;
  font-size: 18px;
  height: 100%;
  min-width: 140px;
  text-align: left;
  padding-left: 45px;
}

.utility-menu .language-menu .btn .caret {
  border-width: 8px;
}

.utility-menu .dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  min-width: 140px;
}

.utility-menu .dropdown-menu li a {
  padding: 15px 10px 15px 45px;
  font-weight: 600;
  font-size: 18px;
}

/*----- header section ---*/

.header-logo {
  text-align: center;
}

.header-logo .logo-wrap {
  max-width: 650px;
  padding: 15px 0;
  margin: auto;
}

/*----- language menu ----*/

.language-menu .nav li {
  margin: 0;
  padding: 0;
}

.language-menu .nav li a {
  padding: 6px 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 5px solid transparent;
}

/*----- main nav ----*/

body.slide-active {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
}

body.slide-active .body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 99;
}

.slide-active {
  position: relative;
}

#block-system-main {
  padding-top: 0px;
}

#edit-submit-financed-projects {
    margin-top: 30px;
    min-width:86px;
}

#main-nav {
  width: 100%;
  transition: all 0.5s ease 0s;
  border-radius: 0;
  border: none;
  margin: 0;
  text-align: center;
}

#main-nav .container-fluid {
  padding: 0;
}

.slidemenu {
  display: table;
  margin: auto;
  vertical-align: top;
}

#main-nav .navbar-nav,
.slidemenu .searchform-popup {
  display: table-cell;
  vertical-align: top;
}

#main-nav .navbar-nav {
  float: none;
}

#main-nav .nav > li {
  float: none;
  display: inline-block;
  margin: 0 -2px;
}

#main-nav .nav a {
  line-height: 1em;
  padding: 18px 15px;
  font-weight: 600;
  text-transform: uppercase;
}

#main-nav .nav .home {
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  width: 50px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url("../images/home-icon.svg");
  background-size: 22px;
  text-indent: -9999em;
  text-align: center;
}

.slidemenu .navbar-toggle-wrap {
  text-align: right;
}

.slidemenu .navbar-toggle-wrap .navbar-toggle {
  background: none;
  border: none;
  font-size: 25px;
  margin: 0;
  padding: 15px 40px;
  float: none;
  text-indent: -9999px;
  background-image: url("../images/close-icon-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  cursor: pointer;
}

/*---- sticky navigation ---*/

.sticky-nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  overflow: visible;
}

/*----- intro section ---*/

.intro {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0;
  margin: 0px;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}

/*------ banner ---*/

.bannerkik {
  position: relative;
}

.bannerkik .caption-holder {
  font-size: 18px;
  position: relative;
  padding: 50px 0;
  text-align: center;
}

.bannerkik .caption-holder .container {
  max-width: 800px;
}

.bannerkik .caption-holder h1 {
  font-weight: 400;
  font-size: 35px;
  line-height: 1.2em;
}

/* ------- SECTIONS ------*/

section,
.success-stories {
  padding: 20px 0;
  position: relative;
}

.section-inner {
  padding: 40px;
}

.section-header {
  margin-bottom: 30px;
  font-size: 18px;
}

.section-footer {
  margin-top: 30px;
}

@media all and (min-width: 767px) {
  section {
    padding: 40px 0;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .section-footer {
    margin-top: 40px;
  }

    .scrollmenu-mobile-wrapper.collapse { display: block; height:auto !important;}

}

/* ----- smenu ---*/

.smenu span {
  padding: 2px 6px;
  font-weight: 600;
}

.smenu li {
    margin-top: 10px
}

h1 .smenu {
  font-size: 20px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}

/*---- events-section ----*/

.event-list .date {
  display: block;
}

.event-page .title {
  font-weight: 600;
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.event-page .title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 40px;
  height: 0;
  border-bottom: 5px solid;
}

.event-page .date {
  margin-bottom: 5px;
}

.event-page .location {
  margin: 10px 0;
}

.event-page .location .fa {
  margin-right: 6px;
}

.event-page .read-more a {
  font-weight: bold;
}

/*----- success-stories ----*/

.success-stories-section .block-content {
  margin-bottom: 50px;
}

/*---- news-section ----*/

.news-section .rss-feed {
  margin-top: -10px;
  float: right;
}

.news-list .news-image {
  float: right;
  width: 250px;
  margin-left: 10px;
  display: none;
}

.news-list .body {
  display: none;
}

.news-page .title {
  font-weight: 600;
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.news-page .title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 40px;
  height: 0;
  border-bottom: 5px solid;
}

.news-page .date {
  margin-bottom: 5px;
}

.news-page .read-more a {
  font-weight: bold;
}

/*----- facebook section ---*/

.facebook-section {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

#fb-root {
  display: none;
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
  width: 100% !important;
}

/*------ student competition section ----*/

.student-competition-section .section-inner {
  padding: 0;
}

/* ------negavatt---------*/

.negavatt {
  position: relative;
  text-align: center;
  height: 100%;
  width: 100%;
  display: table;
  vertical-align: middle;
}

.negavatt:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid;
}

.negavatt a {
  font-weight: 600;
  padding: 20px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

/*---- holders-section ----*/

.holders-section {
  padding-bottom: 0;
}

/*----- footer ---*/

.footer-section {
  padding: 0;
}

.footer-section .header-logo .logo-wrap {
  max-width: 450px;
}

.footer-links {
  max-width: 250px;
  margin: auto;
}

.footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links ul li {
  padding: 10px 0;
  margin-bottom: 20px;
}

.footer-links a {
  font-weight: 600;
}

.footer-links .ffa {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 25px;
  height: 35px;
  float: left;
  text-align: center;
}

.footer-links .map-marker {
  background-image: url("../images/footer-icons/pin.svg");
}

.footer-links .clock {
  background-image: url("../images/footer-icons/clock.svg");
}

.footer-links .telephone {
  background-image: url("../images/footer-icons/telephone.svg");
}

.footer-links .mobile {
  background-image: url("../images/footer-icons/mobile.svg");
}

.footer-links .at {
  background-image: url("../images/footer-icons/at.svg");
}

.footer-links .document {
  background-image: url("../images/footer-icons/document.svg");
}

.footer-links .facebook {
  background-image: url("../images/footer-icons/facebook.svg");
}

.footer-links .twitter {
  background-image: url("../images/footer-icons/twitter.svg");
}

.footer-links .instagram {
  background-image: url("../images/footer-icons/instagram.svg");
}

/*-----  kuidas meid link -----*/

.kuidas-meid-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid;
  margin-left: 40px;
}

.kuidas-meid-link.collapsed:after {
  display: none;
}

/*----- kuidas-meid-leida-section ---*/

.kuidas-meid-leida-section {
  padding: 40px 0;
}

/*----- sidebar ---*/

.sidebar h2 {
  font-size: 22px;
}

.sidebar h3 {
  font-size: 20px;
}

.sidebar h4 {
  font-size: 18px;
}

.sidebar h5 {
  font-size: 16px;
}

.sidebar .sidebar-block {
  margin-bottom: 30px;
}

.sidebar .block-title {
  border-bottom: 5px solid;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 5px;
}

.sidebar .equalizer-icon {
  background-image: url("../images/equalizer-icon.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 30px;
}

.sidebar ul.nav li a {
  padding: 0;
  font-weight: 600;
}

.sidebar ul.nav li {
  padding-bottom: 15px;
}

.sidebar ul.nav ul {
  padding-left: 0px;
  padding-top: 12px;
  list-style: none;
}

ul.avatar-icon,
ul.info-icon,
ul.file-icon,
ul.link-icon,
ul.map-icon,
ul.euro-icon,
ul.calendar-icon {
  padding-left: 0;
  list-style: none;
  background-image: none;
}

ul.calendar-icon:hover {
  background-image: none;
}

ul.avatar-icon li,
ul.info-icon li,
ul.file-icon li,
ul.link-icon li,
ul.map-icon li,
ul.euro-icon li,
ul.calendar-icon li {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 0 0 15px 40px;
  margin-bottom: 10px;
}

ul.avatar-icon li {
  background-image: url("../images/user-avtar-icon.svg");
}

ul.info-icon li {
  background-image: url("../images/info-icon.svg");
}

ul.file-icon li {
  background-image: url("../images/file-icon.svg");
  background-size: 22px;
}

ul.link-icon li {
  background-image: url("../images/link-icon.svg");
  background-size: 22px;
}

ul.map-icon li {
  background-image: url("../images/map-icon.svg");
}

ul.euro-icon li {
  background-image: url("../images/euro-icon.svg");
}

ul.calendar-icon li {
  background-image: url("../images/calendar-icon.svg");
  background-size: 15px;
  padding-left: 30px;
}

/*----- contacts ---*/

.contact-tab .table tbody tr td {
  border: none;
  vertical-align: middle;
  padding-left: 0;
}

.contact-tab .accordion .table tbody tr td { vertical-align: top;}

.contact-tab .user-img {
  width: 120px;
}
.contact-tab .user-img img { max-width: 120px;}

.contact-tab .user-name {
  font-weight: bold;
}

.contact-search {
  max-width: 260px;
}

.contact-search .input-group-btn {
  padding-left: 10px;
}

/*---- activity page ---*/

.page-title-sub {
  margin-bottom: 30px;
}

.page-title-sub .tags {
  font-size: 12px;
  border: 1px solid;
  border-radius: 15px;
  padding: 4px 10px;
  display: inline-block;
  margin-left: 10px;
}

.activity-section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid;
}

.activity-section.last {
  border-bottom: none;
  padding-bottom: 0;
}

.activity-section.no-image {
  padding-bottom: 10px;
}

.a-county {
  font-size: 15px;
}

.a-county span {
  padding: 0 8px;
}

.activity-section .title {
  font-weight: bold;
}

.activity-section .page-title-sub {
  margin-bottom: 10px;
  font-size: 13px;
}

/*------ edulood-project-body ---*/

.edulood-project-body .sidebar {
  margin-top: 30px;
}

.edulood-project-body .close-btn {
  margin-bottom: 40px;
  clear: both;
  position: relative;
  z-index: 10;
}

.edulood-project-body .gallery-section {
  margin-top: 30px;
}

/*---- image gallery list ---*/

ul.image-gallery-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.image-gallery-list li {
  list-style: none;
  margin: 0 0 20px 0;
}

ul.image-gallery-list li:before {
  display: none;
}

ul.image-gallery-list li img {
  width: 100%;
  height: auto;
}

/*----- time line ----*/

ul.timeline {
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none;
}

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

.timeline-header {
  margin-bottom: 20px;
}

.timeline-header span {
  font-weight: bold;
  font-size: 18px;
  padding: 3px 15px;
  position: relative;
}

.timeline-header span:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid;
}

.timeline-panel .timeline-heading {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

/*---- google maps ----*/

.google-map {
  width: 100%;
  height: 400px;
  margin-bottom: 60px;
  position: relative;
}

/*---- statistic layer ---*/

.google-chart {
  width: 100%;
  overflow: hidden;
}

#pstatistika .chartprice {
  font-weight: bold;
  font-size: 30px;
}

.nav-tabs.rahastatud-tabs li a span.pedia {
  display: none;
}

.nav-tabs.rahastatud-tabs li.active a span.pedia {
  display: inline;
}

#toggle-statistics {
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
    position: relative;
    /*display: block;*/
}

/*--- green dot and red dot list ---*/

ul.green-dot-list,
ul.red-dot-list {
  padding-left: 0px;
  list-style: none;
}

ul.green-dot-list li:before,
ul.red-dot-list li:before {
  content: "\f111";
  font-family: 'FontAwesome';
  position: relative;
  margin-right: 10px;
  top: -2px;
  font-size: 8px;
  vertical-align: middle;
}

/*----- close ---*/

.close-btn {
  font-weight: bold;
  float: right;
  background-image: url("../images/close-icon.svg");
  background-position: right center;
  background-repeat: no-repeat;
  padding: 10px 45px;
  padding-right: 40px;
  background-size: 30px;
  cursor: pointer;
}

@media (min-width:768px) {
  /* ------- ants ------*/

  /*.sipants {
    display: block;
  }*/

  /*---- form items ---*/

  .form-inline .form-group {
    padding-top: 30px;
    position: relative;
  }

  .form-inline .form-group label {
    position: absolute;
    top: 0;
    left: 0;
  }

  .form-inline .form-group {
    margin-right: 15px;
  }

  /*--- adjust gutter width ---*/

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

  [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  /*--- adjust container padding ---*/

  body .wrapper .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  /*---- thumb info ---*/

  .thumb-info .thumb-info-img,
  .thumb-info .thumb-info-desc:before,
  .thumb-info .thumb-info-mak-summa,
  .thumb-info .thumb-info-timeline,
  .thumb-info .thumb-info-maksumusest,
  .thumb-info .thumb-info-venue {
    display: block;
  }

  .thumb-info .read-more {
    display: none;
  }

  /*---- breadcrumb ----*/

  .breadcrumb {
    display: block;
  }

  /*--- header section --*/

  .header-logo .logo-wrap {
    padding: 30px 0;
  }

  /*----- main nav ----*/

  #main-nav .navbar-collapse {
    padding: 0;
  }

  .view-all {
    text-align: right;
  }

  /*---- events-section ----*/

  .event-list .date {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    /* "Changed from 18px to 15px" - Aleksandr */
  }

  .event-list li {
    padding-left: 155px;
  }

  .event-list .title:before {
    display: none;
  }

  .event-list .date:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 40px;
    height: 0;
    border-bottom: 5px solid;
  }

  /*---- news-section ----*/

  .news-list .news-image,
  .news-list .body {
    display: block;
  }

  /*----- footer section ---*/

  .footer-links {
    text-align: center;
    max-width: none;
  }

  .footer-links ul li {
    display: inline-block;
    text-align: center;
    width: 115px;
    vertical-align: top;
  }

  .footer-links ul li .ffa,
  .footer-links ul li span,
  .footer-links ul li a {
    display: block;
    float: none;
    width: auto;
  }

  /*-----  kuidas meid link -----*/

  .kuidas-meid-link:after {
    bottom: -40px;
  }

  /*----- time line ----*/

  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 1px;
    left: 125px;
  }

  .timeline-header {
    width: 100px;
    text-align: right;
  }

  .timeline-panel {
    position: relative;
  }

  .timeline-heading {
    width: 100px;
    text-align: right;
    position: absolute;
    left: 0;
    top: 0;
  }

  .timeline-body {
    padding-left: 150px;
  }

  /*---- view controls with affix ---*/

  .view-controls-list-tab.affix {
    top: 50px;
  }
}

@media (min-width:992px) {
  /*--- owl cauorsel ---*/

  .owl-carousel .owl-nav div {
    display: block;
  }

  /*----- intro section ---*/

  .bannerkik .caption-holder {
    padding: 120px 0;
  }

  .bannerkik .caption-holder h1 {
    font-size: 45px;
  }

  .sidebar-right {
    float: right;
  }
}

@media (min-width:1200px) {
  /*---- filter option ---*/

  .filter-option-count {
    float: right;
  }
}

@media (max-width:480px) {
  .utility-menu .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .utility-menu .language-menu .btn {
    min-width: 0;
    padding-right: 20px;
    padding-left: 20px;
  }

  .utility-menu .dropdown-menu li a {
    padding-left: 20px;
  }
    .nationwide-legend { bottom:10px;}
}

@media (max-width:767px) {
  /*---- bootstrap select ---*/
	td.contact-name{width:auto !important;}
    .nationwide-list { font-size: 8px;}
	.nationwide-list .number { font-size:8px; padding:0px;}
    .nationwide-list .lMarker .number { width: 14px; height:14px; text-align: center; line-height: 14px; margin-right: 1px; padding: 0; min-width: 14px;}
/*    .nationwide-list .lMarker .number.big { padding:0; width: 20px; height:20px; line-height: 20px; min-width: 20px;}*/
    .nationwide-list .lMarker .number.big { padding:0; width: 14px; height:14px; line-height: 14px; min-width: 14px;}

    .nationwide-legend { bottom:20px;}

  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
  }

  .bootstrap-select .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
  }

  .navbar {
    min-height: 0;
  }

  .slidemenu {
    position: fixed;
    z-index: 100;
    top: 0px;
    right: -100%;
    width: 80%;
    height: 100%;
    overflow-y: auto;
    text-align: left;
    display: block;
  }

  .slidemenu .home {
    display: none;
  }

  .slidemenu .navbar-collapse {
    box-shadow: none;
    overflow-y: visible;
  }

  #main-nav .slidemenu .navbar-nav {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }

  #main-nav .slidemenu .nav > li {
    display: block;
    margin: 0;
  }

  #main-nav .slidemenu .nav a {
    padding: 18px 25px;
  }

    .activity-section .kik-information:before {}

    .view-controls-list-tab.scroll-menu { display: none;}

    .scrollmenu-mobile-wrapper-toggle { background: none; border:none; float: right; padding: 0;}
    .scrollmenu-mobile-wrapper-toggle img { width: 50px;}
    .scrollmenu-mobile-wrapper-toggle:focus { box-shadow:none; -webkit-box-shadow:none;}

    .scrollmenu-mobile-wrapper-close { background: url("../images/close-icon.svg") no-repeat scroll center center / 50px auto; border: none; cursor: pointer; float: none; font-size: 25px; margin: 0; padding: 10px 30px; text-indent: -9999px; z-index: 22;}
    .scrollmenu-mobile-wrapper-close:focus { box-shadow:none; -webkit-box-shadow:none;}

    .scrollmenu-mobile-wrapper { position: fixed; top:0; bottom:0; z-index:100; width: 80%; height:100%; overflow-y: auto; right:-100%; background: #fff;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    .scrollmenu-mobile-wrapper.collapse.in { right:0;}

    .scrollmenu-mobile-wrapper ul.nav { border:none;}
    .scrollmenu-mobile-wrapper ul.nav li { float:none; display: block;}
    .scrollmenu-mobile-wrapper ul.nav li a { padding:18px 25px; font-weight: 600; text-transform: uppercase; line-height:1em; color:#9bb937; border:none; margin: 0; border-radius: 0; -webkit-border-radius: 0; }
    .scrollmenu-mobile-wrapper ul.nav li a:hover{ background: none;}
    .scrollmenu-mobile-wrapper ul.nav li a:focus,
    .scrollmenu-mobile-wrapper ul.nav li a:active { border:none; background: #9bb937; color:#fff;}
    .scrollmenu-mobile-wrapper ul.nav li.active a,
    .scrollmenu-mobile-wrapper ul.nav li.active a:hover { border:none; background: none; color:#9bb937;}
    .scrollmenu-mobile-wrapper ul.nav li.active a:focus,
    .scrollmenu-mobile-wrapper ul.nav li.active a:active { border:none; background: #9bb937; color:#fff;}


    .is-activated { overflow: hidden;}
    .is-activated .scrollmenu-mobile-wrapper { right:0;}
    .is-activated .body-overlay { background-color: rgba(0, 0, 0, 0.5); height: 100%; left: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: 99;}


    .mapclose { display: none;}
    .google-map .mapcover { position: absolute; top:0; left:0; right:0; bottom:0; display: block; content:" "; z-index: 10; background: rgba(0,0,0,0.4); text-align: center;}
    .google-map .mapcover:after { content: "\f00e"; font: normal normal normal 50px/400px FontAwesome; display: inline-block; text-align: center; color:#fff;}
    .google-map.activated-map .mapcover { display: none;}
    .google-map.activated-map .mapclose { background: url("../images/close-icon.svg") no-repeat scroll center center / 50px auto; border: none; cursor: pointer; float: none; font-size: 25px; margin: 0; padding:30px; text-indent: -9999px; z-index: 22; position: absolute; top:0; right:0; display: block;}
    .google-map.activated-map { position: fixed; top:0; left:0; right:0; bottom:0; height:100%; margin-bottom: 0; z-index: 999; background: #e5e3df}
    .google-map.activated-map .gmap-gmap { height:100% !important;}
    .google-map.activated-map .view-content, .google-map.activated-map .view-success-stories {height:100%}

    body { padding-top: 60px;}
    .header .utility-menu { position: fixed; top:0; left:0; right:0; z-index: 99;}
}

@media (max-width:400px) {
    .nationwide-legend { bottom:10px; left:40px;}
    .nationwide-list { font-size: 5px;}
	.nationwide-list .number { font-size:6px;}

}

@media (max-width:991px) {
  #event-calendar,
  .success-stories-section .map {
    margin-top: 40px;
  }

  .nationmap {
     width:100%;
  }

  .nationmap .nationwide-list {
    min-width: 0;
     width:100%;
  }

  .nationmap .estonia-map {
    min-width: 0;
     width:100%;
  }
}

/* ---------- red: #7a2b2e, deep red: #602224, green: #9bb937, yellow: #958c5d ----------- */

body {
  color: #000;
  background-color: #fff;
}

a {
  color: #9bb937;
  text-decoration: none;
}

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

a:focus,
a:active {
  text-decoration: none;
}

a.active,
a.selected,
li a.active {
  color: #9bb937;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}

/*---- page bg colors ----*/

.greybg {
  background-color: #ebebeb;
}

.border-title {
  border-bottom: 5px solid #7a2b2e;
}

/*--- form items ---*/

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  color: #333;
  border: 1px solid #ebebeb;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: #333;
  border-color: #ebebeb;
  box-shadow: none;
}

.form-item label {
  color: #333;
}

.form-item label.option {
  color: inherit;
}

/*--- btn ----*/

.btn,
input[type="submit"] {
  border: none;
  color: #fff;
  background-color: #9bb937;
  box-shadow: none;
}

.btn:focus,
.btn:active,
.btn:active:focus {
  box-shadow: none;
  color: #fff;
}

.btn:hover,
input[type="submit"]:hover {
  background: #958c5d;
  color: #fff;
}

.btn.active {
  box-shadow: none;
  color: #fff;
}

.btn-primary {
  background-color: #7a2b2e;
}

.btn-primary:hover {
  background-color: #602224;
}

.btn-border {
  background-color: transparent;
  color: #9bb937;
  border: 1px solid;
}

.btn-white {
  color: #fff;
}

.btn-white:hover {
  background: #fff;
  color: #333;
}

.btn-grey {
  color: #333;
}

.btn-grey:hover {
  background-color: #333;
  color: #fff;
}

.btn-text-only {
  border-color: transparent;
}

.btn-text-only:hover {
  background: none;
  color: #9bb937;
  border-color: transparent;
}

.btn-text-only.text-white {
  color: #fff;
}

/*---- view control list tab ---*/

.view-controls-list-tab ul.nav a,
.view-controls-list-tab ul.nav a:focus,
.view-controls-list-tab ul.nav a:active {
  background-color: transparent;
  color: #000;
  border-bottom: 5px solid #c5c5c5;
}

.view-controls-list-tab a .fa {
  color: #c5c5c5;
}

.view-controls-list-tab ul.nav a:hover,
.view-controls-list-tab ul.nav a:hover .fa {
  border-bottom-color: #9bb937;
  color: #9bb937;
}

.view-controls-list-tab ul.nav li.active .fa {
  color: #000;
}

.view-controls-list-tab ul.nav li.active a,
.view-controls-list-tab ul.nav li.active a:focus,
.view-controls-list-tab ul.nav li.active a:active {
  border-bottom: 5px solid #9bb937;
  background-color: transparent;
}

/*---- view controls with affix ---*/

.view-controls-list-tab.affix {
  background-color: #fff;
}

/*---- pager ---*/

.pagination > li > a,
.pagination > li > span {
  background-color: #9bb937;
  color: #fff;
}

.pagination > li > a:hover {
  background-color: #958c5d;
  color: #fff;
}

.pager-load-more-empty {
    display: none;
}

/*----- accordion -----*/

.panel-group .panel,
.panel-default > .panel-heading,
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  background: none;
  border: none;
}

.panel-group .panel {
  border-bottom: 1px solid #ebebeb;
}

.accordion .panel-title a.collapsed {
  color: #9bb937;
}

.accordion .panel-title a {
  color: #7a2b2e;
}

/*---- popover ----*/

.popover {
  background-color: #ebebeb;
  border: none;
}

.popover.bottom > .arrow {
  border-bottom-color: #ebebeb;
}

.popover.bottom > .arrow::after {
  border-bottom-color: #ebebeb;
}

.popover-title {
  background-color: transparent;
}

.popover .event-title a {
  color: #000;
}

.popover .event-title:before {
  border-bottom-color: #9bb937;
}

/*---- breadcrumb ----*/

.breadcrumb {
  background-color: transparent;
  color: #808080;
}

.breadcrumb > li+li:before,
.breadcrumb a,
.breadcrumb > .active {
  color: inherit;
}

/*----- selectbox ---*/

.bootstrap-select .btn {
  background-color: #ebebeb;
  color: #000;
}

.bootstrap-select.open .dropdown-toggle {
  box-shadow: none;
  background-color: #ebebeb;
}

.greybg .bootstrap-select .btn {
  background-color: #fff;
}

.greybg .bootstrap-select.open .dropdown-toggle {
  background-color: #fff;
}

.bootstrap-select .dropdown-menu li a:hover {
  background-color: transparent;
  color: #9bb937;
}

.bootstrap-select .dropdown-menu li.selected a {
  background-color: transparent;
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0em;
}
.views-exposed-form .views-exposed-widget {
    float: none;
    padding: 0em;
}

@media all and (min-width:768px) {
    #edit-field-toetuse-saaja-nimi-value {
        max-width: 150px;
    }
}

/*--- owl cauorsel ---*/

.owl-carousel .owl-nav div {
  color: #fff;
  background-color: transparent;
}

.owl-carousel .owl-nav div:hover,
.postscript-bottom .block.odd .owl-carousel .owl-nav div:hover {
  background-color: transparent;
  color: #9bb937;
}

.owl-carousel .owl-dots .owl-dot span {
  background-color: #fff;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #9bb937;
}

/*--- calendar ---*/

.fc-today .fc-day-number {
  border-color: #602224;
}

.fc-day-number.active-events {
  background-color: #9bb937;
  border-color: #9bb937;
  color: #fff;
}

.fc-day-number.active-events:hover {
  background-color: #958c5d;
  border-color: #958c5d;
}

/*---- Thumb info ---*/

.thumb-info .thumb-info-wrapper {
  background-color: #fff;
  color: #000000;
}

.thumb-info a {
  color: inherit;
}

.thumb-info .ribbon {
  background-color: #eac03a;
  color: #fff;
}

.thumb-info .thumb-info-desc:before {
  border-bottom-color: #fff;
}

.thumb-info .thumb-info-kodu,
.thumb-info .thumb-info-maksumusest,
.thumb-info .thumb-info-venue {
  color: #999999;
}

.thumb-info .thumb-info-timeline {
  background-color: #ced0ba;
}

.thumb-info .thumb-info-active-timeline {
  background-color: #7a2b2e;
}

.thumb-info .thumb-info-venue {
  border-top-color: #e6e6e6;
}

.thumb-info .btn,
.thumb-info .btn:hover {
  color: #fff;
}

.thumb-info a:hover,
.thumb-info:hover .thumb-info-title {
  color: #9bb937;
}

/*---- edulood nationwide list ---*/

.nationwide-list .number {
  background-color: #9bb937;
  color: #fff;
}

.nationwide-list .lMarker a {
  color: #333;
}

.nationwide-list .lMarker a:hover {
  color: #9bb937;
}

.nationwide-list .county {
  background-color: #7a2b2e;
}

.nationwide-list .city {
  background-color: #958c5d;
}

/*---- edulood-project-list ---*/

ul.edulood-project-list .product-item a:hover .thumb-info-wrapper {
  background-color: #9bb937;
  color: #fff;
}

ul.edulood-project-list .product-item a:hover .thumb-info-desc:before {
  border-bottom-color: #9bb937;
}

ul.edulood-project-list .product-item a:hover span {
  color: #fff;
}

/*--- tags ---*/

a.tags {
  color: #fff;
  background-color: #9bb937;
}

a.tags:hover {
  color: #fff;
}

/* ---- rss feed ----*/

.rss-feed a {
  color: #9bb937;
}

.rss-feed a:hover {
  color: #958c5d;
}

/* ------- page-loader ------*/

#page-loader {
  background-color: #ffffff;
}

.spinner > div {
  background-color: #7a2b2e;
}

/*----- utility menu ---*/

.utility-menu {
  background-color: #7a2b2e;
  color: #fff;
}

.utility-menu a,
.utility-menu .btn {
  color: #fff;
  background-color: transparent;
}

.utility-menu a:hover,
.utility-menu .active a,
.utility-menu .btn:hover,
.utility-menu .dropdown.open .btn {
  color: #fff;
  background-color: #602224;
}

.utility-menu .navbar-toggle .icon-bar {
  background-color: #fff;
}

.utility-menu .navbar-toggle .sr-only {
  color: #fff;
}

.utility-menu .searchform-popup.active {
  background-color: #7a2b2e;
}

.utility-menu .searchform-popup .search-toggle:hover,
.utility-menu .searchform-popup.active .search-toggle {
  background-color: #602224;
}

.utility-menu .searchform-popup  .searchform {
  background-color: transparent;
}

.utility-menu .searchform-popup  .searchform:before {
  border-bottom-color: transparent;
}

.utility-menu .searchform-popup  .searchform .btn {
  background-color: #9bb937;
}

.utility-menu .searchform-popup .searchform .btn-close {
  background-color: transparent;
}

#edit-actions--2 {
    display: none;
}

.utility-menu .dropdown-menu li a {
  background-color: #602224;
  color: #fff;
}

.utility-menu .dropdown-menu li a:hover {
  background-color: #9bb937;
}

/*----- language menu ----*/

.language-menu .nav a {
  color: #000000;
  background-color: transparent;
}

.language-menu .nav a:hover {
  color: #9bb937;
  background-color: transparent;
}

.language-menu .nav li.active a {
  color: #9bb937;
  border-bottom-color: #9bb937;
}

/* ----- main nav ----*/

#main-nav {
  background-color: #7a2b2e;
  color: #fff;
}

#main-nav a {
  color: #fff;
}

#main-nav .nav a,
#main-nav .nav a:active {
  background-color: transparent;
  border-color: transparent;
}

#main-nav .nav a:hover {
  background-color: #9bb937;
}

#main-nav .nav .active a, #main-nav .nav a.active {
  background-color: #9bb937;
}

/*--- search box ---*/

.searchform-popup .search-toggle:hover,
.searchform-popup.active .search-toggle {
  background-color: #9bb937;
}

.searchform {
  background-color: #d1d1d1;
}

.searchform-popup  .searchform:before {
  border-bottom-color: #d1d1d1;
}

.searchform .btn {
  background-color: #7a2b2e;
}

.searchform .btn:hover {
  background-color: #602224;
}

.contact-search .form-control {
  background-color: #ebebeb;
  border: none;
}

.contact-search .btn {
  background-color: #7a2b2e;
}

.contact-search .btn:hover {
  background-color: #602224;
}

/* ------- SECTIONS ------*/

.main-container section.odd {
  background-color: #ebebeb;
}

.section-inner {
  background-color: #fff;
}

.content-section {
    padding-top: 10px;
}

/*--- header section -----*/

.header {
  background-color: #fff;
}

/*----- intro section ---*/

.intro {
  background-color: #ddd;
}

/*------ banner ---*/

.bannerkik .caption-holder {
  color: #fff;
}

/* ----- smenu ---*/

.smenu span {
  background-color: #fff;
}

/*---- events-section ----*/

.event-list a {
  color: #000;
}

.event-list a:hover {
  color: #9bb937;
}

.event-page .date:before,
.event-page .title:before {
  border-bottom-color: #9bb937;
}

.event-page .location {
  color: #c5c5c5;
}

.event-page .read-more a {
  color: #9bb937;
}

/*---- news-section ----*/

.news-list a {
  color: #000;
}

.news-list a:hover {
  color: #9bb937;
}

.news-page .title:before {
  border-bottom-color: #9bb937;
}

.news-page .read-more a {
  color: #9bb937;
}

/* ------negavatt---------*/

.negavatt:before {
  border-left-color: #fff;
}

.negavatt a {
  background-color: #9bb937;
  color: #fff;
}

.negavatt a:hover {
  color: #000;
}

/*----- footer ---*/

.footer-section .section-inner {
  background-color: #7c806a;
  color: #fff;
}

.footer-links a {
  color: #c3df4f;
}

.footer-links a:hover {
  color: #ced0ba;
}

/*-----  kuidas meid link -----*/

.kuidas-meid-link:after {
  border-bottom-color: #fff;
}

.greybg .kuidas-meid-link:after {
  border-bottom-color: #ebebeb;
}

/*----- sidebar ---*/

.sidebar .block-title {
  border-bottom-color: #7a2b2e;
}

.sidebar a {
  color: #9bb937;
}

.sidebar a:hover,
.sidebar .active a {
  color: #000;
}

.sidebar .nav a:hover,
.sidebar .nav a:active,
.sidebar .nav a:focus {
  background-color: transparent;
}

/*---- activity page ---*/

.page-title-sub {
  color: #b3b3b3;
}

.activity-section {
  border-bottom-color: #b3b3b3;
}

.a-county {
  color: #b3b3b3;
}

.a-county span {
  background-color: #b3b3b3;
  color: #fff;
}

/*----- time line ----*/

.timeline:before {
  background-color: #b3b3b3;
}

.timeline-header span {
  background-color: #9bb937;
  color: #fff;
}

.timeline-header span:before {
  border-left-color: #9bb937;
}

/*--- green dot and red dot list ---*/

ul.green-dot-list li:before{
  color: #9bb937;
}

ul.red-dot-list li:before {
  color: #7a2b2e;
}

/*----- close button---*/

.close-btn {
  color: #9bb937;
}

/*----- General colors ----*/

.text-white {
  color: #fff;
}

.bluebg {
  background-color: #134094 !important;
  color: #fff;
}

.graybg {
  background-color: #999999 !important;
  color: #fff;
}

.dgraybg {
  background-color: #7c806a !important;
  color: #fff;
}

.yellowbg {
  background-color: #eac03a !important;
  color: #fff;
}

.red-text {
  color: #7a2b2e;
}

/* ----- selected text -------- */

::-moz-selection {
  background: #7a2b2e;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #7a2b2e;
  color: #ffffff;
  text-shadow: none;
}

@media (max-width:767px) {
  .slidemenu {
    background: #602224;
  }
   .contact-tab table.table{display: block;}
   .contact-tab table.table tr{display: block;}
   .contact-tab table.table tr:after{display: block; content:" "; clear:both; width:100%; height:1px; overflow: hidden;}
   .contact-tab table.table td{display: block; margin-left:120px;}
   .contact-tab table.table td:first-child{float:left; margin:0;}
   .contact-tab table.table td.views-field-field-e-mail { width: auto;}

    .contact-tab #kontorid table.table td:first-child { width: 100%; float:none;}
    .contact-tab #kontorid table.table td { margin-left: 0;}

    .h1, h1 { font-size: 22px;}
    h1 .smenu { margin-left: 0; display: block; margin-top: 20px;}

    .h2, h2 { font-size: 22px;}
    .h3, h3 { font-size: 20px;}

    .filter-option-count { margin-top: 0;}
}

/*--- stop wrapping ---*/

.views-field-field-projekti-maksumus,
.views-field-field-kik-toetussumma,
.thumb-info-mak-summa div {
  white-space: nowrap;
}

/*--- hide list bullets ---*/

.list-hide {
  list-style: none;
}

/*--- Capitalize bordered titles ---*/

.border-title {
  text-transform: uppercase;
}

/*-- Success Stories statistics --*/

.sidebar .sidebar-block .thumb-info .thumb-info-wrapper:not(.success-story) {
  background: none;
}

.sidebar .sidebar-block .thumb-info .thumb-info-desc:not(.success-story-desc) {
  padding: 0;
}

.sidebar .sidebar-block .thumb-info .thumb-info-desc:not(.success-story-desc):before {
  display: none;
}

.sidebar .sidebar-block .thumb-info .thumb-info-mak-summa,
.sidebar .sidebar-block .thumb-info .thumb-info-timeline,
.sidebar .sidebar-block .thumb-info .thumb-info-maksumusest {
  display: block;
}

.view-hidden {
  display: none;
}

.kik-information:before {
  display: block;
  content: " ";
  margin-top: -50px;
  height: 50px;
  visibility: hidden;
}

/* Fix ajax pager jump */

.pagination li.next {
  float: right;
  display: inline-block;
}

.pagination li.prev {
  float: left;
  display: inline-block;
}

.view .pagination .progress-disabled {
  float: left;
}

.ajax-progress-throbber {
    padding-left: 5px;
}

/* Hide default Colorbox close button */
#cboxClose {
    display: none;
}

.colorbox-container #block-system-main {
    padding-bottom: 0px;
}

.colorbox-container .panel {
    box-shadow: none;
}

.views-field-field-phone {
    white-space: nowrap;
}
.views-field-field-e-mail{width:200px;
}

li > p {
    display: initial;
}

.slogan {
    margin-top: 40px;
}

.contact-name {
    width: 550px;
}

.form-item-field-with-research-value-i18n .form-checkboxes {
    border: none;
    padding: 0;
    max-width: 49px;
    max-height: 49px;
}

.form-item-field-with-research-value-i18n .bef-checkboxes {
    display: none;
}

.views-exposed-form label {
    white-space: nowrap;
}

#columnchart_values{min-height:350px;}
#columnchart_values svg{min-height:350px;}

.made_by{text-align: center}
.made_by a{color:#fff; text-decoration: none;}
/*  */

.mapclose { display: none;}

.handle {
   box-sizing: content-box;
}

#columnchart_values svg {
  padding-top: 20px;
}

ul.nav .additional-info {
  background-image: none;
}

.funded-projects-section .thumb-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
   -webkit-flex-wrap: nowrap;
       -ms-flex-wrap: nowrap;
           flex-wrap: nowrap;

}
.funded-projects-section .thumb-info .thumb-info-desc {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
   -webkit-flex-wrap: nowrap;
       -ms-flex-wrap: nowrap;
           flex-wrap: nowrap;

}
.funded-projects-section .thumb-info .thumb-info-desc .thumb-info-title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;

}

#intro-banner .swiper-container  { height:650px; }
#intro-banner .swiper-slide { background-position: 50% 50%; background-size: cover; background-repeat: no-repeat;}
#intro-banner .swiper-pagination-bullets { bottom:20px !important;}
#intro-banner .swiper-pagination-bullets .swiper-pagination-bullet { height:10px; width:10px; opacity:1; background: #fff; margin:0 3px;}
#intro-banner .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #9bb937;}

#intro-banner .swiper-button-next,
#intro-banner .swiper-button-prev { height:100px; margin-top:-50px; width:40px; text-align: center; color:#fff; background:none;}
#intro-banner .swiper-button-next:hover,
#intro-banner .swiper-button-prev:hover { color:#9bb937;}
#intro-banner .swiper-button-next:before,
#intro-banner .swiper-button-prev:before {font:normal normal normal 100px/1 FontAwesome; text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; }

#intro-banner .swiper-button-next { right:50px; left:auto;}
#intro-banner .swiper-button-next:before {content:"\f105"}

#intro-banner .swiper-button-prev { left:50px; right:auto;}
#intro-banner .swiper-button-prev:before {content:"\f104"}
