<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============================================================
  GLOBAL
============================================================ */
.htmleaf-container {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.img_hover {
	width: 90%;
	margin: 0 auto;
	padding: 0px 30px;
	height: auto;
}
.effects {
	/*padding-left: 15px;*/
	padding: 0px;
}
.effects h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	float:left;
}
/* section=1 */
.effects .col01 {
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	align-items: center;
	justify-content: center;
	width: 33.33%;
	overflow: hidden;
	float: left;
}
.effects .col01 .img {
	position: relative;
	margin: 0px auto 5px 0px;
	width: 80%;
	height: auto;
}
/* section=31 */
.effects .col31 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16.66%;
	overflow: hidden;
	float: left;
}
.effects .col31 .img {
	position: relative;
	margin: 0px auto 15px 0px;
	width: auto;
	height: auto;
}
.effects .img:nth-child(n) {
	margin-right: 0px;
}
.effects .img:first-child {
	margin-left: 0px;
}
.effects .img:last-child {
	margin-right: 0;
}
/* section=1 */
.overlay01 {
	display: block;
	margin: 50px 0px 20px 0px;
	position: absolute;
	z-index: 20;
	background: rgba(0, 0, 0, 0.85);
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
/* section=31 */
.overlay31 {
	display: block;
	position: absolute;
	z-index: 20;
	background: rgba(0, 0, 0, 0.75);
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
a.close-overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 45px;
	height: 45px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 45px;
	text-align: center;
	background-color: #000;
	cursor: pointer;
}
a.close-overlay.hidden {
	display: none;
}
a.expand {
	display: block;
	position: absolute;
	z-index: 100;
	width: 70px;
	height: 70px;
	text-align: center;
	color: #F60;
	background: rgba(255,255,255,0.95);
	border: 2px #F60 solid;
	line-height: 70px;
	font-weight: 600;
	font-size: 1.0em;
	text-decoration: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
a.expand31 {
	display: block;
	position: absolute;
	margin: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #EEE;
	/*background: rgba(255,255,255,0.25);*/
	font-weight: 600;
	font-size: 1.125em;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
a.expand31 span {
	width: auto;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 30px auto auto auto;
	color: #FFF;
	font-size: 1.125em;	
}
/* ============================================================
  EFFECT 1 - SLIDE IN BOTTOM
============================================================ */
#effect-1 .overlay31 {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	margin: 0 auto;
}
#effect-1 .overlay31 a.expand {
	left: 0;
	right: 0;
	margin: 0px auto 0px auto;
}
#effect-1 .img.hover .overlay31 {
	height: 100%;
}
/* ============================================================
  EFFECT 2 - SLIDE IN TOP
============================================================ */
#effect-2 .overlay {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
}
#effect-2 .overlay a.expand {
	left: 0;
	right: 0;
	top: 50%;
	margin: -30px auto 0 auto;
}
#effect-2 .img.hover .overlay {
	height: 100%;
}
/* ============================================================
  EFFECT 3 - SLIDE IN LEFT
============================================================ */
#effect-3 .overlay {
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 100%;
}
#effect-3 .overlay a.expand {
	top: 0;
	bottom: 0;
	left: 50%;
	margin: auto 0 auto -30px;
}
#effect-3 .img.hover .overlay {
	width: 100%;
}
/* ============================================================
  EFFECT 4 - SLIDE IN RIGHT
============================================================ */
#effect-4 .overlay {
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	height: 100%;
}
#effect-4 .overlay a.expand {
	top: 0;
	bottom: 0;
	right: 50%;
	margin: auto -30px auto 0;
}
#effect-4 .img {
	overflow: hidden;
}
#effect-4 .img.hover .overlay {
	width: 100%;
}
/* ============================================================
  EFFECT 5 - ICON BORDER ANIMATE
============================================================ */
#effect-5 .overlay {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}
#effect-5 .overlay a.expand {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#effect-5 .img.hover .overlay {
	opacity: 1;
}
#effect-5 .img.hover .overlay a.expand {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
/* ============================================================
  EFFECT 6 - ICON BOUNCE IN
============================================================ */
#effect-6 .overlay01 {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}
#effect-6 .overlay01 a.expand {
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#effect-6 .img.hover .overlay01 {
	opacity: 1;
}
#effect-6 .img.hover .overlay01 a.expand {
	top: 50%;
	margin-top: 0px;
	opacity: 1;
}

/* ========================================= Responsive Start ========================================= */
@media only screen and (max-width: 1024px) {
.effects .col31 {
	width: 25%;
}	
}
@media only screen and (max-width: 840px), only screen and (max-width: 960px) {
.effects .col01 {
	width: 50%;
}
.effects .col31 {
	width: 33.33%;
}
.effects .img:nth-child(n) {
	margin-right: 0;
}
.effects .img:first-child {
	margin-left: 0;
}
.effects .img:nth-child(2n-1) {
	margin-left: 0;
}
.effects .img:nth-child(2n) {
	margin-right: 0;
}
.effects .img:last-child {
	margin-right: 0;
}
}
@media only screen and (max-width: 768px) {
.effects .col01 {
	width: 50%;
}
.effects .col31 {
	width: 33.33%;
}
.effects .img:nth-child(n) {
	margin-right: 0;
}
.effects .img:first-child {
	margin-left: 0;
}
.effects .img:nth-child(2n-1) {
	margin-left: 0;
}
.effects .img:nth-child(2n) {
	margin-right: 0;
}
.effects .img:last-child {
	margin-right: 0;
}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
.overlay01, .overlay31 {
	margin: 0px auto 0px auto;
}
}
@media only screen and (max-width: 480px) and (max-width: 619px){
.img_hover{
    padding: 0;
}
.effects .col01 {
	width: 100%;
}
.effects .col31 {
	width: 50%;
}
.effects .img img{
	margin: 0px auto 0px auto;
}
.overlay01, .overlay31 {
	margin: 0px auto 0px auto;
}
}
@media only screen and (max-width: 360px){
.img_hover{
    padding: 0;
}
.effects .col01 {
	width: 100%;
}
.effects .img img{
	margin: 0px auto 0px auto;
}
.overlay01, .overlay31 {
	margin: 0px auto 0px auto;
}
a.expand31 span {
	margin: 20px auto auto auto;	
}
}
@media only screen and (max-width: 320px){
.img_hover{
    padding: 0;
}
.effects .col01 {
	width: 100%;
}
.effects .img img{
	margin: 0px auto 0px auto;
	
}
.overlay01, .overlay31 {
	/*margin: 0px auto 0px auto;*/
	margin: 30px auto 15px auto;
}
a.expand31 span {
	margin: 20px auto auto auto;	
}
}</pre></body></html>