@charset "utf-8";
/* CSS Document */

/*circle-effects-css*/
.circle-effects1 {
	display: block;
	overflow: hidden;
	transition: all 0.25s ease-out 0s;
	position: relative;
}
.circle-effects1 img {
	width: 100%;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	display: block;
}
.circle-effects1 .circle-row1 {
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow:hidden;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	position: absolute;
	right: 0;
	bottom: -100%;
	z-index: 10;
}
.header-row2 li .circle-effects1 { 
	width: auto;
	float: left;
	margin: 0 6px 0 0;
	position: relative;
	bottom: -3px;
}
.circle-effects1:hover img, .header-row2 li:hover .circle-effects1 img { 
	opacity: 0;
}
.circle-effects1:hover .circle-row1, .header-row2 li:hover .circle-effects1 .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.circle-effects1:hover .circle-row1 img, .header-row2 li:hover .circle-effects1 .circle-row1 img { 
	opacity: 1;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*circle-effects-css*/
.header-row2 li .circle-effects1 { 
	width: auto;
	display: none;
	margin: 0 6px 0 0;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*circle-effects-css*/
.header-row2 li .circle-effects1 { 
	width: auto;
	display: none;
	margin: 0 6px 0 0;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*circle-effects-css*/
.header-row2 li .circle-effects1 { 
	width: auto;
	display: none;
	margin: 0 6px 0 0;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*circle-effects-css*/
.header-row2 li .circle-effects1 { 
	width: auto;
	display: none;
	margin: 0 6px 0 0;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*circle-effects-css*/
.header-row2 li .circle-effects1 { 
	width: auto;
	display: none;
	margin: 0 6px 0 0;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
/*circle-effects-css*/
.header-row2 li .circle-effects1 { 
	width: auto;
	display: none;
	margin: 0 6px 0 0;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

}
