/* easy-opener */

#easy-opener-section {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10001;
}

.easy-opener-bg {
    background: #0d0d0d none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.97;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.easy-opener-content {
    left: 50%;
    margin-left: -500px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 1000px;
}

.easy-opener-content img {
    max-height: 100%;
    max-width: 100%;
}

.easy-opener-close {
    background: rgba(0, 0, 0, 0) url("../images/sprites.png") no-repeat scroll -280px 0;
    display: block;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    text-indent: -9999px;
    top: -60px;
    transition: opacity 0.1s ease-in-out 0s;
    width: 30px;
}

.easy-opener-next {
    background: rgba(0, 0, 0, 0) url("../images/sprites.png") no-repeat scroll -160px 0;
    display: block;
    height: 30px;
    margin-right: -50px;
    position: absolute;
    right: 50%;
    text-indent: -9999px;
    top: -60px;
    transition: opacity 0.1s ease-in-out 0s;
    width: 30px;
}

.easy-opener-prev {
    background: rgba(0, 0, 0, 0) url("../images/sprites.png") no-repeat scroll -190px 0;
    display: block;
    height: 30px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    text-indent: -9999px;
    top: -60px;
    transition: opacity 0.1s ease-in-out 0s;
    width: 30px;
}

.easy-opener-close:hover,
.easy-opener-next:hover,
.easy-opener-prev:hover {
    opacity: 0.7;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    border: medium none;
}