/*
Avtor: Dominik Lucian Tai
Center Gaia, d.o.o.
Copyright - vse pravice pridržane
*/
/* 
    Created on : 30. apr. 2020, 00:39:22
    Author     : dominik
*/

.article-counter_btn--minus {
    border-right: 0;
    border-top-left-radius: .1429rem;
    border-bottom-left-radius: .1429rem;
}
.article-counter__btn {
    background-image: -webkit-gradient(linear,left bottom,left top,from(#c8dae5),color-stop(60%,#fff));
    background-image: linear-gradient(to top,#c8dae5,#fff 60%);
    width: 2.1429rem;
    height: 2.1429rem;
    padding: 0;
    float: left;
    border: 1px solid #90b1c6;
        border-right-color: rgb(144, 177, 198);
        border-right-style: solid;
        border-right-width: 1px;
    color: #3d4951;
}
.article-counter_btn--plus {
    border-left: 0;
    border-top-right-radius: .1429rem;
    border-bottom-right-radius: .1429rem;
}
.article-counter_input {
    width: 2.8571rem;
    height: 2.1429rem;
    padding: 0 .3571rem;
    float: left;
    border: 1px solid #90b1c6;
    border-radius: 0;
    color: #3d4951;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: textfield;
}

.card-img-top{filter: brightness(100%) !important;}

 
 .gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; }
.gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease; }
.gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }

@media (max-width: 450px) {
.gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}

@media (max-width: 400px) {
.btn.filter {
padding-left: 1.1rem;
padding-right: 1.1rem;
}
}

.bg-primary-dark{
    background-color: #385938 !important;
}

video {
  width: 100% !important;
  height: auto !important;
  
}

.bd-example-modal-lg .modal-dialog{

    position: relative;
   
    top: calc(50% - 24px);
  }
  
  .bd-example-modal-lg .modal-dialog .modal-content{
    background-color: transparent;
    border: none;
  }
  
  .modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}