@import "libs/bootstrap/css/bootstrap.min.css";
html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #444444;
}
a {
  display: inline-block;
}
img {
  max-width: 100%;
}
/***********************************************************************************************************************
>>> MIXINS AND VARIABLES
***********************************************************************************************************************/
@media (min-width: 1200px) {
  #fixed-panel {
    position: fixed;
    top: 0;
    z-index: 10;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  }
}
/***********************************************************************************************************************
>>> TOP PANEL
***********************************************************************************************************************/
#top-panel {
  height: 5.357em;
  width: 100%;
  background-color: #f5f5f5;
  float: left;
}
#top-panel .container {
  padding: 0;
}
#top-panel .logos {
  margin-top: 1.071em;
  float: left;
}
#top-panel .logos a {
  margin-right:20px;
}
@media(min-width: 1376px){
    #top-panel .logos a {
        margin-right: 50px;
      } 
}
#top-panel .logos a:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  #top-panel .logos a {
    margin-right: 10px;
  }
  #top-panel .logos a:first-child {
    float: left;
  }
  #top-panel .logos a:nth-child(2) {
    float: right;
  }
  #top-panel .logos a:last-child {
    display: none;
  }
}
#top-panel .logos a img {
  max-height: 46px;
}
#top-panel .search {
  float: right;
  margin: 21px 15px 0 0;
}
#top-panel .search input[type=text] {
  background: none;
  border: 1px solid #76b729;
  padding: 5px 10px;
  font-style: italic;
}
#top-panel .search input[type=text]:focus {
  outline: none;
}
#top-panel .search input[type=submit] {
  background: none;
  border: 1px solid #76b729;
  color: #76b729;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 10px;
}
#top-panel .search input[type=submit]:hover {
  background: #e41d37;
  border: 1px solid #e41d37;
  color: #ffffff;
}
@media (max-width: 400px) {
  #top-panel .search {
    display: none;
  }
}
#top-panel .languages-socials {
  float: right;
  margin-top: 1.643em;
}
#top-panel .languages{
    float: left;
    margin-right: 15px;
}
#top-panel .socials{
    float: right;
}
#top-panel .socials img{
    width: 30px;
    height: 30px;
}
#top-panel .languages a {
  border: 0.071em solid #76b729;
  color: #76b729;
  font-size: 0.857em;
  width: 2.417em;
  padding: 0.417em 0;
  text-align: center;
  -webkit-border-radius: 1.208em;
  -moz-border-radius: 1.208em;
  border-radius: 1.208em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#top-panel .languages a.active {
  color: #ffffff;
  background-color: #76b729;
}
@media (max-width: 991px) {
  #top-panel {
    height: auto;
  }
  #top-panel .logos {
    width: 100%;
  }
  #top-panel .languages-socials {
    float: left;
    padding: 9px 10px;
    margin: 8px 0;
  }
}
#top-panel .navbar-toggle .icon-bar {
  background-color: #76b729;
}
/***********************************************************************************************************************
>>> MAIN PANEL
***********************************************************************************************************************/
#main-panel {
  min-height: 100px;
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
#main-panel .container {
  min-height: 100px;
  position: relative;
}
#main-panel .logo-sovz {
  position: absolute;
  left: 0;
  bottom: 12px;
  z-index: 2;
  max-height: 50px;
}
@media (max-width: 1024px) {
  #main-panel .logo-sovz {
    position: relative;
    bottom: 0;
  }
  #main-panel .logo-sovz a {
    background-image: url("img/logos-sovz.png");
    height: 55px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    background-size: auto 100%;
    margin-top: 10px;
  }
  #main-panel .logo-sovz img {
    display: none;
  }
}
.menu-hlavni-menu-container {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.menu-hlavni-menu-container ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-hlavni-menu-container ul li {
  float: left;
  height: 50px;
  text-align: center;
  margin-right: 50px;
  max-width: 150px;
  position: relative;
}
.menu-hlavni-menu-container ul li a {
  color: #444444;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
}
.menu-hlavni-menu-container ul li a:hover {
  color: #e41d37;
}
.menu-hlavni-menu-container ul li:last-child {
  margin-right: 0;
}
.menu-hlavni-menu-container ul li:hover > .sub-menu {
  display: block;
}
.menu-hlavni-menu-container ul li:first-child a {
  width: 80px;
}
.menu-hlavni-menu-container ul.sub-menu {
  background-color: rgba(255, 255, 255, 0.85);
  padding-top: 40px;
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 50px;
}
.menu-hlavni-menu-container ul.sub-menu li {
  width: 100%;
  margin-right: 0;
  height: auto;
  margin-bottom: 10px;
}
.menu-hlavni-menu-container ul.sub-menu li a {
  width: 100%;
}
@media (max-width: 991px) {
  .menu-hlavni-menu-container {
    position: relative;
    top: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    padding-right: 0px;
    padding-left: 0px;
    border: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  .menu-hlavni-menu-container ul {
    width: 100%;
  }
  .menu-hlavni-menu-container ul li {
    width: 100%;
    margin-right: 0;
    max-width: none;
    height: auto;
  }
  .menu-hlavni-menu-container ul li a {
    border: 1px solid #76b729;
    padding: 10px 10px 12px 10px;
    top: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    display: block;
  }
  .menu-hlavni-menu-container ul li:hover > .sub-menu {
    display: none;
  }
  .menu-hlavni-menu-container ul li:first-child a {
    width: auto;
  }
}
/***********************************************************************************************************************
>>> SLIDER
***********************************************************************************************************************/
#slider {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-top: 175px;
  margin-bottom: -175px;
}
#slider .master-slider {
  max-width: 100%;
}
@media (max-width: 991px) {
  #slider {
    display: none;
  }
}
#slider .wpsisac-slick-slider.design-3 .slick-dots {
  position: absolute;
  top: 50%;
  right: 30px;
  left: inherit!important;
  width: 19px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  bottom: inherit!important;
}
#slider .wpsisac-slick-slider.design-3 .slick-dots li {
  display: block;
  float: left;
  margin-bottom: 10px!important;
}
#slider .wpsisac-slick-slider.design-3 .slick-dots li button {
  width: 19px!important;
  height: 19px!important;
  background: url("img/slider-dot.png") center center no-repeat !important;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0.5;
}
#slider .wpsisac-slick-slider.design-3 .slick-dots li.slick-active button {
  opacity: 1;
}
#slider .wpsisac-slick-slider.design-3 .slick-dots li:last-of-type {
  margin-bottom: 0;
}
#slider .slider-content {
  top: inherit;
  bottom: 0;
}
#slider .slider-content .bg-overlay {
  width: auto;
  min-width: 25%;
}
#slider * {
  outline: none;
}
#slider .ms-bullet {
  width: 19px!important;
  height: 19px!important;
  background: url("img/slider-dot.png") center center no-repeat !important;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0.5;
}
#slider .ms-bullet.ms-bullet-selected {
  opacity: 1;
}
#slider .ms-slide-info {
  margin-right: auto;
  margin-left: auto;
  position: absolute!important;
  bottom: 30px;
  left: 0;
  right: 0;
}
#slider .ms-slide-info .ms-info {
  position: absolute!important;
  left: 0;
  bottom: 0;
  min-height: 1px!important;
  width: auto;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 10px 25px;
  color: #ffffff;
}
#slider .ms-slide-info .ms-info a {
  color: #ffffff;
  display: inline-block;
}
@media (min-width: 768px) {
  #slider .ms-slide-info {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #slider .ms-slide-info {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #slider .ms-slide-info {
    width: 1170px;
  }
}
/***********************************************************************************************************************
>>> CONTENT
***********************************************************************************************************************/
#content {
  margin-bottom: 85px;
  float: left;
  width: 100%;
  margin-top: 60px;
}
@media (min-width: 1200px) {
  #content {
    margin-top: 235px;
  }
}
#content h1,
#content h2 {
  font-weight: 400;
  padding-left: 25px;
  line-height: inherit;
  color: #76b729;
  position: relative;
  background-image: url("img/headline-bg.png");
  background-repeat: no-repeat;
}
#content h1 {
  font-size: 1.714em;
  margin-bottom: 20px;
}
#content h2 {
  font-size: 1.429em;
  margin-bottom: 20px;
}
#content p {
  color: #444444;
}
#content p.annotation {
  color: #444444;
  font-size: 1.071em;
}
#content a {
  color: #76b729;
  display: inline;
}
#content a:hover {
  color: #e41d37;
  text-decoration: none;
}
#content img.top {
  margin-top: 0;
  margin-bottom: 40px;
}
#content img.left {
  float: left;
  margin-right: 40px;
}
#content .partners .slick-arrow {
  position: absolute;
  top: 10px;
  z-index: 2;
  border: none;
  background: none;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  font-size: 0px;
  background-position: center center;
  background-size: cover;
}
#content .partners .slick-arrow.slick-prev {
  left: 10px;
  background-image: url("img/arrow-prev.png");
}
#content .partners .slick-arrow.slick-next {
  right: 10px;
  background-image: url("img/arrow-next.png");
}
#content .partners .slick-arrow.slick-disabled {
  display: none!important;
}
#content .partners .slick-dots {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  padding: 0;
}
#content .partners .slick-dots li {
  display: block;
  float: left;
  margin-right: 10px!important;
  font-size: 0;
}
#content .partners .slick-dots li button {
  width: 19px!important;
  height: 19px!important;
  background: url("img/slider-dot.png") center center no-repeat !important;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0.5;
}
#content .partners .slick-dots li button:focus {
  outline: none;
}
#content .partners .slick-dots li.slick-active button {
  opacity: 1;
}
#content .partners .slick-dots li:last-of-type {
  margin-right: 0;
}
#content .partner-list .partner {
  margin: 15px 0;
  height: 162px;
}
#content .partner-list .partner .logo {
    height: 100px;
    text-align: center;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
#content .partner-list .partner .logo img {
  max-height: 100px;
}
#content .partner-list .partner .partner-name{
    text-align: center;
    min-height: 44px;
}
#content .partner-list .partner .partner-name a {
  font-size: 16px;
}
#content .quote-box {
  background-color: #76b729;
  color: #ffffff;
  padding: 35px 35px 130px 35px;
  margin-bottom: 50px;
  position: relative;
  min-height: 350px;
}
#content .quote-box h3 {
  margin-top: 0;
  font-size: 1.071em;
}
#content .quote-box p {
  color: #ffffff;
}
#content .quote-box p:first-of-type {
  font-style: italic;
}
#content .quote-box p.person {
  text-align: right;
}
#content .quote-box .partner-logo {
  position: absolute;
  bottom: 10px;
  right: 35px;
  height: 120px;
  width: auto;
}
#content .quote-box .partner-logo img {
  height: 100%;
  width: auto;
}
#content .examples a {
  display: inline-block;
  color: #444444;
  padding-bottom: 15px;
  margin-bottom: 15px;
  background-image: url("img/angle-right.png");
  background-position: top right;
  background-repeat: no-repeat;
  padding-right: 20px;
  text-decoration: none;
}
#content .examples a:hover {
  color: #e41d37;
  text-decoration: none;
}
#content .examples a:hover span:after {
  background-color: #a7a7a7;
}
#content .examples a span {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
#content .examples a span:after {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #76b729;
  position: absolute;
  left: 0;
  bottom: 0;
}
#content .examples-boxes h3 {
  color: #e41d37;
  font-size: 1em;
  padding: 0 25px;
}
#content .examples-boxes h3 a {
  display: inline-block;
  background-image: url("img/angle-right.png");
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 20px;
  text-decoration: none;
}
#content .examples-boxes ul,
#content .examples-boxes p {
  background-color: #f3f3f3;
  border-top: 6px solid;
  border-color: #b7b7b7;
  padding: 20px 25px 20px 40px;
  color: #444444;
}
#content .examples-boxes p {
  min-height: 106px;
}
#content .more-examples {
  margin-top: 40px;
}
#content .btn-more {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #76b729;
  color: #76b729;
  font-size: 1.071em;
  margin: 0 auto;
  display: block;
  width: 152px;
  text-align: center;
  line-height: 46px;
  text-decoration: none;
}
#content .btn-more:hover {
  background-color: #e41d37;
  border: 1px solid #e41d37;
  color: #ffffff;
  text-decoration: none;
}
#content .row {
  padding-bottom: 40px;
}
#content .filter {
  margin-top: 35px;
}
#content .filter select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #76b729;
  color: #76b729;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 14px;
  max-width: 320px;
  width: 100%;
  display: block;
  margin: 0 auto 35px auto;
  background: url("img/select-bg.png") right center no-repeat;
}
@media (min-width: 1250px) {
  #content .filter select#select-subject {
    float: right;
  }
  #content .filter select#select-topic {
    float: left;
  }
}
#content .filter select option {
  color: #a7a7a7;
}
#content .filter select:focus {
  outline: none;
}
#content .filter select:hover {
  cursor: pointer;
}
#content .filter select::-ms-expand {
  display: none;
}
#content .boxes .box h2 {
  margin: 0;
}
#content .no-headline {
  padding-top: 70px;
}
#news .news-topic, #novinky-platforma .news-topic {
  border-bottom: 1px solid;
  border-bottom-color: #a7a7a7;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
#news .news-topic .date, #novinky-platforma .news-topic .date {
  background: url("img/icon-calendar.png") left center no-repeat;
  padding-left: 25px;
  font-size: 0.929em;
  color: #a7a7a7;
  line-height: 1.154em;
}
#news .news-topic .news-title {
  font-size: 1.071em;
  color: #444444;
  font-weight: 600;
}
#news .news-topic p {
  margin-bottom: 0;
}
#news .news-topic .more {
  border: 1px solid #a7a7a7;
  color: #a7a7a7;
  text-align: center;
  float: right;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0px 10px;
}
#news .news-topic .more:hover {
  text-decoration: none;
  background-color: #a7a7a7;
  color: #ffffff;
}
#news .news-topic:last-of-type {
  border: none;
  margin-bottom: 10px;
}
#novinky-platforma {
    float: right;
    width: 400px;
    padding: 0 10px 0 10px;
    margin: 40px 0 10px 30px;
}
/***********************************************************************************************************************
>>> FOOTER
***********************************************************************************************************************/
#footer {
  background-color: #f5f5f5;
  padding: 25px 0 15px 0;
  float: left;
  width: 100%;
}
#footer .f-menu h3 {
  font-size: 1.071em;
  color: #444444;
  font-weight: 400;
  text-transform: uppercase;
}
#footer .f-menu ul {
  padding: 0;
  list-style: none;
  margin-top: 25px;
}
#footer .f-menu ul li {
  margin-bottom: 10px;
  max-width: 245px;
  width: 16.66666%;
  float: left;
  padding-right: 30px;
  font-size: 1.071em;
  color: #444444;
  font-weight: 400;
  text-transform: uppercase;
}
#footer .f-menu ul li a {
  color: #444444;
  font-size: 13px;
}
#footer .f-menu ul li a:hover {
  color: #e41d37;
}
#footer .f-menu ul li:last-of-type {
  margin-right: 0;
}
@media (max-width: 600px) {
  #footer .f-menu ul li {
    width: 100%;
    max-width: none;
  }
  #footer .f-menu ul li .sub-menu li {
    width: 100%;
    max-width: none;
  }
}
#footer .f-menu ul.sub-menu {
  margin: 10px 0;
}
#footer .f-menu ul.sub-menu li {
  width: 100%;
  text-transform: none;
  margin: 0;
  max-width: none;
}
#footer .f-menu ul.sub-menu li a {
  color: #a7a7a7;
}
#footer .copy {
  text-align: center;
  font-size: 0.857em;
  color: #a7a7a7;
  margin-top: 55px;
  width: 100%;
  float: left;
}
#footer .copy a {
  color: #a7a7a7;
}
/***********************************************************************************************************************
>>> FORMS
***********************************************************************************************************************/
.frm_forms {
  width: 80%;
  margin: 0 10%;
}
.frm_forms .frm_half {
  width: 50%;
  padding: 0 15px;
  margin: 0;
}
.frm_forms .frm_form_field {
  padding: 0 15px;
}
.frm_forms .frm_form_field label {
  color: #444444;
  font-weight: 500;
}
.frm_forms .frm_form_field .ninja-forms-error {
  margin-bottom: 0px;
}
@media (max-width: 500px) {
  .frm_forms .frm_form_field {
    width: 100%;
  }
  .frm_forms .frm_form_field .text-wrap {
    width: 100%;
  }
}
.frm_forms .frm_form_field input[type=text],
.frm_forms .frm_form_field input[type=email],
.frm_forms .frm_form_field input[type=tel],
.frm_forms .frm_form_field textarea {
  background: none;
  border: 1px solid #76b729;
  padding: 5px 10px;
  font-weight: 600;
}
.frm_forms .frm_form_field input[type=text]:focus,
.frm_forms .frm_form_field input[type=email]:focus,
.frm_forms .frm_form_field input[type=tel]:focus,
.frm_forms .frm_form_field textarea:focus {
  outline: none;
}
.frm_forms .frm_submit input[type=submit] {
  background: none;
  border: 1px solid #76b729;
  color: #76b729;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 10px;
  font-size: 1.2em;
}
.frm_forms .frm_submit input[type=submit]:hover {
  background: #e41d37;
  border: 1px solid #e41d37;
  color: #ffffff;
}
/***********************************************************************************************************************
>>> OTHERS
***********************************************************************************************************************/
.printomatic {
  margin-bottom: 30px;
}
.praction {
  margin-top: 40px;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

table, th, td {border: 1px solid rgba(0,0,0,0.1);}
table thead{background-color: rgba(0,0,0,0.05);}
table thead td{padding: 15px; font-weight: bold;}
table td{padding: 0 15px;}