/*

Press 2015
Design: Marek Czyż;
Development: Max Herbst;

*/

#pagingContainer { position: relative; max-width: 400px; margin: auto; padding-top: 40px; }
#pagingContainer > span { font-size: 20px; line-height: 30px; height: 30px; /*font-family: 'Poppins-Light';*/ font-family: 'Poppins', sans-serif; font-weight: 300; margin-right: 10px; }
#pagingContainer > span a { display: inline-block; height: 100%; padding-bottom: 5px; padding-top: 10px; padding-left: 10px; padding-right: 10px; border: 1px solid #999;  }
#pagingContainer > span.current { padding-bottom: 10px; padding-top: 15px; padding-left: 10px; padding-right: 10px; border: 1px solid #999; background: #e30613; }
#pagingContainer > span > a.next {  }
#pagingContainer > span > a.prev {  }
#pagingContainer > span > a:hover { background: #EEE; } 

.search-container #pagingContainer { position: relative; max-width: 500px; margin: auto; padding-top: 40px; }
.search-container #pagingContainer > a {
	display: block;
	padding: 9px;
	border: 1px solid #000000;
	margin-right: 5px;
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Arial;
	float: left;
	line-height: 7px;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button, html, input, select, textarea {
    font-family: sans-serif
}

body {
    margin: 0;
   /* background: rgba(226,226,226,1);
background: -moz-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(254,254,254,1) 51%, rgba(235,235,235,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,226,226,1)), color-stop(22%, rgba(219,219,219,1)), color-stop(51%, rgba(254,254,254,1)), color-stop(100%, rgba(235,235,235,1)));
background: -webkit-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(254,254,254,1) 51%, rgba(235,235,235,1) 100%);
background: -o-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(254,254,254,1) 51%, rgba(235,235,235,1) 100%);
background: -ms-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(254,254,254,1) 51%, rgba(235,235,235,1) 100%);
background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(254,254,254,1) 51%, rgba(235,235,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ebebeb', GradientType=1 );
*/
/*background: rgba(237,237,237,1);
background: -moz-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,0.97) 53%, rgba(246,246,246,0.95) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(255,255,255,0.97)), color-stop(100%, rgba(246,246,246,0.95)));
background: -webkit-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,0.97) 53%, rgba(246,246,246,0.95) 100%);
background: -o-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,0.97) 53%, rgba(246,246,246,0.95) 100%);
background: -ms-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,0.97) 53%, rgba(246,246,246,0.95) 100%);
background: linear-gradient(to right, rgba(237,237,237,1) 0%, rgba(255,255,255,0.97) 53%, rgba(246,246,246,0.95) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f6f6f6', GradientType=1 );*/
}

body.overflow_hidden { overflow: hidden !important; }

a:focus {
    outline: dotted thin
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    /*font-weight: normal;
    font-family: 'Poppins-Bold';*/
    font-family: 'Poppins', sans-serif; font-weight: 700;
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

p, pre {
    margin: 1em 0
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:after, q:before {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl, menu, ol, ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu, ol, ul {
    padding: 0 0 0 40px
}

nav ol, nav ul {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure, form {
    margin: 0
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button, input {
    line-height: normal
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

/* POPRAWKA - FILIP - Z TYM USTAWIENIEM CHECKBOXY I RADIO BYŁY NIEWIDOCZNE */
input{
    /*-webkit-appearance: none;*/
    border-radius: 0;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

.ui-datepicker {
	z-index: 1000 !important;
} 

.ui-dialog .ui-dialog-titlebar { font-size: 14px; }
.ui-dialog .ui-dialog-content { font-size: 14px; }

table {
    border-collapse: collapse;
    border-spacing: 0
}

::-moz-selection {
    background: #d0d3d6;
    text-shadow: none
}

::selection {
    background: #d0d3d6;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.article_main fieldset, .wrapper fieldset {
	border: 2px groove threedface;
	border-color: rgb(145, 188, 202);
	margin-bottom: 10px;
	padding: 15px;
}

.article_main fieldset legend, .wrapper fieldset legend {
    font-weight: bold;
}

.article_main fieldset .input, .wrapper fieldset .input {
	display: inline-block;
	margin: 5px;
	padding: 5px;
}
.article_main fieldset .input label, .wrapper fieldset .input label {
	margin-right: 10px;
}
.article_main fieldset .input label::after, .wrapper fieldset .input label::after {
	content : ":";
}
.article_main fieldset .input.required label::before, .wrapper fieldset .input.required label::before {
	content : "*";
}
.article_main fieldset .input.checkbox label::after, .wrapper fieldset .input.checkbox label::after {
	content : "";
}

.article_main fieldset .input.text .normal, .wrapper fieldset .input.text .normal { width: 180px; }
.article_main fieldset .input.text .big, .wrapper fieldset .input.text .big { width: 280px; }
.article_main fieldset .input.text .middle, .wrapper fieldset .input.text .middle { width: 120px; }

.article_main fieldset .input.text .small, .wrapper fieldset .input.text .small { width: 70px; }

.article_main input:read-only, .wrapper input:read-only {background: #CCC;}

.input-error label { color: red;}
.form-field-error { font-style: italic; color: red;}

/*
.clip-circle {
  clip-path: circle(60px at center);
}
.clip-ellipse {
  clip-path: ellipse(60px 40px at center);
}
.clip-polygon {
  clip-path: polygon(5% 5%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
}
*/


/*** MAIN STYLES ***/
* {
    outline: none !important;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.02em;
}

ul, li {
    padding: 0;
    margin: 0;
}

a {
    color: #111111;
    text-decoration: none !important;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

p {
    /*font-family: 'Poppins-Light';*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    margin: 0;
}

h1, h2, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}

/*** GLOBAL STYLES ***/
::-webkit-input-placeholder {
    color: black;
}

:-moz-placeholder {
    color: black;
}

::-moz-placeholder {
    color: black;
}

:-ms-input-placeholder {
    color: black;
}

/*** HEADER STYLES ***/
header{
    position:relative;
    z-index: 2000;
    transform: translate(0px,-51px);
    -webkit-transform: translate(0px,-51px);
    -moz-transform: translate(0px,-51px);
    -o-transform: translate(0px,-51px);
    -webkit-transition: 
    
    
    -webkit-transform 0.3s ease-out;
    -moz-transition: 
    
    
    -moz-transform 0.3s ease-out;
    -o-transition: 
    
    
    -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}


header .header_box {
	position: relative;
	width: 100%;
	height: 100px;
	z-index: 3;
}

.width-limited header .header_box {
	background: #111111;
}

.header_top {
    margin-top: 51px;
    position: relative;
    background: #111111;
    z-index:3;
    width: 100%;
    height: 100px;
}

.width-limited .header_top {
 	max-width: 1280px !important;
 	margin-left: auto;
 	margin-right: auto;
}

.header_top .logo {
    position: absolute;
    display: block;
    margin-top: 24px;
    margin-left: 24px;
}


.menu .menu_bottom{display:none;}

.header_top .presletter {
    position: absolute;
    display: table;
    right: 216px;
    top: 35px;
    color: white;
    /*font-family: "Poppins-Bold";*/
    font-family: 'Poppins', sans-serif; font-weight: 700;
    font-size: 14px;
    border :1px solid #AAA;
    padding-left:10px;
    padding-right:10px;
    padding-top:8px;
    padding-bottom:8px;
}

.header_top .presletter:hover{
  background:red;
  border:1px solid red;
}


.header_top .presletter span {
    line-height: 16px;
    letter-spacing: 0.03em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}



.header_top .shop {
    position: absolute;
    display: table;
    right: 350px;
    top: 35px;
    color: white;
    font-family: 'Poppins', sans-serif; font-weight: 700;
    font-size: 14px;
    border :1px solid #AAA;
    padding-left:10px;
    padding-right:10px;
    padding-top:8px;
    padding-bottom:8px;
}

.header_top .shop:hover{
  background:red;
  border:1px solid red;
}


.header_top .shop span {
    line-height: 16px;
    letter-spacing: 0.03em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


.header_top .fb_link,
.header_top .gg_link,
.header_top .tw_link,
.header_top .yt_link,
.header_top .insta_link {
    position: absolute;
    display: block;
    /*background: url(../images/social_icons.png);*/
    -webkit-transition: 0.3s background ease-out;
    -moz-transition: 0.3s background ease-out;
    transition: none;
}

.header_top .insta_link {
    /*background-position:0 0;*/
    background: url(../images/instagram_white.png);
    width: 34px;
    height: 34px;
    right: 168px;
    top: 35px;
}

.header_top .insta_link:hover{
    /*background-position:0 48px;*/
    background: url(../images/instagram_color.png);
}


.header_top .fb_link {
    /*background-position:0 0;*/
    background: url(../images/fb_white.png);
    width: 34px;
    height: 34px;
    right: 122px;
    top: 35px;
}

.header_top .fb_link:hover{
    /*background-position:0 48px;*/
    background: url(../images/fb_color.png);
}

.header_top .tw_link {
    /*background-position:18px 0;*/
    background: url(../images/twitter_white.png);
    width:34px;
    height:34px;
    right: 76px;
    top: 35px;
}

.header_top .tw_link:hover{
   /* background-position:18px 48px;*/
   background: url(../images/twitter_color.png);
}

.header_top .gg_link {
    /*background-position:35px 0;*/
    background: url(../images/google_white.png);
    width:34px;
    height:34px;
    right: 30px;
    top: 35px;
}

.header_top .gg_link:hover{
   /* background-position:35px 48px;*/
   background: url(../images/google_color.png);
}


.header_top .yt_link {
    /*background-position:35px 0;*/
    background: url(../images/yt_white.png);
    width:34px;
    height:34px;
    right: 30px;
    top: 35px;
}

.header_top .yt_link:hover{
   /* background-position:35px 48px;*/
   background: url(../images/yt_color.png);
}


header.shrinked{
    width:100%;
    z-index:10000;
    position:fixed;
}

.width-limited header.shrinked{
   background: #111;
}

.width-limited header.shrinked .menu{
   max-width: 1280px;
   margin-left: auto;
   margin-right: auto;
}

header.animate{
    transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
}

header.shrinked + .main_content{
    padding-top: 140px;
}

header.shrinked .header_box{
    display: none;
}

header.shrinked .header_top{
    display: none;
}

header.shrinked .menu{
    background:#111;
    /*border-bottom:1px solid #555;*/
    border-bottom:1px solid #111;
}


.width-limited header.shrinked .menu .menu_box {
	max-width: 1080px !important;
	margin-right: 0px;
}


header.shrinked .menu ul{
    float:right;
    margin-right:130px;
}
header.shrinked .menu .article_title + div{
    display:none;
}
header.shrinked .menu .article_title{
    display:block;
}
header.shrinked .menu.active .article_title{
    display:none;
}
header.shrinked .menu.active .article_title + div{
    display:block;
}

header.shrinked .menu li:before,
header.shrinked .menu li:last-child:after{
    background:#555;
}

header.shrinked .menu a{
    color:#fff;
}

header.shrinked ::-webkit-input-placeholder {
    color: #999;
}

header.shrinked :-moz-placeholder {
    color: #999;
}

header.shrinked ::-moz-placeholder {
    color: #999;
}

header.shrinked :-ms-input-placeholder {
    color: #999;
}

header.shrinked .search a:after {
    background:url(../images/search_white.png) no-repeat;
    background-size: 100%;
}
header.shrinked .menu .small_logo{
    display:block;
    line-height: 0;
    padding: 0;
    height: auto;
}

/* .menu .small_logo img{width:99px;} */
.menu .small_logo img{height:25px;}


/* DODANE - FILIP */
header.shrinked .no-fixed {
	display: none;
} 



/*******************/
/*** MENU STYLES ***/
/*******************/
.mobile_menu_fix,.mobile_bar,.menu a.menu_trigger{display:none;}
.menu {
    position: relative;
    z-index: 2;
    height: 50px;
    width: 100%;
    border-bottom: 1px solid black;
    background: #FFF;
}

.width-limited .menu .menu_box {
	position: relative;
	width: 100%;
	height: 100%;
}

.width-limited .menu .menu_box {
	position: relative;
	max-width: 1280px !important;
	margin-left: auto;
	margin-right: auto;
}

.menu .small_logo{
    display:none;
    position:absolute;
    top:12px;
    left:24px;
}

/* POPRAWKA - FILIP - ODDALENIE MENU OD LEWEJ STRONY */
.menu ul {
	padding: 0 23px;
	padding-left: 24px;
	height: 100%;
	box-sizing: border-box;
}


.menu ul li:hover ul.sub-menu{
    visibility: visible;
    opacity:1;
}

.menu ul ul.sub-menu{
    height:auto;
    z-index:10000;
    top:50px;
    left:50%;
    position:absolute;
    width: 254px;
    background:#fff;
    border:1px solid #111111;
    margin:0;
    margin-left: -127px;
    padding:22px 26px;
    visibility:hidden;
    opacity:0;
    -webkit-transition:0.3s opacity ease-out;
    -moz-transition:0.3s opacity ease-out;
    transition:0.3s opacity ease-out;
}

.menu ul ul.sub-menu:before {
  content: '';
  position: absolute;
  bottom:100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.menu ul ul.sub-menu:after {
  content: '';
  position: absolute;
  bottom:100%;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}


.menu ul li:first-of-type ul.sub-menu{
    left:120%;
}

.menu ul li:first-of-type ul.sub-menu:before {
  left: 25%;
}

.menu ul li:first-of-type ul.sub-menu:after {
  left: 25%;
}


.menu ul ul.sub-menu li{
    clear:left;
}
.menu ul ul.sub-menu span:first-child{
    margin-top:0;
}
.menu ul ul.sub-menu span{
    display:block;
    float:left;
    clear:left;
    font-size:11px;
    letter-spacing:0.01em;
    color:#999;
    margin-bottom:5px;
    margin-top:20px;
}
.menu ul .sub-menu li a{
    font-size:14px;
    line-height: 20px;
    text-transform:capitalize;
    padding: 0;
    -webkit-transition: 0.3s color ease-out;
    -moz-transition: 0.3s color ease-out;
    transition: 0.3s color ease-out;
}

.menu ul .sub-menu li:before,
.menu ul .sub-menu li:after{
    display:none;
}

.menu li {
    position:relative;
    float: left;
    height: 100%;
    margin-right:1px;
}

.menu li:before{
    content:'';
    left: -1px;
    top: 0px;
    position:absolute;
    display:block;
    height:50px;
    width:1px;
    background:#111111;
    -webkit-transition:0.3s all ease-out;
    -moz-transition:0.3s all ease-out;
    transition:0.3s all ease-out;
}

.menu li:last-child:after {
    content:'';
    right:-1px;
    top:0px;
    position:absolute;
    display:block;
    height:50px;
    width:1px;
    background:#111111;
    -webkit-transition:0.3s all ease-out;
    -moz-transition:0.3s all ease-out;
    transition:0.3s all ease-out;
}

.menu a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    /*font-family: 'Poppins-Bold';*/
    font-family: 'Poppins', sans-serif; font-weight: 700;
    letter-spacing: 0.02em;
    height: 100%;
    line-height: 50px;
    padding: 0 20px;
}

.menu li:hover a,
.menu li.current a{
    background:#f00;
    color:#fff;
}

.menu ul li:hover a + ul.sub-menu a{
    background: transparent;
    color:#000;
}

.menu ul ul.sub-menu a:hover{
    color:#f00 !important;
}

.menu li.current + li:before,
.menu li:hover + li:before{
    background:transparent;
}

.menu li.current:before,
.menu li:hover:before,
.menu li:hover:after{
    background:transparent;
}

header.shrinked .menu li.current:before,
header.shrinked .menu li:hover:before,
header.shrinked .menu li:hover:after{
    background:transparent;
}


/* FILIP - POPRAWKA - POKAZANIE ROZSYPANEJ STRZAŁKI */
.menu .article_title{
    display: none;
    position:absolute;
    color:white;
    width: 800px;
    left: 50%;
    /*top: 17px;*/
    top: 12px;
    margin-left:-362px;
    font-size:14px;
    letter-spacing:0px;
    color: #999;
    /*font-family:'Poppins-Bold';*/
    font-family: 'Poppins', sans-serif; font-weight: 700;
}
.menu .article_title.to_next_article{
    font-family: 'Poppins', sans-serif; font-weight: 300;
    letter-spacing:0.03em;
}
.menu .article_title:before{
    content:'';
    vertical-align:bottom;
    /*margin-bottom: 3px;*/
    margin-bottom: -3px;
    z-index:1000;
    display:inline-block;
    margin-right:20px;
    background:url(../images/arrow_right_red.png) no-repeat;
    /*width:16px;
    height:12px;*/
    width:36px;
    height:26px;
}

.menu .article_title.to_next_article:before{
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    transform:rotate(90deg);
}

.progress_bar{
    position:absolute;
    z-index: 1;
    top: 51px;
    left:0;
    width:0;
    height:2px;
    background:#f00;
    display:block;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.search_input.mobile{display:none;}

.search {
    position: absolute;
    top: 0;
    right: 0px;
}

.search .search_show{
    padding: 0 26px;
}

.search:hover .search_input,
.search .search_show:hover + .search_input{
  visibility:visible;
  opacity:1;
}

.search:hover .search_show{
    background:#f00;
    color:#fff;
}
.search:hover .search_show:after{
    background:url(../images/search_white.png) no-repeat;
    background-size: 100%;
}
.search .search_show:after{
    content:'';
    background: url(../images/search.png) no-repeat;
    background-size: 100%;
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 0;
    margin-left:10px;
    -webkit-transition:0.3s all ease-out;
    -moz-transition:0.3s all ease-out;
    transition:0.3s all ease-out;
}

.posts_container .tooltip{
    position:absolute;
    z-index:10;
    background:white;
    border:1px solid black;
    width:120px;
    top: 31px;
    right:-74px;
    padding:18px 22px;
    font-size:12px;
    line-height:17px;
    visibility:hidden;
}

.magazyn_posts_container .tooltip{
    position:absolute;
    z-index:10;
    background:white;
    border:1px solid black;
    width:120px;
    top: 31px;
    right:-74px;
    padding:18px 22px;
    font-size:12px;
    line-height:17px;
    visibility:hidden;
}

.search_input ::-webkit-input-placeholder {
    color: #999;
}

.search_input :-moz-placeholder {
    color: #999;
}

.search_input ::-moz-placeholder {
    color: #999;
}

.search_input :-ms-input-placeholder {
    color: #999;
}

.search_input{
    position: absolute;
    padding: 0;
    border:1px solid black;
    background-color: #fff;
    right: 0;
    visibility:hidden;
    opacity:0;
    width: 460px;
    -webkit-transition:0.3s opacity ease-out;
    -moz-transition:0.3s opacity ease-out;
    transition:0.3s opacity ease-out;
}

.search_input:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 395px;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #000;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.search_input:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 395px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.search_input input {
    font-size: 28px;
    /*font-family: "Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    letter-spacing: 0.04em;
    border:0;
    outline: 0;
    padding: 7px 22px;
    padding-right: 0;
    width: 390px;
    background: #fff;
    color: #999;
}

#magnifier {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/search_submit.png) no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    display: block;
    border: 0;
    padding: 0;
}
.search #magnifier:hover{
    background: url(../images/search_submit_red.png) no-repeat;
    background-position: center;
}
/***************************/
/*** WYNIKI WYSZUKIWANIA ***/
/***************************/
.search_results h1.search_results_title{
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid black;
  font-size:28px;
  /*font-family:"Poppins-Light";*/
  font-family: 'Poppins', sans-serif; font-weight: 300;
  margin-bottom: 80px;}
}
.search_results h1 span{
  color:#999;
}



/*******************/
/*** MAIN STYLES ***/
/*******************/

/* POPRAWKA - FILIP - DLA STRON DZIAŁÓW I TEMATÓW */

.home_page .main_content, .section_page .main_content, .subject_page .main_content, .content_page #content_page_blocks,
.dynamic_page .main_content, .section_page .main_content, .subject_page .main_content
{
    padding:0 48px 70px 48px;
}


.main_content {
    opacity: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    padding:0 0 70px 0;
    box-sizing: border-box;
}

.main_content.without-margin {
    padding:0 0 0 0 !important;
}

h2.lead_text {
    display: none;
    position: relative;
    font-size: 28px;
    /*font-family: "Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    width: 505px;
    letter-spacing: 0.014em;
    line-height: 35px;
    margin-top: 15px;
    margin-left:12px;
    margin-bottom: 81px;
}

h2.lead_text:before {
    position: absolute;
    left: -30px;
    top: 8px;
    content: '';
    display: block;
    background: url(../images/info.png) no-repeat;
    width: 8px;
    height: 14px;
}

/* ZMIANA - FILIP - ostatnie newsy do prawej strony */
.posts_day_container .right_column{
	right:15px;
	/*border-bottom: 25px solid #000;*/
	background-color: #EEE;
	height: 550px;
	overflow: hidden;
	width: 244px;
	margin-bottom: 30px;
	margin-left: 15px;
}

.right_column > h3 {
	background-color: #EEE !important;
	padding-top: 10px !important;
}

/*POPRAWKA - FILIP - padding dla prawej kolumny, żeby nie znikał grny napis*/
.right_column {
	position: absolute;
	right: 12px;
	top:0;
	height: 674px;
	overflow: hidden;
	width: 244px;
	border-left: 1px solid black;
	padding-left: 24px;
	padding-top: 1px;
	margin-bottom: 24px;
	box-sizing: border-box;
}

.right_column nav {
    width: 24px;
    padding-left: 15px;
    text-align: center;
    position: absolute;
    background: #fff;
    z-index: 3;
    right: 0;
    top: 0;
}

.right_column nav .arrow_up {
    display: block;
    background: url(../images/arrow_up.png) no-repeat;
    width: 12px;
    height: 7px;
    margin-left: 7px;
    margin-bottom: 9px;
}

.right_column nav .arrow_down {
    display: block;
    background: url(../images/arrow_down.png) no-repeat;
    width: 12px;
    height: 7px;
    margin-left: 7px;
}

.right_column .latest_posts_container {
    position: relative;
    top: 0;
    float: left;
    z-index: 1;
}

/* ZMIANA - FILIP - wywalenie stałej wysokości boxów last view */
.right_column .latest_post {
    position: absolute;
    width: 217px;
    /*height: 89px;*/
    height: auto;
    top: 0;
    left: 0;
    /*padding-bottom: 19px;*/
    padding-bottom: 7px;
    border-bottom: 1px solid #CCC;
}

.home_page .right_column .latest_post .post_icon{
    top:12px;
}

.home_page .right_column .latest_post .post_icon:before{
  position:relative;
  top: 0;
  left:-8px;
  content:'';
  display:block;
  height:100%;
  width:1px;
  background:#CCC;
}

.dynamic_page .right_column .latest_post .post_icon{
    top:12px;
}

.dynamic_page .right_column .latest_post .post_icon:before{
  position:relative;
  top: 0;
  left:-8px;
  content:'';
  display:block;
  height:100%;
  width:1px;
  background:#CCC;
}

.right_column .latest_post .post_icon{
    display:block;
    position:absolute;
    top: -8px;
    right: 1px;
}

.right_column .latest_post .shop_icon{
    background:url(../images/shop_black.png) no-repeat;
    background-size:100%;
    width: 18px;
    height: 16px;
}

.right_column .latest_post .chat_icon{
    background:url(../images/chat_black.png) no-repeat;
    background-size:100%;
    width: 16px;
    height: 17px;
}

.right_column .latest_post .person_icon{
    background:url(../images/person_black.png) no-repeat;
    background-size:100%;
    width: 17px;
    height: 17px;
}
.right_column .latest_post .promoted_post{
    background:url(../images/star.png) no-repeat;
    width: 17px;
    height:17px;
}

.right_column .latest_post .promoted_post:hover .tooltip{
    visibility:visible;
    opacity:1;
}

.right_column .latest_post .promoted_post .tooltip{
    position:absolute;
    background:white;
    border:1px solid black;
    top:25px;
    right:16px;
    padding:18px 22px;
    font-size:12px;
    line-height:17px;
    visibility:hidden;
    opacity:0;
    -webkit-transition:0.3s opacity ease-out;
    -moz-transition:0.3s opacity ease-out;
    transition:0.3s opacity ease-out;
}

.right_column .latest_post .promoted_post .tooltip p{
  margin:0;
}

.right_column .latest_post .promoted_post .tooltip:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left:100%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #000;
  border-right: 1px solid transparent;
  border-left: 9px solid transparent;
}
.right_column .latest_post .promoted_post .tooltip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left:100%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-right: 0 solid transparent;
  border-left: 8px solid transparent;
}

.right_column .latest_post a{
    /*font-family:'Poppins-Light';*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    /*font-weight: bold;*/
    border-bottom:1px solid transparent;
    line-height:18px;
}

.right_column .latest_post a:hover{
    border-bottom:1px solid #000;
}

.right_column h3 {
    position: relative;
    color: #000;
    font-size: 11px;
   /*font-family: "Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    border-bottom: 1px solid black;
    width: 88%;
    margin-top: -2px;
    letter-spacing: 0.07em;
    padding-bottom: 7px;
   /*  background: #fff; */
    z-index: 2;
}

.right_column .post_number {
    font-size: 12px;
    /*font-family: "Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    color: #999;
}

.right_column p {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.04em;
    margin-top: 9px;
    padding-right: 30px;
}


/* PRZYKRYCIE BOKSU Z ZANIKANIEM*/

.box_fade {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	z-index: 100;
	background: url('../images/box_fade_white') bottom left repeat;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+70 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(70%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%); /* IE10 preview */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}


.box_fade .read-more { display: inline-block; position: absolute; bottom: 5px; right: 5px; text-align: right; text-transform: uppercase; }

.box_fade .read-more a { font-size: 9px; color: #e30613; /*font-family: "Poppins-Light";*/ font-family: 'Poppins', sans-serif; font-weight: 300; }

.box_footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	z-index: 100;
	background: transparent;
}

.box_footer .read-more { display: inline-block; background: #FFF; position: absolute; bottom: 13px; right: 5px; text-align: right; text-transform: uppercase; }

.box_footer .read-more a { font-size: 9px; color: #e30613; /*font-family: "Poppins-Light"; */ font-family: 'Poppins', sans-serif; font-weight: 300;}


/* BOX WYWIAD */

.box-area {position: relative; top: 12px; padding-top: 15px; height: 259px; overflow: hidden; border-bottom: 1px solid #111111;} 
.box-area:first-of-type {top: 0px; padding-top: 0;}
.box-area:last-of-type {border-bottom: 0;}

.posts_container .post.interview_post {
	background-color: #FFF;
	height: 550px;
	overflow: hidden;
	width: 244px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 0;
	padding-top: 1px;
	border-bottom: 1px solid #111111;
	box-sizing: border-box;
}

.posts_container .post.interview_post .post_image {
    position: relative;
    top: 0;
    float: right;
	margin-left: 10px;
    margin-bottom: 10px;
z-index : 20;
}

.posts_container .post.interview_post img {
    position: relative;
    top: 0;
    /*float: right;*/
    max-width: 100px;
	 width: 100px !important;
   /* margin: 10px; */
  	/*clip-path: circle(40px at center);
  	-webkit-clip-path: circle(40px at center);*/
  	border-radius: 50%;
  	/*clip-path: circle(245px, 140px, 50px);*/
}

.posts_container .post.interview_post .post_title {
    position: relative;
    top: 0;
    margin-top: 0;
    margin-bottom: 15px;
}

.posts_container .post.interview_post .post_title h2 {
	/*font-family: "Poppins-Bold";*/
	font-family: 'Poppins', sans-serif; font-weight: 700;
	font-size: 14px;
}

.posts_container .post.interview_post .post_text {
    position: relative;
    top: 0;
    font-size: 12px;
    /*font-family: 'Poppins-Light';*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    line-height: 16px;
}



.posts_container .post.interview_post.interview_post_v1 .post_title h2 {
	/*font-family: "Poppins-Bold";*/
	font-family: 'Poppins', sans-serif; font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 16px;
}



/* BOX LISTY NA PODSTAWIE PRAWEJ KOLUMNY */

.posts_container .post.column_list_post{
	background-color: #FFF;
	height: 550px;
	overflow: hidden;
	width: 244px;
	 margin-top: 15px;
    margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 0;
	padding-top: 1px;
	box-sizing: border-box;
}

.posts_container .post.column_list_post.fixed_post{
	position: absolute;
	top:0px;
	right:15px;
	margin-right: 0
}


.posts_container .post.column_list_post nav {
    width: 24px;
    padding-left: 15px;
    text-align: center;
    position: absolute;
    background: #fff;
    z-index: 3;
    right: 0;
    top: 0;
}

.posts_container .post.column_list_post nav .arrow_up {
    display: block;
    background: url(../images/arrow_up.png) no-repeat;
    width: 12px;
    height: 7px;
    margin-left: 7px;
    margin-bottom: 9px;
}

.posts_container .post.column_list_post nav .arrow_down {
    display: block;
    background: url(../images/arrow_down.png) no-repeat;
    width: 12px;
    height: 7px;
    margin-left: 7px;
}

.posts_container .post.column_list_post .latest_posts_container {
    position: relative;
    top: 0;
    float: left;
    z-index: 1;
}



/* ZMIANA - FILIP - wywalenie stałej wysokości boxów last view */
.posts_container .post.column_list_post .latest_post {
    position: absolute;
    display: table;
    width: 194px;
    height: 102px;
    top: 0;
    left: 0;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 2px;
    background: #f3f3f3;
}

.posts_container .post.home_page .column_list_post .latest_post .post_icon{
    top:12px;
}

.posts_container .post.home_page .column_list_post .latest_post .post_icon:before{
  position:relative;
  top: 0;
  left:-8px;
  content:'';
  display:block;
  height:100%;
  width:1px;
  background:#CCC;
}

.posts_container .post.dynamic_page .column_list_post .latest_post .post_icon{
    top:12px;
}

.posts_container .post.dynamic_page .column_list_post .latest_post .post_icon:before{
  position:relative;
  top: 0;
  left:-8px;
  content:'';
  display:block;
  height:100%;
  width:1px;
  background:#CCC;
}

.posts_container .post.column_list_post .latest_post .post_icon{
    display:block;
    position:absolute;
    top: 1px;
    right: 1px;
}

.posts_container .post.column_list_post .latest_post .shop_icon{
    background:url(../images/shop_black.png) no-repeat;
    background-size:100%;
    width: 18px;
    height: 16px;
}

.posts_container .post.column_list_post .latest_post .chat_icon{
    background:url(../images/chat_black.png) no-repeat;
    background-size:100%;
    width: 16px;
    height: 17px;
}

.posts_container .post.column_list_post .latest_post .person_icon{
    background:url(../images/person_black.png) no-repeat;
    background-size:100%;
    width: 17px;
    height: 17px;
}
.posts_container .post.column_list_post .latest_post .promoted_post{
    background:url(../images/star.png) no-repeat;
    width: 17px;
    height:17px;
}

.posts_container .post.column_list_post .latest_post .promoted_post:hover .tooltip{
    visibility:visible;
    opacity:1;
}

.posts_container .post.column_list_post .latest_post .promoted_post .tooltip{
    position:absolute;
    background:white;
    border:1px solid black;
    top:25px;
    right:16px;
    padding:18px 22px;
    font-size:12px;
    line-height:17px;
    visibility:hidden;
    opacity:0;
    -webkit-transition:0.3s opacity ease-out;
    -moz-transition:0.3s opacity ease-out;
    transition:0.3s opacity ease-out;
}

.posts_container .post.column_list_post .latest_post .promoted_post .tooltip p{
  margin:0;
}

.posts_container .post.column_list_post .latest_post .promoted_post .tooltip:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left:100%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #000;
  border-right: 1px solid transparent;
  border-left: 9px solid transparent;
}
.posts_container .post.column_list_post .latest_post .promoted_post .tooltip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left:100%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-right: 0 solid transparent;
  border-left: 8px solid transparent;
}

.posts_container .post.column_list_post .latest_post a{
   /*font-family:'Poppins-Light';*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    /*font-weight: bold;*/
    border-bottom:1px solid transparent;
    line-height:18px;
}

.posts_container .post.column_list_post .latest_post a:hover{
    border-bottom:1px solid #000;
}

.posts_container .post.column_list_post h3 {
	position: relative;
	color: #ff3333;
	font-size: 11px;
	/*font-family: "Poppins-Light";*/
	font-family: 'Poppins', sans-serif; font-weight: 300;
	width: 100%;
	/*margin-top: -2px;*/
	margin-top: 0;
	margin-bottom: 15px;
	letter-spacing: 0.07em;
	padding-top: 0 !important;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	background: #fff;
	z-index: 2;
}

.posts_container .post.column_list_post .post_number {
    font-size: 12px;
     /*font-family: "Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    color: #999;
}

.posts_container .post.column_list_post p {
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.04em;
	margin-top: 0;
	padding-right: 0px;
	display: table-cell;
	vertical-align: middle;
}






.main_inner{
    margin-top: 15px;
}




.posts_container {
    position: relative;
}


/* PASEK INFORMACYJNY */
.belt_holder {
    position:relative;
    clear:left;
    margin: 0 auto;
    height: 40px;
    top: -51px;
    background: #111111;
    /*padding-bottom: 25px;*/
    /*max-width: 1100px;*/
}

.belt_holder .belt-logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 260px;
}

.belt_holder .belt-logo p {
	background: #ff1111;
	color: #ffffff;
	line-height: 40px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}

.belt_holder .wrapper {
	/*max-width: 100%;*/
	height: 100%;
	overflow: hidden;
	background: #111111;
	color: #ffffff;
	position: absolute;
	top: 0px;
	left: 260px;
	right: 0px;
}

.belt_holder .wrapper a, .belt_holder .wrapper a:hover, .belt_holder .wrapper a:visited {
	color: #fff;
}

.belt_holder .marquee {
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	animation: marquee 90s linear infinite;
}

.belt_holder .marquee p {
	display: inline-block;
	line-height: 40px;
}

@keyframes marquee {
	0% {
    transform: translate3d(0, 0, 0);
	}
	100% {
    transform: translate3d(-50%, 0, 0);
	}
}


/* BANNERY */
/*.posts_container*/ 
.banner_holder {
    position:relative;
    clear:left;
    margin: 0 auto;
    padding-bottom:25px;
}
/*.posts_container*/ 
.banner{
    position: relative;
    text-align:center;
    padding:20px 0;
    /* border:1px solid #EEE; */
    box-sizing: border-box;
    width:100%;
}
/*.banner_holder .banner img{
    cursor:pointer;
    max-width: 48%;
    height: auto;
}*/
.banner_holder .banner_info{
    position:absolute;
    /*font-family:"Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    font-size:11px;
    letter-spacing:0.06em;
    /*color:#EEE;*/
    color:#AAA;
    text-transform:capitalize;
    left: 50%;
    margin-left: -24px;
    bottom: 2px;
}

.article_content .banner_holder {max-width: 1024px;}

.banner video {position: relative; width: 480px; height: 269px; margin-left: auto; margin-right: auto; margin-top: 0;}
.banner a.video-cover {position: relative; display: block; width: 480px; height: 269px; margin-left: auto; margin-right: auto; margin-top: -275px; opacity: 0.5; transition: opacity 0.3s;}
.banner a.video-cover:hover { opacity: 1; transition: opacity 0.3s; }
.banner a.video-cover.status-play { background: none; }
.banner a.video-cover.status-play:hover { background: url("../images/player-pause.png") no-repeat center center; }
.banner a.video-cover.status-pause { background: url("../images/player-play.png") no-repeat center center; }

.banner.banner_double_billboard video {position: relative; width: 750px; height: 200px; margin-left: auto; margin-right: auto; margin-top: 0;}
.banner.banner_double_billboard a.video-cover {position: relative; display: block; width: 750px; height: 200px; margin-left: auto; margin-right: auto; margin-top: -205px; opacity: 0.5; transition: opacity 0.3s;}


/* .banner_video {width: auto;} */
/*.banner_video {position: relative; width: 480px; height: 269px; margin-left: auto; margin-right: auto; margin-top: 0;}*/
.banner_video a:hover { opacity: 1; transition: opacity 0.3s; }
.banner_video a.status-play { background: none; }
.banner_video a.status-play:hover { background: url("images/player-pause.png") no-repeat center center; }
.banner_video a.status-pause { background: url("images/player-play.png") no-repeat center center; }

.banner_video .player-controll-box { text-align: center;}
.banner_video .player-controll-box span { /* margin-right: 15px; */ }
.banner_video .player-controll-box a { display: inline-block !important; width: 32px !important; height: 32px !important; margin-top: 0 !important; }
.banner_video .player-controll-box a.video-play { background: url("images/player-pause.png") no-repeat center center; background-size: 32px 32px; }
.banner_video .player-controll-box a.video-pause { background: url("images/player-play.png") no-repeat center center; background-size: 32px 32px; }
.banner_video .player-controll-box a.video-mute { background: url("images/player-unmute.png") no-repeat center center; background-size: 32px 32px; }
.banner_video .player-controll-box a.video-unmute { background: url("images/player-mute.png") no-repeat center center; background-size: 32px 32px; }



.posts_container .posts_day_container_holder{
	position:relative;
	clear:left;
	padding-bottom: 30px;
}

.width-limited .posts_container {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}


.posts_container .posts_day_container_holder_with_title {
	margin-top: 30px;
}

.posts_container.posts_container_subject .posts_day_container_holder_with_title,
.posts_container.posts_container_section .posts_day_container_holder_with_title
{
	margin-top: 60px;
}

.posts_container .posts_day_container{
	position: relative;
	margin: 0 auto;
}

.posts_container .bg-grey .posts_day_container{
	background: #f3f3f3;
}

.posts_container .bg-border .posts_day_container{
	border: 1px solid #353535;
}

.posts_container .bg-border-bottom .posts_day_container{
	border-bottom: 1px solid #353535;
	/*margin-bottom: 25px;*/
}

.posts_container .posts_day_container_holder.bg-border-bottom {
	margin-bottom: 50px;
}


.posts_container .bg-border .post.normal_post, .posts_container .bg-border .post.big_post {
	border-bottom: 0;
}



/** Brak tła pod postami - widać tło bloku*/
.posts_container .background-under-boxes .posts_day_container .post, 
.posts_container .background-under-boxes .posts_day_container .post h3, 
.posts_container .background-under-boxes .posts_day_container .post .post_text{
	background: none !important;
}


.posts_container .bg-grey.background-under-boxes .posts_day_container .post .right_top_icon {
	background: #f3f3f3;
}

.posts_container .background-under-boxes .posts_day_container .post, 
.posts_container .background-under-boxes .posts_day_container .post h3, 
.posts_container .background-under-boxes .posts_day_container .post .post_text{
	background: #f3f3f3 !important;
}

.posts_container .posts_day_container > h2 {
	position: absolute;
	top: -35px;
	color: #ff1111;
	/*font-family: "Poppins-Light";*/
	font-family: 'Poppins', sans-serif; font-weight: 300;
	font-size: 1.8em;
}

.posts_container .posts_day_container > h2.block_title_size_1 {
	font-size: 1.9em;
}

.posts_container .posts_day_container > h2.block_title_size_2 {
	font-size: 1.9em;
	font-weight: bold;
}


.posts_container .posts_day_container > h2.uppercase {
	text-transform: uppercase;
}

.posts_container .posts_day_container > h2 a {
	color: #ff1111;
}

.posts_container .posts_date {
    margin-top: 9px;
    cursor:pointer;
    position: absolute;
    padding-top:20px;
    left: -66px;
    top: 18px;
    /*color: #999;*/
    color: #e30613;
    border-bottom:1px solid transparent;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 14px;
    /*font-family: "Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    letter-spacing: 0.05em;
    -webkit-transition:0.3s color ease-out,0.3s border ease-out;
    -moz-transition:0.3s color ease-out,0.3s border ease-out;
    transition:0.3s color ease-out,0.3s border ease-out;
}

.posts_container .posts_date.fixed {
    position:fixed;
    left: -18px;
    top: 139px;
}

.posts_container .posts_date.bottom_fixed{
  bottom: 27px;
  top: initial;
}

.posts_container .posts_date:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    display: block;
    width: 1px;
    height: 36px;
    background: #999;
    -webkit-transition:0.3s all ease-out;
    -moz-transition:0.3s all ease-out;
    transition:0.3s all ease-out;
}


.posts_container .posts_date:hover{
    color:#000;
}

.posts_container .post {
    box-sizing: border-box;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    float: left;
    width: 244px;
    height: 260px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.posts_container .block-size-1 .post {
    height: 280px;
}

.posts_container .block-size-3 .post {
    height: 325px;
}

.posts_container .block-size-6 .post {
    height: 253px;
}

.posts_container .block-size-7 .post {
    height: 200px;
}

.posts_container .post_col {
	width: 244px;
}

.posts_container .block-size-6 .post_col {
	width: 190px;
}

.posts_container .block-size-7 .post_col {
	width: 150px;
}

.posts_container .post_col_2 {
	width: 518px;
}

.posts_container .post_col_4 {
	width: 1066px;
}

.posts_container .post .post_text h2 {
    margin-top: 13px;
    font-size: 14px;
    line-height: 28px;
    /*font-family: "Poppins-Bold";*/
    font-family: 'Poppins', sans-serif; font-weight: 700;
    letter-spacing: 0.01em;
}

.posts_container .post .post_text h2 a:hover{
    border-bottom:1px solid black;
}


.posts_container .post .post_text h2 a{
	border-bottom:1px solid transparent;
	/*display: block;*/
}

.posts_container .post .post_text h2 .hash_tag {
    /*font-family:"Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
}

.posts_container .post .post_text h3 {
    display: inline-block;
    padding: 0;
    position: relative;
    z-index: 1;
    font-size: 11px;
     /*font-family: "Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    color: #e30613;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.posts_container .post .post_text h3 a {
   /*font-family: "Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    color: #e30613;
    letter-spacing: 0.04em;
}

.posts_container .post .post_text h3.blue a {
    color: #2aa9e0;
}

.posts_container .post .post_text h3 span {
    -webkit-transition:0.3s color ease-out;
    -moz-transition:0.3s color ease-out;
    transition:0.3s color ease-out;
}

.posts_container .post .post_text h3 a:hover{
    color:#111111;
}


/* DOPISANE - FILIP */
.article_main .post_image img { 
	max-width: 568px;
}

.posts_container .post .post_image img {
    width: 100%;
    max-height: 150px;
    -webkit-transition:0.3s all ease-out;
    -moz-transition:0.3s all ease-out;
    transition:0.3s all ease-out;
}

.posts_container .post.normal_post:hover .post_image img{
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);
}

.posts_container .post .post_comments {
    height: 13px;
    position: absolute;
    bottom: 22px;
}
.posts_container .post .post_comments img{
  width:13px;
  height:13px;
}
.posts_container .post .comments_counter {
    position: absolute;
    left: 17px;
    top: 1px;
    color: #999;
    font-size: 11px;
     /*font-family: "Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
}

.posts_container .post .comments_counter a {
    color: #999;
}

/*
.posts_container .post .post_info {
	position: absolute; 
	bottom: 7px;
	right: 10px;
}
*/

.posts_container .post .post_info {
	position: absolute; 
	top: -17px;
	left: 10px;
}


/*
.posts_container .post.normal_post .post_info {
	position: absolute; 
	bottom: -18px;
	right: 10px;
}
*/

.posts_container .post.normal_post .post_info {
    position: absolute;
    top: -17px;
    left: 10px;
    
}


.posts_container .wide_image_post .post_info {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #FFF;
}


.posts_container .post .post_info .advert_post_info {
	font-size: 10px;
	color: #e30613;
}


.column_middle .article-date .black_text {font-size: 12px;}


.posts_container .post .right_top_icon {
    width: 16px;
    height: 16px;
    background: white;
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}

.magazyn_posts_container .post .right_top_icon {
    width: 32px;
    height: 24px;
    background: transparent;
    display: block;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 0;
}

.posts_container .tooltip.active{
    visibility:visible;
    opacity:1;
}

.posts_container .tooltip.active:hover{
    visibility:visible;
    opacity:1;
}

.posts_container .tooltip{
    position:absolute;
    z-index:10;
    background:white;
    border:1px solid black;
    width:120px;
    top: 28px;
    right:-74px;
    padding:18px 22px;
    font-size:12px;
    line-height:17px;
    visibility:hidden;
    opacity:0;
    -webkit-transition:0.3s opacity ease-out;
    -moz-transition:0.3s opacity ease-out;
    transition:0.3s opacity ease-out;
}

.posts_container .tooltip:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.posts_container .tooltip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.magazyn_posts_container .tooltip.active{
    visibility:visible;
    opacity:1;
}

.magazyn_posts_container .tooltip.active:hover{
    visibility:visible;
    opacity:1;
}

.magazyn_posts_container .tooltip{
    position:absolute;
    z-index:10;
    background:white;
    border:1px solid black;
    width:120px;
    top: 28px;
    right:-54px;
    padding:18px 22px;
    font-size:12px;
    line-height:17px;
    visibility:hidden;
    opacity:0;
    -webkit-transition:0.3s opacity ease-out;
    -moz-transition:0.3s opacity ease-out;
    transition:0.3s opacity ease-out;
}

.magazyn_posts_container .tooltip:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.magazyn_posts_container .tooltip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}


.posts_container .post_slider .tooltip{
    top: 28px;
    right: 27px;
}
.posts_container .post_slider .tooltip:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left:100%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-bottom: 9px solid #000;
  border-right: 0px solid transparent;
  border-left: 10px solid transparent;
}
.posts_container .post_slider .tooltip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left:100%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-bottom: 7px solid #fff;
  border-right: 0 solid transparent;
  border-left: 7px solid transparent;
}

.posts_container .post .right_top_icon img {
    position: absolute;
    top: 2px;
    right: 2px;
    max-height: 14px;
}

.posts_container .post .right_top_icon img.enlarge {
    top: 5px;
    right: 6px;
}

.posts_container .post .post_slider {
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    overflow: hidden;
}

.posts_container .post .post_slider .post_image {
	float: left;
	width: 100%;
	display: block;
	text-align: center;
}

.posts_container .post .post_slide {
    position: relative;
    float: left;
    height: 100%;
    padding-left: 24px;
    box-sizing: border-box;
}


/*FILIP - POPRAWKA DO NAWIGACJI SLIDERA*/
.posts_container .post nav{
    position: absolute;
    display: block;
    z-index: 2;
    /*left: 194px;
    width: 48px;
    height: 12px;
    bottom: 25px;*/
    left: 179px;
    width: 62px;
    height: 14px;
    bottom: 23px;
    background: #fff;
}

.posts_container .post nav .arrow_left {
    display: block;
    float: left;
    background: url(../images/arrow_left.png) no-repeat;
    background-size: 100%;
    width: 7px;
    height: 13px;
}

.posts_container .post nav .pager {
    float: left;
    margin: 0 8px;
    font-size: 11px;
    color: #999;
}

.posts_container .post nav .arrow_right {
    float: left;
    display: block;
    background: url(../images/arrow_right.png) no-repeat;
    background-size: 100%;
    width: 7px;
    height: 13px;
}

/*
.posts_container .post{
    opacity:1;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
*/

.posts_container .post.inactive{
    pointer-events:none;
    opacity:0.22;
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
}

.posts_container .post.normal_post {
    border-bottom: 1px solid #111111;
}

.posts_container .post.normal_post .post_comments {
    left: 0;
}

.posts_container .post_image{
    overflow: hidden;
    display: block;
}

.posts_container .post{
  background:white;
  /*overflow: hidden;*/
}

.posts_container .post.normal_post .post_text {
	position: absolute;
	top: 150px;
	bottom: 0px;
	width: 100%;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
}

.posts_container .post.normal_post .post_text h3 {
    background: white;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-bottom: 0;
    text-transform: uppercase;
}

.posts_container .post.normal_post .post_text h2 {
	position: absolute;
	top: 38px;
	bottom: 12px;
	width: 100%;
	line-height: 19px;
	margin-top: 0;
	overflow: hidden;
}

.posts_container .post.normal_post .right_top_icon,
.posts_container .post.text_only_post .right_top_icon,
.posts_container .post.big_post .right_top_icon{
    padding: 6px;
}

.posts_container .post.text_only_post {
    padding: 20px 24px;
    background: #EEE;
    border-left: 1px solid #111111;
    border-right: 1px solid #111111;
}

.posts_container .post.text_only_post .post_text {
	position: relative;
	display: block;
	width: 100%;
	height: 100%; 
	overflow: hidden;
}

.posts_container .post.text_only_post h2 {
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 24px;
}

.posts_container .post.text_only_post .post_text h3 {
    padding-top: 0;
    margin-top: 40px;
}

.posts_container .post.text_only_post .post_text h2 {
    margin-top: 5px;
}

.posts_container .post.quote_post {
    padding: 20px 24px;
    background: #EEE;
}

.posts_container .post.quote_post .post_text h3 span{
    border-bottom:0;
}

.black_text{
  color:black;
}

.posts_container .post.quote_post .post_text:before {
    content: '';
    background:url(../images/upper_quote.png) no-repeat;
    display:block;
    height:26px;
    width:34px;
    /*font-family: "Poppins-Bold";*/
    font-family: 'Poppins', sans-serif; font-weight: 700;
    position: absolute;
    top: 24px;
    left: 24px;
}

.posts_container .post.quote_post .post_text:after {
    content: '';
    background:url(../images/lower_quote.png) no-repeat;
    display:block;
    height:26px;
    width:34px;
    /*font-family: "Poppins-Bold";*/
    font-family: 'Poppins', sans-serif; font-weight: 700;
    position: absolute;
    bottom: 24px;
    right: 24px;
}

.posts_container .post.quote_post h2 {
    padding-top: 30px;
    font-size: 17px;
    letter-spacing: 0.01em;
}

.posts_container .post.quote_post h3,
.posts_container .post.quote_post h3 a {
    color: #999;
    letter-spacing: 0.07em;
}

.posts_container .post.advert_red_post {
    background: #FF0000;
    padding: 20px 24px;
}

.posts_container .post.advert_blue_post {
    background: #2aa9e0;
    padding: 20px 24px;
}

.posts_container .post.advert_white_post {
    background: #FFFFFF;
    padding: 20px 24px;
    border: 1px solid #AAAAAA;
}

.advert_white_post .post_logo img,
.advert_blue_post .post_logo img{
 /* width:33px;*/
	max-width: 120px;
   max-height: 50px;
 	height:auto;
}

.advert_red_post .post_logo img {
    max-width: 120px;
    max-height: 50px;
    height: auto;
}

.posts_container .post.advert_white_post h2,
.posts_container .post.advert_red_post h2,
.posts_container .post.advert_blue_post h2 {
    color: white;
    /*font-family: "Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    /*font-size: 17px;
    line-height: 24px;*/
    letter-spacing: 0.02em;
}


.posts_container .post.advert_white_post h2 {
    color: black;
}

.posts_container .post.advert_red_post h2 b, .posts_container .post.advert_red_post h2 strong {
    /*font-family: "Poppins-Bold";
    font-weight: 400;*/
    font-family: 'Poppins', sans-serif; font-weight: 700;
}

.posts_container .post.advert_white_post h3,
.posts_container .post.advert_red_post h3,
.posts_container .post.advert_blue_post h3 {
    text-transform: uppercase;
    color: black;
    font-weight: bold;
}

.posts_container .post.advert_white_post h3 {
    font-weight: bold;
    color: #2aa9e0;
}

.posts_container .post.advert_white_post .post_logo,
.posts_container .post.advert_red_post .post_logo,
.posts_container .post.advert_blue_post .post_logo {
    position: absolute;
    bottom: 22px;
    left: 25px;
}


.posts_container .post.number_one_post,
.posts_container .post.section_review_post,
.posts_container .post.section_review_list_post{
    border-left: 1px solid black;
    overflow: hidden;
}


.posts_container .post.number_one_post:before,
.posts_container .post.section_review_post:before{
    content:'';
    display:block;
    position:absolute;
    z-index:2;
    bottom:0;
    right:0;
    background:#999;
    height:1px;
    width:100%;
    width:calc(100% - 24px);
}


/*DODANE - FILIP - PRZEGLĄD DZIAŁU - LISTA */
.posts_container .post.section_review_list_post {
	border-bottom: 25px solid #000;
	border-top: 25px solid #000;
	border-left: 0;
	border-right: 0;
}

.posts_container .post.section_review_list_post h3 {
    position: relative;
    color: #AAA;
    font-size: 12px;
    /*font-family: "Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    border-bottom: 1px solid black;
    text-transform: uppercase;
    width: 88%;
    margin-top: 23px;
    margin-bottom: 4px;
    letter-spacing: 0.07em;
    padding-bottom: 7px;
    background: #fff;
    z-index: 2;
    border: 0;
}

.posts_container .post.section_review_list_post h3 a {
    color: #AAA;
    font-size: 12px;
    /*font-family: "Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    text-transform: uppercase;
}

.posts_container .post.section_review_list_post .post_slider {
	height: auto;
}

.posts_container .post.section_review_list_post .post_slide {
	position: relative;
	float: left;
	height: 100%;
	padding-left: 0;
	box-sizing: border-box;
}

.posts_container .post.section_review_list_post .latest_post {
	width: 217px;
	height: auto;
	top: 0;
	left: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #CCC;
}

.posts_container .post.section_review_list_post .latest_post:first-of-type {
	padding-top: 0;
}

.posts_container .post.section_review_list_post .latest_post:last-of-type {
	border-bottom: 0;
}


.posts_container .post.section_review_list_post .latest_post a {
	/*font-family: "Poppins-Light";
	font-weight: normal;*/
	font-family: 'Poppins', sans-serif; font-weight: 300;
	font-size: 13px;
	line-height: 18px;
	border-bottom: 1px solid transparent;	
}

/*FILIP - BOX SZEROKI OBRAZ */

.posts_container .wide_image_post{
    width:518px;
    height: 260px;
    /*border-bottom: 25px solid #EEE;*/
    background:#fff;
    overflow: hidden;
}

.posts_container .post.wide_image_post .post_image img{
   max-height: none;
	width: 100%;
	max-width: 100%;
	margin: auto;
}

.posts_container .post.wide_image_post .right_top_icon {
    padding: 6px;
    background: white;
}


.posts_container .post.wide_image_post .post_text{
	position:absolute;
	padding-top: 4px;
	height: 30px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index:2;
	overflow:hidden;
	background:white;
	width: auto;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	opacity: 0.85;
	text-align: left;


}


.posts_container .post.wide_image_post .post_text h2{
	font-size:16px;
	margin-top:2px;
	margin-bottom:10px;
}



/*GŁOSOWANIE */
.posts_container .voting_item.wide_image_post{
    height: 430px;
}


.posts_container .voting_item.post.wide_image_post .post_text h2{
	font-size:16px;
	margin-top:2px;
	margin-bottom:10px;
}

.posts_container .voting_item.post.wide_image_post .post_text{
	height: 98px;
	text-align: center;
	font-size:16px;
	background: #FFFFFF;
	opacity: 1;
}
.posts_container .voting_item.post.wide_image_post .post_image img {
    max-height: 100%;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: auto;
}


/* GŁOSOWANIE --- KONIEC */


/* Do GALERII */

.article_main .column_middle .gallery a { color: #45648f; }
.article_main .column_middle .gallery a:hover { text-decoration: underline !important; }


/* POPRAWKA - FILIP - BOX APPSTORE */

.posts_container .post.appstore_post {
	overflow: hidden;
}

.posts_container .post.appstore_post .post_image img {
    max-height: none;
    height: 100%;
}


.posts_container .post.number_one_post .post_image img {
	max-height: none;
	width: 218px !important;
	height: auto;
}

.posts_container .post.number_one_post .right_top_icon, .posts_container .post.appstore_post .right_top_icon {
    padding: 6px;
    background: white;
}

.posts_container .post.number_one_post .post_text, .posts_container .post.appstore_post .post_text {
    position: absolute;
    bottom: 0;
    left: 24px;
    box-sizing: border-box;
    padding-bottom: 23px;
    background: white;
    width:100%;
    width: calc(100% - 24px);
    padding-top: 20px;
}

.posts_container .post.number_one_post .post_text h3,
.posts_container .post.appstore_post .post_text h3,
.posts_container .post.section_review_post .post_text h3 {
    padding: 0;
}

.posts_container .post.number_one_post .post_text h3 a,
.posts_container .post.appstore_post .post_text h3 a,
.posts_container .post.section_review_post .post_text h3 a {
    text-transform: uppercase;
    color: black;
    padding-bottom:2px;
    border-bottom:1px solid transparent;
}

.posts_container .post.number_one_post .post_text h3 a:hover,
.posts_container .post.appstore_post .post_text h3 a:hover,
.posts_container .post.section_review_post .post_text h3 a:hover{
    border-bottom:1px solid #000;
}

.posts_container .post.section_review_post .post_text h2 {
    /*font-family:"Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    font-size:13px;
    line-height: 20px;
}

.posts_container .post.section_review_post .post_text h3 {
    position: absolute;
    bottom: 0;
    left: 24px;
    box-sizing: border-box;
    padding-bottom: 24px;
    background: white;
    width:100%;
    width: calc(100% - 24px);
    padding-top: 20px;
}


/* ODATEK - FILIP - SZEROKOŚĆ OBRAZÓW W BOXIE */
.posts_container .post.section_review_post img {
	max-width: 218px;
	max-height: 40px;
} 

/* DODATEK - FILIP - PIONOWY POST REKLAMOWY */
.posts_container .big_advert_post{
    width:325px;
    height:550px;
    border-bottom: 25px solid #EEE;
    background:#fff;
    overflow: hidden;
}

/* BOX PATRONATY MEDIALNE (DUŻA PREZENTACJA) */


.posts_container .post.big_presentation_post{
	width:518px;
	height:550px;
	border-bottom: 1px solid #111111;
	background:#fff;
	overflow: hidden;
	-webkit-box-shadow: -1px 1px 3px 0px rgba(209,209,209,1);
	-moz-box-shadow: -1px 1px 3px 0px rgba(209,209,209,1);
	box-shadow: -1px 1px 3px 0px rgba(209,209,209,1);
	border: 0;
}

.posts_container .post.big_presentation_post h3 {
	color: #FF1111;
	/*font-family: "Poppins-Light";*/
	font-family: 'Poppins', sans-serif; font-weight: 300;
	font-size: 26px;
	padding-left: 10px;
	padding-bottom: 25px;
}

.posts_container .post.big_presentation_post .post_body {
	position: absolute;
	top: 40px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: #f3f3f3;
}

.posts_container .post.big_presentation_post .post_body_block {
	position: relative;
	height: 118px;
	border-top: 1px solid #BBB;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	overflow: hidden;
}

.posts_container .post.big_presentation_post .post_body_block:first-child {
	border-top: 0;
	margin-top: 0;
}

.posts_container .post.post.big_presentation_post .post_image {
	position: relative;
	top: 10px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	z-index: 20;
}

.posts_container .post.post.big_presentation_post .post_image img {
	max-height:95px;
	width: auto;
}


/*SPRAWDZIĆ font size 12, bez bolda*/
.posts_container .post.big_presentation_post .post_description {
	/*font-family: "Poppins-Light";*/
	font-family: 'Poppins', sans-serif; font-weight: 300;
	font-size: 12px;
	font-weight: bold;
	color: #a0a0a0;
	margin-top: 10px;
}

.posts_container .post.big_presentation_post .post_title {
	margin-top: 10px;
}

.posts_container .post.big_presentation_post .post_title h2 {
	/*font-family: "Poppins-Bold";*/
	font-family: 'Poppins', sans-serif; font-weight: 700;
	font-size: 14px;
	color: #a1a1a1;
}

/*SPRAWDZIĆ - font size 12*/
.posts_container .post.big_presentation_post .post_text {
	margin-top: 10px;
	/*font-family: "Poppins-Light";*/
	font-family: 'Poppins', sans-serif; font-weight: 300;
	font-size: 12px;
}

.posts_container .post.big_presentation_post.ver_1 {
	
}

.posts_container .post.big_presentation_post.ver_1 .h3 {
	
}
	
.posts_container .post.big_presentation_post.ver_1 .post_body {

}

.posts_container .post.big_presentation_post.ver_1 .post_body_block {

}




.posts_container .big_post{
    width:518px;
    height:550px;
    border-bottom: 1px solid #111111;
    background:#fff;
    overflow: hidden;
}

.posts_container .post.big_post .post_text{
	position:absolute;
	padding-top:20px;
	/*top:315px;*/
	top:345px;
	bottom: 0px;
	z-index:2;
	overflow:hidden;
	background:white;
	width:100%;
	/*dopisane - filip*/
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	opacity: 0.9;
}

.posts_container .post.big_post .post_image img{
    /*width:100%;
    max-height:none;*/
	/*height: 312px;
	max-height: 312px;*/
	height: auto;
	max-height: 345px;
	width: auto;
	max-width: 100%;
	margin: auto;
}

.posts_container .post.big_post .post_text h2{
	/*font-size:28px;*/
	font-size:22px;
	margin-top:5px;
	margin-bottom:10px;
}

.posts_container .post.big_post .post_text p{
	/*font-size:14px;
	line-height: 22px;*/
	font-size:12px;
	line-height: 20px;
}

.posts_container .post.big_post .post_slide{
    padding-left:0;
}

.posts_container .post.big_post nav{
    left:458px;
    bottom:20px;
}


.posts_container .wide_big_post{
	width:1066px;
	height:550px;
	/* border-bottom: 1px solid #111111; */
   border-bottom: 0;
	background:#fff;
	overflow: hidden;
	text-align: center;
}

/*tymczasowa zmiana wysokości*/
#page-block-a97da629b098b75c294dffdc3e463904 .wide_big_post{
	height:627px;
}

.posts_container .post.wide_big_post .post_image img{
	max-height: none;
	width: 100%;
	max-width: 100%;
	margin: auto;
}

.posts_container .post.wide_big_post .post_text{
	position:absolute;
	padding-top:10px;
	/*top:345px;*/
	height: 30px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index:2;
	overflow:hidden;
	background:white;
	/*width:100%;*/
	/*width: auto;*/
	/*dopisane - filip*/
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	opacity: 0.85;
	text-align: left;


}

.posts_container .post.wide_big_post .post_text h2{
	font-size:22px;
	margin-top:5px;
	margin-bottom:10px;
}

.posts_container .post.wide_big_post .post_slide, .posts_container .post.wide_image_post .post_slide{
    padding-left:0;
}

.posts_container .post.wide_big_post nav, .posts_container .post.wide_image_post nav{
    right:0px;
    bottom:0px;
    left: auto;
}

.wide_big_post.wide_big_code_post { height: 600px !important; }
.wide_big_code_post iframe { width: 1066px !important; height: 600px !important; border: 0; outline: 0; margin-top: 0; margin-bottom: 0; margin-left: auto; margin-right: auto;}

.load_more{
  display:block;
  width:112px;
  margin:0 auto;
  margin-top:60px;
  border:1px solid black;
  font-size:12px;
  height: 42px;
   /*font-family:"Poppins-Bold";*/
  font-family: 'Poppins', sans-serif; font-weight: 700;
  padding: 0 20px;
  text-align:center;
}
.load_more span{line-height:43px;}
.load_more:hover{
  background:red;
  border:1px solid red;
  color:white;
}

/* TIC TOC*/
/*.tiktok-embed iframe {height: 700px !important;}*/

/***********************/
/*** ARTICLES STYLES ***/
/***********************/
.gallery_lightbox{visibility:hidden;opacity:0;height:100%;width:100%;top:0;left:0;position:fixed;z-index:100000;background-color:#020202;  -webkit-transition: 0.3s opacity ease-out;-moz-transition: 0.3s opacity ease-out;transition: 0.3s opacity ease-out;}
.gallery_lightbox.open{visibility:visible;opacity:1;}
.gallery_lightbox .img_desc{position:absolute;z-index: 1;right:65px;top:24px;color:#999;font-size: 14px;}
.gallery_lightbox .img_desc span:first-child{margin-left:30px;}
.gallery_lightbox .img_desc span:nth-child(2){color:white;}
.inner_lightbox{position:absolute;z-index: 0;box-sizing:border-box;width:100%;height:100%;padding:100px;}
.gallery_lightbox .close{position:absolute;z-index: 1;right:24px;top: 25px;background:url(../images/close_white.png) no-repeat;width:14px;height:14px;display:block;background-size:100%;}
.image_container{height:100%;width:100%;}
.image_container img{}
.gallery_lightbox nav{width:100%;height:50px;position:fixed;z-index: 1;top:50%;left:0;margin-top:-25px;}
.gallery_lightbox nav .prev_img{display:block;margin-left:24px;float:left;background:#fff url(../images/arrow_left.png) no-repeat;background-position:center;background-size:15%;width:20px;height:20px;padding:15px;border-radius:100%;}
.gallery_lightbox nav .next_img{display:block;margin-right:24px;float:right;margin-left:24px;background:#fff url(../images/arrow_right.png) no-repeat;background-position:center;background-size:15%;width:20px;height:20px;padding:15px;border-radius:100%;}

.main_content .article_content:first-child{
    border-top:0;
    padding-top: 0;
}
.article_content:not(.reading) .article_main .right_column_inner.fixed{
  display:none;
}
.article_content{
    /* margin-left:-108px; */
    overflow: hidden;
    border-top:1px solid #111;
    padding-top: 60px;
}
.article_main .column_middle p.post_image_info{
    font-size:11px;
    /*font-family: 'Poppins-Light';*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    letter-spacing:0.05em;
    /*color:#999;*/
    color: #555;
    /* background:#fff; */
    position: relative;
    z-index:1;
    display:inline-block;
    padding:12px 15px 0 0;
   /* margin-top:-22px;*/
   margin-bottom: 0;
}
.article_main .column_middle.photo_desc_2 p.post_image_info{
    margin-top:0 !important;
}


.article_content .comments{
    margin-top: 20px;
    display:inline-block;
    border:1px solid #999;
    color:#999;
    line-height:48px;
    font-size:11px;
    letter-spacing:0.03em;
    padding-right:18px;
    /*font-family:"Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
}
.article_content .comments .arrow_down {
    position:relative;
    display: block;
    margin-right: 20px;
    padding:18px;
    float: left;
    background: url(../images/arrow_down.png) no-repeat;
    background-position:center;
    width: 7px;
    height: 12px;
}
.article_content .comments .arrow_down:after{
    content:'';
    position:absolute;
    display:block;
    height: 27px;
    width:1px;
    background:#999;
    right: -3px;
    top: 11px;
}
.article_main{
    position:relative;
    z-index: 1000;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 1180px;
}
.article_main .column_left.mobile{display:none;}
.article_main .column_left{
    position: relative;
    height:100%;
    float: left;
    width: 240px;
    box-sizing: border-box;
    padding-left:24px;
    margin-top: 5px;
    border-left:1px solid black;
    min-height: 900px;
}
.article_main .column_left_inner{
    width:215px;
}
.article_main .column_left_inner.fixed{
    position:fixed;
    top:120px;
}
.article_main .column_left_inner.bottom_fixed{
    position: absolute;
    bottom: 0;
}
.article_main .column_left p,
.article_main .column_left .article_author{
    color:#999;
    line-height:16px;
    font-size: 11px;
}
.article_main .column_left .article_author .tooltip{
  right:49px;
  top:70px;
}
.article_main .column_left p .red_text{
    color:#FF0000;
}
.article_main .column_left p .black_text{
    color:#000000;
}
.article_main .column_left .share{
    height:60px;
    margin:24px 0 0;
    border-top:1px solid #DDD;
    border-bottom:1px solid #DDD;
}
.article_main .column_left .share p,
.article_main .column_left .socials{
    line-height:58px;
    float:left;
}
.article_main .column_left .socials{
  position:relative;
  margin-top: 23px;
}
.article_main .column_left .socials div{
  position: relative;
  display: block;
  float:left;
  margin-left: 14px;
}
.article_main .column_left .socials a{
    display: block;
    background:url(../images/socials.png);
    -webkit-transition: 0.3s background ease-out;
    -moz-transition: 0.3s background ease-out;
    transition: none;
}

.article_main .column_left .socials a.fb_link {
    background-position:0 56px;
    width: 8px;
    height: 14px;
}

.article_main .column_left .socials a.fb_link:hover{
    background-position:0 28px;
}

.article_main .column_left .socials a.tw_link {
    background-position:16px 56px;
    width:16px;
    height:13px;
}

.article_main .column_left .socials a.tw_link:hover{
    background-position:16px 28px;
}

.article_main .column_left .socials a.gg_link {
    background-position:30px 56px;
    width:14px;
    height:13px;
}
.article_main .column_left .socials a.wykop_link{
  display:block;
  background:url(../images/wykop_black.png) no-repeat;
  width:17px;
  height:14px;
}
.article_main .column_left .socials a.wykop_link:hover{
  background:url(../images/wykop_color.png) no-repeat;
}
.article_main .column_left .socials a.email_link{
  display:block;
  background:url(../images/mail.png) no-repeat;
  width:17px;
  height:14px;
}
.article_main .column_left .socials a.gg_link:hover{
    background-position:30px 28px;
}

.article_main .column_left .socials span{
  position:absolute;
  height: 0;
  font-size: 11px;
  letter-spacing: 0;
  color: #aaa;
  top: -3px;
  left: 0;
}
.article_main .column_left .tools p,
.article_main .column_left .tools a{
    line-height:58px;
    float:left;
}
.article_main .column_left .tools a{
    margin-left:10px;
}
.article_main .column_left .tools .icon_holder{
    display: inline-block;
    position:relative;
}

.article_author a:hover + .tooltip,
.article_main .column_left .tools .icon_holder a:hover + .tooltip{
    visibility:visible;
    opacity: 1;
}
.article_main .column_left  .tooltip{
  position: absolute;
  z-index: 10;
  background: white;
  border: 1px solid black;
  width: 120px;
  top: 46px;
  right: -76px;
  padding: 18px 22px;
  font-size: 12px;
  line-height: 17px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-out;
  -moz-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
}
.article_main .column_left .tools .tooltip p{
    margin:0;
    color:#000;
    font-size:12px;
    line-height:17px;
}
.article_main .column_left .tooltip:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #000;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.article_main .column_left .tooltip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.article_main .column_left .white_line{
    position: fixed;
    top: 0;
    margin-left: -25px;
    height: 120px;
    display: none;
    width: 1px;
    background: #fff;
}
.article_main .right_column .white_line{
    position: fixed;
    top: 0;
    margin-left: -25px;
    height: 120px;
    display: none;
    width: 1px;
    background: #fff;
}
.article_main .right_column .latest_post{
    position:relative;
    height: auto;
}
.article_main .right_column .latest_post img{
    display:block;
    width: 66.667%;
    height:auto;
    margin-bottom: 8px;
}
.article_main .right_column .latest_post p{
    /*margin-top:19px;*/
    margin-top:10px;
    padding-right: 40px;
}
.newsletter_block{
    box-sizing: border-box;
    position: absolute;
    bottom:0;
    left:-1px;
    width: 244px;
    height: 385px;
    background: #FF0000;
    padding: 20px 24px;
    border-top:60px solid #fff;
}
.newsletter_block h3 {
    display: inline-block;
    padding: 7px 13px 0 0;
    position: relative;
    z-index: 1;
    font-size: 11px;
    /*font-family: "Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    text-transform:uppercase;
    letter-spacing: 0.04em;
}
.newsletter_block h2{
    color: white;
    margin-top:13px;
    /*font-family: "Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.02em;
}
.newsletter_block .newsletter_logo{
    position:absolute;
    bottom:24px;
    left:24px;
}

.article_main .column_middle{
    width: 700px;
    float: left;
    padding: 0 24px;
    margin-bottom: 100px;
    box-sizing: border-box;
}
.article_main .column_middle .post_first_image{
  margin-bottom:30px;
}

/*Naniesiona poprawka od obrazków*/
.article_main .column_middle .post_first_image,
.article_main .column_middle .post_first_image img{
  display: block;
  position:relative;
  z-index:1;
  /*width:100%;
  height:auto;*/
  max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.article_main .column_middle h1.mobile{display:none;}
.article_main .column_middle h1{
    font-size:28px;
    /*font-family:"Poppins-Bold";*/
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom:30px;
}
.article_main .column_middle p.intro_text,
.article_main .column_middle h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom:30px;
    font-size: 16px;
    line-height: 24px;
}

/* DODANE - FILIP - KOLORY ELEMENTÓW */

.content_color_1 { color: #df0024 !important;}
.content_color_2 { color: blue !important;}


.article_main .column_middle p.excerpt_text{
    position:relative;
    font-size:27px;
    margin-left:50px;
    padding-left:20px;
    /*font-family:"Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    line-height:34px;
    color:#999;
}
.article_main .column_middle p.excerpt_text:before{
    content:'';
    position:absolute;
    display:block;
    top:6px;
    left:0;
    background:#999;
    height:100%;
    height:calc(100% - 12px);
    width:1px;
    box-sizing:border-box;
}
.article_main .column_middle .post_image{
    position:relative;
    display:inline-block;
    margin-bottom: 10px;
    /*margin-bottom: 90px;*/
    /*width: 100%;
    text-align: center;*/
}


.article_main .column_middle.photo_desc_2 .post_image{
    margin-bottom: 100px;
}

/* POPRAWKA - FILIP - MARGINESY ZDJĘĆ PRZY BRAKU OPISÓW */
.article_main .column_middle .post_image.without-description{
    margin-bottom: 30px !important;
}

.article_main .column_middle .post_image.align-center{
    width: 100%;
    text-align: center;
}

.article_main .column_middle .post_image.align-left{
	float: left;
	margin-right: 30px;
	width: auto !important;
}

.article_main .column_middle .post_image.align-right{
	float: right;
	margin-left: 30px;
	width: auto !important;
}

/* POPRAWKA - FILIP - załączniki */

.article_main .column_middle .article-attachments{
    position:relative;
    display:inline-block;
    margin-bottom: 90px;
}


.article_main .column_middle .post_image .right_top_icon,
.article_main .column_middle .post_image .post_image_text{
    position:absolute;
}

/*
.article_main .column_middle .post_image .post_image_text{
    background:#fff;
    top: 100%;
    left:0;
    margin-top: -50px;
    padding:20px 10px 20px 0;
    width:70%;
    text-align: left;
}
*/
.article_main .column_middle .post_image .post_image_text{
	position: relative;
    background:#fff;
    top: 100%;
    left:0;
    margin-top: 0;
    padding:20px 10px 20px 0;
    width:100%;
    text-align: left;
}

.article_main .column_middle.photo_desc_2 .post_image .post_image_text{
    margin-top: 0 !important;
}


.article_main .column_middle .post_image .post_image_text p{
    margin:0;
    font-size:10px;
    line-height:15px;
    /*font-family:"Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    color:#999;
}
.article_main .column_middle .post_image .post_image_text p.post_image_title{
    display:inline-block;
    border-bottom:1px solid #999;
    padding-bottom:4px;
    margin-bottom:6px;
}
.article_main .column_middle .post_image .right_top_icon{
    width: 16px;
    height: 16px;
    padding:6px;
    background: white;
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}
.article_main .column_middle .post_image .right_top_icon.full_image img{width:14px;height:14px;}
.article_main .column_middle .post_image .right_top_icon img {
  position: absolute;
  top: 0;
  right: 0;
}
.article_main .column_middle strong,
.article_main .column_middle b{
  font-family: 'Noto Serif', sans-serif; font-weight: 700;
  /*font-weight:normal;*/
}
.article_main .column_middle p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom:27px;
    font-family: 'Noto Serif', sans-serif; font-weight: 400;
}
.article_main .column_middle .related_posts{
    width:100%;
    margin-top:50px;
    padding-top:10px;
    border-top:1px solid #DDD;
}
.article_main .column_middle .related_posts p{
    font-size:11px;
    color:#999;
    /*font-family:"Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
}
.article_main .column_middle .related_posts a{
    color:#FF0000;
}
.article_main .column_middle .related_posts a:hover{
    color:#000;
}
.article_main .column_middle .pressletter{
    padding:18px 22px;
    display: block;
    margin-top: 50px;
    width:100%;
    box-sizing:border-box;
    border:1px solid #FF0000;
}
.article_main .column_middle .pressletter p{
    font-size:18px;
    /*font-family:"Poppins-Light";*/
    font-family: 'Poppins', sans-serif; font-weight: 300;
    margin-bottom:40px;
    color:#FF0000;
}
.article_main .column_middle .pressletter p strong{
    /*font-family:"Poppins-Bold";*/
    font-family: 'Poppins', sans-serif; font-weight: 700;
}



.article_main .column_middle .press_logo_red{
    margin-bottom:3px;
}

.article_main .right_column{
    position: relative;
    float: right;
    width: 240px;
    height: 100%;
    margin-top: 5px;
    right: initial;
    min-height: 900px;
}
.article_main .right_column_inner{
    width: 215px;
}
.article_main .right_column_inner.fixed{
    position:fixed;
    top:120px;
}
.article_main .right_column_inner.bottom_fixed{
    position:absolute;
    bottom:0;
}
.article_main .right_column h3{
    width:100%;
}
.article_main #disqus_thread{
  width: 600px;
  min-height: 325px;
  overflow: hidden;
  margin:0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  clear:both;
}

.article_main .comments-container{
  width: 600px;
  min-height: 50px;
  overflow: hidden;
  margin:0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  clear:both;
  text-align: center;
}


.next_article{
  text-transform:uppercase;
  font-size:11px;
  display:block;
  margin:0 auto;
  padding-top: 60px;
  background:url(../images/next_article.png) no-repeat;
  background-size: 10%;
  background-position:center;
  width:120px;
  margin-bottom: 70px;
}

/* promo weekend i magazyn */

.article_main .post_connected_articles {
	position: relative;
	width: 100%;
	background: #dadada;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}


/*SPRAWDZIĆ _ NIE MA W BECIE*/
.article_main .column_middle .post_connected_articles h2{
	text-transform:uppercase;
	font-size: 24px;
	/*font-family:'Poppins-Light';*/
   font-family: 'Poppins', sans-serif; font-weight: 300;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	color: #4e4e4e;
}

.article_main .column_middle .post_connected_articles .content{
	text-align:center;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_box{
	position: relative;
	display: inline-block;
	width: 197px;
	height: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 5px;
	overflow: hidden;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_image{
	width: 100%;
	height: 150px;
	text-align: center;
	overflow: hidden;
	
}

.article_main .column_middle .post_connected_articles .post_connected_content img{
	width: 140%;
	margin-left: auto;
	margin-right: auto;
}

/*SPRAWDZIĆ - NIE MA W BECIE */
.article_main .column_middle .post_connected_articles .post_connected_content .article_text{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	height: 38px;
	font-size: 12px;
	/* font-family:'Poppins-Bold';*/
 font-family: 'Poppins', sans-serif; font-weight: 700;
	background: #dadada;
	opacity: 0.85;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 8px;
   padding-right: 10px;
   padding-left: 10px;
}



.article_main .post_connected_press_edition {
	position: relative;
	width: 100%;
	height: 200px; 
	background: #c4c4c4;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.article_main .post_connected_press_edition .post_connected_press_logo {
	position: absolute;
	top: 40px;
	left: 30px;
}

.article_main .post_connected_press_edition .post_connected_press_logo img {
	
}

.article_main .post_connected_press_edition h3 {
	position: absolute;
	top: 115px;
	left: 30px;
	width: 300px;
	color: #464646;
}

.article_main .post_connected_press_edition h3 a {
	color: #464646;
}

.article_main .post_connected_press_edition .post_connected_press_cover {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	width: 200px;
	text-align: right;
	margin: 0;
	padding: 0;
}

.article_main .post_connected_press_edition .post_connected_press_cover img {
	height: 100%;
	width: auto;
}



.article_main .post_connected_grandpress {
	position: relative;
	width: 100%;
	height: 200px; 
	background: #000b21;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.article_main .post_connected_grandpress .post_connected_press_logo {
	position: absolute;
	top: 40px;
	left: 30px;
}

.article_main .post_connected_grandpress .post_connected_press_logo img {
	
}

.article_main .post_connected_grandpress h3 {
	position: absolute;
	top: 115px;
	left: 30px;
	width: 300px;
	color: #464646;
}

.article_main .post_connected_grandpress h3 a {
	color: #FFFFFF;
}

.article_main .post_connected_grandpress .post_connected_cover {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	width: 250px;
	text-align: right;
	margin: 0;
	padding: 0;
}

.article_main .post_connected_grandpress .post_connected_cover img {
	height: 100%;
	width: auto;
}


.article_main .column_middle ul {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 27px;
	font-family: 'Noto Serif', sans-serif; font-weight: 400;
}


/***************/
/*** MAGAZYN ***/
/***************/
#magazyn .issue_navigation{
  margin-top: 50px;
  display: inline-block;
  height: 50px;
  border:1px solid #CCC;
}
#magazyn .issue_navigation span{
  display: block;
  float: left;
  line-height: 48px;
  font-size:10px;
  /*font-family:'Poppins-Light';*/
  font-family: 'Poppins', sans-serif; font-weight: 300;
  color:#999;
  margin: 0 20px;
}
#magazyn .issue_navigation .navigation_arrows{
  height:100%;
  display: block;
  float: left;
  border-right: 1px solid #CCC;
}
#magazyn .issue_navigation .previous_issue:hover{
  background: #f00 url(../images/arrow_left_white.png) no-repeat;
  background-size: 16%;
  background-position: center;
}
#magazyn .issue_navigation .next_issue:hover{
  background: #f00 url(../images/arrow_right_white.png) no-repeat;
  background-size: 16%;
  background-position: center;
}
#magazyn .issue_navigation .previous_issue:hover + .next_issue:before,
#magazyn .issue_navigation .next_issue:hover:before{
  background:transparent;
}
#magazyn .issue_navigation .previous_issue{
  position:relative;
  display: block;
  float: left;
  background:url(../images/arrow_left.png) no-repeat;
  background-size: 16%;
  background-position: center;
  width: 48px;
  height: 50px;
}
#magazyn .issue_navigation .next_issue:before{
  content:'';
  position:absolute;
  left:0;
  top:12px;
  display:block;
  width:1px;
  height:25px;
  background:#CCC;
}
#magazyn .issue_navigation .next_issue{
  position: relative;
  display: block;
  float: left;
  background:url(../images/arrow_right.png) no-repeat;
  background-size: 16%;
  background-position: center;
  width: 48px;
  height: 50px;
}
#magazyn .issue_icons{
  list-style:none;
  position: absolute;
  height: 10000px;
  margin-top: 40px;
  padding-left: 25px;
  border-left: 1px solid black;
}
#magazyn .issue_icons ul{list-style:none;}
#magazyn .issue_icons li{margin-bottom:10px;}
#magazyn .issue_icons li a{
  line-height:50px;
  padding-left:60px;
  /* font-family:'Poppins-Bold';*/
 font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size:14px;
}
#magazyn .issue_icons li a:before{
  position:absolute;
  left: 25px;
  content:'';
  display:inline-block;
  width:50px;
  height: 50px;
}
#magazyn .issue_icons li:first-child a:before{
  background: url(../images/magazyn_icon1.png) no-repeat;
  background-size: 100%;
}
#magazyn .issue_icons li:nth-child(2) a:before{
  background: url(../images/magazyn_icon2.png) no-repeat;
  background-size: 100%;
}
#magazyn .issue_icons li:nth-child(3) a:before{
  background: url(../images/magazyn_icon3.png) no-repeat;
  background-size: 100%;
}
#magazyn .columns_holder{
  margin-top:40px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}
#magazyn .main_inner{
  width: 100%;
  box-sizing: border-box;
  padding: 0 80px;
  margin:0 auto;
  font-size:14px;
  line-height:20px;
  margin-top: -40px;
}
#magazyn .col_left{
  float:left;
  width: 540px;
}
#magazyn .col_right{
  float:left;
  width: calc(100% - 540px);
}
#magazyn .current_issue{
  height: 100px;
}
#magazyn .current_issue p{
  font-size:10px;
  color:#DDD;
  /*font-family:'Poppins-Light';*/
  font-family: 'Poppins', sans-serif; font-weight: 300;
}
#magazyn .current_issue p.issue_month,#magazyn p.table_of_contents{
  font-size:28px;
  color:#000;
  /*font-family:'Poppins-Bold';*/
  font-family: 'Poppins', sans-serif; font-weight: 700;
}
#magazyn .current_issue p.issue_month{
  margin-top:5px;
}
#magazyn p.table_of_contents{
  margin-top:25px;
  height: 75px;
}
#magazyn .article_info{
  font-size:14px;
  /*font-family:'Poppins-Light';*/
  font-family: 'Poppins', sans-serif; font-weight: 300;
  color:#CCC;
  margin-bottom:40px;
}
#magazyn .col_right .magazyn_issues_container{
  position: relative;
  overflow: hidden;
  box-sizing:border-box;
  padding:0 25px;
  padding-left: 0;
  float:left;
  width: 100%;
  top: -40px;
}
#magazyn .post:before{
  position:absolute;
  content:'';
  display:block;
  left:0;
  top:0;
  height:100%;
  width:1px;
  background:black;
}
#magazyn .col_right .previous_issue,
#magazyn .col_right .previous_issue img{
  width:100%;
}
#magazyn .col_right  .previous_issue img{
  -webkit-transition:0.3s all ease-out;
  -moz-transition:0.3s all ease-out;
  -o-transition:0.3s all ease-out;
  transition:0.3s all ease-out;
}
#magazyn .col_right .previous_issue{
  float: left;
  height: 320px;
  width: 220px;
  padding: 0 25px;
  padding-top: 20px;
  border-left: 1px solid black;
}
#magazyn .col_right .previous_issue img:hover{
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);
}
#magazyn .col_right .previous_issue:first-child img{
  margin-top:0;
}
#magazyn .col_right .previous_issue:last-child{
  border-bottom:0;
  padding-bottom:0;
}

#magazyn .col_right .previous_issue:first-child{
  margin-top:0;
}
#magazyn .col_right .previous_issue_inner{
  margin-top:20px;
  overflow: hidden;
}
#magazyn .current_issue_img{
  width: 425px;
  height:auto;
}
#magazyn .left_line{
    position: absolute;
    z-index: 20;
    bottom: -150px;
    width: 1px;
    height: 150px;
    background-color: white;
}
#magazyn .white_border{position:absolute;left:0;bottom:0;background:white;width:100%;height:20px;}
#magazyn .fixed.col_left{opacity:0;}
#magazyn .fixed .current_issue_img{position:fixed;width:200px;height: 258px;top:110px;}
#magazyn .fixed .issue_icons{position:fixed;top: 380px;}
#magazyn .fixed .current_issue{position:fixed;top:105px;margin-left:230px; max-width: 300px;} /*dodane max-width dla długich tytułów*/
#magazyn .fixed .issue_navigation{position:fixed;margin-left:230px;margin-top: 60px;} /*margin top zmieniony z 40 dla długich tytułów*/
#magazyn .fixed.normal .current_issue_img{position:absolute;width:200px;height: 278px;bottom: 260px;top: initial;}
#magazyn .fixed.normal .current_issue{position:absolute;bottom: 445px;margin-left:230px;top: initial;}
#magazyn .fixed.normal .issue_icons{position:absolute;bottom: 60px;height: auto !important;top: initial;}
#magazyn .fixed.normal .issue_navigation{position:absolute;margin-left:230px;bottom: 415px;margin-top: 50px;}
#magazyn .post{float: left;height: 320px;width: 220px;padding: 0 25px;padding-bottom: 20px;}
#magazyn .post.product.only-image{height: 230px;}
#magazyn .post.product .product-button {display: block; position: absolute; bottom: 5px; left: 25px; width: 220px; height: 50px; line-height: 25px; background: #ff0000; text-align: center; font-weight: bold; margin-bottom: 25px; margin-top: 10px; padding-top:7px; padding-bottom: 7px;}
#magazyn .post_line{position:absolute;width: 220px;bottom: 20px;left: 25px;border-bottom: 1px solid #CCC;}
#magazyn .magazyn_issues_container .post_line{top: 20px;bottom:initial;}

#magazyn .fixed .issue_download{position:fixed;margin-left:230px;margin-top: 120px;}
#magazyn .fixed.normal .issue_download{position:absolute;margin-left:230px;bottom: 335px;margin-top: 50px;}

#magazyn .post.platny:after{
  content:'';
  display:block;
  top: 3px;
  right: 25px;
  position:absolute;
  background:url(../images/info.png) no-repeat;
  background-size: 7px 15px;
  background-position:100% 0;
  width:20px;
  height: 15px;
  border-left:1px solid #ccc;
}
#magazyn .post.oplacony:after{
  content:'';
  display:block;
  top: 3px;
  right: 25px;
  position:absolute;
  background:url(../images/unlock.png) no-repeat;
  background-size: 9px 15px;
  background-position:100% 0;
  width:20px;
  height: 15px;
  border-left:1px solid #ccc;
}
#magazyn .post:last-child{
  margin-bottom:0;
}
#magazyn .post h2{
  margin-bottom:10px;
  padding-right: 25px;
}
#magazyn .post h2 a{
  font-size:18px;
  /*font-family:"Poppins-Bold";*/
  font-family: 'Poppins', sans-serif; font-weight: 700;
  border-bottom:1px solid transparent;
}
#magazyn .post h2 a:hover,
#magazyn .post h2.active a{
  border-bottom:1px solid black;
}
#magazyn .post p{
  font-size:13px;
  /*font-family:"Poppins-Light";*/
  font-family: 'Poppins', sans-serif; font-weight: 300;
  line-height:18px;
}
#magazyn .read_more_arrow{
  display:block;
  background:url(../images/arrow_send.png) no-repeat;
  width:16px;
  height:12px;
  margin-top: 10px;
}
#magazyn .read_more_arrow:hover,
#magazyn .post .read_more_arrow.active{
  background:url(../images/arrow_right_red.png) no-repeat;
}

#magazyn .previous_issues{
  margin-top: 0;
  overflow: hidden;
}
#magazyn .previous_issues .sub_column{
  margin-top:20px;
}
#magazyn .previous_issues .magazyn_issues_container:before{
  top:130px;
}
#magazyn .previous_issues .stamp{
  position:absolute;
  display: block;
  width: 270px;
  height: 345px;
  line-height:32px;
  margin-top: -5px;
}
#magazyn .previous_issues .stamp p{
  margin-top: 40px;
  /*font-family:'Poppins-Bold';*/
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size:28px;
}
#magazyn .previous_issues .stamp:before{
  content:'';
  position:absolute;
  width:1px;
  height: 200px;
  bottom:0;
  left:0;
  background:black;
}

/* dodatek - pobieranie e-wydania - filip */

#magazyn .issue_download{
  margin-top: 120px;
  display: inline-block;
  height: 50px;
  border:1px solid #CCC;
  background: #f00;
}

#magazyn .issue_download a{
  display: block;
  float: left;
  line-height: 48px;
  font-size:10px;
  /*font-family:'Poppins-Light';*/
  color:#000;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  /*font-weight: bold;*/
  font-family: 'Poppins', sans-serif; font-weight: 300;
}

#magazyn .issue_download a:hover{
	color: #FFF;
}

#magazyn .issue_download span{
  display: block;
  float: left;
  line-height: 48px;
  font-size:10px;
  /*font-family:'Poppins-Light';*/
  font-family: 'Poppins', sans-serif; font-weight: 300;
  color:#999;
  margin: 0 20px;
}
#magazyn .issue_download .issue_download_area{
	height:100%;
	display: block;
	float: left;
	border: 0;
}


.edition-file-download {
	margin-bottom: 15px;
	border: 1px solid #000;
	text-align: center;
}

.edition-file-download a {
	display: block;
	padding: 10px;
	background: #f00;
	font-weight: bold;
	color: #000;
}

.edition-file-download a:hover {
	color: #FFF;
}




.article_main .issue_icons {
	position: relative;
    list-style: none;
    margin-top: 40px;
    padding-left: 25px;
}

.article_main .issue_icons ul {
    list-style: none;
}

.article_main .issue_icons li {
    margin-bottom: 10px;
}

.article_main .issue_icons li a {
    line-height: 50px;
    padding-left: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.article_main .issue_icons li a:before {
    position: absolute;
    left: 25px;
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
}

.article_main .issue_icons li:first-child a:before {
    background: url(../images/magazyn_icon1.png) no-repeat;
    background-size: 100%;
}

.article_main .issue_icons li:nth-child(2) a:before {
    background: url(../images/magazyn_icon1.png) no-repeat;
    background-size: 100%;
}

.article_main .issue_icons li:nth-child(3) a:before {
    background: url(../images/magazyn_icon2.png) no-repeat;
    background-size: 100%;
}

.article_main .issue_icons li:nth-child(4) a:before {
    background: url(../images/magazyn_icon3.png) no-repeat;
    background-size: 100%;
}




/****************/
/*** REDAKCJA ***/
/****************/
#page_redakcja .main_inner{
  width:1180px;
  margin:0 auto;
  font-size:14px;
  line-height:20px;
}
#page_redakcja .main_inner .wrapper{
  border-left:1px solid black;
  box-sizing: border-box;
  overflow: hidden;
  padding-left:20px;
}
#page_redakcja .main_inner .col_left_inner p.info{
  font-size:12px;
  padding: 0;
  color: #999;
  padding-right: 100px;
  line-height: 17px;
  padding-bottom: 11px;
}
#page_redakcja .main_inner .col_left_inner p{
  font-size:28px;
  /*font-family:'Poppins-Light';*/
  font-family: 'Poppins', sans-serif; font-weight: 300;
  border-bottom: 1px solid #CCC;
  padding:20px 0;
}
#page_redakcja .main_inner .col_left_inner p a:hover,
#page_redakcja .main_inner .col_left_inner p a.current{
  color:#f00;
}
#page_redakcja h1{
  margin-top: 0 !important;
}
#page_redakcja h1,#page_redakcja h2{
  font-size:28px;
  /*font-family:'Poppins-Bold';*/
  font-family: 'Poppins', sans-serif; font-weight: 700;
  border-bottom:1px solid black;
  padding-bottom:20px;
  margin: 40px 0;
}
#page_redakcja .main_inner .col_left{
  position: absolute;
  width:300px;
}
#page_redakcja .main_inner .col_left.fixed{
    position: fixed;
    top: 120px;
}
#page_redakcja .main_inner .col_left.normal{
  position:absolute;
  bottom:70px;
}
#page_redakcja .main_inner .col_right,
#page_redakcja .main_inner .col_left{
  float:left;
}
#page_redakcja .col_left .white_line{
    position: absolute;
    bottom: 350px;
    margin-left: -21px;
    height: 120px;

    width: 1px;
    background: #fff;
    display: none;
}

#page_redakcja strong{
  display: block;
  margin-top: 15px;
}
#page_redakcja .internal_link{
  display: inline-block;
  font-size:13px;
  border-bottom:1px solid #000;
  margin-top: 25px;
}
#page_redakcja .main_inner .col_right a:hover{
  color:red;
  border-bottom: 1px solid red !important;
}
#page_redakcja .main_inner .col_right{
  width: 780px;
  margin-left: 300px;
  box-sizing: border-box;
  padding-left: 20px;
  font-size:18px;
  line-height: 25px;
  /*font-family:'Poppins-Light';*/
  font-family: 'Poppins', sans-serif; font-weight: 300;
}
#page_redakcja .main_inner .col_right .contact_info a:not(.map_link){
  border-bottom:1px solid black;
}
#page_redakcja .map_link{
  position:relative;
  line-height: 1;
}
#page_redakcja .map_link:before{
  content:'';
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: 1px;
  background:url(../images/pin.png) no-repeat;
  width:11px;
  height:15px;
}
#page_redakcja .col_right a{
  border-bottom:1px solid transparent;
}

#page_redakcja .main_inner .col_right ul,
#page_redakcja .main_inner .col_right li{
  margin:0;
  list-style:none;
}
#page_redakcja .main_inner .col_right li{
  position:relative;
}
#page_redakcja .main_inner .col_right ul{
  border-bottom:1px solid #CCC;
  padding-bottom:15px;
}
#page_redakcja .main_inner .col_right li .person_contact{
  position:absolute;
  right:0;
  top:0;
}




/****************/
/*** STRONY Z INDEKSEM ***/
/****************/
#page_index .main_inner{
  width:1180px;
  margin:0 auto;
  font-size:14px;
  line-height:20px;
}
#page_index .main_inner .wrapper{
  border-left:1px solid black;
  box-sizing: border-box;
  overflow: hidden;
  padding-left:20px;
}
#page_index .main_inner .col_left_inner p.info{
  font-size:12px;
  padding: 0;
  color: #999;
  padding-right: 100px;
  line-height: 17px;
  padding-bottom: 11px;
}
#page_index .main_inner .col_left_inner p{
  font-size:28px;
  /*font-family:'Poppins-Light';*/
  font-family: 'Poppins', sans-serif; font-weight: 300;
  border-bottom: 1px solid #CCC;
  padding:20px 0;
}
#page_index .main_inner .col_left_inner p a:hover,
#page_index .main_inner .col_left_inner p a.current{
  color:#f00;
}
#page_index h1{
  margin-top: 0 !important;
}
#page_index h1,#page_index h2{
  font-size:28px;
  /*font-family:'Poppins-Bold';*/
  font-family: 'Poppins', sans-serif; font-weight: 700;
  border-bottom:1px solid black;
  padding-bottom:20px;
  margin: 40px 0;
  line-height: 30px;
}
#page_index .main_inner .col_left{
  position: absolute;
  width:300px;
}
#page_index .main_inner .col_left.fixed{
    position: fixed;
    top: 120px;
}
#page_index .main_inner .col_left.normal{
  position:absolute;
  bottom:70px;
}
#page_index .main_inner .col_right,
#page_index .main_inner .col_left{
  float:left;
}
#page_index .col_left .white_line{
    position: absolute;
    bottom: 350px;
    margin-left: -21px;
    height: 120px;

    width: 1px;
    background: #fff;
    display: none;
}

#page_index strong{
  display: block;
  margin-top: 15px;
}
#page_index .internal_link{
  display: inline-block;
  font-size:13px;
  border-bottom:1px solid #000;
  margin-top: 25px;
}
#page_index .main_inner .col_right a:hover{
  color:red;
  border-bottom: 1px solid red !important;
}
#page_index .main_inner .col_right{
  width: 780px;
  margin-left: 300px;
  box-sizing: border-box;
  padding-left: 20px;
  font-size:18px;
  line-height: 25px;
  /*font-family:'Poppins-Light';*/
  font-family: 'Poppins', sans-serif; font-weight: 300;
}
#page_index .main_inner .col_right .contact_info a:not(.map_link){
  border-bottom:1px solid black;
}
#page_index .map_link{
  position:relative;
  line-height: 1;
}
#page_index .map_link:before{
  content:'';
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: 1px;
  background:url(../images/pin.png) no-repeat;
  width:11px;
  height:15px;
}
#page_index .col_right a{
  border-bottom:1px solid transparent;
}
.gray_text{
  color:#999;
}
a.gray_text{
  border-bottom:1px solid #f00;
}
/*POPRAWKA DLA LINKÓW SZARYCH*/
.gray_text a{
	color:#999;
  border-bottom:1px solid #f00;
}

#page_index .main_inner .col_right ul,
#page_index .main_inner .col_right li{
  margin:0;
  list-style:none;
}
#page_index .main_inner .col_right li{
  position:relative;
}
#page_index .main_inner .col_right ul{
  border-bottom:1px solid #CCC;
  padding-bottom:15px;
}
#page_index .main_inner .col_right li .person_contact{
  position:absolute;
  right:0;
  top:0;
}
/*****************/
/*** REGULAMIN ***/
/*****************/
#regulamin .main_inner{
  width:700px;
  margin:0 auto;
  font-size:14px;
  line-height:20px;
}
#regulamin .main_inner h1{
  display:block;
  width:100%;
  font-size:28px;
  /*font-family:'Poppins-Bold';*/
  font-family: 'Poppins', sans-serif; font-weight: 700;
  margin-bottom:40px;
  padding-bottom:30px;
  border-bottom:1px solid #000;
  line-height: 32px;
}
#regulamin .main_inner p{
  margin:15px 0;
}

/*****************/
/*** STRONY STATYCZNE ***/
/*****************/
#page .main_inner{
  width:700px;
  margin:0 auto;
  font-size:14px;
  line-height:20px;
}
#page .main_inner h1{
  display:block;
  width:100%;
  font-size:28px;
  /*font-family:'Poppins-Bold';*/
  font-family: 'Poppins', sans-serif; font-weight: 700;
  margin-bottom:40px;
  padding-bottom:30px;
  border-bottom:1px solid #000;
  line-height: 32px;
}
#page .main_inner p{
  margin:15px 0;
}


/*.main_inner p > a { color: red; }*/

/*********************/
/*** FOOTER STYLES ***/
/*********************/
footer {
    position: relative;
    z-index: 10;
   /* background-color: white; */
    font-size: 12px;
    width: 100%;
    height: 672px;/*528px;*/
    /*padding: 72px 25px;*/
    box-sizing: border-box;
    overflow: hidden;
    clear: left;
    border-top: 1px solid black;
}

footer .footer_box {
	position: relative;
	max-width: 1280px;
	height: 528px;
	padding: 72px 25px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}

footer .newsletter_form {
    position: relative;
    margin-top: 25px;
}

footer .newsletter_form input {
    position: relative;
    line-height: 1;
    width: 380px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    height: 42px;
    letter-spacing: 0.01em;
    font-size: 12px;
    border: 1px solid #999;
}

footer #sign_up {
    position: absolute;
    right: 14px;
    top: 0;
    padding: 21px 21px 21px 21px;
    background:transparent url(../images/arrow_send.png) no-repeat;
    background-position:center;
    background-size: 42%;
    width: 16px;
    height: 12px;
    display: inline-block;
    border: 0;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

footer #sign_up:hover{
    background:#f00 url(../images/arrow_send_white.png) no-repeat;
    background-position:center;
    background-size: 42%;
}

footer #sign_up:hover:before{
    background:#f00;
}

footer #sign_up:before {
    content: '';
    display: block;
    width: 1px;
    height: 21px;
    background: #999;
    position: absolute;
    top: 11px;
    left:0px;
}

footer .column {
    position: relative;
    float: left;
    height: 100%;
}

footer .column p {
    display: block;
}

footer .column a {
    color: #999;
    line-height: 19px;
    font-size: 14px;
}

footer .column a:hover{
    color:#f00;
}

footer .column h5 {
    font-size: 14px;
    line-height: 19px;
    margin-top: -4px;
    letter-spacing: 0.05em;
}

footer .column:first-child {
    width: 60%;
}

footer .column:nth-child(2), footer .column:nth-child(3) {
    padding-left: 26px;
    box-sizing: border-box;
    border-left: 1px solid #999;
}

footer .column:nth-child(2) {
    width: 20%;
}

footer .column:nth-child(3) {
    width: 20%;
}

footer .column_bottom {
    margin-top: 17px;
}

footer .newsletter, footer .middle_column {
    float: left;
}

footer .middle_column {
    position: relative;
    margin-left: 30px;
    margin-top: 10px;
    height: 100%;
}

footer .newsletter , footer .middle_column p {
    color: black;
    letter-spacing: 0.05em;
}

footer .copyrights {
    position: absolute;
    letter-spacing: 0.05em;
    left: 25px;
    bottom: 57px;
}

footer .small_black_logo {
    position: absolute;
    left: 25px;
    bottom: 82px;
}
footer .small_black_logo img{width:49px;height:auto;}
.buttons p{
  width:230px;
  clear:left;
  margin-bottom: 27px;
}
.buttons a{
  display: block;
  margin-top: -9px;
  margin-right:10px;
  float:left;
  width: 50px;
  height: 50px;
  background: url(../images/footer_pictograms.png) no-repeat;
  background-size:100%;
}
.buttons a.book_button{
  background-position: 0 0;
}
.buttons a.shop_button{
  background-position: 0 -56px;
}
.buttons a.chat_button{
  background-position: 0 -112px;
}
.buttons a.reviews_button{
  background-position: 0 -168px;
}
.buttons a.raports_button{
  background-position: 0 -224px;
}

.buttons a:hover{
  background: url(../images/footer_pictograms_red.png) no-repeat;
  background-size:100%;
}

.buttons a.book_button:hover{
  background-position: 0 0;      
}
.buttons a.shop_button:hover{
  background-position: 0 -56px;
}
.buttons a.chat_button:hover{
  background-position: 0 -112px;
}
.buttons a.reviews_button:hover{
  background-position: 0 -168px;
}
.buttons a.raports_button:hover{
  background-position: 0 -224px;
}

footer .development {
    position: absolute;
    left: 450px;
    bottom: 58px;
}

footer .development a {
    display: inline-block;
    color: #999;
}
footer .development a:hover{
  color:#666;
}


/* PŁATNOŚCI */

.content-payments-box { margin-top: 40px; border: 1px solid #CCC; border-radius: 5px; padding: 15px;	}
.content-payments-box .content-payments-info { margin-bottom: 15px; padding-bottom: 15px; font-weight: bold; font-size: 18px; border-bottom: 1px solid #CCC; }
.content-payments-box .content-payments-select { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #CCC; }
.content-payments-box .content-payments-select:last-child { margin-bottom: 0; padding-bottom: 0 ; border-bottom: 0; }
.content-payments-box .content-payments-select .payments-code-area { text-align: center; margin-top: 10px; }
.content-payments-box .content-payments-select .payments-code-area .payments-code-input { width: 80px; margin-right: 10px; }
.content-payments-box .content-payments-select p  {margin: 0; padding: 0; }
.content-payments-box .content-payments-select a { color: #FF0000; }

/* zajawki w dużym boxie */
.posts_container .post.big_post p.big-post-teasers-short {display: none;}
.posts_container .post.big_post img.image_responsive {display: none;}
.posts_container .post.big_image_post h3, .posts_container .post.appstore_post h3 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	padding: 3px;
	background: lightgray;
	font-size: 11px;
	/*font-family: Poppins-Light;*/
	font-family: 'Poppins', sans-serif; font-weight: 300;
}

.posts_container .post.appstore_post h3 {
	opacity: 0.8;
}
	
/* DODATEK - FILIP - DLA IFRAME TWITTERA ITP */

.article_main .column_middle .twitter-tweet.twitter-tweet-rendered {margin-left: auto; margin-right: auto;}

.article_main .column_middle > iframe { margin-left: auto; margin-right: auto; }


.article_main .column_middle > p a { color: #45648f; }



/*Szukanie*/
.searchForm {
	width: 448px; 
	padding: 10px; 
	border: 1px ridge #cccccc;
	margin: auto;
	margin-top: 18px;
}

.searchForm form .label {
	width: 98px; 
	height: 40px; 
	line-height: 30px; 
	float: left;
}
.searchForm form .input {
	width: 350px; 
	height: 30px; 
	float: left;
	line-height: 11px;
}
.searchForm form .input input {
	width: 330px; 
	height: 30px; 
	padding:1px 9px; 
	border-left: 1px solid #e2e3ea; 
	border-bottom: 1px solid #e2e3ea; 
	border-top: 1px solid #abadb3; 
	border-right: 1px solid #abadb3; 
	line-height: 30px;
}

.searchForm form .submit {
	float: right;
	line-height: 11px;
}

.wrapper.search-container .event {
	width: 760px; margin: 20px 10px 20px 10px;
}
.wrapper.search-container .event .left {
	width: 150px; margin-right: 18px; float: left;
}
.wrapper.search-container .event .left img {
	border-right: 4px solid #d7cec9;
}
.wrapper.search-container .event .right {
	width: 100%; float: left;
}
.wrapper.search-container .event .right div {
	margin-top: 16px;
	line-height: 15px;
}
.wrapper.search-container .event .right .seeEvent {
	border:1px solid #D9D9D9; float:right; margin-top:16px; padding:9px;
}

.wrapper.search-container .event .right a { color: #df0024; }
.wrapper.search-container .size22 { font-size: 18px; }


/* PLAYER VIDEO */

.article_main iframe.video-player, #page iframe.video-player, #page_index iframe.video-player {
	width: 560px;
	height: 315px;
}

.article_main .column_middle > div:not(.without-styles) > iframe {
	width: 560px;
	height: 315px;
}


/* Bloki treści */
.gallery-block { margin-bottom: 30px; text-align: center; }

.gallery-block a {display: block;}
.gallery-block img { max-width: 200px; max-height: 120px; }

.gallery-block .gallery-info { display: inline-block; font-style: italic;font-size: 12px;font-weight: bold; color: #45648f; margin-top: 10px; transition: color 0.5s; -webkit-transition-duration:0.5s; }

.gallery-block.gallery-variant-2, .gallery-block.gallery-variant-3 { padding-top: 20px; padding-bottom: 20px; padding-left: 10px; padding-right: 10px; -moz-box-shadow: inset 0 0 10px #45648f; -webkit-box-shadow: inset 0 0 10px #45648f; box-shadow: inset 0 0 10px #45648f; transition: box-shadow 0.5s; -webkit-transition-duration:0.5s; }
.gallery-block.gallery-variant-2 .gallery-info, .gallery-block.gallery-variant-3 .gallery-info { margin-top: 20px; font-size: 14px; }
.gallery-block.gallery-variant-3 img { max-width: none; max-height: none; }

.gallery-block.gallery-variant-2:hover, .gallery-block.gallery-variant-3:hover { -moz-box-shadow: inset 0 0 10px #000000; -webkit-box-shadow: inset 0 0 10px #000000; box-shadow: inset 0 0 10px #000000; transition: box-shadow 0.5s; -webkit-transition-duration:0.5s; }
.gallery-block.gallery-variant-2:hover .gallery-info, .gallery-block.gallery-variant-3:hover .gallery-info { color: #000000; transition: color 0.5s; -webkit-transition-duration:0.5s; }

/* Galeria - widok standardowy */
.gallery_text_container { position: relative; margin-bottom: 20px; margin-left: 10px; margin-right: 10px; }
.gallery_text_container h1 { font-size: 1.5em; }
.gallery_text_container .gallery_info {margin-top: 20px; font-size: 13px; font-style: italic; font-weight: bold; }
.gallery_photo_container { text-align: center; margin-left: 10px; margin-right: 10px; }
.gallery_photo_box { position: relative; display: inline-block; max-width: 100%; margin: auto; text-align: center; }
.gallery_photo_box .gallery_photo_view { position: relative; display: inline-block; margin-bottom: 10px; }
.gallery_photo_box .gallery_photo_text { margin-bottom: 20px; text-align: left; }
.gallery_photo_box .gallery_photo_title { font-style: italic; font-size: 14px; text-align: left; }

.gallery_photo_box .gallery_photo_description {
	margin-top: 20px;
}

.gallery_photo_box .gallery_photo_description p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 27px;
	font-family: 'Noto Serif', sans-serif; font-weight: 400;
}

.gallery_photo_box .gallery_photo_description a {
	color: #45648f;
}

.gallery_photo_box .gallery_photo_description strong {
	font-family: 'Noto Serif', sans-serif; font-weight: 700;
	/*font-weight: normal;*/
}

.gallery_photo_box .gallery_photo_view img { max-width: 100%; }
.gallery_back_box { font-size: 14px; margin-bottom: 15px; /* float: right;*/ }


.posts_container.gallery_container .posts_day_container_holder .posts_day_container .post.normal_post {
	text-align: center;
}

.posts_container.gallery_container .posts_day_container_holder .posts_day_container .post.normal_post img {
	width: auto;
	max-width: 100%;
	margin: auto;
}

.posts_container.gallery_container .posts_day_container_holder .posts_day_container .post.normal_post .post_text {
	text-align: left;
}

.posts_container.gallery_container .posts_day_container_holder .posts_day_container .post.normal_post .post_text h3 {
	color: black;
}

.gallery_photo_container .gallery_photo_box .gallery_photo_view .gallery_photo_nav { position: absolute; height: 100%; top: 0px;  width: 50px; background: #000; opacity: 0; transition: opacity 0.5s; -webkit-transition-duration:0.5s;}
.gallery_photo_container .gallery_photo_box .gallery_photo_view .gallery_photo_nav.gallery_nav_prev { left: 0px; }
.gallery_photo_container .gallery_photo_box .gallery_photo_view .gallery_photo_nav.gallery_nav_next { right: 0px; }
.gallery_photo_container .gallery_photo_box .gallery_photo_view .gallery_photo_nav a { display: block; height: 100%; width: 100%; cursor: pointer; }
.gallery_photo_container .gallery_photo_box .gallery_photo_view .gallery_photo_nav.gallery_nav_prev a { display: block; height: 100%; width: 100%; cursor: pointer; background: url('/images/arrow_left_white.png') center center no-repeat; }
.gallery_photo_container .gallery_photo_box .gallery_photo_view .gallery_photo_nav.gallery_nav_next a { display: block; height: 100%; width: 100%; cursor: pointer; background: url('/images/arrow_right_white.png') center center no-repeat; }
.gallery_photo_container .gallery_photo_box .gallery_photo_view:hover > .gallery_photo_nav {opacity: 0.7; transition: opacity 0.5s; -webkit-transition-duration:0.5s;}
.gallery_photo_container .gallery_photo_box .gallery_photo_view:hover > .gallery_photo_view_slide > .gallery_photo_nav {opacity: 0.7; transition: opacity 0.5s; -webkit-transition-duration:0.5s;}

.gallery_photo_container .gallery_photo_box .gallery_nav { position: relative; width: 100%; height: 50px; margin-bottom: 20px; }
.gallery_photo_container .gallery_photo_box .gallery_nav > div { position: absolute; top: 0px; height: 100%; width: 140px; border: 1px solid black;  text-align: center; }
.gallery_photo_container .gallery_photo_box .gallery_nav .gallery_nav_prev { left: 0px; }
.gallery_photo_container .gallery_photo_box .gallery_nav .gallery_nav_next { right: 0px; }
/*SPRAWDZIĆ - BRAK W BECIE */
.gallery_photo_container .gallery_photo_box .gallery_nav a { 
	display: block; 
	height: 100%; 
	cursor: pointer; 
	/*line-height: 40px; */
	text-transform: uppercase;
	font-size: 14px;
	/*font-family: "Poppins-Bold";*/
    font-family: 'Poppins', sans-serif; font-weight: 700;
	letter-spacing: 0.02em;
   line-height: 50px;
   padding: 0 20px;
}
.gallery_photo_container .gallery_photo_box .gallery_nav a:hover { color: #FFF; background: #e30613; transition: background 0.2s; -webkit-transition-duration:0.2s; }


.shop .posts_container .post {
	text-align: center;
}
.shop .posts_container .product_standard_post {
	border: 1px solid grey;
}
.shop .posts_container .post_image {
	padding: 5px;
	background: lightgrey;
}
.shop .posts_container .post_text {
	padding: 5px;
	text-align: left;
}

.shop .posts_container .post .post_image img {
	max-height: 140px;
	width: auto;
}


.misprint-info {
	text-align: right;
	font-size: 11px;
}

.clear {clear: both;}


.article_content.content-bg-1 .article_main .column_middle { background: #f8f8f8; }
.article_content.content-bg-1 .article_main .column_middle .post_image_text { background: #f8f8f8; }
.article_content.content-bg-1 .article_main .column_middle .post_image_text p { color: #444; }



.order-body .input {float: left; margin-right: 15px; margin-top: 10px; margin-bottom: 10px;}
.order-body .input label {margin-right: 10px;}
.order-body .input .content_text_field_long {width: 200px;}
.order-body .input .content_text_field_nr {width: 60px;}


twitterwidget { margin-left: auto; margin-right: auto;}

/*********************/
/*** MEDIA QUERIES ***/
/*********************/



@media all and (max-width:1279px){
  .menu li a{
    padding:0 20px;
  }
  footer{
    height:744px;
  }
  footer .footer_box {
	height: 600px;
	padding: 72px 25px;
	}
  footer .middle_column{
    margin-left:0;
    margin-top:35px;
  
    height: initial;
}
  footer .column:first-child{
    width: 50%;
  }
  footer .development{left:initial;right: 24px;}
  footer .small_black_logo,footer .copyrights{
    left: 24px;
  }
  footer .column:nth-child(2), footer .column:nth-child(3){
    width:25%;
  }

	.right_column{display:none !important;}
	
  /*
  .column_list_post{display:none !important;}*/
  
  /* ZMIANA - FILIP - last nws widoczne na mobilnych */ 
  /*.posts_day_container .right_column{display:block !important; height: 570px !important;}*/
  /*.posts_day_container .right_column{display:block !important; height: 550px !important;}
  .posts_day_container .column_list_post{display:block !important; height: 550px !important;}*/
    
  .progress_bar{position: fixed;top: 51px;}
  
  .width-limited .posts_container {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
}



@media all and (max-width:1240px){
  #page_redakcja .main_inner{width:100%;}
  #magazyn .previous_issues .sub_column:first-child:before{top:100px;}
  #page_redakcja .main_inner .col_right{width: 58%;width:calc(100% - 324px)}
  #page_redakcja .office_people li{
    margin-bottom: 18px !important;
	}

	#magazyn .previous_issues p + .previous_issue{margin-top:100px !important}
  #magazyn .main_inner{width:100%;}
  #page_redakcja .internal_link{margin-top:15px;margin-bottom:20px;}
  #page_redakcja .main_inner .col_right li .person_contact{position: relative;right:initial;font-size: 13px;line-height: 20px;}
  #page_redakcja .wrapper{margin-left:24px;}
  #magazyn .col_left{box-sizing:border-box;padding-left: 24px;padding-right: 24px;width: 55%;}
  #magazyn .col_right{width: 45%;}
  #magazyn .col_right .sub_column{width: 100%;}
  #magazyn .post:last-child{margin-bottom:20px;}
  #magazyn .columns_holder:before{left:24px;top: 930px;}
  #magazyn .current_issue_img{width:100%;}
  
  #page_index .main_inner{width:100%;}
  #page_index .main_inner .col_right{width: 58%;width:calc(100% - 324px)}
  #page_index .office_people li{ margin-bottom: 18px !important; }
  #page_index .internal_link{margin-top:15px;margin-bottom:20px;}
  #page_index .main_inner .col_right li .person_contact{position: relative;right:initial;font-size: 13px;line-height: 20px;}
  #page_index .wrapper{margin-left:24px;}
}



@media all and (max-width:1206px){
	.posts_container .wide_big_post{
		width:792px;
		height:500px;
	}
	
	/*tymczasowa zmiana wysokości*/
#page-block-a97da629b098b75c294dffdc3e463904 .wide_big_post{
	height:500px;
}

	.posts_container .post.wide_big_post .post_text{
		height: 50px;
	}
	
	.posts_container .post.wide_big_post .post_text h2{
		font-size:19px;
		margin-top:5px;
		margin-bottom:10px;
	}
	
	.wide_big_post.wide_big_code_post { height: 446px !important; }
	.wide_big_code_post iframe { width: 792px !important; height: 446px !important; border: 0; outline: 0; margin-top: 0; margin-bottom: 0; margin-left: auto; margin-right: auto;}

	.posts_container .wide_image_post{
	    width:792px;
	    height: 320px;
	}
	
	.posts_container .post.wide_image_post .right_top_icon {
	    padding: 6px;
	    background: white;
	}
	
	.posts_container .post.wide_image_post .post_text{
		padding-top: 10px;
		height: 40px;
	}
	
	.posts_container .post.wide_image_post .post_text h2{
		font-size:18px;
		margin-top:5px;
		margin-bottom:10px;
	}
	
	.posts_container .post_col_2 {
		width: 792px;
	}

	.posts_container .post_col_4 {
		width: 792px;
	}

}



@media all and (max-width:1180px){
   .article_main{width:100%;}
   .article_content .banner_holder {max-width: 900px;}
	.article_content .banner_holder .banner img { max-width: 750px; }
	
	
	/** Tymczasowo - zmina menu, do czasu stworzenia skryptów JS chowających elementy */
	
	.subject_page .main_inner, .section_page .main_inner {margin-top: 120px;}
	

	 body{clear:left;}
  .mobile_menu_fix{
    z-index: 1;
    position: fixed;
    width: 100%;
    background-color: black;
    height: 60px;
    bottom: 0;
    left: 0;
  }
  .main_inner{width:100% !important}
  .wrapper{padding:0 24px;}
  .progress_bar{top:50px;}
  .article_main .column_left{margin-left:24px;}
  .article_main .column_left_inner.fixed{top:110px;}
  .article_main .column_left .white_line{height:110px;}
  .search_input.mobile{position: fixed;z-index: 10000;padding: 0 22px;padding-top: 20px;box-sizing: border-box;top: 50px;border: 0;left: 0;width: 100%;height:0;background-color: #111111;display: block;visibility: visible;overflow: hidden;-webkit-transition: 0.3s all ease-out;      -moz-transition: 0.3s all ease-out;      transition: 0.3s all ease-out;}
  .search_input input{background:transparent;font-size: 18px;box-sizing: border-box;padding: 7px 0;padding-bottom: 14px;width: 100%;border-bottom: 1px solid #999;}
  .search_input.mobile #magnifier{background:url(../images/search_submit_white.png) no-repeat;background-position: center;width: 34px;height: 34px;background-size: 50%;right: 17px;top: 22px;}
   .search_input.mobile.open{height:100%;visibility:visible;opacity:1;}
   .search_input.mobile {display: none !important;}
   #magazyn{margin-top: 130px;}
  .menu a.menu_trigger{position: absolute;right: 6px;top: 0;display:block;background:url(../images/menu.png) no-repeat;background-size: 34%;background-position: center;width:17px;height: 14px;padding: 18px;-webkit-transition: none;      -moz-transition: none;      transition: none;}
  .menu a.menu_trigger.open,.menu.open a.menu_trigger{background:url(../images/menu_close.png) no-repeat;background-position:center;background-size: 29%;}
  .menu_trigger:before{content:'';display:block;width:1px;height:25px;background:#444;position:absolute;top: 13px;left: -4px;}
  
	.menu ul li:first-of-type ul.sub-menu { left: auto; } 
	.menu ul li:first-of-type ul.sub-menu:before { left: 25px; }
	.menu ul li:first-of-type ul.sub-menu:after { left: 25px; }
  
  
  .search{display: none;}
  
  .search{right:60px;}
  .search .search_show:after{
    background:url(../images/search_white.png) no-repeat;
    background-size: 100%;
    position:absolute;
    top: 18px;
    right:24px;
  }
  .search:hover .search_input, .search .search_show:hover + .search_input{
    display: none;
}
  .search .search_show{padding:0;margin-right:24px;}
  .search:hover .search_show{background:transparent;color:#111111;}
  .menu .small_logo{z-index: 1;display:block;height: auto;padding: 0;line-height: normal;}
  .header_box{display:none !important;}
  .header_top{display:none !important;}
  header{
    position: fixed;
    top: 0px;
    width: 100%;
    transform: initial;      
    -webkit-transform: initial;      
    -moz-transform: initial;      
    -o-transform: initial;
}
header.shrinked{
    width:100%;
    z-index:10000;
    position:fixed;
    top: 0px;
}
.mobile_bar{z-index:0;display:block;background:#111111;height:50px;position:fixed;top:0;left:0;width:100%;}
  .menu{
    position:fixed;
    top:0;
    left:0;
    border-bottom: 0;
    overflow:hidden;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
  .menu.open,.menu.open ul{
    height: 100%;
  }
  .menu.open{
    height:calc(100% + 60px);
  }
  .menu ul{
    -webkit-transition: 0.3s opacity ease-out;
    -moz-transition: 0.3s opacity ease-out;
    transition: 0.3s opacity ease-out;
  }
  .menu.open ul{opacity:1;}
  .menu li a{
    margin: 0;
    padding: 0;
    color: white;
  }
  .menu li:hover a,
  .menu li.current a{
      background:transparent;
      color:#fff;
  }
  .menu li a:hover{
    color:#f00;
    background:transparent;
  }
  .menu a{display:inline-block;}
  .menu li a.expand{
        margin-bottom: -2px;
  }

.menu .presletter{top: 40px;position:absolute;display:block;}

.menu .socials{top: 20px;position:absolute;display:block;}

.menu .socials{top: 20px;height: 16px;right: 16px;z-index: 10000;}

.menu_bottom{display:none;position: fixed;z-index: 1000000;background-color: #111111;padding: 40px 0 30px 0;bottom: 0;height: 36px;width:100%;}

.menu.open .menu_bottom{display:block;}


.menu .presletter {
    display: table;
    height: 20px;
    left: 24px;
    color: white;
    /*font-family: "Poppins-Bold";*/
    font-family: 'Poppins', sans-serif; font-weight: 700;
    font-size: 14px;
    border :1px solid #AAA;
    padding:7px 22px;
}

.menu .presletter:hover{
  background:red;
  border:1px solid red;
}

.menu .presletter span:before{
  position:absolute;
  /*font-family:'Poppins-Light';*/
  font-family: 'Poppins', sans-serif; font-weight: 300;
  top: -23px;
  left: 0;
  content:'Zapisz się na';
  display:block;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  color: #aaa;
}
.menu .presletter span {
    line-height: 16px;
    letter-spacing: 0.03em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.menu .shop {top: 40px; left: 180px !important; position:absolute;display:block;}

.menu .shop {
    display: table;
    height: 20px;
    left: 24px;
    color: white;
    /*font-family: "Poppins-Bold";*/
    font-family: 'Poppins', sans-serif; font-weight: 700;
    font-size: 14px;
    border :1px solid #AAA;
    padding:7px 22px;
}

.menu .shop:hover{
  background:red;
  border:1px solid red;
}


.menu .shop span {
    line-height: 16px;
    letter-spacing: 0.03em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.menu .fb_link,
.menu .gg_link,
.menu .yt_link,
.menu .tw_link{
    position: absolute;
    display: block;
    -webkit-transition: 0.3s background ease-out;
    -moz-transition: 0.3s background ease-out;
    transition: none;
}
.socials a{padding:0;}

.menu .fb_link {
    background: url(../images/fb_mobile.png) no-repeat;
    background-size: 100%;
    width: 7px;
    height: 15px;
    right: 92px;
    top: 0;
}

.menu .tw_link {
    background: url(../images/tw_mobile.png) no-repeat;
    background-size: 100%;
    width:17px;
    height:14px;
    right: 57px;
    top: 0;
}


.menu .gg_link {
    background: url(../images/gg_mobile.png) no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    right: 24px;
    top: 0;
}


.menu ul{
  position: relative;
  margin-top: 45px;
  padding-top: 20px;
  background-color: #111111;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  overflow-y: scroll;
  padding-bottom: 240px;
}
.menu ul.sub-menu{
  overflow:hidden;
}
.menu ul .sub-menu li a{
  margin:0;
  border: 0;
  line-height: 26px;
}
.menu li{
    width:100%;
    margin:0;
    height: auto;
    border-bottom: 1px solid #888;
}
.menu li a.expand:hover{
  
}
.menu .sub-menu li{
  border-bottom:0;
}
.menu li a.expand:hover,
.menu li.current a.expand{
    background:transparent;
    color:red;
}
.menu ul ul.sub-menu{
  position:relative;
  height: 0;
  box-sizing: border-box;
  float: left;
  left: 0;
  top: 0;
  left: initial;
  background: transparent;
  width: 100%;
  margin: 0;
  padding: 0;
}
.menu ul li.current ul.sub-menu,
.menu ul li.open ul.sub-menu,
.menu ul li a.expand:hover + ul.sub-menu{
  height:auto;
}
.menu ul ul.sub-menu li:first-child,
.menu ul ul.sub-menu span:first-child{
  padding-top: 20px;
  border-top: 1px solid #888;
}
.menu ul ul.sub-menu li:last-child{
  margin-bottom:20px;
}
.menu ul ul.sub-menu:before{
    border-top: 8px solid #888;
    border-bottom: 0;
    left: 25px;
    bottom: initial;
    top: -2px;
}
.menu ul ul.sub-menu:after{
    border-top: 6px solid #000;
    border-bottom: 0;
    left: 25px;
    bottom: initial;      
    top: -2px;
}
.menu ul li.current ul.sub-menu a,
.menu ul li.open ul.sub-menu a,
.menu ul li:hover a + ul.sub-menu a{
  color:white;
}
.menu ul li:hover ul.sub-menu,
.menu ul li.open ul.sub-menu,
.menu ul li.current ul.sub-menu{
  opacity:1;
  visibility:visible;
}
.menu ul ul.sub-menu span{
  display:block;
  width:100%;
  border-top:1px solid #888;
  padding-top: 25px;
}
.posts_container{
  margin-top: 30px;
}
.main_content{margin-top: 90px;}

/** KOniec tymczasowego wpisu zmieniającego menu */

/* PASEK INFORMACYJNY */
.belt_holder {
    top: 50px;
}

	
}


@media all and (max-width:1024px){
  .menu li a{
    padding:0 16px;
  }
  .banner_holder .banner img { width: 700px; max-width: 98%; }
}


@media (max-width: 980px){
	
/**
  body{clear:left;}
  .mobile_menu_fix{
    z-index: 1;
    position: fixed;
    width: 100%;
    background-color: black;
    height: 60px;
    bottom: 0;
    left: 0;
  }
  .main_inner{width:100% !important}
  .wrapper{padding:0 24px;}
  .progress_bar{top:50px;}
  .article_main .column_left{margin-left:24px;}
  .article_main .column_left_inner.fixed{top:110px;}
  .article_main .column_left .white_line{height:110px;}
  .search_input.mobile{position: fixed;z-index: 10000;padding: 0 22px;padding-top: 20px;box-sizing: border-box;top: 50px;border: 0;left: 0;width: 100%;height:0;background-color: black;display: block;visibility: visible;overflow: hidden;-webkit-transition: 0.3s all ease-out;      -moz-transition: 0.3s all ease-out;      transition: 0.3s all ease-out;}
  .search_input input{background:transparent;font-size: 18px;box-sizing: border-box;padding: 7px 0;padding-bottom: 14px;width: 100%;border-bottom: 1px solid #999;}
  .search_input.mobile #magnifier{background:url(../images/search_submit_white.png) no-repeat;background-position: center;width: 34px;height: 34px;background-size: 50%;right: 17px;top: 22px;}
   .search_input.mobile.open{height:100%;visibility:visible;opacity:1;}
   #magazyn{margin-top: 130px;}
  .menu a.menu_trigger{position: absolute;right: 6px;top: 0;display:block;background:url(../images/menu.png) no-repeat;background-size: 34%;background-position: center;width:17px;height: 14px;padding: 18px;-webkit-transition: none;      -moz-transition: none;      transition: none;}
  .menu a.menu_trigger.open,.menu.open a.menu_trigger{background:url(../images/menu_close.png) no-repeat;background-position:center;background-size: 29%;}
  .menu_trigger:before{content:'';display:block;width:1px;height:25px;background:#444;position:absolute;top: 13px;left: -4px;}
  .search{right:60px;}
  .search .search_show:after{
    background:url(../images/search_white.png) no-repeat;
    background-size: 100%;
    position:absolute;
    top: 18px;
    right:24px;
  }
  .search:hover .search_input, .search .search_show:hover + .search_input{
    display: none;
}
  .search .search_show{padding:0;margin-right:24px;}
  .search:hover .search_show{background:transparent;color:initial;}
  .menu .small_logo{z-index: 1;display:block;height: auto;padding: 0;line-height: normal;}
  .header_top{display:none !important;}
  header{
    position: fixed;
    width: 100%;
    transform: initial;      
    -webkit-transform: initial;      
    -moz-transform: initial;      
    -o-transform: initial;
}
.mobile_bar{z-index:0;display:block;background:black;height:50px;position:fixed;top:0;left:0;width:100%;}
  .menu{
    position:fixed;
    top:0;
    left:0;
    border-bottom: 0;
    overflow:hidden;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
  .menu.open,.menu.open ul{
    height: 100%;
  }
  .menu.open{
    height:calc(100% + 60px);
  }
  .menu ul{
    -webkit-transition: 0.3s opacity ease-out;
    -moz-transition: 0.3s opacity ease-out;
    transition: 0.3s opacity ease-out;
  }
  .menu.open ul{opacity:1;}
  .menu li a{
    margin: 0;
    padding: 0;
    color: white;
  }
  .menu li:hover a,
  .menu li.current a{
      background:transparent;
      color:#fff;
  }
  .menu li a:hover{
    color:#f00;
    background:transparent;
  }
  .menu a{display:inline-block;}
  .menu li a.expand{
        margin-bottom: -2px;
  }

.menu .presletter,.menu .socials{top: 40px;position:absolute;display:block;}

.menu .socials{top: 53px;height: 16px;right: 16px;z-index: 10000;}

.menu_bottom{display:none;position: fixed;z-index: 1000000;background-color: black;padding: 40px 0 30px 0;bottom: 0;height: 36px;width:100%;}

.menu.open .menu_bottom{display:block;}


.menu .presletter {
    display: table;
    height: 20px;
    left: 24px;
    color: white;
    font-family: "Poppins";
    font-weight: bold;
    font-size: 14px;
    border :1px solid #AAA;
    padding:7px 22px;
}

.menu .presletter:hover{
  background:red;
  border:1px solid red;
}

.menu .presletter span:before{
  position:absolute;
  font-family:'Poppins';
  top: -23px;
  left: 0;
  content:'Zapisz się na';
  display:block;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  color: #aaa;
}
.menu .presletter span {
    line-height: 16px;
    letter-spacing: 0.03em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.menu .fb_link,
.menu .gg_link,
.menu .tw_link{
    position: absolute;
    display: block;
    -webkit-transition: 0.3s background ease-out;
    -moz-transition: 0.3s background ease-out;
    transition: none;
}
.socials a{padding:0;}

.menu .fb_link {
    background: url(../images/fb_mobile.png) no-repeat;
    background-size: 100%;
    width: 7px;
    height: 15px;
    right: 92px;
    top: 0;
}

.menu .tw_link {
    background: url(../images/tw_mobile.png) no-repeat;
    background-size: 100%;
    width:17px;
    height:14px;
    right: 57px;
    top: 0;
}


.menu .gg_link {
    background: url(../images/gg_mobile.png) no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    right: 24px;
    top: 0;
}


.menu ul{
  position: relative;
  margin-top: 45px;
  padding-top: 20px;
  background-color: black;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  overflow-y: scroll;
  padding-bottom: 240px;
}
.menu ul.sub-menu{
  overflow:hidden;
}
.menu ul .sub-menu li a{
  margin:0;
  border: 0;
  line-height: 26px;
}
.menu li{
    width:100%;
    margin:0;
    height: auto;
    border-bottom: 1px solid #888;
}
.menu li a.expand:hover{
  
}
.menu .sub-menu li{
  border-bottom:0;
}
.menu li a.expand:hover,
.menu li.current a.expand{
    background:transparent;
    color:red;
}
.menu ul ul.sub-menu{
  position:relative;
  height: 0;
  box-sizing: border-box;
  float: left;
  left: 0;
  top: 0;
  left: initial;
  background: transparent;
  width: 100%;
  margin: 0;
  padding: 0;
}
.menu ul li.current ul.sub-menu,
.menu ul li.open ul.sub-menu,
.menu ul li a.expand:hover + ul.sub-menu{
  height:auto;
}
.menu ul ul.sub-menu li:first-child,
.menu ul ul.sub-menu span:first-child{
  padding-top: 20px;
  border-top: 1px solid #888;
}
.menu ul ul.sub-menu li:last-child{
  margin-bottom:20px;
}
.menu ul ul.sub-menu:before{
    border-top: 8px solid #888;
    border-bottom: 0;
    left: 25px;
    bottom: initial;
    top: -2px;
}
.menu ul ul.sub-menu:after{
    border-top: 6px solid #000;
    border-bottom: 0;
    left: 25px;
    bottom: initial;      
    top: -2px;
}
.menu ul li.current ul.sub-menu a,
.menu ul li.open ul.sub-menu a,
.menu ul li:hover a + ul.sub-menu a{
  color:white;
}
.menu ul li:hover ul.sub-menu,
.menu ul li.open ul.sub-menu,
.menu ul li.current ul.sub-menu{
  opacity:1;
  visibility:visible;
}
.menu ul ul.sub-menu span{
  display:block;
  width:100%;
  border-top:1px solid #888;
  padding-top: 25px;
}
.posts_container{
  margin-top: 60px;
}
*/



.banner_holder .banner img { width: 480px; }


.search_results .posts_container .posts_date{display:none;}
.posts_container .posts_date{
  display: block;
  color: #ccc !important;
  top: -90px !important;
  left: 50% !important;
  margin-left: -386px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  width: 772px;
  -webkit-transform: initial;
  -moz-transform: initial;
  transform: initial;
  padding: 12px 0;
}
.posts_container .posts_date span{
  /*font-family:'Poppins-Bold';
  font-weight: bold;*/
  font-family: 'Poppins', sans-serif; font-weight: 700;
}
/*.posts_container .posts_day_container_holder{margin-top:90px;}*/
.posts_container .posts_day_container_holder{margin-top:40px;}
.posts_container .posts_day_container_holder:first-child{margin-top: 0px;}
.posts_container .posts_date:after{display:none;}


/* FILIP - POPRAWKA - usunięcie pustej przestrzeni */
/*.home_page .main_content{margin-top: 170px;}*/


.search_results .main_content{margin-top: 80px;}
.search_results h1.search_results_title{margin-bottom:0px;}

.article_main .column_middle{width:65%;width: calc(100% - 274px);}

.article_main .column_middle .post_image img{width:100%;}
.article_main .column_middle .post_image .right_top_icon img{width:initial;}

#magazyn .main_inner{padding:0 20px;}
#magazyn .fixed .issue_navigation{margin-top:100px;margin-left: 180px;}
#magazyn .fixed .current_issue_img{width:160px;height:202px;}
#magazyn .fixed .current_issue{margin-left:180px;}
#magazyn .issue_icons li a{font-size:12px;}
#magazyn .fixed .issue_icons{top:320px;}


footer{height:700px;/*padding: 40px 25px 100px;*/}
footer .footer_box {
	height:600px;
	padding: 40px 25px 60px;
	}
footer .column {
	height: auto;
}
footer .column:first-child{width:100%;}
footer .newsletter,footer .middle_column{width:50%;}
footer .newsletter{margin-right:35px;}
footer #sign_up{right:0;}
footer .newsletter_form input{width:100%;}
footer .middle_column{position: initial;margin-left: 0;margin-top: 0;margin-bottom:40px;width: 42%;width: calc(50% - 35px);}
footer .column:nth-child(2), footer .column:nth-child(3){width:50%;}
footer .column:nth-child(3){width:42%;width:calc(50% - 35px);margin-left:35px;}
footer .small_black_logo{
    bottom: 52px;
}
footer .copyrights{bottom: 28px;}
footer .development{left: 50%;margin-left: 35px;bottom: 28px;}
footer .development a{font-size:12px;}
.main_content{margin-top: 90px;}

.article_content .banner_holder {max-width: 830px;}
.article_content .banner_holder .banner img { width: 750px; }


	/* promo weekend i magazyn */

.article_main .post_connected_articles {
	position: relative;
	width: 590px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.article_main .column_middle .post_connected_articles h2{
	font-size: 24px;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_box{
	width: 180px;
	height: 140px;
	margin-left: 10px;
	margin-right: 0;
}

.article_main .column_middle .post_connected_articles .post_connected_content img{
	width: 120%;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_text{
	height: 38px;
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 8px;
   padding-right: 10px;
   padding-left: 10px;
}



}




@media all and (max-width:932px){
	.posts_container .wide_big_post{
		width:518px;
		height:340px;
	}
	
	/*tymczasowa zmiana wysokości*/
#page-block-a97da629b098b75c294dffdc3e463904 .wide_big_post{
	height:340px;
}

	.posts_container .post.wide_big_post .post_text{
		height: 50px;
	}
	
	.posts_container .post.wide_big_post .post_text h2{
		font-size:19px;
		margin-top:5px;
		margin-bottom:10px;
	}
	
	.wide_big_post.wide_big_code_post { height: 291px !important; }
	.wide_big_code_post iframe { width: 518px !important; height: 291px !important; border: 0; outline: 0; margin-top: 0; margin-bottom: 0; margin-left: auto; margin-right: auto;}
	
	.posts_container .wide_image_post{
	    width:518px;
	    height: 280px;
	}
	
	.posts_container .post.wide_image_post .post_text{
		height: 50px;
	}
	
	.posts_container .post.wide_image_post .post_text h2{
		font-size:18px;
		margin-top:5px;
		margin-bottom:10px;
	}
	
	.posts_container .post_col_2 {
		width: 518px;
	}

	.posts_container .post_col_4 {
		width: 518px;
	}
	
		/* promo weekend i magazyn */

.article_main .post_connected_articles {
	position: relative;
	width: 560px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.article_main .column_middle .post_connected_articles h2{
	font-size: 24px;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_box{
	width: 170px;
	height: 130px;
	margin-left: 10px;
	margin-right: 0;
}

.article_main .column_middle .post_connected_articles .post_connected_content img{
	width: 120%;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_text{
	height: 32px;
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 8px;
   padding-right: 10px;
   padding-left: 10px;
}

.banner.banner_double_billboard video {position: relative; width: 520px; height: 139px; margin-left: auto; margin-right: auto; margin-top: 0;}
.banner.banner_double_billboard a.video-cover {position: relative; display: block; width: 520px; height: 139px; margin-left: auto; margin-right: auto; margin-top: -205px; opacity: 0.5; transition: opacity 0.3s;}




}




/** WIDOKI MOBILNE */


@media all and (max-width:909px){
.posts_container .posts_date { width:506px;margin-left:-253px; }
.banner_holder .banner img { width: 480px; }
.article_content .banner_holder {max-width: 700px;}
.article_content .banner_holder .banner img { width: 650px; }

	.article_main iframe.video-player, #page iframe.video-player, #page_index iframe.video-player {
		width: 500px;
		height: 281px;
	}
	
	.article_main .column_middle > div:not(.without-styles) > iframe {
	width: 500px;
		height: 281px;
}

		/* promo weekend i magazyn */

.article_main .post_connected_articles {
	position: relative;
	width: 490px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.article_main .column_middle .post_connected_articles h2{
	font-size: 24px;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_box{
	width: 146px;
	height: 112px;
	margin-left: 10px;
	margin-right: 0;
}

.article_main .column_middle .post_connected_articles .post_connected_content img{
	width: 120%;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_text{
	height: 28px;
	font-size: 10px;
	padding-top: 7px;
	padding-bottom: 8px;
   padding-right: 10px;
   padding-left: 10px;
}


.misprint-info {display: none;}
}






@media all and (max-width:840px){
	.article_main iframe.video-player, #page iframe.video-player, #page_index iframe.video-player {
		width: 430px;
		height: 242px;
	}
	
	.article_main .column_middle > div:not(.without-styles) > iframe {
	width: 430px;
		height: 242px;
}


		.home_page .main_content, .section_page .main_content, .subject_page .main_content, .content_page #content_page_blocks,
.dynamic_page .main_content, .section_page .main_content, .subject_page .main_content
{
    padding:0 28px 70px 28px;
}



			/* promo weekend i magazyn */

.article_main .post_connected_articles {
	position: relative;
	width: 420px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.article_main .column_middle .post_connected_articles h2{
	font-size: 20px;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_box{
	display: block;
	width: 400px;
	height: 200px;
	margin-left: 10px;
	margin-right: 0;
}

.article_main .column_middle .post_connected_articles .post_connected_content img{
	width: 100%;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_text{
	height: 30px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 8px;
   padding-right: 10px;
   padding-left: 10px;
}


.article_main .post_connected_grandpress {
	height: 140px; 
}

.article_main .post_connected_grandpress .post_connected_press_logo {
	top: 25px;
	left: 30px;
}

.article_main .post_connected_grandpress .post_connected_press_logo img {
	width: 140px;
}

.article_main .post_connected_grandpress h3 {
	top: 85px;
	left: 30px;
	width: 250px;
}

.article_main .post_connected_grandpress h3 a {
	font-size: 14px;
}

.article_main .post_connected_grandpress .post_connected_cover {
	width: 170px;
}

.article_main .post_connected_grandpress .post_connected_cover img {
	height: 100%;
	width: auto;
}


}

@media all and (max-width:767px){
.posts_container  .tooltip{
    top: 28px;
    right: 27px;
}
.posts_container .tooltip:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left:100%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-bottom: 9px solid #000;
  border-right: 0px solid transparent;
  border-left: 10px solid transparent;
}
.posts_container .tooltip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left:100%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-bottom: 7px solid #fff;
  border-right: 0 solid transparent;
  border-left: 7px solid transparent;
}


.magazyn_posts_container .tooltip:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left:100%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-bottom: 9px solid #000;
  border-right: 0px solid transparent;
  border-left: 10px solid transparent;
}
.magazyn_posts_container .tooltip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left:100%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-bottom: 7px solid #fff;
  border-right: 0 solid transparent;
  border-left: 7px solid transparent;
}

#page_redakcja .main_inner .col_left{display:none;}
#page_redakcja .main_inner .col_right{margin-left:0;width:95%;width:calc(100% - 24px);padding-left: 0;}
#page_redakcja .main_inner .wrapper{border:0;padding-left: 24px;}
#page_redakcja .wrapper{margin-left:0;}
.article_main #disqus_thread{width:100%;}
.article_main .comments-container{width:100%;}

#page_index .main_inner .col_left{display:none;}
#page_index .main_inner .col_right{margin-left:0;width:95%;width:calc(100% - 24px);padding-left: 0;}
#page_index .main_inner .wrapper{border:0;padding-left: 24px;}
#page_index .wrapper{margin-left:0;}
.banner_holder .banner img { width: 480px; }
.article_content .banner_holder {max-width: 560px;}
.article_content .banner_holder .banner img { width: 520px; }
	.article_main iframe.video-player, #page iframe.video-player, #page_index iframe.video-player {
		width: 370px;
		height: 208px;
	}
	
	.article_main .column_middle > div:not(.without-styles) > iframe {
	width: 370px;
		height: 208px;
}

	/* promo weekend i magazyn */

.article_main .post_connected_articles {
	position: relative;
	width: 360px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 3px;
}

.article_main .column_middle .post_connected_articles h2{
	font-size: 18px;
	margin-top: 5px;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_box{
	display: block;
	width: 340px;
	height: 160px;
	margin-left: 10px;
	margin-right: 0;
}

.article_main .column_middle .post_connected_articles .post_connected_content img{
	width: 100%;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_text{
	height: 25px;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 8px;
   padding-right: 10px;
   padding-left: 10px;
}


.article_main .post_connected_press_edition {
	height: 180px; 
}

.article_main .post_connected_press_edition .post_connected_press_logo {
	top: 40px;
	left: 30px;
}

.article_main .post_connected_press_edition .post_connected_press_logo img {
	width: 140px;
}

.article_main .post_connected_press_edition h3 {
	top: 100px;
	left: 30px;
	width: 300px;
}

.article_main .post_connected_press_edition h3 a {
	font-size: 14px;
}

.article_main .post_connected_press_edition .post_connected_press_cover {
	width: 150px;
}

.article_main .post_connected_press_edition .post_connected_press_cover img {
	height: 100%;
	width: auto;
}


.article_main .post_connected_grandpress {
	height: 140px; 
}

.article_main .post_connected_grandpress .post_connected_press_logo {
	top: 25px;
	left: 30px;
}

.article_main .post_connected_grandpress .post_connected_press_logo img {
	width: 140px;
}

.article_main .post_connected_grandpress h3 {
	top: 85px;
	left: 30px;
	width: 300px;
}

.article_main .post_connected_grandpress h3 a {
	font-size: 14px;
}

.article_main .post_connected_grandpress .post_connected_cover {
	width: 170px;
}

.article_main .post_connected_grandpress .post_connected_cover img {
	height: 100%;
	width: auto;
}



}

@media all and (max-width:710px){
	.article_main iframe.video-player, #page iframe.video-player, #page_index iframe.video-player {
		width: 300px;
		height: 169px;
	}
	
	.article_main .column_middle > div:not(.without-styles) > iframe {
	width: 300px;
		height: 169px;
}

	/* promo weekend i magazyn */

.article_main .post_connected_articles {
	position: relative;
	width: 300px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 2px;
}

.article_main .column_middle .post_connected_articles h2{
	font-size: 16px;
	margin-top: 5px;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_box{
	display: block;
	width: 280px;
	height: 150px;
	margin-left: 10px;
	margin-right: 0;
}

.article_main .column_middle .post_connected_articles .post_connected_content img{
	width: 100%;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_text{
	height: 25px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 8px;
   padding-right: 10px;
   padding-left: 10px;
}

.article_main .post_connected_press_edition {
	height: 150px; 
}

.article_main .post_connected_press_edition .post_connected_press_logo {
	top: 20px;
	left: 15px;
}

.article_main .post_connected_press_edition .post_connected_press_logo img {
	width: 100px;
}

.article_main .post_connected_press_edition h3 {
	top: 90px;
	left: 15px;
	width: 300px;
}

.article_main .post_connected_press_edition h3 a {
	font-size: 10px;
	font-weight: bold;
}

.article_main .post_connected_press_edition .post_connected_press_cover {
	width: 150px;
}

.article_main .post_connected_press_edition .post_connected_press_cover img {
	height: 100%;
	width: auto;
}


.article_main .post_connected_grandpress {
	height: 120px; 
}

.article_main .post_connected_grandpress .post_connected_press_logo {
	top: 15px;
	left: 30px;
}

.article_main .post_connected_grandpress .post_connected_press_logo img {
	width: 110px;
}

.article_main .post_connected_grandpress h3 {
	top: 55px;
	left: 30px;
	width: 130px;
}

.article_main .post_connected_grandpress h3 a {
	font-size: 14px;
}

.article_main .post_connected_grandpress .post_connected_cover {
	width: 170px;
}

.article_main .post_connected_grandpress .post_connected_cover img {
	height: 100%;
	width: auto;
}

.belt_holder .belt-logo {
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
}

.belt_holder .belt-logo p {
	text-align: center;
}



.belt_holder .belt-logo img {
	max-width: 100%;
}

.belt_holder .wrapper {
	height: 100%;
	overflow: hidden;
	top: 40px;
	left: 0px;
	right: 0px;
	/*width: 100%;*/
}

}


@media all and (max-width:660px){
	
}



/*mój poziomo */
@media all and (max-width:643px){
html{clear:left;}
#page_redakcja h1{margin-top:5px !important;}
#page_index h1{margin-top:5px !important;}
.article_main .column_left{width:100%;margin-left: 0;padding-right: 24px;}
.article_main .column_left_inner{width:100%;}
.article_main .column_left_inner p{/*font-family: 'Poppins-Light';*/ font-family: 'Poppins', sans-serif; font-weight: 300; font-size:11px;margin-bottom: 0;line-height: 16px;}
.article_main .column_middle{width:100%;margin-top: 0;}
.article_main .column_middle .post_first_image{padding: 0;box-sizing:border-box;width:100%;top:0;left:0;margin-bottom: 35px;}
.article_main .column_middle h1.mobile{clear: left;padding-top: 30px;display:block;}
.article_main .column_left{display:none;}
.article_main .column_left.mobile{display:block;margin-bottom: 30px;min-height: initial;}
.posts_container .posts_date{width:242px;margin-left:-121px;}
.article_main .column_left .socials a.fb_link,
.article_main .column_left .socials a.fb_link:hover {
    background: url(../images/fb_mobile_black.png) no-repeat;
    background-size: 100%;
    width: 7px;
    height: 14px;
}
.article_main .column_left .socials a.tw_link,
.article_main .column_left .socials a.tw_link:hover {
    background: url(../images/tw_mobile_black.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    width: 17px;
    height: 14px;
}
.article_main .column_left .socials a.gg_link,
.article_main .column_left .socials a.gg_link:hover {
    background: url(../images/gg_mobile_black.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    width: 14px;
    height: 14px;
}

.article_main .column_left .socials a.email_link,
.article_main .column_left .socials a.email_link:hover{
    background: url(../images/mail_mobile.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    width: 17px;
    height: 14px;
}

.banner_holder .banner img { width: 240px; }
.article_content .banner_holder {max-width: 560px;}
.article_content .banner_holder .banner img { width: 500px; }

.banner video {width: 240px; height: 135px;}
.banner a.video-cover {width: 240px; height: 135px; margin-top: -140px;}
.article_content .banner video {width: 480px; height: 269px;}
.article_content .banner a.video-cover {width: 480px; height: 269px; margin-top: -275px;}

.banner.banner_double_billboard video {position: relative; width: 500px; height: 134px; margin-left: auto; margin-right: auto; margin-top: 0;}
.banner.banner_double_billboard a.video-cover {position: relative; display: block; width: 500px; height: 134px; margin-left: auto; margin-right: auto; margin-top: -139px; opacity: 0.5; transition: opacity 0.3s;}

	.article_main iframe.video-player, #page iframe.video-player, #page_index iframe.video-player {
		width: 540px;
		height: 304px;
	}
	
	.article_main .column_middle > div:not(.without-styles) > iframe {
	width: 540px;
		height: 304px;
}
	
	/* promo weekend i magazyn */

.article_main .post_connected_articles {
	position: relative;
	width: 420px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.article_main .column_middle .post_connected_articles h2{
	font-size: 20px;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_box{
	display: block;
	width: 400px;
	height: 200px;
	margin-left: 10px;
	margin-right: 0;
}

.article_main .column_middle .post_connected_articles .post_connected_content img{
	width: 100%;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_text{
	height: 30px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 8px;
   padding-right: 10px;
   padding-left: 10px;
}


.article_main .post_connected_press_edition {
	width: 100%;
	height: 200px; 
}

.article_main .post_connected_press_edition .post_connected_press_logo {
	top: 40px;
	left: 30px;
}

.article_main .post_connected_press_edition .post_connected_press_logo img {
	width: 200px;
}

.article_main .post_connected_press_edition h3 {
	top: 115px;
	left: 30px;
	width: 300px;
}

.article_main .post_connected_press_edition h3 a {
	font-size: 18px;
	font-weight: normal;
}

.article_main .post_connected_press_edition .post_connected_press_cover {
	top: 10px;
	right: 10px;
	bottom: 10px;
	width: 200px;
}

.article_main .post_connected_press_edition .post_connected_press_cover img {
	height: 100%;
	width: auto;
}


.article_main .post_connected_grandpress {
	height: 200px; 
}

.article_main .post_connected_grandpress .post_connected_press_logo {
	top: 40px;
	left: 30px;
}

.article_main .post_connected_grandpress .post_connected_press_logo img {
	
}

.article_main .post_connected_grandpress h3 {
	top: 115px;
	left: 30px;
	width: 300px;
}

.article_main .post_connected_grandpress h3 a {
	color: #FFFFFF;
}

.article_main .post_connected_grandpress .post_connected_cover {
	top: 10px;
	right: 10px;
	bottom: 10px;
	width: 250px;
}

.article_main .post_connected_grandpress .post_connected_cover img {
	height: 100%;
	width: auto;
}





}



@media all and (max-width:620px){
	/*zmniejszenie dużego postu*/
	.posts_container .big_post{width:244px;height:550px;}
	
	
	.posts_container .big_post.big_image_post{width:244px;height:360px;}
	.posts_container .post.big_post .post_image img {
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 312px;
		margin: auto;
	}
	.posts_container .post.big_post nav{left:194px;bottom:25px;}
	.posts_container .post.big_post .post_text{
		top: 161px;
		width:100%;
		/*dopisane - filip*/
		padding-bottom: 0;
		padding-right: 0;
		padding-left: 0;
		opacity: 1;
	}
	.posts_container .post.big_post .post_text h2{font-size:22px;line-height:28px;}
	.posts_container .post.big_post p.big-post-teasers-short {display: inline;}
	.posts_container .post.big_post p.big-post-teasers {display: none;}
	.posts_container .post.big_post img.image_big {display: none;}
	.posts_container .post.big_post img.image_responsive {display: inline;}
	
	.posts_container .posts_day_container > h2 { font-size: 1.5em}
	
	
	.posts_container .block-size-6 .post {
	    height: 325px;
	}
	
	.posts_container .block-size-7 .post {
	    height: 325px;
	}
	
	.posts_container .block-size-6 .post_col {
		width: 244px;
	}
	
	.posts_container .block-size-7 .post_col {
		width: 244px;
	}
	
	
	.posts_container .post.big_presentation_post{
		width:244px;
		height:550px;
	
	}
	.posts_container .post.big_presentation_post h3 {
		font-size: 20px;
	}
	.posts_container .post.big_presentation_post .post_image{
		display: none;
	}
	
	.posts_container .post.big_presentation_post .post_body {
		top: 50px
	}
	
	.posts_container .post.big_presentation_post .post_body_block {
		height: 114px;
	}
	
	
	
	
	
	/*
	.posts_container .posts_day_container > h2.block_title_size_1 {
		font-size: 1.6em;
	}

	.posts_container .posts_day_container > h2.block_title_size_2 {
		font-size: 1.6em;
		font-weight: bold;
	}


	.posts_container .posts_day_container > h2.uppercase {
		text-transform: uppercase;
	}
	*/
	
	.posts_container .wide_big_post{
		width:244px;
		height:160px;
	}
	
	/*tymczasowa zmiana wysokości*/
#page-block-a97da629b098b75c294dffdc3e463904 .wide_big_post{
	height:160px;
}

	.posts_container .post.wide_big_post .post_text{
		height: 35px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	.posts_container .post.wide_big_post .post_text h2{
		font-size:12px;
		line-height: 16px;
		margin-top:5px;
		margin-bottom:10px;
	}
	
	.wide_big_post.wide_big_code_post { height: 138px !important; }
	.wide_big_code_post iframe { width: 244px !important; height: 138px !important; border: 0; outline: 0; margin-top: 0; margin-bottom: 0; margin-left: auto; margin-right: auto;}
	
	.posts_container .wide_image_post{ width:244px;height:160px !important; background: gray; }
	.posts_container .post.wide_image_post .post_image img { max-width:244px !important; }	
	
	.posts_container .post.wide_image_post .post_text{
		height: 35px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	.posts_container .post.wide_image_post .post_text h2{
		font-size:12px;
		margin-top:5px;
		margin-bottom:10px;
	}
	
	.posts_container .post_col_2 {
		width: 244px;
	}

	.posts_container .post_col_4 {
		width: 244px;
	}
	
	
	/*GŁOSOWANIE */
	.posts_container .voting_item.post_col_2{
	    height: 330px !important;
	    width: 400px !important;
	}
	.posts_container .voting_item.wide_image_post{ background: #FFFFFF; }
	
	.posts_container .voting_text.post_col_4{
	    height: auto !important;
	    width: 400px !important;
	}
	
	.posts_container .voting_item.post.wide_image_post .post_image img { max-width:400px !important; }	
	
	/* GŁOSOWANIE --- KONIEC */
	
	
}



@media all and (max-width:615px){
	.posts_container .posts_day_container > h2 { font-size: 1.5em}
	
	.posts_container .posts_day_container > h2.block_title_size_1 {
		font-size: 1.7em;
	}

	.posts_container .posts_day_container > h2.block_title_size_2 {
		font-size: 1.7em;
		font-weight: bold;
	}
}



@media all and (max-width:600px){
	footer {height: 740px;}
	footer .footer_box {
	height:600px;
	padding: 40px 25px 120px;
	}
footer .newsletter, footer .middle_column{width:100%;}
footer .newsletter_form{margin-top:10px;}
footer .middle_column{margin-top:35px;margin-bottom: 20px;}
footer .column h5,footer .column a{font-size:12px;line-height: 17px;}
footer .development{left:24px;margin-left: 0;bottom: 38px;right:initial;}
footer .small_black_logo{bottom: 82px;}
footer .copyrights{bottom: 58px;}
footer{padding-bottom:140px;}
/* .article_main .column_middle .post_image{margin-bottom:110px;} */
.article_main .column_middle .post_image.without-description{margin-bottom:40px;}
#magazyn .col_right{clear:left;}
#magazyn .col_left,#magazyn .col_right{width:100%;box-sizing: border-box;}
#magazyn .col_right{padding:0 24px;margin-top: 30px;padding-top: 200px;margin-left: 24px;}
#magazyn .col_right .sub_column{padding-left:0}
#magazyn .sub_column:before{display:none;}
#magazyn .post{ height:320px; width: 100%;padding: 0;padding-bottom:60px;padding-top: 20px;}
#magazyn .post.product.only-image{height: 300px;}
#magazyn .post.product .product-button {display: block; position: relative; bottom: 0px; left: 0px; max-width: 200px; height: 50px; line-height: 25px; background: #ff0000; text-align: center; margin: auto; font-weight: bold; margin-bottom: 25px; margin-top: 10px; padding-top: 7px; padding-bottom: 7px;}
#magazyn .post:before{display:none;}
#magazyn .post.platny:after{right:0;top:23px;}
#magazyn .post.oplacony:after{right:0;top:23px;}
#magazyn .post_line{left:0;width: 100%;width: calc(100% - 40px);}
#magazyn .previous_issues p{position:relative;margin-left: 0;}
#magazyn .previous_issues p + .previous_issue{margin-top:40px !important;}
.article_info{padding-right:24px;}
#magazyn .previous_issues .stamp p{padding-top:20px;}
#magazyn .col_right .previous_issue{z-index: 1;width: 100%;height: 346px;border-left:0;padding-left:0;}
#magazyn .issue_icons{height:100%;}
#magazyn .col_right .previous_issue_inner{width: 238px;}
#magazyn .previous_issues .stamp{height:auto;}
#magazyn .previous_issues .stamp:before{display:none;}
#magazyn .magazyn_issues_container .post_line{display:none;}
.banner_holder .banner img { width: 240px; }
.article_content .banner_holder {max-width: 450px;}
.article_content .banner_holder .banner img { width: 400px; }
.banner video {width: 240px; height: 135px;}
.banner a.video-cover {width: 240px; height: 135px; margin-top: -140px;}
.article_content .banner video {width: 400px; height: 224px;}
.article_content .banner a.video-cover {width: 400px; height: 224px; margin-top: -229px;}

.banner.banner_double_billboard video {position: relative; width: 400px; height: 107px; margin-left: auto; margin-right: auto; margin-top: 0;}
.banner.banner_double_billboard a.video-cover {position: relative; display: block; width: 400px; height: 107px; margin-left: auto; margin-right: auto; margin-top: -112px; opacity: 0.5; transition: opacity 0.3s;}

	.article_main iframe.video-player, #page iframe.video-player, #page_index iframe.video-player {
		width: 500px;
		height: 281px;
	}
	
	.article_main .column_middle > div:not(.without-styles) > iframe {
		width: 500px;
		height: 281px;
	}

	.posts_container .posts_day_container > h2 { font-size: 1.4em}
}


/*DOPISANE - FILIP - DLA IPHONE */
/*mój stary samsung poziomo */
@media all and (max-width:567px){

	.article_main iframe.video-player, #page iframe.video-player, #page_index iframe.video-player {
		width: 460px;
		height: 259px;
	}	
	
	.article_main .column_middle > div:not(.without-styles) > iframe {
		width: 460px;
		height: 259px;
	}
	
	.posts_container .post_col { width: 340px;}
	.posts_container .post { width: 340px; height: 362px;}
	.posts_container .block-size-1 .post { height: 280px; }
	.posts_container .block-size-3 .post { height: 410px; }
	.posts_container .post .post_image img { max-height: 230px;}
	.posts_container .post.normal_post .post_text {top: 230px;}
	.posts_container .big_post { width: 340px; height: 570px; /*height: 626px;*/ }
	.posts_container .post.column_list_post { width: 340px; height: 570px; }
	.posts_container .post.column_list_post .latest_post { width: 290px; }
	
	.posts_container .post.wide_image_post .post_image img { max-width:340px !important; }	
	
	.posts_container .big_post.big_image_post{width:340px; max-height: 362px;}
	.posts_container .post.big_post .post_image img {
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 330px;
		margin: auto;
	}

	.posts_container .post.big_post nav{left:194px;bottom:25px;}
	.posts_container .post.big_post .post_text{
		top: 231px;
		width:100%;
		/*dopisane - filip*/
		padding-bottom: 0;
		padding-right: 0;
		padding-left: 0;
		opacity: 1;
	}
	.posts_container .posts_day_container > h2 { font-size: 1.4em; top: -30px;}
	
	.posts_container .posts_day_container > h2.block_title_size_1 {
		font-size: 1.6em;
	}

	.posts_container .posts_day_container > h2.block_title_size_2 {
		font-size: 1.6em;
		font-weight: bold;
	}
	
	.posts_container .post.big_presentation_post{
		width:340px;
		height:550px;
	
	}
	.posts_container .post.big_presentation_post h3 {
		font-size: 20px;
	}
	.posts_container .post.big_presentation_post .post_image{
		display: none;
	}
	
	.posts_container .post.big_presentation_post .post_body {
		top: 40px
	}
	
	.posts_container .post.big_presentation_post .post_body_block {
		height: 116px;
	}
	
	.posts_container .wide_big_post{
		width:340px;
		height:220px;
	}
	
	/*tymczasowa zmiana wysokości*/
#page-block-a97da629b098b75c294dffdc3e463904 .wide_big_post{
	height:220px;
}

	.posts_container .post.wide_big_post .post_text{
		height: 40px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.posts_container .post.wide_big_post .post_text h2{
		font-size:14px;
		margin-top:5px;
		margin-bottom:10px;
	}
	
	.wide_big_post.wide_big_code_post { height: 192px !important; }
	.wide_big_code_post iframe { width: 340px !important; height: 192px !important; border: 0; outline: 0; margin-top: 0; margin-bottom: 0; margin-left: auto; margin-right: auto;}
	
	.posts_container .wide_image_post{
	    width:340px;
	    height: 220px !important;
	}
	
	.posts_container .post.wide_image_post .post_text{
		height: 40px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.posts_container .post.wide_image_post .post_text h2{
		font-size:14px;
		margin-top:5px;
		margin-bottom:10px;
	}
	
	.posts_container .post_col_2 {
		width: 340px;
	}

	.posts_container .post_col_4 {
		width: 340px;
	}
	
	.posts_container .post.advert_white_post h2,
	.posts_container .post.advert_red_post h2,
	.posts_container .post.advert_blue_post h2 {
	    font-family: 'Poppins', sans-serif; font-weight: 300;
		font-size: 17px;
	    line-height: 24px;
	    letter-spacing: 0.02em;
	}
}



/*tadek pion*/
@media all and (max-width:520px){
	
	footer {height: 780px;}
	footer .footer_box {
	height:600px;
	padding: 40px 25px 160px;
	}
	
	.article_content .banner_holder {max-width: 390px;}
	.article_content .banner_holder .banner img { width: 350px; }
	
	.banner video {width: 240px; height: 135px;}
	.banner a.video-cover {width: 240px; height: 135px; margin-top: -140px;}
	.article_content .banner video {width: 350px; height: 196px;}
	.article_content .banner a.video-cover {width: 350px; height: 196px; margin-top: -201px;}
	
	.banner.banner_double_billboard video {position: relative; width: 350px; height: 94px; margin-left: auto; margin-right: auto; margin-top: 0;}
	.banner.banner_double_billboard a.video-cover {position: relative; display: block; width: 350px; height: 94px; margin-left: auto; margin-right: auto; margin-top: -99px; opacity: 0.5; transition: opacity 0.3s;}
	
	.article_main iframe.video-player, #page iframe.video-player, #page_index iframe.video-player {
		width: 350px;
		height: 197px;
	}
	
		.article_main .column_middle > div:not(.without-styles) > iframe {
		width: 350px;
		height: 197px;
	}
	
	.posts_container .post_col { width: 290px;}
	.posts_container .post { width: 290px; height: 309px;}
	.posts_container .block-size-1 .post { height: 280px; }
	.posts_container .block-size-3 .post { height: 350px; }
	.posts_container .post .post_image img { max-height: 180px;}
	.posts_container .post.normal_post .post_text {top: 180px;}
	.posts_container .big_post { width: 290px; height: 570px; /*height: 626px;*/ }
	.posts_container .post.column_list_post { width: 290px; height: 570px; }
	.posts_container .post.column_list_post .latest_post { width: 240px; }
	
	.posts_container .post.wide_image_post .post_image img { max-width:290px !important; }	
	
	.posts_container .big_post.big_image_post{width:290px; max-height: 312px;}
	.posts_container .post.big_post .post_image img {
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 312px;
		margin: auto;
	}

	.posts_container .post.big_post nav{left:194px;bottom:25px;}
	.posts_container .post.big_post .post_text{
		top: 201px;
		width:100%;
		/*dopisane - filip*/
		padding-bottom: 0;
		padding-right: 0;
		padding-left: 0;
		opacity: 1;
	}
	.posts_container .posts_day_container > h2 { font-size: 1.4em; top: -30px; }
	
	.posts_container .posts_day_container > h2.block_title_size_1 {
		font-size: 1.6em;
	}

	.posts_container .posts_day_container > h2.block_title_size_2 {
		font-size: 1.6em;
		font-weight: bold;
	}


	.posts_container .posts_day_container > h2.uppercase {
		text-transform: uppercase;
	}
	
	.posts_container .post.big_presentation_post{
		width:290px;
		height:550px;
	
	}
	.posts_container .post.big_presentation_post h3 {
		font-size: 20px;
	}
	.posts_container .post.big_presentation_post .post_image{
		display: none;
	}
	
	.posts_container .post.big_presentation_post .post_body {
		top: 50px
	}
	
	.posts_container .post.big_presentation_post .post_body_block {
		height: 114px;
	}
	
	
	.posts_container .wide_big_post{
		width:290px;
		height:190px;
	}
	
	/*tymczasowa zmiana wysokości*/
#page-block-a97da629b098b75c294dffdc3e463904 .wide_big_post{
	height:190px;
}
	
	.posts_container .post.wide_big_post .post_text{
		height: 40px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.posts_container .post.wide_big_post .post_text h2{
		font-size:13px;
		margin-top:5px;
		margin-bottom:10px;
		line-height: 18px;
	}
	
	.wide_big_post.wide_big_code_post { height: 164px !important; }
	.wide_big_code_post iframe { width: 290px !important; height: 164px !important; border: 0; outline: 0; margin-top: 0; margin-bottom: 0; margin-left: auto; margin-right: auto;}
	
	.posts_container .wide_image_post{
	    width:290px;
	    height: 190px !important;
	}
	
	.posts_container .post.wide_image_post .post_text{
		height: 40px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.posts_container .post.wide_image_post .post_text h2{
		font-size:14px;
		margin-top:5px;
		margin-bottom:10px;
		line-height: 18px;
	}
	
	.posts_container .post_col_2 {
		width: 290px;
	}

	.posts_container .post_col_4 {
		width: 290px;
	}
	
	
	/* promo weekend i magazyn */

.article_main .post_connected_articles {
	position: relative;
	width: 360px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 3px;
}

.article_main .column_middle .post_connected_articles h2{
	font-size: 18px;
	margin-top: 5px;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_box{
	display: block;
	width: 340px;
	height: 160px;
	margin-left: 10px;
	margin-right: 0;
}

.article_main .column_middle .post_connected_articles .post_connected_content img{
	width: 100%;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_text{
	height: 25px;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 8px;
   padding-right: 10px;
   padding-left: 10px;
}
	
	
	.article_main .post_connected_press_edition {
	height: 180px; 
}

.article_main .post_connected_press_edition .post_connected_press_logo {
	top: 40px;
	left: 30px;
}

.article_main .post_connected_press_edition .post_connected_press_logo img {
	width: 140px;
}

.article_main .post_connected_press_edition h3 {
	top: 100px;
	left: 30px;
	width: 300px;
}

.article_main .post_connected_press_edition h3 a {
	font-size: 14px;
}

.article_main .post_connected_press_edition .post_connected_press_cover {
	width: 150px;
}

.article_main .post_connected_press_edition .post_connected_press_cover img {
	height: 100%;
	width: auto;
}



.article_main .post_connected_grandpress {
	height: 140px; 
}

.article_main .post_connected_grandpress .post_connected_press_logo {
	top: 25px;
	left: 30px;
}

.article_main .post_connected_grandpress .post_connected_press_logo img {
	width: 140px;
}

.article_main .post_connected_grandpress h3 {
	top: 85px;
	left: 30px;
	width: 250px;
}

.article_main .post_connected_grandpress h3 a {
	font-size: 14px;
}

.article_main .post_connected_grandpress .post_connected_cover {
	width: 170px;
}

.article_main .post_connected_grandpress .post_connected_cover img {
	height: 100%;
	width: auto;
}


	/*GŁOSOWANIE */
	.posts_container .voting_item.post_col_2{
	    height: 280px !important;
	    width: 320px !important;
	}
	.posts_container .voting_item.wide_image_post{ background: #FFFFFF; }
	
	.posts_container .voting_text.post_col_4{
	    height: auto !important;
	    width: 320px !important;
	}
	
	.posts_container .voting_item.post.wide_image_post .post_image img { max-width:320px !important; }	
	
	/* GŁOSOWANIE --- KONIEC */

}



@media all and (max-width:443px){
	.article_main .post_connected_grandpress {
		height: 120px; 
	}
	
	.article_main .post_connected_grandpress .post_connected_press_logo {
		top: 15px;
		left: 30px;
	}
	
	.article_main .post_connected_grandpress .post_connected_press_logo img {
		width: 110px;
	}
	
	.article_main .post_connected_grandpress h3 {
		top: 55px;
		left: 30px;
		width: 130px;
	}
	
	.article_main .post_connected_grandpress h3 a {
		font-size: 14px;
	}
	
	.article_main .post_connected_grandpress .post_connected_cover {
		width: 170px;
	}
	
	.article_main .post_connected_grandpress .post_connected_cover img {
		height: 100%;
		width: auto;
	}

}




@media all and (max-width:414px){
#magazyn .issue_icons li a:before{top: 0;}
#magazyn .issue_icons li:nth-child(2) a:before{top: 63px;}
#magazyn .issue_icons li:nth-child(3) a:before{top: 127px;}
#magazyn .issue_icons li:first-child{margin-top:18px;}
#magazyn .issue_icons li{margin-top: 37px;}
#magazyn .issue_icons li a{width: 180px;display: block;line-height:16px;}
#magazyn .issue_icons li:first-child{margin-top:17px}
#magazyn .issue_icons li:nth-child(2){margin-top:49px;}
#magazyn .issue_icons li:last-child{margin-top: 40px;}
.home_page .main_content, .content_page #content_page_blocks{padding: 0 18px 70px 18px;}
.dynamic_page .main_content{padding: 0 18px 70px 18px;}
/*.posts_day_container{width: 266px !important;}*/

/*.posts_container*/ 
.banner_holder{width:244px !important}
.article_main .column_middle .post_image .post_image_text{width:100%;}
.banner_holder .banner img { width: 240px; }
.article_content .banner_holder {width: 340px;}
.article_content .banner_holder .banner img { width: 300px; }

.banner video {width: 240px; height: 135px;}
.banner a.video-cover {width: 240px; height: 135px; margin-top: -140px;}
.article_content .banner video {width: 300px; height: 169px;}
.article_content .banner a.video-cover {width: 300px; height: 168px; margin-top: -173px;}

.banner.banner_double_billboard video {position: relative; width: 300px; height: 80px; margin-left: auto; margin-right: auto; margin-top: 0;}
	.banner.banner_double_billboard a.video-cover {position: relative; display: block; width: 300px; height: 80px; margin-left: auto; margin-right: auto; margin-top: -99px; opacity: 0.5; transition: opacity 0.3s;}
	
.article_main iframe.video-player, #page iframe.video-player, #page_index iframe.video-player {
		width: 300px;
		height: 169px;
	}

.article_main .column_middle > div:not(.without-styles) > iframe {
		width: 300px;
		height: 169px;
	}

	.posts_container .post_col { width: 290px;}
	.posts_container .post { width: 290px; height: 309px;}
	.posts_container .post .post_image img { max-height: 180px;}
	.posts_container .post.normal_post .post_text {top: 180px;}
	.posts_container .big_post { width: 290px; height: 570px; /*height: 626px;*/ }
	.posts_container .post.column_list_post { width: 290px; height: 570px; }
	.posts_container .post.column_list_post .latest_post { width: 240px; }
	
	
	.posts_container .big_post.big_image_post{width:290px; max-height: 312px;}
	.posts_container .post.big_post .post_image img {
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 312px;
		margin: auto;
	}

	.posts_container .post.big_post nav{left:194px;bottom:25px;}
	.posts_container .post.big_post .post_text{
		top: 201px;
		width:100%;
		padding-bottom: 0;
		padding-right: 0;
		padding-left: 0;
		opacity: 1;
	}
	.posts_container .posts_day_container > h2 { font-size: 1.2em}
	
	
	.posts_container .wide_big_post{
		width:290px;
		height:190px;
	}
	
	/*tymczasowa zmiana wysokości*/
#page-block-a97da629b098b75c294dffdc3e463904 .wide_big_post{
	height:190px;
}

	.posts_container .post.wide_big_post .post_text{
		height: 40px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.posts_container .post.wide_big_post .post_text h2{
		font-size:13px;
		margin-top:5px;
		margin-bottom:10px;
	}
	
	.wide_big_post.wide_big_code_post { height: 164px !important; }
	.wide_big_code_post iframe { width: 290px !important; height: 164px !important; border: 0; outline: 0; margin-top: 0; margin-bottom: 0; margin-left: auto; margin-right: auto;}
	
	.posts_container .wide_image_post{
	    width:290px;
	    height: 190px !important;
	}
	
	.posts_container .post.wide_image_post .post_text{
		height: 40px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.posts_container .post.wide_image_post .post_text h2{
		font-size:14px;
		margin-top:5px;
		margin-bottom:10px;
	}
	
	.posts_container .post_col_2 {
		width: 290px;
	}

	.posts_container .post_col_4 {
		width: 290px;
	}
	
	/* promo weekend i magazyn */

.article_main .post_connected_articles {
	position: relative;
	width: 300px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 2px;
}

.article_main .column_middle .post_connected_articles h2{
	font-size: 16px;
	margin-top: 5px;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_box{
	display: block;
	width: 280px;
	height: 150px;
	margin-left: 10px;
	margin-right: 0;
}

.article_main .column_middle .post_connected_articles .post_connected_content img{
	width: 100%;
}

.article_main .column_middle .post_connected_articles .post_connected_content .article_text{
	height: 25px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 8px;
   padding-right: 10px;
   padding-left: 10px;
}

.article_main .post_connected_press_edition {
	height: 150px; 
}

.article_main .post_connected_press_edition .post_connected_press_logo {
	top: 20px;
	left: 15px;
}

.article_main .post_connected_press_edition .post_connected_press_logo img {
	width: 100px;
}

.article_main .post_connected_press_edition h3 {
	top: 90px;
	left: 15px;
	width: 300px;
}

.article_main .post_connected_press_edition h3 a {
	font-size: 10px;
	font-weight: bold;
}

.article_main .post_connected_press_edition .post_connected_press_cover {
	width: 150px;
}

.article_main .post_connected_press_edition .post_connected_press_cover img {
	height: 100%;
	width: auto;
}


	/*GŁOSOWANIE */
	.posts_container .voting_item.post_col_2{
	    height: 270px !important;
	    width: 300px !important;
	}
	.posts_container .voting_item.wide_image_post{ background: #FFFFFF; }
	
	.posts_container .voting_text.post_col_4{
	    height: auto !important;
	    width: 300px !important;
	}
	
	.posts_container .voting_item.post.wide_image_post .post_image img { max-width:300px !important; }	
	
	/* GŁOSOWANIE --- KONIEC */
	
	
}

/*mój pionowo*/
@media all and (max-width:360px){
	footer .column:nth-child(2), footer .column:nth-child(3){padding-left:18px;}
	#magazyn .main_inner{padding:0;padding-right: 20px;}
	.banner_holder .banner img { width: 240px; }
	.article_content .banner_holder {width: 320px;}
	.article_content .banner_holder .banner img { width: 240px; }
	.banner video {width: 240px; height: 135px;}
	.banner a.video-cover {width: 240px; height: 135px; margin-top: -140px;}
	.article_content .banner video {width: 280px; height: 157px;}
	.article_content .banner a.video-cover {width: 280px; height: 157px; margin-top: -162px;}

	.article_main iframe.video-player, #page iframe.video-player, #page_index iframe.video-player {
		width: 260px;
		height: 146px;
	}
	
	.article_main .column_middle > div:not(.without-styles) > iframe {
		width: 260px;
		height: 146px;
	}
	
	.posts_container .posts_day_container > h2 { font-size: 1.2em}
	
	/*GŁOSOWANIE */
	.posts_container .voting_item.post_col_2{
	    height: 240px !important;
	    width: 260px !important;
	}
	.posts_container .voting_item.wide_image_post{ background: #FFFFFF; }
	
	.posts_container .voting_text.post_col_4{
	    height: auto !important;
	    width: 260px !important;
	}
	
	.posts_container .voting_item.post.wide_image_post .post_image img { max-width:260px !important; }	
	
	/* GŁOSOWANIE --- KONIEC */
	
	/*
	.posts_container .post_col { width: 290px;}
	.posts_container .post { width: 290px; height: 309px;}
	.posts_container .post .post_image img { max-height: 180px;}
	.posts_container .post.normal_post .post_text {top: 180px;}
	.posts_container .big_post { width: 290px; height: 570px; }
	.posts_container .post.column_list_post { width: 290px; height: 570px; }
	.posts_container .post.column_list_post .latest_post { width: 240px; }
	
	
	.posts_container .big_post.big_image_post{width:290px; max-height: 312px;}
	.posts_container .post.big_post .post_image img {
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 312px;
		margin: auto;
	}

	.posts_container .post.big_post nav{left:194px;bottom:25px;}
	.posts_container .post.big_post .post_text{
		top: 201px;
		width:100%;
		padding-bottom: 0;
		padding-right: 0;
		padding-left: 0;
		opacity: 1;
	}
	.posts_container .posts_day_container > h2 { font-size: 1.2em}
	
	
	.posts_container .wide_big_post{
		width:290px;
		height:190px;
	}
	
	.posts_container .post.wide_big_post .post_text{
		height: 40px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.posts_container .post.wide_big_post .post_text h2{
		font-size:14px;
		margin-top:5px;
		margin-bottom:10px;
	}
	
	.wide_big_post.wide_big_code_post { height: 164px !important; }
	.wide_big_code_post iframe { width: 290px !important; height: 164px !important; border: 0; outline: 0; margin-top: 0; margin-bottom: 0; margin-left: auto; margin-right: auto;}
	
	.posts_container .wide_image_post{
	    width:290px;
	    height: 190px !important;
	}
	
	.posts_container .post.wide_image_post .post_text{
		height: 40px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.posts_container .post.wide_image_post .post_text h2{
		font-size:14px;
		margin-top:5px;
		margin-bottom:10px;
	}
	
	.posts_container .post_col_2 {
		width: 290px;
	}

	.posts_container .post_col_4 {
		width: 290px;
	}
	*/
	
	
	
	
}


/*mój pionowo*/
@media all and (max-width:320px){
	footer .column:nth-child(2), footer .column:nth-child(3){padding-left:18px;}
	#magazyn .main_inner{padding:0;padding-right: 20px;}
	.banner_holder .banner img { width: 240px; }
	.article_content .banner_holder {width: 320px;}
	.article_content .banner_holder .banner img { width: 240px; }
	.banner video {width: 240px; height: 135px;}
	.banner a.video-cover {width: 240px; height: 135px; margin-top: -140px;}
	.article_content .banner video {width: 280px; height: 157px;}
	.article_content .banner a.video-cover {width: 280px; height: 157px; margin-top: -162px;}

	.article_main iframe.video-player, #page iframe.video-player, #page_index iframe.video-player {
		width: 260px;
		height: 146px;
	}
	
	.article_main .column_middle > div:not(.without-styles) > iframe {
		width: 260px;
		height: 146px;
	}
	
	.posts_container .posts_day_container > h2 { font-size: 1.2em}
}

/*Dodać 240 - mój staty samsung */



@media print {
	.column_middle .column_left { display: none !important; min-height: 0 !important; height: 0; }
	.column_middle h1 {
		font-size: 28px;
		f/*font-family: "Poppins-Bold";*/
		font-family: 'Poppins', sans-serif; font-weight: 700;
		margin-bottom: 30px;
	}
	.column_middle p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 27px;
		font-family: 'Noto Serif', sans-serif; font-weight: 400;
	}
	.column_middle p.intro_text {
		font-weight: bold;
		margin-top: 50px; 
	}
	
	.column_middle p.post_image_info {
		font-size: 11px;
		/*font-family: 'Poppins-Light';*/
		font-family: 'Poppins', sans-serif; font-weight: 300;
		letter-spacing: 0.05em;
		color: #555;
		background: #fff;
		position: absolute;
		z-index: 1;
		display: inline-block;
		padding: 12px 15px 0 0;
		margin-top: -22px;
	}
	.column_middle .ad-text-container {display: none;}
	.column_middle .pressletter {display: none;}
	.column_middle .related_posts {display: none;}
	.column_middle .misprint-info {display: none;}
}