
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

.navbar{
    padding: 0.2rem 1rem;
}

.nav-link{
    font-size: 1rem;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    color: #000000 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    color: #fff !important;
    background-color: #007bff !important;
}

.ui-menu-item a{
    position: relative;
    display: block;
    z-index: 9999;
    padding: 0.5rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    text-decoration: none;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: 400;
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.wt-300{
    font-weight: 300 !important;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 3.5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

#searchBox {
    width: 25rem;
}

#formcategory{
    width:10rem;
}

.gridproduct{
    width: 100%;
    padding: 0 1.5rem;
    display: flex;
    position: relative;
}


/* RESPONSIVE CSS
-------------------------------------------------- */


.red{color: #ff0500;}
.gold{color: #ffcb45;}
.blue{color: #2512ff;}
.green{color: #00940b;}

.maingreen{
    background: #3a8104;
    color: #fff;
}

.lightblue{
    background: #6893ff;
    color: #fff;
}

/**       Gallery       */
/*  SLIDER EFFECT  */

.imgcontainer {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.imagecover {
    /*display: block;*/
    /*width: auto;*/
    /*overflow: hidden;*/
    /*height: 250px;*/
    /*height: 100%;*/
    text-align: center;
    /*background-size: cover;*/

    width:100%;
    height: 250px;
    object-fit: cover;
    image-orientation: from-image;
}

.overlayy {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
    /*background-color: #3e4095;*/
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
}

.imgcontainer:hover .overlayy {
    bottom: 0;
    height: 100%;
    opacity: 1;
}

.foldertext {
    color: white;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.margintop-30{
    margin-top: 30px !important;
}

.gallery-img{
    display: block;
    width: 100%;
    object-fit: cover;
    height: 250px;
    image-orientation: from-image;
    overflow: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.img-div:hover img {
    opacity: 0.3;
}

.img-div:hover .middle {
    opacity: 1;
}

.zoom-text {
    color: #000000;
    font-size: 1.2rem;
    padding: 16px;
}
