@charset "utf-8";
/* CSS Document */

/* effect circle1 effect */
.square-effect1 {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.square-effect1 .square-bar1 img {
	vertical-align: bottom;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.square-effect1 .square-bar1:before {
	display: block;
	background-color: rgba(0, 0, 0, 0.60);
	content: "";
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 solid #cadc28;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.square-effect1 .square-border1 {
	text-align: left;
	position: absolute;
	right: 0;
	bottom: 3%;
	left: 0;
	width: 94%;
	height: 94%;
	border: 2px solid #cadc28;
	margin: 0 auto 0;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.detier-row4 .square-border1 {
	width:97%;
}
.gester-row2 .square-border1 {
	width:96%;
}
.square-effect1:hover .square-bar1:before {
	opacity: 1;
	visibility: visible;
}
.square-effect1:hover .square-border1 {
	opacity: 1;
	visibility: visible;
}

/*map-color*/
.map-color {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.detier-row4 .square-border1 { width:94%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.detier-row4 .square-border1 { width:94%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.detier-row4 .square-border1 { width:94%;}
}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}