body {
  font-family: "Mooli", sans-serif;    font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #000;  
}
.navbar-nav li a {
  color: #000;
  height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.navbar-nav .active a {
  color: #f13b3b;
  font-weight: 900;
}

.navbar-nav li {
 padding: 10px 15px;
}

.button-primary:hover {
  background: #f13b3b;
  color: #fff;
  font-weight: 900;
  text-decoration:none;
  box-shadow: none;
}
.button-primary {
  text-decoration:none;
  box-shadow: 0 10px 15px 0 rgba(241,59,59,0.2);
  background: #f13b3b;
  color: #fff;
  font-family: 'Muli', Arial, sans-serif;
  font-weight: 900;
  padding: 14.4px 36px;
  min-height: 47px;
  font-size: 14px;
  display: inline-block;
  cursor:pointer;
  border:0;
}
p{
    margin-bottom: 15px;
    font-size: 14px;
}
.display-1 {
  margin-bottom: 24px;
  font-size: 50px;
  font-weight: 900;
  font-family: 'Roboto';
}
.banner h2, .banner p {color:#fff;}
.banner-bg{
background-image: url('/theme/karlamichalikova/images/main-bg.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
    background-position-x: 25%;
}
.red-flag {
  background: #f13b3b;
  color: #fff;
  font-family: 'Muli', Arial, sans-serif;
  font-weight: 900;
  padding: 5px 20px;
  font-size: 14px;
  display: inline-block;
}
.gray-box {
  background-color: #f2f3f3;
  padding: 25px;
}
.widget-title {
  font-size: 20px;
  font-weight: 900;
  font-family: 'Roboto';
}

.coauthors {
  font-family: 'Roboto';
  color: #989da2;
  font-weight: 500;
}
.vcard.author {
  color: #f13b3b;
  font-weight: 900;
  font-family: 'Roboto';
}
.entry-content{
margin-top: 24px;
}
ul.social_widget_ul .socicon-facebook {
  background: #3e5b98;
}
ul.social_widget_ul .socicon-instagram {
  background: #000;
}


ul.social_widget_ul li a.soc_circle {
  border-radius: 50%;
}
ul.social_widget_ul li a {
  background: none;
  display: block;
  height: 48px;
  width: 48px;
  float: left;
  margin-right: 5px;
  font-size: 0px;
  margin-bottom: 5px;
  position: relative;
  border: none !important;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  letter-spacing: normal;
}
.social_widget_ul li {
  display: inline-block;
}
.social_widget_ul {
  padding:0;
  margin:0;
}
.social_widget_ul .fa {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
h3 {
  margin-bottom: 24px;
  font-size: 45px;
  font-weight: 900;
  font-family: 'Roboto';
}
h5 {
  margin-bottom: 24px;
  font-size: 45px;
  font-weight: 900;
  font-family: 'Roboto';
}
h1 {
  font-size: 32px;
  font-weight: 900;
  font-family: 'Roboto';
  color: #f13b3b;
}
.title_email a{
  font-size: 19px;
  font-weight: 500;
  font-family: 'Roboto';
  text-decoration:underline;
  color: #000;
} 
.title_phone a{
  font-size: 22px;
  font-weight: 900;
  font-family: 'Roboto';
  color: #000;
}
label {
  margin: 10px 0 2px 0;
  color: #888;
  font-size: 14px;
}
.paticka-copywrite {
  border-top: 1px solid #eee;
  padding-top: 25px;
  color: #000;
  padding-bottom: 25px;
  background: #fff;
  margin-top: 50px;
}
.footer {
  margin-top: 50px;
  background: #f5f5f5;
  padding: 50px 0 0 0;
}
.entry-meta{
  margin-top: 30px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 23px;
  }
  h5 {
    font-size: 30px;
  }   
  header {
  display: none;
}
.sipka{
  display: none !important;
}
}
.logo a {
  font-family: 'Roboto';
  color: #f00;
  font-weight: 700;
  font-size: 28px;
  position: absolute;
  top: 20px;
}
.content-text a {
  text-decoration: underline;
  color: #f13b3b;
  font-weight: bold;
}
.content-text a:hover {
  color: #000;
  font-weight: bold;
}
.owl-carousel .owl-stage{display: flex;}
.article-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.aticle-box {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; *//*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.splide__slide img {
  vertical-align: bottom;
  margin: 20px 5px;
}
