/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


.ct-container {
  display: none;
}

.ct-header-search {
width: ;
margin-right: 0px;
padding: 0px;


}

/* Top Banner */
#hellobar-bar {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  margin: 0;
  height: 30px;
  display: table;
  font-size: 17px;
  font-weight: 400;
  padding: .33em .5em;
  -webkit-font-smoothing: antialiased;
  color: #f2f2f2;
  position: relative;
  background-color:
    opacity: 1;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.15);
  /* background: rgb(204, 27, 25); */

  background: rgb(8,8,8);
background: -moz-linear-gradient(90deg, rgba(8,8,8,1) 0%, rgba(204,27,25,1) 36%);
background: -webkit-linear-gradient(90deg, rgba(8,8,8,1) 0%, rgba(204,27,25,1) 36%);
background: linear-gradient(90deg, rgba(8,8,8,1) 0%, rgba(204,27,25,1) 36%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#080808",endColorstr="#cc1b19",GradientType=1);

  /*
  background: -moz-linear-gradient(90deg, rgba(204, 27, 25, 1) 0%, rgba(247, 113, 65, 1) 50%, rgba(204, 27, 25, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(204, 27, 25, 1) 0%, rgba(247, 113, 65, 1) 50%, rgba(204, 27, 25, 1) 100%);
  background: linear-gradient(90deg, rgba(204, 27, 25, 1) 0%, rgba(247, 113, 65, 1) 50%, rgba(204, 27, 25, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc1b19", endColorstr="#cc1b19", GradientType=1);
  */
}

#hellobar-bar.regular {
  height: 30px;
  font-size: 20px;
  padding: .2em .5em;
}

.hb-content-wrapper {
  text-align: center;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.hb-content-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
}

.hb-text-wrapper {
  margin-right: .67em;
  display: inline-block;
  line-height: 1.3;
}

.hb-text-wrapper .hb-headline-text {
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
}

#hellobar-bar .hb-cta {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0;
  color: #ffffff;
  background-color: #cc1b19;
  border-color: ;
  /*
  border: solid 1px gray;
  */
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.hb-cta-button {
  opacity: 1;
  color: #fff;
  display: block;
  cursor: pointer;
  line-height: 1.5;
  max-width: 22.5em;
  text-align: center;
  position: relative;
  border-radius: 3px;
  white-space: nowrap;
  margin: 1.75em auto 0;
  text-decoration: none;
  padding: 0;
  overflow: hidden;
  font-size: 16px;
}

.hb-cta-button .hb-text-holder {
  border-radius: inherit;
  padding: 5px 15px;
}

.hb-close-wrapper {
  display: table-cell;
  width: 1.6em;
}

.hb-close-wrapper .icon-close {
  font-size: 18px;
  font-weight: 900;
  top: 15px;
  right: 25px;
  width: 15px;
  height: 15px;
  opacity: ;
  color: #fff;
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 15px;
  z-index: 1000;
  text-decoration: none;
}

/* Top Header*/
.Top-bar-header {
  background-color: #ffffff;
  box-shadow: 0 1px 1px #ccc;
  padding: 10px 40px;
  height: 80px;
  color: #ffffff;
  box-sizing: border-box;
  top: -100px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

@media (max-width: 768px) {
  .Top-bar-header {
    height: 100px;
  }
}

@media (max-width: 500px) {
  .Top-bar-header {
    height: 70px;
  }
}

.Top-bar-header-box {
  max-width: 1290px;
  text-align: center;
  margin: auto;
}

@media (max-width: 768px) {
  .top-title-egp-img {
    width: 50%;
    margin-left: -20px;
  }
}


/*
.Top-title {
  float: left;
  width: 40%;
  margin: auto;
}

@media (max-width: 768px) {
  .Top-title {
    width: 25%;
    margin-left: -25px;
  }
}

@media (max-width: 500px) {
  .Top-title {
    width: 80%;
    margin-left: -25px;
  }
}

.Top-title a {
  color: #888888;
  text-decoration: none;
}

*/

#logo {
  width: 12%;
  float: right;
  margin-top: 10px;
}

@media (max-width: 768px) {
  #logo {
    width: 20%;
    margin: auto;
    margin-right: -20px
  }
}

@media (max-width: 500px) {
  #logo {
    width: 27%;
    margin: auto;
    margin-right: -20px
  }
}

/* mid-header */
.mid-header {
  width: 100%;
  background-color: #ffff;
  box-shadow: 0 1px 1px #ccc;
  padding: 5px 5px;
  height: 49px;
  color: #ffff;
  box-sizing: border-box;
  top: -100px;
  text-align: center;
  z-index: 9999;
  margin-bottom: 1px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  background-color: #ffff;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.sticky+.content {
  padding-top: 102px;
}

.flag-sl {
  width: 24px;
  float: right;
  margin: 7px;
  margin-left: 28px;
}

.mid-bar-header-box {
  max-width: 1290px;
  text-align: center;
  margin: auto;
}

.material-icons {
  color: #888888;
  float: right;
  margin: 7px;
  margin-left: 28px;
}

.max-mega-menu-box {
  width: 70%;
  height: 40px;
  float: left;
}

@media (max-width: 768px) {
  .max-mega-menu-box {
    width: 27%;
    margin: auto;
    margin-right:
  }
}

/* tab-phone */
@media (min-width: 768px) {
  .tab-mob {
    display: none;
  }
}

.tab-mob {
  margin-top: -25px;
}

@media (min-width: 768px) and (max-width: 1210px) {
  .farm-block-1 {
    display: none;
  }
}

/*--navbar-bootstrap--*/
/*
.nav-link-123:hover {
  background-color: #f2f2f2;
}


.dropdown-menu-h .nav-link-123 {
  display: block;
}

.dropdown-menu-h:hover .nav-link-123:hover {
  display: block;
  background-color: #f2f2f2;
}
*/
.dropdown-large {
  min-width:;
  min-height:;
  background-color: #f2f2f2;


}

.dropdown-h:hover {
  background-color: #f2f2f2;
  border-bottom: solid 1px #cc1b19;
}

.dropdown-large-industries {
  min-width:;
  min-height:;
  background-color: #f2f2f2;

}


.nav-123 {
  rounded: 0px;
  color: white;
}

.nav-123::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #cc1b19;
    transition: width .3s;
}

.nav-123:hover::after {
    width: 100%;
    //transition: width .3s;
}

.nav-123 {
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
}


/*
.dropdown-h:hover .dropdown-menu-h {
    display: block;
    margin-top: 0;
 }

 .dropdown-item-hs:hover .dropdown-menu-hs {
     display: block;
     margin-top: 0;
  }
*/
/*
.dropend:hover .gasket-sealing {
  display: block;
  margin-top: 0;
}
*/


.dropdown-menu.dropdown-menu-h.dropdown-large.rounded-0.p-0 {
  margin-top: 1px;
}

.dropdown-menu.dropdown-menu-h.dropdown-large-industries.rounded-0.p-0 {
  margin-top: 1px;
}









/*--front-page-content--*/

body {
  /*  font-family: "Open Sans", sans-serif;*/
}

.carousel-egp-1 {
  transition: transform 2s ease, opacity .5s ease-out;
}

@media (min-width: 768px) and (max-width: 1400px) {
  .img-1234 {
    display: none;
  }
}

.carousel-egp-2 {}

#img-carus {
  max-width: 360px;
}

@media (min-width: 992px) and (max-width: 1400px) {
  #img-carus {
    max-width: 350px;
  }
}

@media (max-width: 576px) {
  #img-carus {
    max-width: 300px;
  }
}

@media (max-width: 992px) {
  #carousel-Dark-egp {
    display: none;
  }
}

@media (min-width: 992px) {
  #carousel-Dark-egp-992 {
    display: none;
  }
}

.carousel-egp-indicators-2 {
  margin: -20px;
}

#container-egp-1 {
  background-color: white;
}

#container-egp-row-1 {
  padding-top: 2px;
  padding-bottom: 2px;
}

#container-egp-pills-fluid {
  background-color: #f2f2f2;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #adb5bd;
}

#container-egp-pills {}

.btn {
  border-radius: 0px;
  font-size: 16px;
}

/*--nav-tab--*/
.nav-link-1 {
  border: none;
  color: #444444;
}

.nav-link-1:active {
  border-bottom: 2px solid #000000;
  color: #444444;
}

.nav-link-1:focus {
  border-bottom: 2px solid #000000;
  color: #444444;
}

.nav-link-1:hover {
  border-bottom: 2px solid #000000;
  color: #444444;
}

.nav-link-1.active {
  border-bottom: 2px solid #000000;
  font-weight: 500;
}

.pill-button-1 {
  margin: auto;
  max-width: 35px;
}

.nav-pills {
  padding-bottom: ;
  border-bottom: 1px solid #adb5bd;
}

/*header-farmacevtska*/

header {
    background: no-repeat center center;
    background-size: 1360px 300px;

    color: white;
}

.color-overlay {
    min-height: 30vh;
    background-color: rgba(0,0,0,.5);
}

@media (max-width: 767.98px) {
    .color-overlay {
        min-height: 30vh;
    }
}





/*--EGP NOVOSTI--*/
.border-left {
  border-left: 4px solid #cc1b19;
}

#container-egp-novosti {
  background-color: #d6d6d6;
  padding-bottom: 10px;
  padding-top: 10px;
}

#img-novosti {
  height:;
}

/*--gallery--*/
@media (min-width: 576px) and (max-width: 992px) {
  #gallery-bottom-992-576 {
    display: none;
  }
}

#container-gallery-egp {
  background-color: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 30px;
}
