.stext{
    color:black;
    font-size:13px;
    text-decoration:none;
    margin-top:15px;
}
.gallery_div{
    background-color:white;
    padding:15px;
    min-height:150px;
    vertical-align: middle;
    margin-bottom:30px;
}
.gallery_thumb{
    overflow:hidden;
}
.title{
    margin-top:15px;
    font-size:26px;
    /*color:black;*/
    font-weight:bold;
    color: #5f5f5f;
}
.sm-title{
    margin-top:15px;
    font-size:18px;
    color:#797878;
    font-weight:bold;
}
.body_content img{
    max-width:800px !important;
}
.info-img img{
    width:100%;

}
.list-img{
    width:100%;
}
.right_side_cont{
    min-height:400px;
    background-color:white;
    padding-top:15px;
    margin-bottom:15px;
}
.right_side_cont ul li{
   list-style:disc;
    padding:7px;
    margin-bottom:7px;
}
.right_side_cont li a{
    font-size:16px;
    font-weight:bold;
    color:black;
    text-decoration:none;
}

.rel_ul{
    padding-right:7px;
    padding-left:7px;
}
.rel_ul img{
    width:100px;
    padding:5px;
    border:solid 1px #ccc;
    margin-left:5px;
}
.rel_ul li{
    list-style:none !important;
    min-height:80px;
}

.news_icon,.news-icon{
    font-size:13px;
}
.text-right{
    text-align:right !important;
}
.box-shadow-div{
    background-color:white;
}
.cat-title{
    background-color:white;
    color:black !important;
    padding:5px;
    height:90px;
}
.vid_gal_cont{
    width:100%;border:solid 1px #ccc;overflow:hidden;height:160px;overflow:hidden;
}
.video_gallery_thumb{
    width:100% !important;
}
.box-shadow-div{
    height:235px;
    margin-bottom:15px;
}
.cat_box-shadow-div{
    height:380px;
    background-color:white;
    padding:7px;
    margin-bottom:15px;
}
.cat_thumb_div{
    height:165px;
    overflow:hidden;
}
.cat_thumb_div img{
    width:100% !important;
}

.art_cat_thumb_div{
    height:280px;
    overflow:hidden;
}

.art_cat_thumb_div img{
    max-width:100% !important;
}

.btitle{
    font-weight:bold;
    line-height:140%;
    color: black;
    font-size:16px;
}

.btitle1{
    font-weight:bold;
    line-height:140%;
    color: #5f5f5f;
    font-size:16px;
    text-decoration: none;
}
.file_div{
    margin-bottom:15px;
}
.file_div3{
    overflow:hidden;
    height:450px;
}
.file_div3 img{
    width:100%;
}
.file-title{
    background-color:white;
    padding:7px;
    height:65px;
}
.cat_cont{
    position:relative;
}
.cart_cont{
    position:relative;
}
.col3-cat{
    height:230px;
    overflow:hidden;
    margin-bottom:15px;
}
.col3-cat img{
    transition: transform .5s; /* Animation */
}
.col3-cat img:hover{
    transform: scale(1.2);
}
.gfloat-img{
    margin-bottom:15px;height:250px;overflow:hidden;float:right;padding-right:7px;padding-left:7px;
}
.gfloat-img img{
 width:100%;
}


.cat-htitle{
    position:absolute;
    min-height:40px;
    padding:10px;
    color:white;
    font-weight:bold;
    bottom:0px;
    width:100%;
    background-color:#00000047;
}
.gtext{
    color:white;
    font-size:14px;
}
.wtitle{
    color:white;
    font-weight:bold;
    font-size:18px;
    text-decoration:none;
}
.wtitle a{color:white;text-decoration:none;}
.options_div{
    float:left;
}
.options_div:lang(en){
    float:right;
}

.internal_div{
    min-height:600px;padding-bottom:20px;
}
.intimg-cap{
    padding:5px;
    text-align:center;
    background-color:white;
    color:black;
}
.art-img{
    border:solid 1px #ccc;

}
.file_div4{
    overflow:hidden;
}

@media(min-width: 1200px) {
    .col3-cat{
        height: 245px !important;
    }
    .cat_thumb_div{
        height: 190px !important;
    }
    .cart_thumb_div{
        height: 250px !important;
    }
}

@media(max-width: 960px) {

}

@media(max-width: 780px) {
    .gfloat-img{
        height:140px;
    }

}
@media(max-width:480px){
    .cat_thumb_div{
        height:170px;
    }
    .cart_thumb_div{
        height:240px;
        overflow:hidden;
    }
    .col-cart{
        height:300px;
    }
    .gfloat-img{
        height:120px;
    }
}
/*** Bootstrap DropDOwn on hove **/
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
}
/*** END Bootstrap DropDOwn on hove **/
