@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700&subset=latin,latin-ext);

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Titillium Web", sans-serif;
  font-size: 100%;
  line-height: 1.428571429;
  color: #393939;
}

h1, h2, h3, h4, h5 {
  margin: 0 0 0.5em;
  font-weight: 400;
}

h1 {
  font-size: 1.75em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
  line-height: 1.111111111;
}

h4 {
  font-size: 1.125em;
  font-weight: 700;
}

h5 {
  font-size: 1em;
  font-weight: 700;
}

p {
  font-size: 0.875em;
  margin: 0 0 1.428571429em;
}

p.notice {
  color: #388e3c;
}

a {
  text-decoration: none;
  color: #4CAF50;
  transition: color 100ms ease-in-out;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* "clearfix" hack - use class group */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.col-1-3 {
  float: left;
  width: 33.33%;
}

.clearfix {
  display: block;
  clear: both;
  width: 100%;
}
/**
 * Header styles
 */
.site-header {
  border-top: 18px solid #388E3C;
  -webkit-box-shadow: 0 1px 9px rgba(0,0,0,0.2);
          box-shadow: 0 1px 9px rgba(0,0,0,0.2);
  background-color: #4CAF50;
}

.site-logo {
  float: left;
}

.main-nav {
  float: right;
  margin-top: 3.3em;
}

.main-nav ul {
  list-style: none;
  padding: 0 0.75em;
  display: block;
  float: left;
  background-color: #388E3C;
}

.main-nav li {
  float: left;
}

.main-nav a {
  display: block;
  padding: 0.625em 0.5em;
  font-size: 1em;
  line-height: 1.375;
  color: #FFF;
}

.main-nav a:hover,
.main-nav .mslc a {
  color: #2ECC71;
}

.top-bar {
  padding: 1.375em 0;
  border-bottom: 1px solid #D3D3D3;
}

.sub-nav {
  float: left;
}

.sub-nav ul {
  list-style: none;
}

.sub-nav li {
  float: left;
  border-right: 1px solid #C0C0C0;
}

.sub-nav li:last-child {
  border-right: none;
}

.sub-nav a {
  display: block;
  padding: 0 0.625em;
  line-height: 1;
  color: #212121;
}

.contact-info {
  float: right;
}

.contact-info ul {
  list-style: none;
}

.contact-info li {
  float: left;
  padding: 0 0.625em;
  border-right: 1px solid #C0C0C0;
  font-size: 1em;
  line-height: 1;
  color: #393939;
}

.contact-info li:last-child {
  border-right: none;
}

.sub-nav a:hover,
.contact-info a:hover,
.sub-nav .mslc a,
.contact-info .mslc a {
  color: #4CAF50;
}

.contact-info a:hover {
  color: #196F3D;
}
/* end of header styles */


/**
 * Form styles
 */
input,
textarea {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid #ddd;
  font-size: 0.875em;
  line-height: 1.428571429;
}

input[type=submit] {
  width: auto;
  padding: 0.5em 2em;
  border: 1px solid #388e3c;
  color: #fff;
  background-color: #388e3c;
  transition: all 100ms ease-in-out;
}

input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  color: #388e3c;
  background-color: #fff;
}

textarea {
  padding: 1em;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  resize: none;
}

select {
  width: 100%;
}

label {
  display: block;
  line-height: 2;
}

fieldset {
  padding: 0;
  border: none;
  margin: 0 0 1em;
}

.contact-form {
  max-width: 550px;
  margin: 2em 0;
}

.txt_error {
  padding: 1em 1em 1em 60px;
  border: 1px dashed #EAC0C2;
  line-height: 1.25;
  background-color: #FDE8E9;
  background-image: url("../images/forme/error-32.png");
  background-repeat: no-repeat;
  background-position: 15px center;
}

.chck-box .txt_error {
  color: #E81500 !important;
}

.error {
  border: 1px solid #E81500;
  background-image: url("../images/forme/error.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.success {
  padding: 1em 1em 1em 60px;
  border: 1px dashed #7AC143;
  line-height: 1.25;
  background-image: url("../images/forme/sucess-32.png");
  background-repeat: no-repeat;
  background-position: 15px center;
}

.search-box-result {
  padding: 1em;
  margin-bottom: 2em;
  background-color: #eee;
}

.search-box-result p {
  margin: 0;
  line-height: 1.5;
}
/* end of form styles */


.home-intro {
  background-color: #727272;
}

.intro-photo {
  float: left;
  width: 74.21875%;
}

.intro-text {
  float: left;
  width: 25.78125%;
  background-color: #fff;
}

.text-container {
  padding: 1.25em;
}

.intro-text h4 {
  margin-bottom: 1em;
}

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

.content-header {
  padding: 0.8125em 0 0.8125em 21.875%;
  margin: 2px 0;
  background-color: #388e3c;
}

.content-header h3 {
  margin: 0;
  line-height: 1.166666667;
  text-transform: uppercase;
  color: #fff;
}

.main-content {
  float: left;
  width: 78.125%;
  padding: 2em 0 3.75em;
}

.main-content iframe {
  width: 100%;
  margin-bottom: 3em;
}

.content-listing ul {
  list-style: none;
}
.content-listing li {
  margin-bottom: 3.75em;
}

.content-listing h2 {
  padding-left: 19.33%;
  padding-right: 2em;
  border-bottom: 1px solid #111;
  margin: 2.5em 0 1.5em;
}

.media-box {
  padding-right: 2em;
}

.box-photo {
  float: left;
  width: 20%;
  padding-right: 1.25em;
}

.box-photo img {
  display: block;
  border: 1px solid #b2b2b2;
}

.box-content {
  float: left;
  width: 80%;
}

.box-footer {
  padding: 0 2px;
  border-bottom: 1px solid #4caf50;
}

a.read-more,
a.go-back {
  font-size: 0.875em;
  line-height: 2;
  text-transform: uppercase;
}

a.read-more:hover,
a.go-back:hover {
  color: #37803a;
}

.date {
  float: right;
  font-size: 0.875em;
  line-height: 2;
  color: #7d7d7d;
}

.article {
  padding-right: 2em;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5 {
  color: #247e46;
}

.article a:hover {
  color: #388e3c;
}

.article h2 {
  margin-bottom: 1em;
}

.article p {
  font-size: 1em;
}

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

.article ul,
.article ol {
  clear: both;
  padding: 0 2em;
  margin-bottom: 1.75em;
}

.article-photo {
  float: left;
  margin-right: 1.25em;
  margin-bottom: 1.25em;
}

.article-footer {
  clear: both;
  padding: 1.25em 0 0;
  border-bottom: 1px solid #4caf50;
}

.article-date {
  float: right;
  font-size: 0.875em;
  line-height: 2;
  color: #7d7d7d;
}

.pagination {
  float: right;
  width: 80%;
  padding-right: 2em;
  margin: 2em 0;
  list-style: none;
  text-align: center;
}

.pagination li {
  display: inline-block;
  text-align: center;
  width: 2em;
  height: 2em;
  margin: 0 3px;
  font-size: 1em;
  line-height: 2;
  background-color: #eee;
  color: #4CAF50;
}

.pagination li:hover,
.pagination li:hover a,
.pagination .mslc,
.pagination .mslc a {
  color: #fff;
  background-color: #4CAF50;
}

.pagination a {
  display: block;
}
.pagination a.act-page {
  color: #fff;
  background-color: #4CAF50;
}
.gallery-list {
  margin: 2em -1%;
}

.gallery-item {
  float: left;
  width: 23%;
  border: 1px solid #eee;
  margin: 0 1% 2%;
}
.gallery-item img { width: 100%; }
.gallery-item:focus {
  outline: none;
}

.contact-data {
  margin-bottom: 3em;
}

.contact-data h4 {
  text-transform: uppercase;
}

.contact-data .col-1-2 {
  padding-right: 10px;
}

.col-1-2 {
  float: left;
  width: 50%;
}
.social-button {
  float: left;
  margin-right: 4px;
}

/**
 * Sidebar styles
 */
.side-content {
  float: left;
  width: 21.875%;
  max-width: 320px;
  padding-right: 1.25em;
  padding-bottom: 2em;
}

.side-nav {
  list-style: none;
}

.side-nav > li {
  position: relative;
  border-bottom: 1px solid #3d9741;
  background-color: #4caf50;
  transition: background 200ms ease-in-out;
}

.side-nav > li:hover,
.side-nav > li.mslc {
  background-color: #3d9741;
}

.side-nav > li > a {
  display: block;
  padding: 0.666666667em 1em;
  font-size: 1.125em;
  line-height: 1.166666667;
  color: #fff;
}

.menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  display: block;
  width: 2em;
  height: 45px;
  background: url("../images/arrow-down.png") no-repeat center;
  cursor: pointer;
}

.side-sub-nav {
  list-style: none;
  display: none;
  padding: 0.625em 0;
  border: 1px solid #b6b6b6;
  border-bottom-color: #e7e7e7;
  background-color: #fff;
}

.side-nav .mslc .side-sub-nav {
  display: block;
}

.side-sub-nav > li > a {
  display: block;
  padding: 0.625em 1em;
  font-size: 1em;
  line-height: 1.25;
  color: #212121;
}

.side-sub-nav > li > a:hover,
.side-sub-nav > .slc > a {
  color: #4caf50;
}
/* end of sidebar styles */


/**
 * Footer styles
 */
.site-footer {
  padding: 2em 0 3em;
  text-align: center;
  background-color: #F1F1F1;
}
.green-link {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.8em !important;
  font-size: 1em;
  line-height: 1;
  color: #FFF;
  background-color: #388E3C;
  background-repeat: no-repeat;
  border:1px solid #388E3C;
  text-transform: uppercase;
  transition:all 0.6s ease-out;
}
.green-link:hover {
  background-color: #4caf50 !important;
  color: #FFF !important;
}
.digitalne-zbirke {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.8em 0em 0.8em 1em !important;
  font-size: 1.875em;
  line-height: 1;
  color: #FFF;
  background-color: #388E3C;
  background-image: url("../images/icon-feather.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  border:1px solid #388E3C;
  text-transform: uppercase;
  transition:all 0.6s ease-out;
}
.digitalne-zbirke:hover {
  background-color: #388E3C;
  background-image: url("../images/icon-feather.png");
  background-repeat: no-repeat;
  background-position: 93% center;
}
.external-links {
  list-style: none;
  width: 100%;
}

.external-links li {
  text-align: center;
}

.links-container {
  display: inline-block;
  padding-left: 50px;
  background: url("../images/icon-link.png") no-repeat left center;
}

.links-container a {
  display: block;
  text-align: left;
  line-height: 1.5;
  color: #212121;
}

.links-container a:hover {
  color: #4CAF50;
}

.copyright {
  padding: 2.5em 0 1.75em;
  color: #FFF;
  background-color: #727272;
}

.copyright span {
  line-height: 1;
}

.virtus-logo {
  float: right;
}

.cookie-container {
  background: rgba(0,0,0,0.8);
  bottom: 0;
  display: block;
  padding: 10px 0 0 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
}
.cookie-container .center {
  padding: 10px 20px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.cookie-container .center span {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.cookie-container .center p {
  display: inline;
  color: #fff;
  font-size:14px;
  line-height: 20px;
}
.cookie-container .center a {
  color: #4CAF50;
  text-decoration: underline;
  transition: all 0.6s ease;
  font-size:14px;
  line-height: 20px;
}
@media (min-width:600px) {
  .cookie-container .center a {float: none;width: auto;}
}

.msg_1 {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}

.pregrada {
    display: block;
    float: left;
    width: 100%;
}

.msg_2 {
  font-size: 16px;
  line-height: 25px;
}


/* end of footer styles */


/**
 * Responsive styles
 */
@media (max-width: 1300px) {
  .intro-photo {
    overflow: hidden;
    width: 70%;
  }
  .intro-text {
    width: 30%;
  }
  .intro-photo img {
    max-width: none;
  }
}

@media (max-width: 1280px) {
  .container {
    padding: 0 1em;
  }
}

@media (max-width: 1100px) {
  .contact-info {
    float: none;
    clear: both;
    padding-top: 1em;
  }
  .intro-photo {
    width: 60%;
  }
  .intro-text {
    width: 40%;
  }
  .side-content {
    width: 30%;
  }
  .main-content {
    width: 70%;
  }
  .content-header {
    padding-left: 30%;
  }
  .media-box {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .external-links .col-1-3 {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;

  }
  .links-container {
    display: block;
  }
  .container {
    padding: 0 0.625em;
  }
  .intro-photo {
    width: 50%;
  }
  .intro-text {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .site-logo {
    float: none;
    width: 290px;
    margin: 0 auto;
  }
  .main-nav {
    float: none;
    clear: both;
    margin: 1em 0;
  }
  .sub-nav li,
  .contact-info li {
    margin-bottom: 8px;
  }
  .side-content,
  .main-content {
    width: 100%;
    max-width: none;
  }
  .side-content {
    padding-right: 0;
  }
  .article {
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .intro-photo,
  .intro-text {
    clear: both;
    width: 100%;
  }
  .intro-photo img {
    max-width: 100%;
  }
  .copyright {
    text-align: center;
  }
  .virtus-logo {
    float: none;
    display: block;
    padding-top: 15px;
  }
  .gallery-item {
    width: 31%;
  }
  .col-1-2 {
    width: 100%;
    margin-bottom: 1em;
  }
}
/* end of responsive styles */