#popup_window{

background: #06411d;
cursor: pointer;
position:absolute;
width:80px;
height:30px;
    margin-top:-5px;
    margin-left:-20px;
background:url(../img/play-program-hover.png) 55px 1px no-repeat;
cursor: pointer;
border:0;
    color:#028b6b;
    background-color:transparent;
}
#popup_window-mykietin{

background: #06411d;
cursor: pointer;
position:absolute;
width:133px;
height:30px;
margin-left:5px;
margin-top: -4px;
padding-top: 5px;
background:url(../img/download-hover-m.png) 110px 0px no-repeat;
cursor: pointer;
border:0;
    color:#028b6b;
    background-color:transparent;
}
#popup_window-mykietin:hover{
text-decoration: none;
background:url(../img/download-m.png) 110px 0px no-repeat;
cursor: pointer;
border:0;
    color:#03b28b;
    background-color:transparent;
}
#popup_window-szalonek-I{

background: #06411d;
cursor: pointer;
position:absolute;
width:85px;
height:30px;
    margin-top:-5px;
    margin-left:-20px;
background:url(../img/play-program-hover.png) 60px 1px no-repeat;
cursor: pointer;
border:0;
    color:#028b6b;
    background-color:transparent;
}
#popup_window-szalonek-II{

background: #06411d;
cursor: pointer;
position:absolute;
width:85px;
height:30px;
    margin-top:-5px;
    margin-left:70px;
background:url(../img/play-program-hover.png) 60px 1px no-repeat;
cursor: pointer;
border:0;
    color:#028b6b;
    background-color:transparent;
}
#popup_window-szalonek-III{

background: #06411d;
cursor: pointer;
position:absolute;
width:88px;
height:30px;
    margin-top:-5px;
    margin-left:150px;
background:url(../img/play-program-hover.png) 63px 1px no-repeat;
cursor: pointer;
border:0;
    color:#028b6b;
    background-color:transparent;
}
#popup_window-szalonek-I,#popup_window-szalonek-II,#popup_window-szalonek-III:focus{
    outline:none;
}
#popup_window:hover{
   background:url(../img/play-program.png) 55px 0px no-repeat;
}
#popup_window:focus{
    outline:none;
}
.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, .85);
    top: 0;
    left: 100%;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.overlay .popup-overlay {
    opacity: 1;
    left: 0
}
.popup {
    position: fixed;
    top: 25%;
    left: 50%;
    z-index: -9999;
}
.popup .popup-body {
    background: transparent;
   
    opacity: 0;
    width: 802px;
    height:120px;
    margin-left: -407px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    -moz-box-shadow: 1px 2px 2px 1px rgb(185, 185, 185);
    -webkit-box-shadow: 1px 2px 2px 1px rgb(185, 185, 185);
    box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    text-align: center;
    border: 1px solid #efefef;
}
.popup.visible, .popup.transitioning {
    z-index: 9999;
}
.popup.visible .popup-body {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.popup .popup-exit {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -150px;
    right: -195px;
    background: url("images/quit.png") no-repeat;
 
}
.popup .popup-content {
    overflow-y: auto;
}
.popup-content .popup-title {
    font-size: 24px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}
.popup-content p {
    font-size: 13px;
    text-align: justify;
}
.download{
    padding:5px;
}
.download a{
color:#03b28b;
padding:5px;
}
.download img{
    margin-left: 5px;
}