/* CSS Document */

.wpv {
	
}

.wpv .item {
	min-height: 310px;
    border: 15px solid #fff;
	position: relative;
	
}

.wpv .item a {
	height: 310px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: block;
	width: 100%;
	position: relative;
	cursor: pointer;
}

.wpv .item.item-0 a {
	height: 480px;
}

.wpv .item a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../img/play.png');
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.wpv .item a:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../img/play-h.png');
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.wpv .item a:hover:before {
	opacity: 0;
}

.wpv .item a:hover:after {
	opacity: 1;
}

.wpv .item .item-col {
	min-height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.wpv .item .item-col.item-info {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.wpv .item:first-child .item-col {
	min-height: 364px;
}

.wpv .item .table {
    display: table;
    height: 100%;
    margin: 0;
    background-color: rgba(0,0,0,.2);
}

.wpv .item .table-cell {
    display: table-cell;
    vertical-align: bottom;
	padding: 15px;
}

.wpv .item:first-child .table-cell {
	padding: 15px;
	
}

.wpv .item span {
	color: #ffffff;
    font-size: 24px;
    font-family: Lato;
    font-weight: 700;
    background-color: #000000;
    width: 100%;
    padding: 0px;
    text-align: center;
	line-height: 1.2;
	cursor: pointer;
}

.wpv .item span span {
    padding: 30px;	
}

.wpv .item:hover .item-col.item-info {
	background-color: #ffffff !important;
}

.wpv .item:hover .item-col.item-info h2,
.wpv .item:hover .item-col.item-info a {
	color: #252525;
	
}

.wpv .item:hover .item-col.item-info p {
	color: #9a9a9a;
}

.wpv .item .appla {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	cursor:pointer;
}

.wpv-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 101;
	display: none;
}

.wpv-popup div:not(.wpvc) {
	width: 100%;
	height: 100%;
}

.wpv-popup iframe {
	width: 100%;
	height: 100%;
}

.wpv-popup .wpv-close {
	position: absolute;
    top: 0;
    right: 0;
}

.wpv-popup .wpv-close .hamburger-inner, 
.wpv-popup .wpv-close .hamburger-inner:after, 
.wpv-popup .wpv-close .hamburger-inner:before {
	background-color: #ffffff;
}

 /*
  * m0320.css
  */

@media (max-width: 767px){	
}