/*============ 
TEAM ABOUT PAGE
==========================*/
.wmg-container {
	filter:alpha(opacity=0);
	font-family:empty;
	font-size:0;
	opacity:0;
	position:relative;
	width:100%;
	zoom:1
}
.wmg-container>* {
	font-family:sans-serif;
	font-size:18px;
}
.wmg-container img {
	max-width:100%
}
.wmg-item {
	display:inline-block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:0.2%;
}
.wmg-thumbnail {
	height:100%;
	position:relative;
	width:100%;
	line-height:normal;
}
.wmg-arrow {
	border-bottom:10px solid;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	bottom:-15px;
	display:none;
	height:0;
	position:absolute;
	width:0;
	z-index:2
}
.wmg-thumbnail-content {
	overflow:hidden;
	width:100%
}
.wmg-thumbnail-content img {
	vertical-align:middle;
	border-radius:0%;

}
.wmg-thumbnail-content .image__body {
	overflow: hidden;
    top: 0;
    right: 0;
	left:0;
	bottom:0;
    width: 100%;
    height: 100%;
	background-color:rgba(255, 255, 255, 0.7);
	opacity:0;
	vertical-align:middle;
	border-radius:0%;
}
.wmg-thumbnail-content .image__body:hover {
	opacity: 1;
}

.wmg-details {
	left:0;
	margin-top:0px;
	margin-bottom:5px;
	overflow:hidden;
	position:absolute;
	width:100%;
	background-color:#e3e3e3;

}
.wmg-details .wmg-close {
	cursor:pointer;
	display:block;
	position:absolute;
	z-index:2;
	background-color:#e3e3e3;
}

.wmg-details-content {
	height:auto;
	padding:40px 0 0 20px;
}
.wmg-thumbnail {
	background:transparent;
	color: #ffffff;
	cursor: pointer;
}
.wmg-arrow {
	border-bottom-color: #e3e3e3;
}
.wmg-close {
	background: url(../images/wmg-btn-close.png) no-repeat 0px 0px;
	display: block;
	height: 30px;
	right:5px;
	top: 5px;
	width: 30px;
}
.wmg-close:hover, .wmg-close:active {
	background-position: 0px -31px;
}
/* opened */
.wmg-container.open {
	background: #000000;
}
.wmg-container.open .wmg-thumbnail {
	background: #242424;
	color: #242424;
}
.wmg-container.open .wmg-thumbnail.open {
	background: #e3e3e3;
}
.wmg-container.open .wmg-thumbnail img {
	-moz-opacity: 0.20;
	-khtml-opacity: 0.20;
	opacity: 0.20;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=20);
}
.wmg-container.open .wmg-thumbnail:hover img {
	-moz-opacity: 0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=40);
}
.wmg-container.open .wmg-thumbnail.open img {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}
@media (max-width:1670px) {
.wmg-thumbnail-content .image__body {
	overflow: hidden;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	background-color:rgba(255, 255, 255, 0.7);
	opacity:0;
	vertical-align:middle;
	border-radius:0%;
}
}

@media (max-width:1549px) {
.wmg-close {
	background: url(../images/wmg-btn-close.png) no-repeat 0px 0px;
	display: block;
	height: 30px;
	right:5px;
	top: 5px;
	width: 30px;
}
.wmg-thumbnail-content .image__body {
	overflow: hidden;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	background-color:rgba(255, 255, 255, 0.7);
	opacity:0;
	vertical-align:middle;
	border-radius:0%;
}
.wmg-details-content {
	height:auto;
	padding:40px 0 0 55px;
}

}
@media (max-width:1349px) {

.wmg-details-content {
	height:auto;
	padding:40px 0 0 65px;
}
}
@media (max-width:1199px) {

.wmg-details-content {
	height:auto;
	padding:40px 0 0 95px;
}
}
@media (max-width:991px) {
.wmg-details-content {
	height:auto;
	padding:40px 0 0 0;
}

.wmg-close {
	background: url(../images/wmg-btn-close.png) no-repeat 0px 0px;
	display: block;
	height: 30px;
	right:5px;
	top: 5px;
	width: 30px;
}
}