﻿/*errors*/
@import url("https://fonts.googleapis.com/css?family=Courgette|Open+Sans&subset=latin-ext");
.error {
  background-color: aliceblue; }
  .error .error-404 {
    margin-top: 30px; }
    .error .error-404 h1 {
      color: coral; }

.editor-container {
  outline: 2px dashed #E6F0F8; }

div > div > .widget-edit {
  display: none; }

div:hover > div > .widget-edit {
  display: block;
  position: absolute;
  z-index: 999;
  right: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.2);
  box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.2); }
  div:hover > div > .widget-edit i {
    opacity: 0.7; }
  div:hover > div > .widget-edit:hover {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.8);
    box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.8); }
    div:hover > div > .widget-edit:hover i {
      opacity: 1; }

.widget-edit-toolbar {
  position: absolute;
  z-index: 999;
  right: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.3);
  opacity: 0.7; }
  .widget-edit-toolbar:hover {
    -webkit-box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.8);
    box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.8);
    opacity: 1; }

.language-select {
  list-style: none; }
  .language-select li {
    float: left;
    margin: 2px; }

/* styles for validation helpers */
.field-validation-error {
  color: #b94a48; }

.field-validation-valid {
  display: none; }

input.input-validation-error {
  border: 1px solid #b94a48; }

input[type="checkbox"].input-validation-error {
  border: 0 none; }

.validation-summary-errors {
  color: #b94a48; }

.validation-summary-valid {
  display: none; }

/*UMIMETOJINAK*/
/*rgb(178,179,179)*/
.img-shadow, .article-list .article-item img, .article-list-home .article-item-home img, .partner img:hover {
  -webkit-box-shadow: 10px 10px 5px -4px #9c9999;
  -moz-box-shadow: 10px 10px 5px -4px #9c9999;
  box-shadow: 10px 10px 5px -4px #9c9999; }

.line-pink, .article-list .article-item h2 {
  border-bottom: 3px dashed #f6b1b5; }

html {
  /*background-color: #fff;*/
  /*font-size: 1.1rem;*/ }

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: black;
  background-color: #5f5f5f;
  /*font-size: 1.1rem;*/ }

body:before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
  box-shadow: 0 0 10px #f9c8cb; }

h1 {
  color: #f6b1b5;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Courgette, cursive; }

h2 {
  color: #5f5f5f;
  font-family: Courgette, cursive;
  border-bottom: 3px dashed #f6b1b5; }

p {
  line-height: 1.6; }

.container-fluid {
  margin: 0;
  padding: 0; }

#layout-wrapper {
  background-color: #fff; }

#layout-header {
  padding-top: 10px; }

#zone-header {
  min-height: 200px; }

#layout-root-content {
  padding-bottom: 40px; }

#layout-footer {
  margin: 30px 0 0 0;
  padding: 50px 15px;
  background-color: #5f5f5f;
  /*color: darken($grayLightColor, 50);*/
  -webkit-box-shadow: inset 0px 10px 5px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 10px 5px -8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 10px 5px -8px rgba(0, 0, 0, 0.75); }
  #layout-footer .zone-footer {
    color: #fff; }
    #layout-footer .zone-footer i {
      color: #f6b1b5; }

.logo-desc i {
  font-size: 0.8rem;
  color: #f6b1b5;
  margin: 0 3px; }

.logo-desc span {
  font-size: 0.9rem;
  font-weight: bold; }

.finger-buttons {
  margin: 30px 0; }

.nav-panel {
  background-color: #f6b1b5;
  margin-top: 11px; }

.navbar {
  background-color: white !important;
  padding: 0 !important; }
  .navbar .navbar-collapse {
    background-color: #f6b1b5 !important; }
  .navbar li {
    background-color: #f6b1b5 !important;
    /*font-variant: small-caps;*/
    border-right: solid 2px white !important; }
    .navbar li.active {
      background-color: #f9c8cb !important; }
      .navbar li.active a {
        color: #AB454A !important; }
    .navbar li a {
      color: white !important;
      font-size: 1.2rem;
      padding-left: 1rem !important;
      padding-right: 1rem !important; }
    .navbar li a:hover {
      background-color: #b2b3b3 !important; }
  .navbar button.navbar-toggler {
    background-color: #f6b1b5; }

.img-border {
  border: 6px solid #f6b1b5; }

.team-img .rounded-circle {
  border: solid 7px #f6b1b5; }

.team-img img {
  width: 150px; }

.article-list .article-item {
  margin-bottom: 30px; }
  .article-list .article-item h2 {
    font-size: 1.8rem;
    padding-bottom: 8px; }
  .article-list .article-item a {
    color: #5f5f5f;
    text-decoration: none; }
    .article-list .article-item a:hover, .article-list .article-item a:focus {
      cursor: pointer; }
    .article-list .article-item a:hover {
      text-decoration: underline; }
  .article-list .article-item img {
    border: 4px solid #f6b1b5;
    margin: 2px 5px 2px 2px;
    width: 100%; }
  .article-list .article-item .article-date {
    color: #5f5f5f;
    font-size: 0.9rem;
    display: block; }

.article-list-home .article-item-home {
  margin-bottom: 15px; }
  .article-list-home .article-item-home h2 {
    font-size: 1.6rem;
    border-bottom: 3px dashed #f6b1b5;
    margin-top: 14px;
    padding-bottom: 8px; }
  .article-list-home .article-item-home a {
    color: #5f5f5f;
    text-decoration: none; }
    .article-list-home .article-item-home a:hover, .article-list-home .article-item-home a:focus {
      cursor: pointer; }
    .article-list-home .article-item-home a:hover {
      text-decoration: underline; }
  .article-list-home .article-item-home img {
    border: 4px solid #f6b1b5;
    margin: 2px 5px 2px 2px;
    width: 100%; }

.partner img:hover {
  padding: 2px;
  border: 3px solid #f6b1b5; }

@media (max-width: 575px) {
  .finger-buttons img {
    height: 100px; } }

@media (max-width: 767px) {
  .finger-buttons img {
    height: 150px; }
  /*#home-carousel {
        display: none;
    }*/ }

@media (max-width: 991px) {
  .navbar {
    position: absolute;
    top: 0;
    margin-top: 174px;
    margin-left: -7px;
    z-index: 999; }
  /*.container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }*/
  /*.finger-buttons {
        img {
            height: 269px;
        }
    }

    #home-carousel {
        display: normal;
    }*/ }

