﻿
/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

   .larg_screen_hide{display:none;}


}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

   .labtop_desktop_hide{display:none;}

}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

   .tablet_portrait_hide{display:none;}

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {


   .tablet_landscape{display:none;}

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

   .small_tablet_mobile_hide{display:none;}

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

   .small_phone_hide{display:none;}

}


   .product-grid6 {
            overflow: hidden;
            margin-bottom: 15px;
        }

        .product-grid6 {
            box-shadow: 0 0 10px rgba(0,0,0,.3);
        }

        .box14 {
            position: relative;
        }

            .box14:before {
                content: "";
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,.5);
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
                transition: all .35s ease 0s;
            }

            .box14:hover:before {
                opacity: 1;
            }

            .box14 img {
                width: 100%;
                height: auto;
            }

            .box14 .box-content {
                width: 90%;
                height: 90%;
                position: absolute;
                top: 5%;
                left: 5%;
                padding: 2px 6px 3px 3px;
            }

                .box14 .box-content:after, .box14 .box-content:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    opacity: 0;
                    transition: all .7s ease 0s;
                }

                .box14 .box-content:before {
                    border-bottom: 1px solid rgba(255,255,255,.5);
                    border-top: 1px solid rgba(255,255,255,.5);
                    transform: scale(0,1);
                    transform-origin: 0 0 0;
                }

                .box14 .box-content:after {
                    border-left: 1px solid rgba(255,255,255,.5);
                    border-right: 1px solid rgba(255,255,255,.5);
                    transform: scale(1,0);
                    transform-origin: 100% 0 0;
                }

            .box14:hover .box-content:after, .box14:hover .box-content:before {
                opacity: 1;
                transform: scale(1);
                transition-delay: .15s;
            }

            .box14 .title {
                color: #fff;
                margin: 5px;
                opacity: 0;
                transform: translate3d(0,-50px,0);
                transition: transform .5s ease 0s;
                font-size: 10pt;
                display: block;
            }

            .box14:hover .title {
                opacity: 1;
                transform: translate3d(0,0,0);
            }

            .box14:hover .post {
                opacity: 1;
                transform: translate3d(0,0,0);
                transition-delay: .15s;
            }

        .infopad {
            padding: 15px 3px 3px 3px;
            text-align: center;
        }

        .infopad2 {
            padding: 5px 3px 3px 3px;
            text-align: center;
        }

        @media only screen and (max-width:990px) {
            .box14 {
                margin-bottom: 30px;
            }
        }


        .card-body {
            padding: 1.25rem 1.25rem .3rem 1.25rem;
        }

             .ct{
                padding: 5px;
    background-color: #a2cab917;
    border-radius: 5px;
        }
