/* CSS Document */

.wpga {
	
}

.wpga .item {
    border: 15px solid #fff;
	position: relative;
	
}

.wpga .item a {
    background-repeat: no-repeat;
    background-position: 19px center;
    display: block;
    width: 100%;
    position: relative;
    cursor: pointer;
    background-image: url(../img/play.png);
    height: 100%;
    padding-left: 48px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.wpga .item a:hover {
    background-image: url(../img/play-h.png);

}


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

.wpga .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;
}

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

.wpga .item .vc-div-table {
    display: table;
    height: 100%;
    margin: 0;
}

.wpga .item .vc-div-table-cell {
    display: table-cell;
    vertical-align: middle;
	height: 100%;
	width: 100%;
}

.wpga .item span {
	color: #4a4a4a;
    font-size: 13px;
    font-family: Lato;
    font-weight: 400;
    width: 100%;
    padding: 0px;
    text-align: left;
	line-height: 1.2;
}

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

.wpga .item:last-child div {
	height: 100%;
	width: 100%;
	text-align: center;
}

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

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

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



.wpga a.wpga-button {
    background-color: #614c3f;
    color: #ffffff;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    width: auto;
    display: inline-block;
    text-align: center;
	font-weight: 700;
}

.wpga a.wpga-button:hover {
	text-decoration: none;
}

 /*
  * m0320.css
  */

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