﻿#easy-opener-section {
    display: none;
    right: 0;
    left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999;
}

.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;*/
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    margin: auto;
    width: 1000px;
    position: absolute;
    text-align: center;

}

.easy-opener-content iframe {
    border: none;
}

.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: inline-block;
    /*left: 50%;*/
    /*margin-left: -15px;*/
    /*position: absolute;*/
    /*text-indent: -9999px;*/
    /*top: -60px;*/
    /*transition: opacity 0.1s ease-in-out 0s;*/
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 46px;
    margin: 0 auto 40px;
    z-index: 999999;
}

.easy-opener-close:hover {
    color: #e0006c;
    opacity: 1;
}

.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;
}
