.catalogcontthree_two{
	position: relative;
	overflow: hidden;
}

.catalogthree_two{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.catalogblockcontthree_two{
	float: left;
	overflow: hidden;
}

.catalogblockthree_two{
	background-color: #f1f1f1;
	width: calc( 100% - 100px);
	margin-left: 50px;
	position: relative;
}

.catalogblockimgthree_two{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.catalogblockdescribethree_two{
	width: 80%;
	margin-left: 10%;
	overflow: hidden;
	margin-top: 20px;
}

.catalogblockdescribeleftthree_two{
	float: left;
  font-family: Roboto;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.catalogblockdescriberightthree_two{
	float: left;
	text-align: right;
	  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.catalogblockhoverthree_two{
	width: 100%;
	bottom: 0px;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	opacity: 1;
	transition: .4s;
}

.catalogblockbuttoncontthree_two{
	width: 60px;
	height: 60px;
	position: absolute;
	margin-left: -30px;
	margin-top: 340px;
	z-index: 1;
	display: none;
	border: solid;
	border-radius: 100%;
	box-sizing: content-box;
	opacity: .9;
	transition: .2s;
}

.catalogblockbuttoncontthree_two:hover{
	opacity: 1;
}

.catalogblockbuttoncontthree_two:active{
	opacity: .8;
	transform: scale(0.97);
}

.catalogblockbuttoncontdisplaythree_two{
	display: block;
}

.catalogblockbuttonthree_two{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	cursor: pointer;
	outline: none;
	display: block;
}

.catalogblockhovertitlethree_two_one,.catalogblockhovertitlethree_two_two{
	font-family: Roboto;
	font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.catalogblockhovertextthree_two_one,.catalogblockhovertextthree_two_two{
	font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: -0.1px;
  text-align: center;
  color: #4a4a4a;
}

.catalogblockhoverbuttoncontthree_two{
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 30px;
}

.catalogblockhoverbuttonthree_two{
	font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: center;
  display: table-cell;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  opacity: .9;
  transition: .2s;
border-style: solid;
}

.catalogblockhoverbuttonthree_two:hover,.catalogblockhoverbuttonthree_two:focus{
	text-decoration: none;
	opacity: 1;
}

.catalogblockhoverbuttonthree_two:active{
	text-decoration: none;
	transform: scale(.97);
	opacity: .8;
}

.catalogcolorthree_two{
	display: block;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 30px;
	line-height: normal;
}

.catalogblockhovercolorsthree_two{
	width: 200px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.catalogblockhovernonethree_two{
	opacity: 0;
	visibility: hidden;
}

.cataloglinethree_two{
	width: 24px;
	height: 4px;
	margin-top: 28px;
	position: absolute;
	margin-left: 18px;
	border-radius: 4px; 
	z-index: -1;
}

.cataloglinetwothree_two{
	width: 24px;
	height: 4px;
	margin-top: 28px;
	position: absolute;
	margin-left: 18px;
	border-radius: 4px; 
	transition: .2s;
	transform: rotate(90deg);
	z-index: -1;
}

.cataloglinerotatethree_two{
	transform: rotate(0deg);
}

.catalogblockthree_two:after{
 	content: '';
  	position: absolute;
  	top: 0%;
  	right: 0%;
  	bottom: 0%;
  	left: -90%;
  	width: 200px;
  	height: 100%;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
	transform: skew(-30deg);
	opacity: 1;
z-index: 0;
}

@keyframes sheen {
  0% {
  	opacity: 1;
  }
  100% {
  	opacity: 1;
	left: 150%;  		
  }
}

.catalogblockcontthree_two:hover .catalogblockthree_two::after, .catalogblockcontthree_two:focus .catalogblockcontthree_two::after { animation: sheen 1s ; }

/* Large desktops and laptops */
@media (min-width: 1500px) {
	.catalogblockhovertitlethree_two_one,.catalogblockhovertitlethree_two_two{
		padding-top: 18px;
	}
	.catalogblockhovertextthree_two_one,.catalogblockhovertextthree_two_two{
		padding-top: 5px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.catalogblockhoverbuttoncontthree_two{
		margin-top: 28px;
	}
	.catalogblockthree_two{
		height: 500px;
		margin-top: 50px;
	}
}

/* Large desktops and laptops */
@media (min-width: 1360px) and (max-width: 1499px) {
	.catalogblockhovertitlethree_two_one,.catalogblockhovertitlethree_two_two{
		padding-top: 12px;
	}
	.catalogblockhovertextthree_two_one,.catalogblockhovertextthree_two_two{
		padding-top: 3px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.catalogblockhoverbuttoncontthree_two{
		margin-top: 20px;
	}
	.catalogblockthree_two{
		height: 460px;
		margin-top: 40px;
	}
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1359px) {
	.catalogblockhovertitlethree_two_one,.catalogblockhovertitlethree_two_two{
		padding-top: 12px;
	}
	.catalogblockhovertextthree_two_one,.catalogblockhovertextthree_two_two{
		padding-top: 3px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.catalogblockhoverbuttoncontthree_two{
		margin-top: 20px;
	}
	.catalogblockthree_two{
		height: 500px;
		margin-top: 40px;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.catalogblockhovertitlethree_two_one,.catalogblockhovertitlethree_two_two{
		padding-top: 12px;
	}
	.catalogblockhovertextthree_two_one,.catalogblockhovertextthree_two_two{
		padding-top: 3px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.catalogblockhoverbuttoncontthree_two{
		margin-top: 20px;
	}
	.catalogblockthree_two{
		height: 440px;
		margin-top: 40px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.catalogblockhovertitlethree_two_one,.catalogblockhovertitlethree_two_two{
		padding-top: 16px;
	}
	.catalogblockhovertextthree_two_one,.catalogblockhovertextthree_two_two{
		padding-top: 10px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.catalogblockhoverbuttoncontthree_two{
		margin-top: 20px;
	}
	.catalogblockthree_two{
		height: 440px;
		margin-top: 40px;
	}
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
	.catalogblockhovertitlethree_two_one,.catalogblockhovertitlethree_two_two{
		padding-top: 16px;
	}
	.catalogblockhovertextthree_two_one,.catalogblockhovertextthree_two_two{
		padding-top: 10px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.catalogblockhoverbuttoncontthree_two{
		margin-top: 20px;
	}
	.catalogblockthree_two{
		height: 460px;
		margin-top: 40px
	}

}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.catalogblockhovertitlethree_two_one,.catalogblockhovertitlethree_two_two{
		padding-top: 16px;
	}
	.catalogblockhovertextthree_two_one,.catalogblockhovertextthree_two_two{
		padding-top: 10px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.catalogblockhoverbuttoncontthree_two{
		margin-top: 20px;
	}
	.catalogblockthree_two{
		height: 525px;
		margin-top: 40px;
	}
	.catalogblockthree_two{
	background-color: #f1f1f1;
	width: calc( 100% - 60px);
	margin-left: 30px;
	}
}