/*!
 * Start Bootstrap - 3 Col Portfolio (https://startbootstrap.com/template-overviews/3-col-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-3-col-portfolio/blob/master/LICENSE)
 **/

@font-face {
  font-family: 'Figtree';
  src: url(/assets/fonts/figtree/Figtree-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Figtree-semibold';
  src: url(/assets/fonts/figtree/Figtree-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: 'Figtree-bold';
  src: url(/assets/fonts/figtree/Figtree-Bold.ttf) format('truetype');
}

html, body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Figtree-bold', sans-serif;
}

h1 {
  font-size: 24px;
  padding-left: 15px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

body {
  font-family: 'Figtree', sans-serif;
  padding-top: 76px;
  background: #F6F6F6;
  height: 100%;
  min-height: 100%;
}

.navbar-brand img {
  height: 40px;
  width: auto;
}

#header {
  background: #F6F6F6;
  padding: 10px 15px 0 15px;
}

#header .nav-link {
  color: #FFF;
}

#header .nav-link i {
  margin-right: 3px;
}

.navbar-brand {
  padding: 0;
}

#header .container {
  position: relative;
}

#top-bar {
  padding: 8px 30px;
  min-height: 56px;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: row nowrap;
  background: #373A44;
  border-radius: 15px;
  width: 100%;
}

#language-container {
  position: absolute;
  top: 13px;
  z-index: 10;
}

#language-container {
  right: 45px;
}

.language-selector {
  display: none;
  background: #62A0CD;
  padding: 10px;
  border: solid 1px rgba(255,255,255,0.8);
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1000;
}

#language-container.open .language-selector {
  display: inline-block;
  position: absolute;
  right: -11px;
  top: 43px;
}

.language-select img, .current-language-img img {
  height: 20px;
  width: 30px;
  border-radius: 4px;
}

/* Kalbų išskleidžiamasis sąrašas (kaip meniu puslapyje) */
#current-language {
  display: inline-block;
  padding: 6px;
  border-radius: 10px;
  cursor: pointer;
}

#current-language img {
  display: block;
  height: 20px;
  width: 30px;
  border-radius: 4px;
}

#languages-dropdown-container {
  display: none;
  position: absolute;
  right: 0;
  top: 43px;
  background: rgba(55, 55, 55, 0.9);
  padding: 6px;
  border-radius: 10px;
  z-index: 1000;
}

#languages-dropdown-container.show {
  display: block;
}

#languages-dropdown-container a {
  display: block;
}

#languages-dropdown-container a + a {
  margin-top: 6px;
}

#languages-dropdown-container img {
  display: block;
  height: 20px;
  width: 30px;
  border-radius: 4px;
}

.text-semi-bold {
  font-weight: 600;
}

@media (max-width: 992px) {
  #language-container {
    right: 30px;
  }
  .container {
    max-width: 100%;
  }
}

@media (max-width: 992px) and (min-width: 576px) {
}

