@charset "utf-8";

/* CSS Document */



/*masonry-effect1*/

.masonry-effect1 {

	cursor: pointer;

	border: 1px solid #949597;

	overflow: hidden;

	position: relative;

}

.masonry-effect1 .masonry-bar1 img {

	vertical-align: bottom;

	-webkit-transition: all 0.5s ease-in-out;

	transition: all 0.5s ease-in-out;
	
	margin:0 auto !important;

}

.masonry-effect1 .masonry-bar1:before {

	display: block;

	background-color: rgba(0, 0, 0, 0.40);

	content: "";

	opacity: 0;

	visibility: hidden;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	-webkit-transition: all 0.5s ease-in-out;

	transition: all 0.5s ease-in-out;

	z-index: 1;

}

.masonry-effect1 .masonry-thumb1 {

	position: absolute;

	left: 5%;

	bottom: 6%;

	z-index: 10;

	opacity: 0;

	visibility: hidden;

	-webkit-transform: translate3d(0, 100%, 0);

	-ms-transform: translate3d(0, 100%, 0);

	transform: translate3d(0, 100%, 0);

	-webkit-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

}

.masonry-effect1:hover .masonry-bar1:before {

	opacity: 1;

	visibility: visible;

}

.masonry-effect1:hover .masonry-bar1 img {

	-webkit-transform: scale(1.05);

	-ms-transform: scale(1.05);

	transform: scale(1.05);

	filter: grayscale(100%);

	-webkit-filter: grayscale(100%);

}

.masonry-effect1  .masonry-thumb1 {

	opacity: 1;

	visibility: visible;

	-webkit-transform: translate3d(0, 0, 0);

	-ms-transform: translate3d(0, 0, 0);

	transform: translate3d(0, 0, 0);

}

/*play-hover*/

.video-play-button {

	display: block;

	width: 63px;

	float: right;

	border-radius: 50%;

	transform: translateY(-50%);

	margin: 0 auto 0;

	position: absolute;

	top: 50%;

	right: 0;

	left: 0;

	z-index: 99;

}

.video-play-button:after {

	-webkit-transform: translateX(-50%) translateY(-50%);

	transform: translateX(-50%) translateY(-50%);

	display: block;

	width: 78px;

	height: 78px;

	background: rgba(0,0,0,0.9);

	border-radius: 50%;

	-webkit-animation: pulse-border 1500ms ease-out infinite;

	animation: pulse-border 1500ms ease-out infinite;

}

.video-play-button:before {

	-webkit-transform: translateX(-50%) translateY(-50%);

	transform: translateX(-50%) translateY(-50%);

	display: block;

	width: 64px;

	height: 64px;

	background: rgba(0,0,0,0.9);

	border-radius: 50%;

	-webkit-animation: pulse-border 1500ms ease-out infinite;

	animation: pulse-border 1500ms ease-out infinite;

}

.video-play-button:after, .video-play-button:before {

	content: "";

	position: absolute;

	z-index: 0;

	left: 50%;

	top: 50%;

	z-index: -9;

}

 @-webkit-keyframes pulse-border {

 0% {

 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

 opacity: 1;

}

 100% {

 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

 opacity: 0;

}

}

 @keyframes pulse-border {

 0% {

 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

 opacity: 1;

}

 100% {

 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

 opacity: 0;

}

}

/*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) {

.video-play-button { width:59px; float:none; display:inline-block; margin:0 auto 0;}

.border-effect1 h2:after { position:absolute; right:0; left:0;}

.video-play-button:after { width:75px; height:75px;}

.video-play-button:before { width:59px; height:59px;}

}



@media screen and (min-width:481px) and (max-width:600px) {

.video-play-button { width:59px; float:none; display:inline-block; margin:0 auto 0;}

.border-effect1 h2:after { position:absolute; right:0; left:0;}

.video-play-button:after { width:75px; height:75px;}

.video-play-button:before { width:59px; height:59px;}

}



@media screen and (min-width:601px) and (max-width:767px) {

.video-play-button { width:59px; float:none; display:inline-block; margin:0 auto 0;}

.border-effect1 h2:after { position:absolute; right:0; left:0;}

.video-play-button:after { width:75px; height:75px;}

.video-play-button:before { width:59px; height:59px;}

}



@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) {



}