/* = Desktop
-------------------------------------------------------------- */
.bg-sand {
    background-image: url(../img/bg-bublle.png), linear-gradient(90deg, #2F80ED, #ABDCFF);
    background-position: initial;
    /* border-bottom-left-radius: 70% 30%; */
    /* border-bottom-right-radius: 70% 30%; */
}
.bg-socialsafe {
    background-image: url(../img/bg-bublle.png), linear-gradient(90deg, #19A784, #48CFAD);
    background-position: initial;
    /* border-bottom-left-radius: 70% 30%; */
    /* border-bottom-right-radius: 70% 30%; */
}
.bg-finsights {
    background-image: url(../img/bg-bublle.png), linear-gradient(90deg, #5186E0, #BB6BD9);
    background-position: initial;
    /* border-bottom-left-radius: 70% 30%; */
    /* border-bottom-right-radius: 70% 30%; */
}
.bg-healthyme {
    background-image: url(../img/bg-bublle.png), linear-gradient(90deg, #3196BF, #78D9F7);
    background-position: initial;
    /* border-bottom-left-radius: 70% 30%; */
    /* border-bottom-right-radius: 70% 30%; */
}
.bg-hnh{
    background-image: url(../img/bg-bublle.png), linear-gradient(90deg, #F1882B, #F2C94C);
    background-position: initial;
    /* border-bottom-left-radius: 70% 30%; */
    /* border-bottom-right-radius: 70% 30%; */
}
.bg-tfp{
    background-image: url(../img/bg-bublle.png), linear-gradient(90deg, #52A8A8, #4CC2C4);
    background-position: initial;
    /* border-bottom-left-radius: 70% 30%; */
    /* border-bottom-right-radius: 70% 30%; */
}
.bg-retinarisk{
    background-image: url(../img/bg-bublle.png), linear-gradient(90deg, #36D1DC, #5B86E5);
    background-position: initial;
    /* border-bottom-left-radius: 70% 30%; */
    /* border-bottom-right-radius: 70% 30%; */
}
.bg-vaxabroad{
    background-image: url(../img/bg-bublle.png), linear-gradient(90deg, #4e54c8, #8f94fb);
    background-position: initial;
    /* border-bottom-left-radius: 70% 30%; */
    /* border-bottom-right-radius: 70% 30%; */
}
.bg-prime{
    background-image: url(../img/bg-bublle.png), linear-gradient(90deg, #DD4524, #EB5757);
    background-position: initial;
    /* border-bottom-left-radius: 70% 30%; */
    /* border-bottom-right-radius: 70% 30%; */
}
div.price {
  border: 1px solid #CCCCCC;
  background-color: #F7F7F7;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
div.width80 {
width: 80%;
margin: auto;
}
.divTable.price .divTableCell, .divTable.price .divTableHead {
  border: 1px solid #CCCCCC;
  padding: 10px 10px;
}
.divTable.price .divTableBody .divTableCell {
  font-size: 18px;
  color: #000;
}
.divTable.price .divTableRow:nth-child(even) {
  background: #FFFFFF;
}
.price .tableFootStyle {
  font-size: 14px;
}
.price .tableFootStyle .links {
     text-align: right;
}
.price .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.price.outerTableFooter {
  border-top: none;
}
.price.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}
.divTableCell .width_10 { width: : 10%;}
.divTableCell .width_20 { width: : 20%;}
.divTableCell { width: : 70%;}

.width-700 {
    max-width: 700px;
    margin: auto auto auto auto;
}
.card-body a span{ 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  color: white;

  /* edit: added z-index */
  z-index: 1;
  }
  .card-link a{
  color:#FFFFFF!important;
}
  a[data-lightbox]:hover::before{
  font-family: "Helvetica";
  content:"+";
  font-size:32px;
  line-height: 42px;
  width:50px;
  height:50px;
  margin-left:-25px;
  border-radius: 50%;
  background:rgba(0,0,0);
  color:#FFF;
  font-weight:300;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
}
.owl-item a[data-lightbox]:hover::before{
  font-family: "Helvetica";
  content:"+";
  font-size:30px;
  line-height: 50px;
  width:50px;
  height:50px;
  margin-left:-25px;
  border-radius: 50%;
  background:rgba(0,0,0,.6);
  color:#FFF;
  font-weight:300;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.videojulian a[data-lightbox]:hover::before{
  font-family: "Helvetica";
  content:"";
  font-size:30px;
  line-height: 50px;
  width:50px;
  height:50px;
  margin-left:-25px;
  border-radius: 50%;
  background:none;
  color:#FFF;
  font-weight:300;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.dropdown-menu .nav-item a {
    text-transform: initial !important;
    }
.texture-darken::before{background: rgba(0,0,0,0.4) !important;
}
.list-circle{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6c757d;
    -webkit-box-shadow: 0 0 0 7px rgba(47, 91, 231, 0.1);
    box-shadow: 0 0 0 7px rgba(222, 226, 230, 0.3);
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
        animation: pulse 1.5s infinite;
}
.intend::before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6c757d;
    -webkit-box-shadow: 0 0 0 7px rgba(47, 91, 231, 0.1);
    box-shadow: 0 0 0 7px rgba(222, 226, 230, 0.3);
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    animation: pulse 1.5s infinite;
}
.intend{

text-indent: -28px;
padding-left: 27px;
}

a#CybotCookiebotDialogBodyLevelButtonAccept {
    display: inline-block;
    background-color: #ffffff !important;
    border: 1px solid #cccccc !Important;
    color: #000 !Important;
    padding: 8px 0px;
    min-width: 80px;
    color: #ffffff;
    text-decoration: none;
    margin-left: 0;
    margin-top: 6px;
    z-index: 10;
    font-size: 9.5pt;
    font-weight: 400;
    margin-right: 0;
    text-align: center;
    white-space: nowrap;
}
.cat-item a{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 300;
    color: #666666!important;
    font-family: "Open Sans";
    text-align: left;
    text-transform: none;
}

.cat-item {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
    margin: 0 !important;
}
.more-link a{
    height: 45px !Important;
    min-width: 270px !Important;
    margin-left: auto !Important;
    margin-right: auto !Important;
    background-color: #57CBF5 !Important;
    font-size: 16px !Important;
    color: #FFFFFF !Important;
    font-family: "Open Sans";
    font-weight: 400 !Important;
    border-radius: 5px 5px 5px 5px !Important;
}

.featured-title h4{
    font-size: 20px !important;
}
.wpfp-widget .featured-date {
    color: #666;
    margin-top: 5px !important;
    font-size: 12px;
}
.paper-modal {
    background-image: url(../img/whitepaper.jpg);
    background-size: cover;
    padding: 30px;
}
div[id*=bite].modal.position-center-center .modal-dialog {margin: 28px auto;display: flex;-webkit-box-align: center;align-items: center;min-height: calc(100% - (28px * 2))}
div[id*=bite] .close.close-dark:before {background-image: url(../img/Icon-Close-Dark.png)}

.btn-style-none, .btn-style-none:hover, .btn-style-none:active, .btn-style-none:focus {
    background: none;
    box-shadow: none;
    padding: 5px 0px !Important;
}

.alert-info {
    border-color: #008BC2 !Important;
}
.alert-info {
    color: #ffffff;
    background-color: #008BC2 !Important;
    border-color: #008BC2;
}
/* = Tablet
-------------------------------------------------------------- */
@media (max-width: 991px){
  .home-intro{
  background-color: rgba(0,0,0,.5);
  background-blend-mode: overlay;}
  }

/* = Mobilna
-------------------------------------------------------------- */
@media (max-width: 767px){
  .home-intro{
  background-color: rgba(0,0,0,.5);
  background-blend-mode: overlay;}

}