:root {        
    --content-top: 0px;
    --content-width: 1200px;
    --soc-icon-facebook: url(/_i/icon-20-a-soc-facebook.png);
    --soc-icon-twitter: url(/_i/icon-20-a-soc-twitter.png);
    --soc-icon-google: url(/_i/icon-20-a-soc-google.png);
    --soc-color-facebook: #3B5998;
    --soc-color-twitter: #55ACEE;
    --soc-color-google: #DD4B39;
    --genesis-close-icon: url(/_i/icon-20-c-close.png); 
}          
html, body {
    padding: 0;
    margin: 0;  
}    
body {
    overflow: hidden;
    overflow-y: scroll !important;
    /*text-rendering: optimizeSpeed;*/
    text-rendering: auto;
}    
body.scroll {           
    overflow-y: scroll !important;
}    
body.no-scroll {           
    overflow: hidden !important;
}    
body, input, button, select, textarea, th, td {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 17px; 
    font-weight: 300;
} 
.page-wrapper {    
    position: relative;
    padding: var(--content-top) 0 0 0;
    margin: 0;
    z-index: 1;
}     
body.wait {
    background-image: url(/_i/loaders/loader-sqr-1-white.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}   

noscript.inf {   
    background: rgba(255, 255, 255, 0.4);
    position: fixed;
    overflow: hidden;  
    padding: 0;
    margin: 0;       
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;  
    user-select: none;  
}   
noscript span {   
    background: rgba(255, 255, 255, 0.95);
    display: block;
    position: absolute;
    overflow: hidden;  
    padding: 80px 40px;
    margin: -110px 0 0 -180px;       
    top: 50%;
    left: 50%; 
    width: 280px;
    line-height: 30px;    
    font-size: 20px;  
    font-weight: 400;
    text-align: center;
    text-shadow: #FFF 1px 1px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);    
    border-radius: 3px;  
}      

#content {
    min-height: 1000px;
    background: #FFF;
}  
#content .wrapper {
    width: var(--content-width);
    margin: 0 auto;
}      
#content .wrapper.wrapper-box-flex {
    width: auto;
    margin: 0 20px;
}      
#content .bottom-section {
    padding: 40px 0;   
    margin: 0 auto;
    width: 1200px;
}             
#content .bottom-section:after,
#content .bottom-section:before {
    clear: both;     
    content: "";     
    display: table;  
    line-height: 0;
}  
#footer {
    visibility: hidden;
}    

/* line */

.line {
    border-top: #F9F9F9 20px solid;
}  

/* fullpage */  

.fullpage {
    padding: 0;
    margin: 0; 
    position: relative;
}    

/* section-users */

#profile {    
    background: #F9F9F9;
}
        
#page-profile .comments ul.level-1 {
    padding-bottom: 0;
    border-bottom: none;
}   
#page-profile .comments ul li header .comment-user-thumb {
    background: transparent;
}    

/* .item-author */

.item-author {  
    display: block;    
    margin: 0;
    padding: 0;
}    
.item-author,
.item-author a {             
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;  
    text-align: left; 
}         
.item-author i {      
    font-style: normal;
}             
.item-author img {       
    background: #CCC;
    object-fit: scale-down;
    display: block;
    float: left;
    width: 40px;              
    height: 40px;   
    margin: 0 20px 0 0;
    padding: 0;
    border-radius: 100%;      
}            
         
.figure-ratio {     
    background: #333;      
    border-radius: 5px;
    position: relative;
}       
#element .element-article-video .figure-ratio {     
    background: transparent;
}  
.figure-ratio img {
    display: block;
    height: auto;
    width: 100%;  
    min-height: 100px;
}             
.figure-ratio video,
.figure-ratio iframe {    
    border-radius: 5px;
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}
 
.slot-recommends {
    display: block;
    margin: 0 auto;
}
      
#section-main-list:after {
    clear: both;     
    content: "";     
    display: table;  
    line-height: 0;
}
#section-main-list .wrapper-box-default,
#section-main-list .wrapper-box-flex {
    overflow: hidden;
}        
      
#section-popular-list {
    background: #F9F9F9;
    padding: 40px 0 0 0;
    margin-bottom: 40px;
}   
#section-popular-list:after {
    clear: both;     
    content: "";     
    display: table;  
    line-height: 0;
}
#section-popular-list .wrapper-box-default,
#section-popular-list .wrapper-box-flex {
    overflow: hidden;
} 



/* grelement */

#grelement.visible,
.grelement.visible {
    background: rgba(255, 255, 255, 0.9); 
    position: fixed;
    z-index: 60;
    bottom: 0;    
    right: 0;
    left: 0;
    top: 0;       
    box-shadow: 0 0 20px #FFF;  
    transition: all 0.5s linear;
    user-select: none; 
}   
#grelement.visible iframe,
.grelement.visible iframe {
    position: absolute;
    z-index: 62;
    left: 50%;
    top: 50%;    
    margin: 0;
    transform: translate(-50%, -50%);
} 
          
.box-questioning {  
    opacity: 0;
} 

/* highlight */

.highlight {
    background: rgba(255, 222, 0, 0.5);   
    border-radius: 3px;
}

/* ************************************************************************************* */

.genesis-layer.visible {   
    background: rgba(51, 51, 51, 0.3);
    top: 0;
    left: 0;   
    width: 100vw; 
    height: 100vh;
    position: fixed;
    transform: translateZ(0);
    opacity: 1;
} 
.genesis-layer {
    right: 0;
    bottom: 0;  
    width: 0; 
    height: 0;    
    display: none;
    overflow: hidden;
    z-index: 999998;
    transition: opacity 0.5s linear;
    opacity: 0;
}      
.genesis-window.visible {
    opacity: 1;
}
.genesis-window {
    top: 50%;
    left: 50%;
    width: 600px; 
    height: 600px; 
    max-width: 100vw; 
    max-height: 100vh;
    position: fixed;
    overflow: hidden;
    z-index: 999998;         
    transform: translate3d(-50%, -50%, 0);
    transition: opacity 0.3s linear;
    border-radius: 3px; 
    box-shadow: 2px 2px 40px rgba(51, 51, 51, 0.15);
    opacity: 0;
}                 
.genesis-window .close-button {
    background: var(--genesis-close-icon) center center no-repeat;
    top: 0;
    right: 0;   
    width: 40px;       
    height: 40px;     
    cursor: pointer;
    position: absolute;
    transition: opacity 0.2s linear;
    opacity: 0.4;   
    z-index: 1;      
}                               
.genesis-window .close-button:hover {
    opacity: 1;
} 

.page-layout {
    position: relative; 
}    
              
body.test-server::after {
    content: 'Strona testowa';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;                  
    background: #EFD103;
    padding: 4px;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}                      
                    
/* sticky-wrapper */

.sticky-wrapper {     
    background: #FFF;                            
    display: block;
    left: 0;
    right: 0;          
    bottom: 0;
    position: fixed;   
    z-index: 950000;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
body.header-expanded .sticky-wrapper {
    bottom: -170px !important;  
    transition: bottom 0.3s linear;   
}     
    
/* ////////////////////////////////////////////////////////////////////////// */
   
@media (min-width: 1200px) { 
    .wrapper-bl-flex {
        width: auto !important;
    }    
}

/* */      
        
@media (max-width: 1280px) {     
    #bottom-fixed-bar .arr { 
        background-color: transparent !important;
        background-image: url(/_i/icon-20-c-arrow-left.png);
        top: 0;
        left: 0;    
        margin: 0;
        height: 40px;               
        width: 40px;
        opacity: 0;
    }             
    #bottom-fixed-bar .arr.arr-r {  
        background-image: url(/_i/icon-20-c-arrow-right.png);
        left: auto;       
        right: 0;    
        margin: 0;
    }       
}         
@media (max-width: 1200px) { 
    #content .bottom-section {  
        width: auto;
    }    
}        
@media (max-width: 1195px) {     
    body {
        overflow-x: hidden;
    } 
                                      
    .header-expanded div[id^="oa-360-"],
    .share-layer-visible div[id^="oa-360-"] {
        z-index: 0 !important;
    }
    #content .wrapper {         
        width: 800px;
    }        
    #content .bottom-section {
        border: none;
    }   
    #content #bottom-list {
        margin-top: 20px;   
        margin-bottom: 20px;
    }            
       
    .page-rectangle-1:before, 
    .page-rectangle-2:before {
        text-align: center;
    }    
    .page-ad-video {        
        padding: 0;
    }              
    .issue-index li.item { 
        padding: 30px 20px 30px 100px;
    }
    .issue-index li.item span.page-no, 
    .issue-index li.item span.payable {
           top: 30px;
    }
    .issue-index li.item a.title { 
        width: auto;
        margin-right: 0;   
        margin-bottom: 10px;  
        padding-right: 100px;  
        float: none;
    }
    .issue-index li.item .art-authors { 
        margin-top: 15px;  
        width: 602px;
    }
    .issue-index li.item .art-authors li {  
        float: left;
        clear: none;
    }   

                 
    #content .wrapper.wrapper-box-flex {
        width: auto;
        margin: 0 10px;
    }   
            
    
    #bottom-fixed-bar {
        display: none !important;
    }   
}                     
@media (max-width: 860px) {     
    #content .page-box.box-20 .wrapper {
        margin: 0 40px !important;
        width: auto;
    }      
}        
@media (max-width: 840px) {  
    #content .wrapper {      
        width: auto !important;
        margin: 0 !important; 
    }           
    #content .wrapper.wrapper-box-flex {
        margin: 0 10px !important; 
    }      
    
    #content .bottom-section {  
        width: auto;
    }      
        
    .issue-index li.item { 
        padding: 20px 20px 20px 100px;
    }
    .issue-index li.item span.page-no, 
    .issue-index li.item span.payable {
        top: 20px;
    }
    .issue-index li.item a.title { 
        padding-right: 80px;  
    }    
}              
@media (max-width: 780px) {   
    .box-list li.box-list-item.box-list-item-rwd-box .news-image .news-breaking-label {
        left: 10px !important;
        right: 10px !important;
        bottom: 20px !important;       
        font-size: 20px !important;  
        line-height: 20px !important;
        padding: 4px 10px !important;
    }     
} 
@media (max-width: 720px) {    
    .issue-index li.item .art-authors { 
        width: 300px; 
    }  
    .box-list li.box-list-item-issue .issue-cover div h3 a,
    .box-list li.box-list-item-issue .issue-cover div h3 a:hover {
        font-size: 22px;
        font-weight: 400;
        line-height: 27px;
    }          
}   
@media (max-width: 480px) {    
    .ad-slider-svr {
        margin-left: 20px;
        margin-right: 20px;                     
    }   
          
    #content .page-box.box-20 .wrapper {
        margin: 0 20px !important;
        width: auto;
    }         
}       
          
/* ******* */               
            
@media (max-height: 560px) {  
    #bottom-fixed-bar {
        display: none !important;
    }    
}             