/**
 *
 *	essential styles
 *		- the following styles are essential to the functioning of the plugin
 *
 **/

@font-face {
    font-family: empty;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAQ0AAoAAAAAA+wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAJ4AAACeXQ48j09TLzIAAAGUAAAAYAAAAGAIIgbWY21hcAAAAfQAAABEAAAARAAyAGlnYXNwAAACOAAAAAgAAAAIAAAAEGhlYWQAAAJAAAAANgAAADb9mzB5aGhlYQAAAngAAAAkAAAAJAHiAeVobXR4AAACnAAAABAAAAAQAAAAAG1heHAAAAKsAAAABgAAAAYABFAAbmFtZQAAArQAAAFdAAABXVqZXRlwb3N0AAAEFAAAACAAAAAgAAMAAAEABAQAAQEBDHNwYWNlLWVtcHR5AAECAAEAOvgcAvgbA/gYBB4KABlT/4uLHgoAGVP/i4sMB4tr+JT4dAUdAAAAfA8dAAAAgREdAAAACR0AAACVEgAFAQEMFxkbHnNwYWNlLWVtcHR5c3BhY2UtZW1wdHl1MHUxdTIwAAACAYkAAgAEAQEEBwoN/JQO/JQO/JQO/JQO+JQU+JQViwwKAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAABAAAAAIAHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADAAAAAIAAgAAgAAAAEAIP/9//8AAAAAACD//f//AAH/4wADAAEAAAAAAAAAAAABAAH//wAPAAEAAAABAAAAeR2GXw889QALAgAAAAAAzz54vgAAAADPPni+AAAAAAAAAAAAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAABQAAAEAAAAAAAOAK4AAQAAAAAAAQAWAAAAAQAAAAAAAgAOAGMAAQAAAAAAAwAWACwAAQAAAAAABAAWAHEAAQAAAAAABQAWABYAAQAAAAAABgALAEIAAQAAAAAACgAoAIcAAwABBAkAAQAWAAAAAwABBAkAAgAOAGMAAwABBAkAAwAWACwAAwABBAkABAAWAHEAAwABBAkABQAWABYAAwABBAkABgAWAE0AAwABBAkACgAoAIcAcwBwAGEAYwBlAC0AZQBtAHAAdAB5AFYAZQByAHMAaQBvAG4AIAAxAC4AMABzAHAAYQBjAGUALQBlAG0AcAB0AHlzcGFjZS1lbXB0eQBzAHAAYQBjAGUALQBlAG0AcAB0AHkAUgBlAGcAdQBsAGEAcgBzAHAAYQBjAGUALQBlAG0AcAB0AHkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('woff')
}

.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 {
    float: left;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 195px !important;
    padding: 0 15px !important;
    margin-bottom: 30px !important;
}

.wmg-thumbnail {
    height: 100%;
    text-align: center;
    position: relative;
    width: 100%
}

.wmg-arrow {
    border-bottom: 10px solid;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -16px;
    display: none;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 2
}

.wmg-thumbnail-content {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.wmg-thumbnail-content img {
    vertical-align: middle
}

.wmg-details {
    left: 0;
    margin-top: 15px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    padding: 0 15px;
    z-index: 10000;
}

.wmg-details.open {
    height: auto !important;
}

.wmg-close {
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 2
}

.wmg-details-content {
    background: #dccf73;
    border-radius: 20px;
    padding: 20px 20px 0 20px;
    height: auto;
    margin: 0 auto !important;
}

.wmg-details-content h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    background-image: url(../images/bullets.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.wmg-details-content h6 .fas {
    font-size: 10px;
    float: left;
    margin-right: 10px;
    padding-top: 5px;
    display: none;
}


/**
 *
 *	sample styles
 *  	- the following styles are just one example. You can customize at will
 *
 *
 **/

.wmg-container {
    /* background: #eeeeee; */
    margin: 0 -15px;
}

.wmg-thumbnail {
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    line-height: inherit !important;
}

.wmg-arrow {
    border-bottom-color: #dccf73;
}

.wmg-close {
    background: url(../assets/img/wmg-btn-close.png) no-repeat 0px 0px;
    display: block;
    height: 30px;
    right: 10px;
    top: 5px;
    width: 30px;
    display: none;
}

.wmg-close:hover,
.wmg-close:active {
    background-position: 0px -31px;
}


/* opened */

.wmg-container.open {
    background: #ffffff;
    margin: 0 -15px !important;
}

.wmg-container.open .wmg-thumbnail {
    color: #242424;
}

.wmg-container.open .wmg-thumbnail.open {
    background: #da251c;
}

.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);
}