/*-- //Gallery Section --*/


.gallery-window img {
	width: 100%;
	cursor: pointer;
}

.gallery-window {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.gallery-window:nth-child(2),
.gallery-window:nth-child(3) {
	margin-top: 1.7em;
}

.gallery-window .text-window,
.row .product .vm-product-media-container .text-window {
	opacity: 0;
	visibility: hidden;
	background: rgba(4, 4, 4, 0.40);
	bottom: 0%;
	position: absolute;
	padding: 0.0em 1.0em 1.0em 1.0em;
	width: 100%;
	-webkit-transform: translate3d( 0px, 100%, 0px);
	-moz-transform: translate3d( 0px, 100%, 0px);
	-ms-transform: translate3d( 0px, 100%, 0px);
	-o-transform: translate3d( 0px, 100%, 0px);
	transform: translate3d( 0px, 100%, 0px);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-align: left;
}

.gallery-window .text-window .p-desc {
	color: #a3a3a3;
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1.0em;
}

.gallery-window:hover .text-window,
.row .product:hover .text-window {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d( 0px, 0px, 0px);
	-moz-transform: translate3d( 0px, 0px, 0px);
	-ms-transform: translate3d( 0px, 0px, 0px);
	-o-transform: translate3d( 0px, 0px, 0px);
	transform: translate3d( 0px, 0px, 0px);
}

.text-window h4 {
	color: #FFF;
	font-size: 1.4em;
	text-decoration: none;
	line-height: 1.8em;
	letter-spacing: 1px;
	text-align:center;
}

.text-window p {
	margin: 0;
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-align:center;
}

.inner_sec_jed {
	margin-top: 2em;
}

/*-- //Gallery Section --*/
@media(max-width:991px) {
.text-window h4 {
	font-size: 1.30em;
}

.text-window p {
	font-size: 1.00em;
}
.gallery-window .text-window,
	.row .product .vm-product-media-container .text-window {
		padding: 1em 1em;
}
}

@media(max-width:900px) {
.text-window h4 {
	font-size: 1.0em;
}

.text-window p {
	font-size: 0.90em;
}
.gallery-window .text-window,
	.row .product .vm-product-media-container .text-window {
		padding: 0.5em 0.5em;
}
}




@media(max-width:741px) {
.inner_sec_jed {
	margin-top: 0em;
}

.gallery-window .text-window,
	.row .product .vm-product-media-container .text-window {
		padding: 0.5em 0.5em;
}
.gallery-section {
		float: left;
		width: 100%;
}
.gallery-window .text-window,
.row .product .vm-product-media-container .text-window {
opacity: 0;
	padding: 0.5em auto;
	width: 80%;
	left: 10%;
	margin: 0 auto !important;
	text-align: center;
}
.gallery-window:nth-child(1),
.gallery-window:nth-child(2),
.gallery-window:nth-child(3) {
		margin-top: 1em;
}
.gallery-window img {
	width: 80%;
	cursor: pointer;
}
.text-window h4 {
	font-size: 1.2em;
}

.text-window p {
	font-size: 1.00em;
	text-align:center;
}

h3.header_jed {
		margin-bottom: 5px;
}

}




@media only screen and (max-width:640px) {
	
	.inner_sec_jed {
	margin-top: 2em;
	}
	
}



@media only screen and (max-width:480px) {
.gallery-window .text-window,
.row .product .vm-product-media-container .text-window {
opacity: 0;
	width: 90%;
	left: 5%;
}
.gallery-window img {
	width: 90%;
	cursor: pointer;
}
}