﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans&subset=cyrillic");
body {
  font-family: "Open Sans",Arial,sans-serif; }

.body {
  margin-top: 160px; }
  .body p {
    text-align: justify; }

.navbar-default {
  background-color: #003D2E;
  color: #fff; }

.menu {
  z-index: 1; }
  .menu li {
    list-style: none;
    float: left;
    padding: 4px 12px;
    position: relative; }
  .menu .list-group {
    display: none;
    position: absolute;
    left: 0;
    top: 27px; }
  .menu li:hover .list-group {
    display: block; }
  .menu li a {
    color: #fff;
    font-size: 16px;
    padding-bottom: 8px;
    display: block; }
  .menu li .list-group a, .menu li .list-group a:hover {
    background-color: rgba(0, 61, 46, 0.9);
    color: #fff;
    text-decoration: none;
    z-index: 2; }

a, a:visited, a:hover, a:active {
  color: #003D2E; }

a.footer-link {
  color: #fff; }

.box {
  width: 300px;
  float: right; }

.navbar-search {
  float: right;
  margin: 9px; }

input[type=search] {
  width: 100px;
  box-sizing: border-box;
  float: right;
  border: 1px solid #ccc;
  font-size: 16px;
  background-color: white;
  background-image: url("/Content/yearbook/search.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 0 2px;
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  transition: width 0.4s ease-in-out; }

input[type=search]:focus {
  width: 100%; }

.search-query {
  color: #000; }

.brand {
  font-size: 35px;
  color: #F2EAB1;
  padding: 10px;
  display: block;
  float: left; }

.brand:visited, .brand:hover {
  color: #F2EAB1;
  text-decoration: none;
  animation: pulse 1000ms ease-in-out; }

.logo {
  float: left;
  width: 100px;
  height: 100px; }

.single-article img {
  width: 100px;
  height: 130px; }

.clear {
  clear: both; }

.en a, .en a:hover {
  margin: 8px 0;
  float: right;
  padding: 5px 12px;
  background-color: #F2EAB1;
  color: #000;
  border-color: #CEAA46; }

.btn-warning {
  background-color: #F2EAB1;
  border-color: #CEAA46;
  color: #000;
  margin-top: 10px; }

.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  background-color: #F2EAB1 !important;
  color: #000 !important; }

.g-news .panel-heading {
  background-color: #003D2E;
  color: #fff; }

.list-group-item, .panel-heading {
  padding: 5px 10px; }

h4 {
  font-size: 14px; }

.journal-title {
  font-weight: bold; }

.article-title {
  font-size: 24px; }

.article-authors, .abstract h3, html .keywords h3 {
  font-size: 18px; }

#social-buttons {
  margin-top: 10px; }

.stButton {
  margin-top: 5px; }

.article-files {
  margin-bottom: 10px; }

footer img {
  width: 32px; }

footer {
  background-color: #003D2E;
  color: #fff;
  padding: 10px; }

@media screen and (max-width: 768px) {
  .logo {
    width: 30px;
    height: 30px; }
  .brand {
    font-size: 15px; }
  .navbar-fixed-top {
    position: relative; } }

@keyframes pulse {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

