.products-index-row {
    padding-top: 20px;
    padding-bottom: 20px
}

.products-index-middlerow {
    padding-top: 10px;
    padding-bottom: 10px
}

.products-index-topmenu {
    background-color: #DCD8EA;
    border-radius: 20px;
    padding: 0;
    margin: 0
}

ul.products-index-radius>li>a:hover {
    border-radius: 20px
}

.products-index-topmenu>ul.nav-pills>li.active>a,
.products-index-topmenu>ul.nav-pills>li.active>a:focus,
.products-index-topmenu>ul.nav-pills>li.active>a:hover {
    background-color: #32621d;
    border-radius: 20px;
    color: #FFF;
    font-family: 'Titillium Web', sans-serif
}

.products-index-background {
    background-color: #e0f3d8
}

.products-index-modle {
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-size: 20px;
    color: #32621d
}

.listfocus {
    border: #60C solid 1px
}

.product-briefing {
    padding-top: 25px;
    padding-bottom: 20px
}

.briefing-title {
    color: #32621d
}

.briefing-tab {
    border-radius: 15px 15px 0 0!important;
    font-size: 18px
}

.list-bottom {
    background-color: #e0f3d8;
    padding-bottom: 50px
}

.list-title-padding {
    padding-top: 25px;
    padding-bottom: 10px
}

.list-title {
    font-size: 18px;
    color: #32621d
}

.list-img-bottom {
    padding-bottom: 15px
}

.list-img {
    background-color: #FFF;
    padding: 0;
    margin: 0;
    padding-top: 15px
}

.products-button {
    padding-top: 35px;
    padding-bottom: 10px
}

.products-button>button {
    margin: 0 5px;
    padding: 5px 20px
}

.products-feature {
    background-color: #e0f3d8;
    padding: 10px 25px;
    color: #32621d
}

.products-description {
    padding-top: 25px;
    padding-bottom: 25px
}

.products-specifications {
    padding: 10px 25px
}

tbody.td-40>tr>td {
    padding: 10px 0;
    padding-left: 30px
}

.product_img img {
    width: 120px;
    max-width: 100%!important;
    height: 100%
}

@media (max-width:550px) {
    .list-title {
        display: none
    }
    .list-img {
        padding: 1.5em
    }
    .list-img>.wrapper2 {
        height: auto
    }
    .list-img-bottom {
        padding-bottom: 2em
    }
}

.pf-column {
    width: 25%;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.pf-column img {
    opacity: .8;
    cursor: pointer
}

.pf-column img:hover {
    opacity: 1
}

.pf-row:after {
    content: "";
    display: table;
    clear: both
}

.pf-container {
    position: relative;
    display: none
}

#imgtext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px
}

#spec-tbl-div {
    border: 1px solid #32621d;
    padding: 0;
    margin: 0 px
}

#spec-tbl {
    margin: 0
}

#spec-tbl th,
td {
    color: #32621d
}

#spec-tbl th {
    background-color: #e0f3d8
}

#expand-btn {
    padding-top: 5px
}

#sp-tbl-div {
    border: 1px solid #32621d;
    padding: 0;
    margin: 0 px
}
#sp-tbl {
    margin: 0
}

#sp-tbl th,
td {
    color: #32621d
}

#sp-tbl th {
    background-color: #e0f3d8
}

#expand-btn-sp {
    padding-top: 5px
}

#og-tbl-div {
    border: 1px solid #32621d;
    padding: 0;
    margin: 0 px
}
#og-tbl {
    margin: 0
}

#og-tbl th,
td {
    color: #32621d
}

#og-tbl th {
    background-color: #e0f3d8
}
#expand-btn-og {
    padding-top: 5px
}


-webkit-transform:scale(2);
transform:scale(2);
z-index:1000;
position:relative
}
#expandedP {
    position: absolute;
    top: 3px;
    right: 28px;
    color: #555;
    font: bold 13px/1 sans-serif
}
#expandedImg{
	max-height: 350px; 
	max-width: 460px;
	margin-left:auto;
	margin-right:auto; 
}
#ex1{
	height:350px; 
	width:460px;
	display: table-cell !important; 
	vertical-align: middle; 
	text-align: center;
}

@media (max-width: 1200px) {
	div.hg-title{
		clear: both;
	}
	div.mobile-margin-top-100{
		margin-top:20px !important;
		clear: both;
	}
	
	#expandedImg{
	max-height: 100%; 
	max-width: 100%;
	margin-left:auto;
	margin-right:auto; 
	}
	#ex1{
		width:100%; 
		height:100%;
		display: table-cell !important; 
		vertical-align: middle; 
		text-align: center;
	}
	/*.hg-title{
		height: 250px !important
	}
	div.div-h1h2 {
		height: 250px !important
	}*/
	
	
}
.zoom {
    display: table-cell!important;
    position: relative;
	cursor: pointer;
}
.zoom:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/icon.png)
}
.zoom img {
    display: block
}
.zoom img::selection {
    background-color: transparent
}

/*for image modal*/
#imageModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content (image) */
#imageModal .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#imageModal #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
#imageModal .modal-content, #imageModal #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
#imageModal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

#imageModal .close:hover,
#imageModal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
	width: 100%;
  }
}
.btn-u-lg, a.btn-u-lg {
    font-size: 18px;
    padding: 10px 0px;
}
.tp-bannertimer {
  display:none !important;
}
.slider-top{
	margin-top:0px !important; 
}

/**********6.26.2020 added********/
.modal-content {
	max-height: calc(100vh - 80px);
	overflow-y: auto;
}
/* The Modal (background) */
#imgModal.modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  overflow: auto;
  /*background-color: black;*/
  background-color: #0000008f;
  /*background-color: #fff;*/
}

/* Modal Content */
#imgModal .modal-content {
  position: relative;
  /*background-color: #0000008f;*/
  background-color: #fff;
  margin: auto;
  padding: 0;
  width: 90%;
  height:auto;
  /*max-width: 1000px;*/
  max-width: calc(100vw - 400px);
  
}

/* The Close Button */
.close {
  color: #f2f2f2;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.imgSlides {
  min-height:450px;
  display: none;
  margin: auto;
}

.cursor {
  cursor: pointer;
}

.imgg{
	width: 100%;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}


/* Next & previous buttons */
.prev-gal,
.next-gal {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #666666;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next-gal {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev-gal:hover,
.next-gal:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: #fff;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
