/* STRONA ARTYKUŁU */

.article
{
    font-size: 20px;
}

.article img
{
    width: 100%;
}

.article h1
{
    font-size: 48px !important;
    font-weight: 400 !important;
}

@media screen and (max-width: 544px) {
    .article h1
    {
        font-size: 30px !important;
    }
}

.article-icons
{
    color: #E84816;
    font-size: 10px;
    vertical-align: middle !important;
}

.article-label
{
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #00A3D4;
    padding: 3px 5px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

h2 {
	font-size: 32px !important;
	color: #f27e10;
	font-weight: bold !important;
    margin-top: 30px;
}

.embed-responsive
{
    margin-bottom: 20px;
}

.article-img
{
    width: 100%;
	margin: 30px 0px;
}

.article-excerpt
{
    padding-left: 20px;
    border-left: 20px solid #DDDDDD;
    margin: 20px 0px 40px 0px;
    font-size: 22px;
}

@media screen and (max-width: 544px) {
    .article-excerpt
    {
        font-size: 18px;
    }
}

.article-img img
{
    width: 100%;
}

.article-img-desc
{
    margin-top: 10px;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px;
	font-size: 12pt;
}

.article-img-credits
{
	text-align: right;
	padding: 5px;
	font-size: 8pt;
	text-transform: uppercase;
}

.article-gallery-credits {
	text-align: right;
	margin-top: -30px;
}

.article-audio-player {
    width: 100%;
}

/* AUTOR ARTYUKUŁU */

.article-author-container
{
    text-align: center;
    margin: 20px 0px;
    text-transform: uppercase;
    font-size: 14px;
}

.article-author-container span
{
    margin: 0px 10px;
}

.article-author-image
{
    max-width: 50px;
}

.article-author-legacy
{
    text-align: right;
    color: #AAAAAA;
    font-size: 16px;
}

/* WYRÓŻNIONY TEKST I CYTAT */

p.article-important, p.article-quote
{
    margin: 20px 10%;
	display: table;
	background-repeat: no-repeat;
	background-size: 80px;
	padding-left: 90px;
	height: 90px;
}

p.article-important
{
	background-image: url('../img/article_important.png');
}

p.article-important span, p.article-quote span
{

	font-size: 16pt;
    text-transform: uppercase;
    line-height: 28pt;
}

p.article-important span
{
	background-color: #FEF092;
}

@media screen and (max-width: 544px) {
    p.article-important span, p.article-quote span
    {
        font-size: 12pt;
        line-height: 16pt;
    }
    p.article-important, p.article-quote
    {
        background-size: 40px;
    	padding-left: 50px;
    }
}

p.article-quote
{
	background-image: url('../img/article_quote.png');
}

p.article-quote span
{
	background-color: #CFE3f6;
}

/* W SKRÓCIE */

div.article-short-box
{
    margin: 20px 0px;
    padding: 0px;
    border: 1px solid #00b5ee;
    border-radius: 0px 10px 10px 10px;
}

div.article-short-box span
{
    display: inline-block;
	padding: 5px;
    vertical-align: top;

    background-color: #00b5ee;
	color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
}

div.article-short-box ul
{
	margin: 0;
	padding: 20px 35px;
	list-style-type: none;
}

div.article-short-box ul li
{
	padding-left: 25px;
	margin: 5px 0px;
	font-size: 16px;
	font-weight: normal;
	background-image: url(../img/list_square_light.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/* KOMENTARZE POD ARTYKUŁEM */

.article-comments-bracket
{
    margin-top: 30px;
    width: 100%;
}

.article-comments-label
{
    text-align: center;
    font-size: 26px;
    color: #f17c0b;
    margin-top: 10px;
    margin-bottom: 20px;
}

.article-comments-label.no-comments
{
    font-size: 14px;
    margin-bottom: 50px;
}

.article-comments-highligh
{
    color: #59c4f2;
    font-size: 16px;
    margin-bottom: 15px;
}

.article-comments-highligh a:link, .article-comments-highligh a:visited, .article-comments-highligh a:hover
{
    color: inherit;
    text-decoration: none;
}

.article-comments-none
{

    margin: 40px 0px;
    font-size: 22px;
    text-align: center;
}

/* SOCIAL */

.article-social
{
    width: 100%;
    margin-bottom: 20px;
}

/* ZOBACZ TEŻ */

.article-menu-container
{
    width: 300px;
    margin-left: 30px;
}

@media screen and (max-width: 992px) {
    .article-menu-container
    {
        margin: 0px;
        padding: 15px;
        width: 100%;
    }
}

.article-more-list
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.article-more-list li
{
    background-image: url(../img/list_square_light.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 25px;
    margin: 10px 0px;
    font-weight: normal;
}

.article-more-list li:last-child .article-more-date
{
    border: none;
}

.article-more-list li a
{
    display: block;
}

.article-more-list li a:link, .article-more-list li a:visited, .article-more-list li a:hover
{
    text-decoration: none;
    color: inherit;
}

.article-more-label
{
    color: #00A3D4;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 5px;
}

.article-more-label.special
{
    color: #E84816;
}

.article-more-title
{
    font-size: 18px;
}

.article-more-title.special
{
    color: #E84816;
}

.article-more-date
{
    color: #BBBBBB;
    font-size: 12px;
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 10px;
}

.article-more-archive
{
    border: 1px solid #f17c0b;
    border-radius: 3px;
    padding: 10px;
    font-weight: normal;
    color: #00A3D4;
    margin-left: 25px;
    text-align: center;
    margin-bottom: 30px;
}

.article-more-archive a:link, .article-more-archive a:visited, .article-more-archive a:hover
{
    text-decoration: none;
    color: inherit;
}

/* STATYSTYKI ARTYKUŁU */

.article-stats
{
    color: #AAAAAA;
    font-size: 14px;
    margin-bottom: 20px;
}

.article-stats i
{
    font-size: 16px;
}

.article-stats .mod-date
{
    padding-left: 20px;
}

/* POWIĄZANE */

.article-assoc-container
{
    border-top: 1px solid #00B5EE;
}

.article-assoc-header
{
    display: inline-block;
	background-color: #00b5ee;
	color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
	padding: 5px;
}

.article-assoc-items
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.article-assoc-items li
{
    padding: 15px 0px;
    border-bottom: 1px solid #DDDDDD;
}

.article-assoc-items li a
{
    display: flex;
}

.article-assoc-items li a:link, .article-assoc-items li a:visited, .article-assoc-items li a:hover
{
    text-decoration: none;
    color: inherit;
}

.article-assoc-items li:last-child
{
    border: none;
}

.article-assoc-img
{
    flex: 0 0 300px;
    margin-right: 30px;
}

.article-assoc-desc
{
    flex: 100 0 0;
    font-size: 16px;
}

.article-assoc-title
{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #BEBDBB;
}

.article-assoc-date
{
    color: #BEBDBB;
}

.article-functions {
    margin-bottom: 20px;
}

.article-print-btn {
    background-color: #e84816;
    border: none;
    border-radius: 5px;
    padding: 4px 8px;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.article-print-btn > .material-icons {
    font-size:18px;
}

.article-print-btn:hover, .article-print-btn:visited, .article-print-btn:link {
    color: #FFFFFF;
    text-decoration: none;
}

.article-print-btn > i {
    margin-right: 10px;
}