.wmg-container{
    filter: alpha(opacity=0);
    font-size: 0px;
    opacity: 0.0;
    position: relative;
    width: 100%;
    zoom: 1;
}
.wmg-container > *{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.wmg-container img{
    max-width: 100%;
}

.wmg-item{
    display: inline-block;
    width: calc(100% / 4 ) !important;
    height: 260px !important;
   /* margin: 15px 15px 0 0;*/
}
ul.courses .wmg-item {
	display: none;
}
.wmg-thumbnail{
    height: 100%;
    text-align: center;
    position: relative;
    width: 100%;
    float: none;
    border: 1px solid #efefef;
}
.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-details-content .container{
    width: 95%;
}
.wmg-details-content {
    background: #f1f1f1;
    height: auto;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}
    .wmg-details-content .col-md-6{
        float: left;
    }


    .wmg-thumbnail-content {
        height: 100%;
        overflow: hidden;
        width: 100%;
    }
.wmg-details-content ul {
    font-size: 15px;
   
}
.wmg-thumbnail-content img{
    vertical-align: middle;
}

.wmg-details{
    left: 0px;
    margin-top: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    background: #f1f1f1;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    /*border-top: 5px solid #fff;*/
    border-bottom: 15px solid #fff;

}

.wmg-thumbnail{
    color: #ffffff;
    cursor: pointer;
}
.wmg-close{
    background: url(../img/icons/close-overly.png) no-repeat 0px 0px;
    display: block;
    height: 18px;
    width: 18px;
    right: 30px;
    top: 30px;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 2;
}


.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);
}
.da-thumbs .thumbs,
.da-thumbs .thumbs img {
	position: relative;
}
.da-thumbs .thumbs img {
  position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    
}
.da-thumbs .thumbs {
	overflow: hidden;
}
.da-thumbs .thumbs div {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}
.da-thumbs .thumbs div span {
    font-size: 16px;
    margin: 20px;
    color: #444444;
}

/**** mixitup style ****/
.menu-btn {
    display: inline-block;
    margin: 0px 25px;

}
.menu-btn h2{
   cursor:pointer;
    font-size: 18px;
   
}
.menu-btn h2.active,.menu-btn h2:hover{
    color: #007dba;
}