*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body article{
	-moz-transition: all;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: .5s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    transition: all;
    transition-timing-function: ease-out;
    transition-duration: .5s;
}
body.night article{
	background-color: #111;
	color: #FFF;
	padding-bottom: 20px;
}

body.menu_on{
    overflow: hidden;

}
body.search_on{
    overflow: hidden;
}
.overlay{
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	margin: auto;
	position: fixed;
	display: none;
	z-index: 500;
	background-color: rgba(255, 255, 255, 0.8);
	
	-moz-transition: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: .3s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    transition: all;
    transition-timing-function: ease;
    transition-duration: .3s;
	
}
body.menu_on .overlay{
	display: block;
}
.wrapper{
	margin: 0 auto;
	max-width: 1000px;
}
/*
.content,
.parallax-mirror{
	opacity: 1;
	
	-moz-transition: all;
    -moz-transition-timing-function: linear;
    -moz-transition-duration: .3s;
    -webkit-transition: all;
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    transition: all;
    transition-timing-function: linear;
    transition-duration: .3s;
	
}
body.menu_on .content,
body.menu_on .parallax-mirror{
	
	opacity: .2;
	
	-moz-transition: all;
    -moz-transition-timing-function: linear;
    -moz-transition-duration: .3s;
    -webkit-transition: all;
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    transition: all;
    transition-timing-function: linear;
    transition-duration: .3s;
}
*/

nav{
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
.menu-open .content{
	/*margin-top: 0;*/
}
.content,
.content-inner {
	position: relative;
}

.container {
	position: relative;
}


.row{
	margin-top: 20px;
}
/**/
.menu {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1000;

	width: 300px;
	height: 100%;
	background: #5B5B5B;
}



.navigation_wrapper {
    width: 300px;
    height: 100%;
    overflow: hidden;
    padding: 90px 0 0 0;
}

.navigation_menu {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    width: 317px;
    padding-bottom: 30px;
    margin-top: 20px;
	
	-webkit-overflow-scrolling: touch;
}

.navigation_wrapper .top{
    position: absolute;
    top: 45px;
    text-align: center;
    left: 0;
    right: 0;
}
.navigation_wrapper .top img{
	width: 240px;
}
.navigation_menu .list_menu:first-child{
    margin-top: 0;
}
.navigation_menu .list_menu{
    margin-top: 40px;
    border-bottom: 1px solid #555;
}

.navigation_menu .list_menu li{
    width: 300px;
}
.navigation_menu .list_menu li .on_off{
	display: none;
}
.navigation_menu .list_menu li a,
.navigation_menu .list_menu li span{
    cursor: pointer;
    padding: 10px 30px;
    border-top: 1px solid #555;
    
    display: block;
    color: #FFF;
    margin-bottom: -1px;
    font-size: 20px;
    font-family: 'exo_2light_condensed';
    width: 240px;
    box-sizing: content-box;
   
    -moz-transition-timing-function: ease;
    -moz-transition-duration: .2s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    transition: all;
    transition-timing-function: ease;
    transition-duration: .2s;
    
}
.navigation_menu .list_menu li a:hover,
.navigation_menu .list_menu li span:hover,
.navigation_menu .list_menu li span.active,
.navigation_menu .list_menu li a.acitve{
    background-color: #555;
}
.navigation_menu .list_menu li a.buy{
    background-color: #E3452A;
}
.navigation_menu .list_menu li a.buy:hover{
    background-color: rgba(227, 69, 42, 0.9);
}

.navigation_menu .cols_50 a{
    display: block;
    float: left;
    width: 50%;
    padding: 10px 30px;
    color: #CCC;
    font-size: 13px;
}
.navigation_menu .cols_50 a:hover{
    color: #FFF;
}
.navigation_menu .cols_50 i{
    margin-right: 10px;
}

.navigation_menu .list_menu .submenu{
    background-color: #373737;
}
.navigation_menu .list_menu .submenu a:hover{
    background-color: #252525;
}

.navigation_menu .list_menu span i,
.navigation_menu .list_menu a i{
    float: right;
    
    -moz-transition: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: .2s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    transition: all;
    transition-timing-function: ease;
    transition-duration: .2s;
}
.navigation_menu .list_menu span.active i{
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg); 
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.navigation_menu .list_menu span:hover i{
    margin-top: 3px;
}
.navigation_menu .list_menu span.active:hover i{
    margin-top: -3px;
}

.menu #close_menu{
	position: absolute;
	top: 0;
	left: 0;
}

/**/

/**/
.top_bar{
	background-color: #444;
	padding: 9px 0;
	height: 45px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 500;
	overflow: hidden;
	
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}
.top_bar.opc{
	background-color: rgba(0, 0, 0, 0.7);;
}
.top_bar .left{
	margin-top: -10px;
	margin-bottom: -10px;
}
.top_bar .right{
	margin-top: -10px;
	margin-bottom: -10px;
}
.top_bar .left button,
.menu #close_menu
{
	background-color: transparent;
	color: #CCC;
	border: none;
	font-size: 15px;
	font-family: 'exo_2light_condensed';
	padding: 11px;
	display: block;
	float: left;
}
.menu #close_menu:hover {
	opacity: .8;
}
.top_bar .left button .icon,
.menu #close_menu .icon{
	padding: 2px 10px;
	border: 1px solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin-right: 5px;
}
.top_bar .left button i{
	font-size: 14px;
}
.top_bar .left button:hover{
	color: #FFF;
}

.top_bar .left img{
	height: 25px;
	margin-left: 0;
	margin-top: 5px;
}

.top_bar .left .mini_logo{
	height: 25px;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
	display: none;
}
.top_bar.extra .left .mini_logo{
	display: block;
}
.top_bar .left .buttons{
	height: 25px;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
	display: none;
}
.top_bar.extra .left .buttons.cart {
	display: none;
}
.top_bar.extra .left .buttons{
	display: block;
}
.top_bar .left .buttons.cart .buy {
	padding: 5px;
}
.top_bar .left .buy {
	background-color: #E3452A;
	border: 1px solid #E3452A;
	text-align: center;
	color: #FFF;
	display: block;
	padding: 5px 20px;
	font-size: 15px;
	font-family: 'exo_2regular_condensed';
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 4px;
}
.top_bar .left .buy:hover {
	background-color: #D6472F;
	border: 1px solid #D6472F;
}

.top_bar .left .expirer {
	border: 1px solid #FFF;
	text-align: center;
	color: #FFF;
	display: block;
	padding: 5px 20px 5px 15px;
	font-size: 15px;
	font-family: 'exo_2light_condensed';
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 4px;
	opacity: .8;
}
.top_bar .left .expirer span{
	color: #EABF44;
}
.top_bar .left .expirer:hover{
	opacity: 1;
}
.top_bar .left .expirer.warning{
	background-color: #D6472F;
	border: 1px solid #D6472F;
}
.top_bar .left .expirer.warning span{
	color: #FFF;
}
.menu_on .top_bar{
	z-index: 400;

}
/**/
.top_bar li{
	display: inline-block;
}

.top_bar li a,
.top_bar li > span{
	font-size: 18px;
	font-family: 'exo_2light_condensed';
	color: #CCC;
	padding: 14px;
	line-height: 100%;
	display: block;
	position: relative;
}
.top_bar li a span{
	margin-right: 10px;
	font-size: 15px;
}
.top_bar li span.search{
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}
.top_bar li a:hover,
.top_bar li span:hover{
	color: #FFF;
}

.top_bar li a .pow{
	position: absolute;
	display: block;
	bottom: 10px;
	right: 5px;
	font-size: 12px;
	line-height: 100%;
	vertical-align: middle;
	text-align: center;
	
	background-color: #EABF44;
	margin: 0;
	padding: 3px 2px 1px 2px;
	font-family: 'exo_2semi_bold_condensed';
	color: #000;
	
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
}
/**/

.wrapper_top{
	margin-top: 45px;
	padding: 20px 0;
	border-bottom: 1px solid #DDD;
	background: #feffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #feffff 0%, #feffff 62%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(62%,#feffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #feffff 0%,#feffff 62%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feffff 0%,#feffff 62%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feffff 0%,#feffff 62%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #feffff 0%,#feffff 62%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

}
.wrapper_top .left img{
	width: 240px;
	height: 67px;
}
.wrapper_top .right a:hover{
	opacity: .6;
}
.wrapper_top .right{
	font-size: 15px;
	text-align: right;
	color: #BBB;
}
.wrapper_top .right li{
	margin-top: 15px;
}
.wrapper_top .right li:first-child{
	margin-top: 10px;
}
.wrapper_top .right a{
	margin-left: 10px;
	color: #BBB;
}
.wrapper_top .right span{
	display: inline-block;
}
.wrapper_top .right i{
	margin-right: 5px;
}

.wrapper_top .right .try{
	color: #999999;
}
.wrapper_top .right .buy{
	color: #E03E20;
}
.wrapper_top .right .archiwe{
	color: #000;
}
/**/
.sec_menu{
	border-bottom: 1px solid #DDD;
	background-color: #fff;
}
.sec_menu li{
	display: block;
	float: left;
}
.sec_menu li a,
.sec_menu li > span{
	display: block;
	position: relative;
	padding: 10px 15px;
	font-size: 16px;
}
.sec_menu li > a .line.top.hide {
	display: none;
}
.sec_menu li > span .line.top,
.sec_menu li > a .line.top{
	opacity: 1;
	top: 0;
	height: 4px;
	background-color: #EABF44;
}
.sec_menu li .line{
	display: block;
	position: absolute;
	height: 2px;
	left: 0;
	right: 0;
	opacity: 0;
	
	-moz-transition: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: .3s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    transition: all;
    transition-timing-function: ease;
    transition-duration: .3s;
}
.sec_menu li .line.top{
	top: -4px;
}
.sec_menu li a:hover .line.top.hide {
	background-color: #CCC;
	opacity: 1;
	display: block;
}

.sec_menu li a:hover .line.top{
	top: 0;
	height: 4px;
}
.sec_menu li i{
	margin-left: -10px;
	font-size: 5px;
	display: block;
	float: left;
	margin-top: 7px;
}
/**/
.hero{
	background-color: #EABF44;
	font-size: 0;
}
.hero img{
	width: 100%;
}
.hero.marmolada{
	background-color: #149ACD;
}
.hero.plus{
	margin-top: 40px;
}
/**/

section .title.main{
	margin-top: 30px;
	border-bottom: 2px solid #5B5B5B;
	margin-bottom: 20px;
}

section .title.main span{
	margin-bottom: -8px;
	background-color: #fff;
	display: block;
	float: left;
	font-size: 36px;
	font-family: 'exo_2semi_bold_condensed';
	line-height: 100%;
	padding-right: 10px;
}
section .title.main a.right{
	margin-bottom: -8px;
	background-color: #fff;
	display: block;
	font-size: 36px;
	line-height: 100%;
	color: #444444;
}
section .title.main a.right i{
	-moz-transition: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: .3s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    transition: all;
    transition-timing-function: ease;
    transition-duration: .3s;
}
section .title.main a.right:hover i{
	transform:rotate(60deg);
    -webkit-transform:rotate(60deg); 
    -moz-transform:rotate(60deg);
    -o-transform:rotate(60deg);
}
section .title.main .buy{
	color: #E03E20;
	margin-right: 10px;
	font-size: 16px;
}
section .title.main .buy i{
	margin-right: 5px;
}
section .title.main .buy:hover{
	opacity: .6;
}
/**/
section .cols{
	margin-left: -3.33%;
}
section .cols img{
	width: 100%;
	height: auto;
}
section .cols .col1_3{
	width: 30%;
	float: left;
	margin-left: 3.33%;
}
section .cols .col1_2{
	width: 46.67%;
	float: left;
	margin-left: 3.33%;
}

section .cols .col2_3{
	width: 63.33%;
	float: right;
	margin-left: 3.33%;
	box-sizing: border-box;
}

section .cols .col1_5{
	width: 16.6%;
	float: left;
	margin-left: 3.33%;
}
/**/
section .magazyn img{
	width: 100%;
}
section .magazyn a:hover img{
	opacity: .8;
}
section .buttons a,
section .buttons span.buy{
	background-color: #fff;
	border: 1px solid #E3452A;
	text-align: center;
	color: #E3452A;
	display: block;
	padding: 5px 10px;
	font-size: 20px;
	font-family: 'exo_2regular_condensed';
	
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	margin-top: 10px;
}
section .buttons a.buy,
section .buttons span.buy{
	color: #FFF;
	background: #E3452A;
}
.sidebar .buttons a.buy {
	color: #FFF;
	background: #E3452A;
}
section .buttons a i,
section .buttons span i{
	float: left;
}

section .buttons a.buy:hover,
section .buttons span.buy:hover{	
	background-color: #D6472F;
	border: 1px solid #D6472F;
}
section .buttons a:hover {
	background: #EABF44;
	border: 1px solid #EABF44;
	color: #fff;
}

/**/
section .boxes .cols{
	overflow: hidden;
}
section .art_box .title{
	font-family: 'exo_2semi_bold_condensed';
	font-size: 18px;
}
.cols.row.sidebar .art_box .title {
	font-size: 22px;
}
section .art_box a:hover .title{
	text-decoration: underline;
}
section .art_box a:hover img{
	opacity: .8;
}
section .art_box span{
	display: block;
}
section .art_box .tag{
	color:#AAA;
	margin-top: 2px;
	font-size: 12px;
	margin-bottom: 10px;
}
section .art_box .tag:hover{
	color: #888;
}
section .art_box .lead{
	color:#444;
	font-size: 16px;
	padding-bottom: 5px;
	line-height: 120%;
}
section .art_box .lead p {
	padding-bottom: 5px;
}
/**/

section.orange{
	background-color: #EABF44;
	color: #FFF;
	padding: 20px 0;
	margin-top: 40px;
}
section.orange .wrapper{
	margin-top: 0;
}
section.orange .title.main span{
	background-color: #EABF44;
	color: #FFF;
}
section.orange .title.main{
	border-color: #FFF;
	margin-top: 0;
}

section.orange .red_nacz .img{
	text-align: center;
}

section.orange .red_nacz .img img{
	width: 100%;
	max-width: 200px;
}
section.orange .red_nacz .img span{
	display: block;
}
section.orange .red_nacz .img .face img{
	-webkit-border-radius: 200px 200px 200px 200px;
	border-radius: 200px 200px 200px 200px;
}
section.orange .red_nacz .img .podpis{
	margin-top: 10px;
}
section.orange .red_nacz a{
	display: block;
}
section.orange .red_nacz a:hover{
	opacity: .8;
}
section.orange .cytat{
	font-size: 16px;
	color: #444;
	font-style: italic;
	position: relative;
}
section.orange .cytat i{
	font-size: 47px;
	color: #FFF;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: -10px;
}

section.orange .art_box .lead{
	color: #FFF;
}
/**/

.poradnik_slider {
	
	position: relative;
}
.poradnik_slider li{
	background-color: #34495E;
	margin-left: 1px solid #FFF;
	font-size: 20px;
}
.poradnik_slider li:hover{
	background-color: #2d3f51;
}
.poradnik_slider li a{
	display: block;
	font-family: 'exo_2semi_bold_condensed';
	padding: 20px;
	color: #FFF;
	text-align: center;
}
.poradnik_slider li span{
	display: block;
}
.poradnik_slider li .txt{
	margin-top: 20px;
	height: 80px;
}
.poradnik_slider li .img{
	height: 150px;
	line-height: 150px;
	vertical-align: middle;
}
.poradnik_slider li img {
    max-height: 120px;
	max-width: 150px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	
}
.poradnik_sld .sld_content{
	position: relative;
}

.poradnik_sld .sld_content i{
	font-size: 50px;
	font-size: 50px;
	width: 50px;
	line-height: 100%;
	color: #CCC;
}
.poradnik_sld .sld_content i:hover{	
	color: #bbb;
}


.poradnik_sld .bx-controls-direction a {
    position: absolute;
    top: 20px;
    bottom: 0;
    outline: 0;
    height: 200px;
    line-height: 200px;
    z-index: 200;
    margin: auto;
}
.poradnik_sld .bx-controls-direction a img{
    vertical-align: middle;
}
.poradnik_sld .bx-controls-direction a.bx-prev {
	left: -70px;
}
.poradnik_sld .bx-controls-direction a.bx-next {
	right: -70px;
}
.poradnik_sld .bx-controls-direction a:hover {
	opacity: .8;
}
/**/
.publikacje_slider, .wydania_specjalne_slider {
	position: relative;
}
.publikacje_slider li, .wydania_specjalne_slider li {
	margin-left: 1px solid #FFF;
	font-size: 20px;
}
.publikacje_slider li a, .wydania_specjalne_slider li a {
	display: block;
	font-family: 'exo_2semi_bold_condensed';
	padding: 20px 20px 0 20px;
	color: #000;
	text-align: center;
}
.publikacje_slider li .buttons,
.wydania_specjalne_slider li .buttons {
	padding: 0 20px;
}
.publikacje_slider li span, .wydania_specjalne_slider li span {
	display: block;
}
.publikacje_slider li .txt, .wydania_specjalne_slider li .txt {
	margin-top: 10px;
	height: 60px;
}
.publikacje_slider li .txt:hover, .wydania_specjalne_slider li .txt:hover {
	text-decoration: underline;
}
.publikacje_slider li .img, .wydania_specjalne_slider li .img {
	height: 285px;
	line-height: 285px;
	vertical-align: middle;
	text-align: center;
}
.publikacje_slider li img, .wydania_specjalne_slider li img  {
	max-width: 210px;
	height: 100%;
	vertical-align: middle;
}
.publikacje_slider .buttons i, .wydania_specjalne_slider .buttons i {
	color: #FFF;
	font-size: 20px;
}
.publikacje_slider .buttons i:hover, .wydania_specjalne_slider .buttons i:hover {
	color: #FFF;
	font-size: 20px;
}
.publikacje_slider li a:hover, .wydania_specjalne_slider li a :hover {
	opacity: .8;
}
.publikacje_slider .buttons span.buy:hover, .wydania_specjalne_slider .buttons span.buy:hover {
	background-color: #D6472F;
	border: 1px solid #D6472F:
}
/**/

/**/
.show_more{
	text-align: center;
}
.show_more button{
	background-color: #BBB;
	color: #FFF;
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 15px;
	width: 100%;
	max-width: 500px;
	font-size: 22px;
	line-height: 100%;
	font-family: 'exo_2regular_condensed';
}
.show_more button i{
	float: right;
	vertical-align: middle;
}
.show_more button:hover{
	background-color: #AAA;
}

/**/
.large_img{
	position: relative;
	height: 500px;
	margin-top: 50px;
	margin-bottom: 10px;
}
.large_img .parallax-container{
	position: absolute;
	z-index: 1;
	height: 490px;
	
}
.large_img .wrapper{
	cursor: pointer;
}
.large_img .shadow{
	display: block;
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(60%,rgba(0,0,0,0.25)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 60%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 60%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 60%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 60%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

	
}

.large_img .wrapper{
	height: 100%;
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	width: 100%;
}
.large_img .wrapper span{
	display: block;
}
.large_img .wrapper .txt{
	position: absolute;
	bottom: 20px;
	color: #FFF;
	font-size: 35px;
	font-family: 'exo_2semi_bold_condensed';
	left: 0;
	right: 0;
}
.large_img .wrapper .txt .title{
	text-shadow: 1px 1px 0 #000000;
}
.large_img .wrapper .txt .title{
	max-width: 600px;
	float: left;
}
.large_img .wrapper .txt .buttons{
	width: 300px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.large_img .wrapper .txt .title:hover{
	color: #EABF44;
}

/**/
.orange.dark,
section.orange.dark .title.main span{
	background-color: #A7A7A7;
}

section.orange .red_nacz .podpis{
	font-size: 30px;
	font-family: 'exo_2semi_bold_condensed';
	text-align: center;
}
/**/

.people .sld_content{
	position: relative;
}

.people .sld_content i{
	font-size: 50px;
	width: 50px;
	text-align: center;
	line-height: 100%;
	color: #CCC;
}

.people .bx-controls-direction a {
    position: absolute;
    top: 0;
    bottom: 0;
    outline: 0;
    height: 200px;
    line-height: 200px;
    z-index: 200;
    margin: auto;
}
.people .bx-controls-direction a img{
    vertical-align: middle;
}
.people .bx-controls-direction a.bx-prev {
	left: -70px;
}
.people .bx-controls-direction a.bx-next {
	right: -70px;
}

.people .face img {
	-webkit-border-radius: 200px 200px 200px 200px;
	border-radius: 200px 200px 200px 200px;
	width: 155px;
}
.people .podpis {
	font-size: 20px;
	font-family: 'exo_2semi_bold_condensed';
	text-align: center;
	display: block;
	line-height: 20px;
}
.people .sld_content{
	margin-top: 40px;
}
.people .people_slider li a{
	display: block;
	text-align: center;
	
}
.people .people_slider li a:hover img{
	opacity: .8;
}
.people .people_slider li a:hover .podpis{
	opacity: .8;
}
/**/

.footer{
	background-color: #444444;
	color: #CCC;
	padding-bottom: 10px;
}
.footer .col1_4{
	width: 25%;
	float: left;
}
.footer .col1_4 a{
	border-left: 1px solid #3D3D3D;
	display: block;
	text-align: center;
	padding: 15px 10px;
	margin-left: -1px;
}
.footer .links a{
	color: #EABF44;
}
.footer .links a:hover{
	background-color: #494949;
}
.footer .links i{
	margin-right: 5px;
}
.footer .cols{
	margin-left: 0;
}
.footer .cols .col2_3{
	border-left: 1px solid #3D3D3D;
	margin-left: 0;
	width: 70%;
}

.footer .links{
	border-bottom: 1px solid #3D3D3D;
	border-right: 1px solid #3D3D3D;
}

.footer .col1_3 .row{
	padding: 20px;
	margin-top: 0;
}
.footer .col1_3 img{
	width: auto;
}
.footer .col1_3 p{
	margin-top: 10px;
}

.footer .cols .col1_3{
	border-bottom: 1px solid #3D3D3D;
	border-left: 1px solid #3D3D3D;
	border-top: 1px solid #3D3D3D;
	margin-left: 0;
}

.footer .f_icons{
	border-top: 1px solid #3D3D3D;
}
.footer .cols .col1_5{
	margin-left: 0;
	width: 20%;
}
.footer .cols .col1_5 a{
	border-left: 1px solid #3D3D3D;
	display: block;
	text-align: center;
	padding: 15px 10px;
	margin-left: -1px;
}
.footer .cols .col1_5 a:hover{
	background-color: #494949;
}

.footer .f_img img{
	width: 260px;
}

.def_links{
	color:#999999;
	padding: 10px;
	margin-top: -20px;
	border-bottom: 1px solid #3D3D3D;
	border-right: 1px solid #3D3D3D;;
}
.def_links ul{
	margin-top: 20px;
}
.def_links .footerHead{
	color: #EABF44;
}

.def_links b {
	color: #fff;
	font-family: 'exo_2regular_condensed';
}
.def_links a.czerwony{
	color: #E3452A;
}

.def_links a:hover{
	color: #FFF;
}

.footer .law{
	margin-top: 10px;
	font-size: 12px;
}

.footer .copy{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #3D3D3D;
	font-size: 12px;
}

.footer .copy img{
	height: 15px;
	width: auto !important;
	vertical-align: middle;
	margin-left: 10px;
}
.footer .copy .col1_3{
	border: none;
	width: 33.33%;
}

.footer .copy .col1_3.tc{
	text-align: center;
}
.footer .copy .col1_3.tr{
	text-align: right;
}

/**/


.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	text-indent: -9999px;
	color: transparent;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #CCC;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #000;
}

.bx-wrapper .bx-pager-item {
	display: inline-block;
}
.bx-pager{
	text-align: center;
	margin-top: 15px;
	display: none;
}



/**/

.parallax-container{
	height: 500px;
	width: 100%;
	background-position: left top !important;
}
.parallax-window {
	height: 500px !important;
	background: transparent;
	background-position: left top !important;
}

/**/

.scroll-bar {
  height: 10px;
  width: 0;
}

.scrollContent{
  top:45px;
  position: fixed;
  width: 100%;
  z-index: 400;
}

/**/

.breadcrumbs{
	margin: 5px 10px;
	color: #AAA;
	font-size: 15px;
}
.breadcrumbs i{
	font-size: 12px;
}

/**/

article{}

article h1{
	font-size: 45px;
	font-family: 'exo_2semi_bold_condensed';
	display: block;
}
article h2{
	font-size: 25px;
	color: #858585;
	font-family: 'exo_2regular_condensed';
	display: block;
}

article .top_info{
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

article .top_info .left{
	float: left;
}
article .top_info .left{
	margin-right: 20px;
}
article .top_info .left .img{
	float: left;
	margin-right: 10px;
}
article .top_info .left .img img{
	width: 65px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border-radius: 200px 200px 200px 200px;
}
article .top_info .inf{
	float: left;
	font-size: 19px;
	font-family: 'exo_2semi_bold_condensed';
}

article .top_info span a{
	border: 1px solid #999999;
	text-align: center;
	color: #999999;
	display: block;
	padding: 5px 20px 5px 15px;
	font-size: 15px;
	font-family: 'exo_2light_condensed';
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 4px;
}
article .top_info span a:hover {
	background: #EABF44;
	border: 1px solid #EABF44;
	color: #fff;
}
article .top_info span a i{
	margin-right: 10px;
}

article .top_info .icons{
	font-size: 16px;
	color: #999;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	text-align: right;
	padding-bottom: 10px;
}
article .top_info .icons a,
article .top_info .icons span{
	padding: 10px;
	cursor: pointer;
}
article .top_info .icons a:hover {
	opacity: .8;
}
article .top_info .icons span:hover {
	opacity: .8;
}
article .top_info .icons .bigger{
	font-size: 18px;
}
article .top_info .icons .smaller{
	font-size: 14px;
}

article .main_col{
	width: 680px;
	float: left;
}
article .sidebar{
	width: 260px;
	float: right;
}
/**/
article p{
	font-size: 19px;
	color: #444444;
	line-height: 155%;
	margin:20px 20px 0px 20px;
}

article p.lead{
	font-size: 25px;
	color: #000;
	line-height: 120%;
}
article p a{
	color: #EABF44;
	text-decoration: underline;
	font-family: 'exo_2semi_bold_condensed';
}
article p a:hover {
	text-decoration: underline;
}
.night article *{
	color: #CCC;
}
.night article .active i {
	color: #EAC047;
}
article h3{
	font-size: 23px;
	color: #000;
	line-height: 120%;
	font-family: 'exo_2semi_bold_condensed';
	margin:20px 20px -10px 20px;
	display: block;
}
article .main_col h3 {
	margin: 20px 20px 0 20px;
}
article ul, article ol {
	padding-left: 50px;
	margin-top: 20px;
}
article ul li, article ol li{
	font-size: 19px;
	color: #444444;
	line-height: 150%;
	margin:5px 20px 0px 20px;
}
article ul li {
	list-style-type: square;
}
.decimal li{
	list-style-type:decimal;
}
.square li{
	list-style-type:square;
}
.night article p{
	color: #CCC;
}

article figure{
	position: relative;
	margin-top: 30px;
}
article .main_col figure {
	margin-top: 20px;
}
article .main_col h3 + p {
	margin-top: 10px;
}
article figure img{
	width: 100%;
}
article figure .bigger{
	cursor: pointer;
}
article figure .img{
	position: relative;
	font-size: 0;
	display: block;
}

article figure .img .shadow{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(60%,rgba(0,0,0,0.25)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 60%,rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 60%,rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 60%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 60%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
article figure figcaption{
	position: relative;
	color: #666;
	font-size: 14px;
	margin-top: 5px;
}
article figure figcaption p{
	position: relative;
	color: #666;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
article figure figcaption p span {
	color: #666;
}
article figure figcaption span{
	display: block;
	color: #AAA;
	margin-top: 5px;
}

article figure a:hover i{
	color: #FFF;
}
article .box{
	padding: 20px;
}
.night article .box{
	background-color: #222 !important;
}
.night article .box p.title{
	color: #FFF;
}
article .box.salmon{
	background-color: #FFF2D9;
}
article .box.gray{
	background-color: #EEE;
	margin-bottom: 30px;
}
article .box.blank{
	background-color: transparent!important;
	padding-top: 0;
	padding-bottom: 0;
}
article .box.blank .title{
	font-size: 23px;
}
article .box.gray .title{
	color: #994C3D;
}
article .box p:first-child{
	margin-top: 0;
}
article .box p{
	margin: 10px 0 0 0;
}

article p.title{
	font-size: 19px;
	font-family: 'exo_2semi_bold_condensed';
	color: #000;
}

article .box.borders{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding-top: 10px;
	margin-bottom: 30px;

}
article .main_col .box.gal.borders {
	padding-bottom: 10px;
	padding-top: 10px;
}
article .box .gal_row{
	margin-top: 10px;
}

article .box .gal_row .img a{
	position: relative;
	display: block;
	font-size: 0;
}
article .box .gal_row .img a{
	width: 330px;
}
article .box .gal_row figure{
	width: 300px;
}
article .box .gal_row figure{
	margin-top: 0;
}
article .box .gal_row .second{
	margin-left: 40px;
}
article .box .gal_row .img img{
	width: 100%;
}
article figure .bottom,
article .box .gal_row .img a .bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}
article figure .bottom span,
article .box .gal_row .img a .bottom span{
	font-size: 20px;
	color: #fff;
	padding: 5px;
	float: left;
	background-color: #EABF46;
}
article figure .bottom span:hover {
	opacity: .8;
}
article .box .gal_row .img a .bottom span:hover {
	opacity: .8;
}
article figure .bottom i,
article .box .gal_row .img a .bottom i{
	font-size: 20px;
	color: #FFF;
	padding: 7px;
	background-color: #444;
}
article .box .gal_row .img a .bottom i:hover {
	opacity: .8;
}
i.fa.fa-search-plus:hover {
	opacity: .8;
}
article .box .gal_row .img a .shadow{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(60%,rgba(0,0,0,0.25)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 60%,rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 60%,rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 60%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 60%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

article .gal_row .opis{
	width: 300px;
	float: left;
	margin-left: 10px;
	
	color: #666;
	font-size: 14px;
}
article .gal_row .opis p{
	width: 300px;
	color: #666;
	font-size: 14px;
	margin-left: 0;
	margin-top: 0;
}
article .gal_row .opis p span {
	color: #666;
}
article .gal_row .opis span {
	display: block;
	margin-top: 5px;
	color: #AAA;
}
article .expert{
	background-color: #EEE;
}
article .expert .title.main{
	border-bottom: 2px solid #5B5B5B;
}
.night article .expert .title.main span{
	background-color: #222;
}
article .expert .title.main span{
	margin-bottom: -8px;
	background-color: #EEE;
	display: block;
	float: left;
	font-size: 28px;
	font-family: 'exo_2semi_bold_condensed';
	line-height: 100%;
	padding-right: 10px;
	color: #858585;
}
article .expert .cols{
	margin-top: 20px;
}

article .expert .icon{
	width: 130px;
	text-align: center;
}

article .expert .icon span {
	display: block;
	margin-top: 10px;
	color: #AAA;
}
article .expert .icon img:first-child {
	margin-top: 0;
}
article .expert .icon img{
	-webkit-border-radius: 200px 200px 200px 200px;
	border-radius: 200px 200px 200px 200px;
	width: 130px;
	height: 130px;
	margin-top: 20px;
}
article .expert .txt{
	margin-left: 140px;
}
.night article .expert .txt .title{
	color: #FFF;
}
article .expert .txt .title{
	font-size: 23px;
	color: #000;
	line-height: 120%;
}
.stopka{
	padding-top: 10px;
	border-top: 1px solid #DDD;
}
article .autors span{
	display: block;
	margin-top: 5px;
	color: #AAA;
}

.pagination a,
.pagination .active,
.pagination span{
	padding: 10px;
	min-width: 40px;
	text-align: center;
	color: #FFF;
	font-size: 19px;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}
.pagination a{
	background-color: #BBBBBB;
}
.pagination .active{
	background-color: #444444;
}
.pagination a:hover{
	background-color: #EABF44;
}
.pagination .dots{
	color: #000;
	padding: 0;
	min-width: 0;
}
/**/
.night article .sidebar .box{
	background-color: #111 !important;
}
.night article .sidebar *{
	color: #AAA !important;
}
article .sidebar .box:first-child{
	padding-top: 0;
	margin-top: 8px;
}
article .sidebar .box{
	padding: 20px 0 0 0;
}
article .sidebar .box.magazine a:hover {
	opacity: .8;
}
article .sidebar .button{
	background-color: #fff;
	border: 1px solid #E3452A;
	text-align: center;
	color: #E3452A;
	display: block;
	padding: 5px 20px;
	font-size: 23px;
	font-family: 'exo_2regular_condensed';
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
}
article .sidebar .button:hover {
	background-color: #EABF44;
	border: 1px solid #EABF44;
	color: #fff;
}
article .newsletter h3 {
	margin: 0 0 20px 0;
}
article .sidebar .button i {
	float: left;
}
/**/
article .sidebar .magazine .img img{
	width: 100%;
}
article .sidebar .magazine .button.gray{
	border: 1px solid #BBBBBB;
	color: #BBBBBB;
}
article .sidebar .magazine .button.gray:hover {
	border: 1px solid #EABF44;
	background: #EABF44;
	color: #fff;
}
.night article .sidebar .magazine .button{
	background-color: transparent;
}
article .sidebar .magazine .nr{
	font-size: 21px;
	color: #AAA;
	margin-top: 5px;
	display: block;
}

article .sidebar .magazine .list{
	margin-top: 20px;
}

article .sidebar .magazine .list .title p,
article .sidebar .magazine .list .title a{
	text-transform: uppercase;
	color: #535353;
	font-family: 'exo_2semi_bold_condensed';
	font-size: 15px;
	line-height: 120%;
	margin-top: 0;
}
article .sidebar .magazine .list ul{
	list-style-type: square;
	padding-left: 20px;
	color: #EAC047;
	margin-top: 10px;
}
article .sidebar .magazine .list ul li{
	margin-top: 10px;
	list-style-type: square;
	font-size: 16px;
}
article .sidebar .magazine .list ul li span{
	color: #535353;
}
article .sidebar .magazine .list ul li span:hover{
	text-decoration: underline;
}
/**/

article .sidebar .tematy{
	border: 1px solid #444;
	padding: 20px;
	width: 100%;
}

article .sidebar .tematy .title{
	color: #444;
	font-family: 'exo_2semi_bold_condensed';
	font-size: 35px;
	margin-top: 0;
	line-height: 100%;
}
article .sidebar .tematy ul{
	list-style-type: square;
	padding-left: 20px;
	
}
article .sidebar .tematy ul li{
	margin-top: 10px;
	list-style-type: square;
	font-size: 16px;
}
article .sidebar .tematy ul li:hover {
	text-decoration: underline;
}
/**/

article .yellow-border {
	padding: 20px 30px;
	border: 3px solid #EAC047;
}
article .yellow-border p:first-child {
	font-size: 24px;
	line-height: 120%;
	font-family: 'exo_2semi_bold_condensed';
	color: #EAC047;
}
article .yellow-border ul {
	padding-left: 20px;
}
article .yellow-border ul li {
	list-style-type: square;
	color: #444;
	line-height: 150%;
}
article .yellow-border ul li a {
	font-size: 18px;
	color: #444;
}
article .yellow-border ul li span {
	font-size: 18px;
	color: #444;
}
article .yellow-border ul li a:hover {
	text-decoration: underline;
}
/**/

article .sidebar .txt{
	padding: 20px;
	background-color: #C2D8A5;
}

article .sidebar .txt p{
	color: #444444;
	font-size: 16px;
	margin-top: 10px;
	line-height: 130%;
}

article .sidebar .txt p.title{
	color: #FFF;
	font-size: 20px;
	margin-top: 0;
	line-height: 120%;
}
/**/
.large_img.article{
	margin-top: 0;
}

.large_img.article .wrapper{
	cursor: default;
}
.large_img.article .tit{
	position: absolute;
	bottom: 10px;
	left: 0;
}
.large_img.article .wrapper .breadcrumbs span{
	display: inline-block;
	font-family: 'exo_2regular_condensed';
}
.large_img.article .wrapper .breadcrumbs{
	margin: 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);;
	color: #CCC;
}

 .extra_title{
	margin-top: 10px;
}

.extra_title span{
	background-color: #EABF44;
	display: inline-block !important;
	font-size: 20px;
	padding: 2px 8px;
	font-family: 'exo_2regular_condensed';;
	color: #FFF;
}

.large_img.article h1 {
	font-size: 45px;
	font-family: 'exo_2semi_bold_condensed';
	display: block;
	color: #FFF;
	text-shadow: 1px 1px 0 #000000;
}
.large_img.article h2 {
	font-size: 25px;
	font-family: 'exo_2regular_condensed';
	display: block;
	color: #CCC;
	text-shadow: 1px 1px 0 #000000;
}

/**/

#search{
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	z-index: 100000;
	background-color: #fff;
	padding: 20px;
	width: 100%;
}
.search .wrap{
	position: relative;
	overflow-y: scroll;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	padding-right: 20px;
	padding-bottom: 20px;
}

.search .top .left img{
	height:40px;
	opacity: .8;
}
.search .top .right i{
	color: #444444;
	font-size: 40px;
	cursor: pointer;
}

.search .input{
	padding: 0 40px;
	position: relative;
	margin-top: 40px;
}
.search .input .border{
	border: 1px solid #CCC;
	position: relative;
}
.search .input:hover .border{
	border: 1px solid #AAA;
}

.search .input input{
	font-size: 41px;
	font-family: 'exo_2regular_condensed';
	width: 100%;
	/*color: #D8432D;*/
	padding: 10px 50px 10px 10px;
}
.search .input button{
	background-color: #FFF;
	border: none;
	font-size: 40px;
	float: right;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 7px;
}
.search .input button:hover {
	opacity: .8;
}
.search .advanced{
	margin-top: 40px;
	padding: 0 40px;
}

.search .advanced .openthis{
	background-color: #EBBF44;
	border: 1px solid #EBBF44;
	text-align: center;
	color: #FFF;
	display: block;
	padding: 5px 20px;
	font-size: 20px;
	font-family: 'exo_2regular_condensed';
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	width: 300px;
	cursor: pointer;
}
.search .advanced .openthis:hover {
	background-color: #444;
	border: 1px solid #444;	
}

.search .advanced .openthis i{
	float: left;
}

.search .advanced .openthis.active i{
	transform:rotate(180deg);
    -webkit-transform:rotate(180deg); 
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}

.search .advanced button{
	background-color: #444;
	border: 1px solid #444;
	text-align: center;
	color: #FFF;
	display: block;
	padding: 5px 20px;
	font-size: 20px;
	font-family: 'exo_2regular_condensed';
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	width: 300px;
	cursor: pointer;
	float: right;
}
.search .advanced button i{
	float: left;
}
.search .advanced button:hover{
	opacity: .8;
}

.popular{
	margin-top: 40px;
	color: #444444;
	margin-bottom: 30px;
}

.popular ul{
	margin-top: 20px;
}
.popular li{
	font-size: 18px;
	margin-left: 40px;
	text-transform: uppercase;
	color: #AAA;
	margin-top: 0;
}
.search .popular li:hover {
	text-decoration: underline;
}
.popular button{
	background-color: #149ACD;
	border: 1px solid #149ACD;
	text-align: center;
	color: #FFF;
	display: block;
	padding: 5px 20px;
	font-size: 20px;
	font-family: 'exo_2regular_condensed';
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 25px;
	width: 300px;
}
.popular button:hover {
	background-color: #444;
	border: 1px solid #444;
}
.popular button i{
	float: left;
}
.search .wrap > .row{
	padding: 0 40px;
}
span.close i.fa.fa-times:hover {
	opacity: .8;
}
/**/

.search .cols_50{
    margin-left: -5%;
}

.search .cols_50 .col{
	display: block;
    float: left;
    width: 45%;
	margin-left: 5%;
	margin-top: 20px;
    
}
#advanced_options{
	border-top:1px solid #CCC;
	margin-top: 20px;
	padding-bottom: 20px;
}
.search .advanced span{
	color: #444444;
    font-size: 18px;
	width: 300px;
	display: inline-block;
	font-family: 'exo_2regular_condensed';
	margin-left: 5px;
	margin-top: 5px;
}

.search .advanced select{
	color: #666666;
    font-size: 18px;
	padding: 5px 10px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: 'exo_2regular_condensed';
	width: 100%;
}

.parallax-mirror{
	z-index:0!important;
}

/**/
.big_foto{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}
.big_foto{
	display: block;
}

.big_foto .draggable{
	width: auto;
	cursor:move;
}
.big_foto .close_bf{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFF;
	font-size: 40px;
	cursor: pointer;
	z-index: 10;
	text-shadow: 1px 1px 2px #000000;
}
.big_foto .helper{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
	opacity: .8;
	display: none;
}
.big_foto .helper img{
	width: 100%;
}
.active {
	color: #EAC047;
}
.top_bar .active {
	color: #EAC047;
}
.box_item .info button.active  {
	color: #EAC047;
}
/**/
.lock .lock_img {
	margin-bottom: 15px;
	text-align: center;
}
.lock .lock_title {
	font-size: 22px;
	line-height: 140%;
	color: #444;
	border-bottom: 2px solid #E3452A;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.lock .lock_main .main_left {
	float: left;
}
.lock .lock_main .main_left p {
	font-size: 16px;
	line-height: 140%;
	color: #aaa;
}
.lock .lock_main {
	margin-bottom: 15px;
}
.lock .lock_main li {
	display: inline-block;
}
.lock .lock_main ul {
	padding-left: 0;
}
.lock .lock_main ul li {
	margin: 20px 0 0 0;
	color: #bbb;
}
.lock .lock_main ul li a:hover {
	opacity: 0.6;
}
.lock .lock_main ul li .fa-user {
	padding-left: 5px;
}
.lock .lock_main ul li .fa-info-circle {
	padding-right: 5px;
}

.lock .lock_main ul li:first-child {
	color: #E3452A;
	padding-right: 10px;
}
.lock .lock_footer ul li .fa {
	padding-right: 5px;
}
.lock .lock_footer ul {
	padding-left: 0;
	text-align: center;
}
.lock .lock_footer {
	border-top: 1px solid #bbb;
}
.lock .lock_footer ul li:first-child {
	padding-left: 0;
}
.lock .lock_footer ul li a:hover {
	opacity: 0.6;
}
.lock .lock_footer ul li {
	display: inline-block;
	color: #bbb;
	font-size: 15px;
	margin: 10px 0 0 0;
	padding-left: 10%;
}
.stopka .autors a:hover {
	opacity: 0.6;
}
/*ulubione*/
.box_item {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.box_item .info button {
	border: 1px solid #ccc;
	border-radius: 5px 5px 5px 5px;
	background-color: transparent;
	font-size: 20px;
	color: #ccc;
	padding: 5px 8px;
	margin-top: -2px;
	float: right;
}
.box_item .info button:hover {
	opacity: 0.6;
}
.box_item .left_img {
	width: 300px;
}
.box_item .left_img img {
	width: 100%;
	cursor: pointer;
	height: auto;
}
.box_item .left.info {
	width: 380px;
	padding-left: 15px;
	font-size: 16px;
	color: #444;
	line-height: 130%;
}
.box_item .left.info a p {
	font-size: 22px;
	color: #000;
	line-height: 120%;
	font-family: 'exo_2semi_bold_condensed';
	margin: 0 0 15px 0;
}
.box_item .left.info a:hover p {
	text-decoration: underline;
}
.box_item .left.info span.info_info {
	display: block;
	padding-bottom: 10px;
}
.box_item .info_bottom a {
	color: #bbb;
	font-size: 12px;
	line-height: 120%;
}
.box_item .info_bottom .tags a:hover {
	opacity: 0.6;
}
.box_item .info_bottom .author_info a:first-child:hover {
	opacity: 0.6;
}
.box_item .info_bottom button {
	float: right;
}
.box_item .author_info a img {
	-webkit-border-radius: 200px 200px 200px 200px;
  border-radius: 200px 200px 200px 200px;
  width: 32px;
  cursor: pointer;
  vertical-align: middle;
}
.box_item .info_bottom .author {
	margin-top: 8px;
	width: 100%;
}
.box_item .info_bottom .author span {
	font-size: 13px;
	color: #444;
	line-height: 120%;
	padding-left: 3px;
}
.box_item .info_bottom .author span.murator {
	font-family: 'exo_2semi_bold_condensed';
	color: #000;
	font-size: 17px;
}
.box_item .left.full_width {
	width: 100%;
}
.box.magazine .buttons a.buy:hover {
	opacity: 1;
	background-color: #D6472F;
  border: 1px solid #D6472F;
}
article .wrapper .sld_content ul {
	padding-left: 0;
	margin-top: 0;
}
article .wrapper .sld_content ul li {
	margin: 0;
}
/**/
.wrapper .search form {
	overflow: hidden;
}
.search.result .input {
	padding: 0;
}
.search.result .advanced {
	padding: 0;
}
.search.result {
	padding-bottom: 20px;
}
.baner_img {
	width: 100%;
	overflow: hidden;
	max-height: 320px;
}
.baner_img img {
	width: 100%;
	height: auto;
}
.search.result .left p i.red {
	font-style: normal;
	color: #E03E20;
}
.search.result .left p {
	margin-left: 0;
}
.author_result {
	width: 260px;
	background-color: #eee;
	padding: 5px 20px 15px 20px;
}
.author_result .author_result_top:hover a.inf {
	text-decoration: underline;
}
.author_result .author_result_top:hover .img img {
	opacity: 0.8;
}
.sidebar .author_result .author_result_top:hover .img img {
	opacity: 1;
}
.author_result .author_result_top .img img {
	width: 65px;
  -webkit-border-radius: 200px 200px 200px 200px;
  border-radius: 200px 200px 200px 200px;
}
.author_result .author_result_top .img {
	float: left;
	margin-right: 15px;
	cursor: pointer;
}

.author_result .author_result_top .inf {
	font-size: 20px;
	font-family: 'exo_2semi_bold_condensed';
	line-height: 130%;
}

.author_result p {
	margin: 0;
	font-size: 16px;
}
.author_result p.author_job {
	font-family: 'exo_2semi_bold_condensed';
	font-size: 16px;
	padding-top: 10px;
}
.author_result span a {
	  border: 1px solid #999999;
  text-align: center;
  color: #999999;
  display: block;
  padding: 5px 20px 5px 15px;
  font-size: 15px;
  font-family: 'exo_2light_condensed';
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 15px;
  background-color: #fff;
}
.author_result span a i {
	margin-right: 20px;
}
.author_result span a:hover {
	background: #EABF44;
  border: 1px solid #EABF44;
  color: #fff;
}
.popular .cols ul {
	padding-left: 0;
}
.box_item .left_img img:hover {
	opacity: 0.8;
}
.search .error_info {
	margin-top: 20px;
}
.search .error_info p {
	margin: 0;
}
article .search .input {
	padding: 0;
}
section .popular .title.main  span {
	color: #000;
}
.popular .title.main span {
	color:#000;
}
.spis_abc a {
	padding: 10px;
  min-width: 40px;
  text-align: center;
  color: #FFF;
  font-size: 19px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  background-color: #bbb;
  margin-top: 20px;
}
.spis_abc a:first-child {
	margin-left: 0;
}
.spis_abc a:hover {
	background-color: #EABF44;
	color: #fff;
}
.popular .cols ul li a:hover {
	text-decoration: underline;
}
/**/
.wrapper .right .spis_tresci_arrow {
	font-size: 15px;
	color: #999999;
	line-height: 120%;
	
}
.wrapper .right .spis_tresci_arrow:first-child {
	margin-right: 20px;
}
.wrapper .right .spis_tresci_arrow .fa-angle-left {
	padding-right: 7px;
	font-size: 17px;
}
.wrapper .right .spis_tresci_arrow .fa-angle-right {
	padding-left: 7px;
	font-size: 17px;
}
.wrapper .right .spis_tresci_arrow:hover {
	opacity: 0.8;
}
.box_item .left.info .help {
	margin-bottom: 10px;
}
.box_item .left.info .help span {
	color: #E3452A;
	font-size: 18px;
	line-height: 120%;
}
#advanced_options_filter {
  border-top: 1px solid #CCC;
  margin-top: 20px;
  padding-bottom: 20px;
}
.wrapper .top_subtitle {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 20px;
}
.wrapper .top_subtitle .subtitle_img {
	background-color: #34495E;
	border-radius: 5px 5px 5px 5px;
	float: left;
	margin-right: 15px;
	padding: 5px;
	width: 120px;
	text-align: center;
}
.wrapper .top_subtitle .subtitle_img img {
	width: 100%;
	
}
.wrapper .top_subtitle .subtitle_img.cykle {
	background-color: transparent;
	width: 120px;
  height: auto;
}
.wrapper .top_subtitle .subtitle_img.cykle img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	margin-top: -5px;
}
.wrapper .top_subtitle .subtitle_img  a {
	padding: 5px;
	display: block;
}
.liked .fa-star {
	border: 1px solid #ccc;
  border-radius: 5px 5px 5px 5px;
  background-color: transparent;
  padding: 5px 7px;
}
.liked button {
	border: none;
	background-color: transparent;
	color: #ccc;
	font-size: 20px;
	font-family: 'exo_2regular_condensed';
	padding-left: 0;
	padding-right: 0;
}
.liked button.active i.fa {
	color: #EAC047;
}
.liked button:hover {
	opacity: 0.8;
}
.cykl ul li {
	margin-top: 5px;
}
section .wide_bg {
	background-color: #efefef;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-top: -1px;
}
section .wide_bg ul {
	padding-left: 0;
	overflow: hidden;
	cursor: default;
}
section .wide_bg ul li {
	display: inline-block;
	color: #000;
	margin: 0;
	font-size: 15px;
	padding-left: 12px;
	margin-right: 5px;

}
section .wide_bg ul li:hover {
	opacity: 0.8;
}
section .wide_bg ul li .fa-square {
	margin-left: -7px;
  font-size: 5px;
  display: block;
  float: left;
  margin-top: 8px;
}
section .column_grid {
	margin-left: -2%;
	font-size: 0;
}
section .column_grid .col1_4 {
	width: 23%;
	margin-left: 2%;
	margin-bottom: 20px;
	vertical-align: top;
	display: inline-block;
}
section .column_grid .col1_4 .img img {
	width: 100%;
	height: auto;
}
section .main_col .box.cykl {
	margin-top: 0;
}
.top_subtitle h1 {
	padding-left: 70px;
}
:-moz-placeholder {
   color: #aaa;
   opacity: 1 !important;
}
::-moz-placeholder { 
   color: #aaa;
   opacity: 1 !important;
}
section .column_grid .col1_4 .txt {
	text-align: center;
	margin: 10px 0;
	font-family: 'exo_2semi_bold_condensed';
  color: #000;
  font-size: 20px;
  line-height: 120%;
  height: 45px;
}
section .column_grid .col1_4:hover {
	opacity: 0.8;
}
.year_list a {
	display: block;
	background-color: #bbb;
	color: #fff;
	padding: 8px 0;
	font-size: 19px;
	border-radius: 3px;
	margin-right: 5px;
	width: 65px;
  margin-bottom: 5px;
  text-align: center;
  float: left;
}
.year_list {
	margin-bottom: 20px;
}
.year_list a:hover {
	color: #fff;
	background-color: #EABF44;
}
.year_list span.active {
	display: block;
	background-color: #444444;
	color: #fff;
	padding: 8px 0;
	font-size: 19px;
	border-radius: 3px;
	cursor: default;
	margin-right: 5px;
	width: 65px;
  margin-bottom: 5px;
  text-align: center;
  float: left;
}
section .column_grid.border_b:last-child {
	border: none;
}
.btn a {
	display: inline-block;
	border: 1px solid #bbb;
	color: #bbb;
	text-align: center;
	padding: 5px 20px;
	font-size: 23px;
	border-radius: 3px;
	margin-left: 15px;
	background-color: #fff;
}
.btn a:hover {
	border: 1px solid #EABF44;
	background-color: #EABF44;
	color: #fff;
}
.btn {
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 10px;
}
.btn a i.fa {
	margin-left: -10px;
	padding-right: 15px;
}
.year_list.spis_abc {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
}
.year_list.spis_abc a {
	width: 45px;
	padding: 10px 0;
	text-align: center;
	margin-right: 10px;
}
.year_list.spis_abc span {
	width: 45px;
	padding: 10px 0;
	text-align: center;
	margin-right: 10px;
	margin-top: 20px;
}
.year_list.spis_abc p {
	margin-left: 0;
}
.year_list.spis_abc a.numbers {
	width: 100px;
}
.cols.abc ul {
	padding-left: 0;
	margin-top: 0;
}
.cols.abc ul li {
	color: #AAAAAA;
	margin: 0 0 0 20px;
	font-size: 18px;
	font-family: 'exo_2regular_condensed';
}
.cols.abc ul li a:hover {
	text-decoration: underline;
}
.cols.abc p {
	margin-left: 3.33%;
	font-family: 'exo_2semi_bold_condensed';
	color: #000;
	font-size: 45px;
	line-height: 120%;
	padding-bottom: 20px;
}
.wrapper .more a {
	background-color: #EBBF44;
  border: 1px solid #EBBF44;
  text-align: center;
  color: #FFF;
  display: block;
  padding: 8px 20px;
  font-size: 20px;
  font-family: 'exo_2regular_condensed';
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 25px;
  width: 300px;
}
.wrapper .more span {
	background-color: #EBBF44;
  border: 1px solid #EBBF44;
  text-align: center;
  color: #FFF;
  display: block;
  padding: 8px 20px;
  font-size: 20px;
  font-family: 'exo_2regular_condensed';
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 300px;
  cursor: pointer;
}
.wrapper .more a .fa-arrow-right {
	float: left;
}
.wrapper .more span .fa-arrow-right {
	float: left;
}
.wrapper .more a:hover {
	background-color: #444;
	border: 1px solid #444;
	color: #fff;
	text-decoration: none;
}
.abc_row {
	font-family: 'exo_2semi_bold_condensed';
	color: #000;
	font-size: 45px;
	line-height: 120%;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	margin-top: 15px;
}
.abc_content .abc_row:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
/**/
section .newsletter p {
	font-size: 19px;
	color: #444;
	line-height: 130%;
	margin: 0 0 20px 0;
}
section .newsletter .cols .col2_3 {
	float: left;
}
.newsletter form .cols {
	padding-bottom: 20px;
	padding-top: 10px;
}
.newsletter button[type="submit"] {
	font-size: 22px;
	color: #fff;
	background-color: #444;
	line-height: 120%;
	font-family: 'exo_2regular_condensed';
	border: 1px solid #444;
	border-radius: 3px 3px 3px 3px;
	width: 100%;
	height: 50px;
	
}
.newsletter button[type="submit"]:hover {
	background-color: #EABF44;
	border: 1px solid #EABF44;
}
.newsletter input[type="text"] {
	border: 1px solid #ccc;
	padding: 0 10px;
	width: 100%;
	color: #444;
	font-size: 18px;
	line-height: 120%;
	height: 50px;
	font-family: 'exo_2regular_condensed';
}
.newsletter select {
	border: 1px solid #ccc;
	padding: 0 10px;
	width: 100%;
	color: #444;
	font-size: 18px;
	line-height: 120%;
	height: 50px;
	font-family: 'exo_2regular_condensed';
}
.newsletter .newsletter_check p {
	font-family: 'exo_2regular_condensed';
	font-size: 12px;
	line-height: 150%;
	display: inline;
}
.newsletter .newsletter_check input[type="checkbox"] {
	vertical-align: middle;
}
.newsletter form input.error {
	border: 1px solid #E03E20;
}
.newsletter .newsletter_check span {
	color: #E03E20;
	font-size: 18px;
	font-family: 'exo_2regular_condensed';
}
.newsletter .off {
	display: none;
}
.newsletter .on {
	display: block;
	color: #E03E20;
  font-size: 18px;
  font-family: 'exo_2regular_condensed';
}
.newsletter form p.error {
	border: none;
}
.newsletter .download_btn {
	width: 66%;
	padding-top: 15px;
}
.newsletter .download_btn a {
	display: block;
	background-color: #444;
	color: #fff;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	font-size: 20px;
	padding: 12px 15px;
}
.newsletter .download_btn a:hover {
	background-color: #EABF44;
}
.newsletter .download_btn a i.fa-arrow-down {
	float: left;
	font-size: 25px;
}
/**/
section .redakcja .img {
	width: 165px;
	margin-right: 15px;
}
section .redakcja .left img {
	border-radius: 200px;
	width: 155px;
}
section .redakcja {
	padding-top: 20px;
}
section .redakcja .redakcja_box {
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
section .redakcja .redakcja_box .info {
	margin-top: 10px;
}
section .redakcja .redakcja_box a:hover {
	text-decoration: underline;
}
section .redakcja .redakcja_box .name {
	display: block;
	font-size: 20px;
	font-family: 'exo_2semi_bold_condensed';
	line-height: 120%;
	padding-bottom: 10px;
}
section .redakcja .redakcja_box p {
	font-size: 20px;
	font-family: 'exo_2regular_condensed';
	line-height: 120%;
	margin: 0;
	color: #444;
	padding-bottom: 10px;
}
section .redakcja .redakcja_box p a {
	font-size: 20px;
	font-family: 'exo_2regular_condensed';
	line-height: 120%;
	color: #444;
	text-decoration: none;
	display: inline
}
section .redakcja .redakcja_box p a:hover {
	text-decoration: underline;
}
section .redakcja .redakcja_box p.red {
	color: #E3452A;
}
section .redakcja .redakcja_box p.bold {
	font-family: 'exo_2semi_bold_condensed';
}
section .redakcja .warning {
	padding-bottom: 40px;
}
section .redakcja .warning p {
	font-family: 'exo_2regular_condensed';
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	padding: 0;
}
section .redakcja .warning p a {
	color: #444;
	font-family: 'exo_2semi_bold_condensed';
	text-decoration: underline;
}
.newsletter .square {
	padding-bottom: 20px;
	padding-left: 20px;
}
.newsletter .square li {
	margin: 0 20px;
}
/**/
/*hack for ff only*/
@-moz-document url-prefix() { 
  .main_col .big_letter p:first-child::first-letter {
	font-size: 65px;
	float: left;
	line-height: 100%;
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 5px;
	font-family: 'exo_2semi_bold_condensed';
}
}
.big_letter > p:first-child::first-letter {
	font-size: 65px;
	float: left;
	line-height: 100%;
	margin-right: 5px;
	margin-bottom: -2px;
	margin-top: -5px;
	font-family: 'exo_2semi_bold_condensed';
}
.newsletter form p {
	margin-bottom: 0;
}
.newsletter button[type="submit"].red_btn {
	padding-left: 5px;
	
}
.newsletter button[type="submit"] i.fa {
	float: left;
	margin-left: 10px;
}
/**/
.simple_txt p {
	margin: 0 0 20px 0;
}
section .sub_title {
	font-size: 25px;
  line-height: 120%;
  font-family: 'exo_2semi_bold_condensed';
  color: #444;
  display: block;
  margin-bottom: 30px;
}
section .main_col .col2_3 textarea {
	border: 1px solid #ccc;
  padding: 10px 10px;
  width: 100%;
  color: #444;
  font-size: 18px;
  line-height: 120%;
  font-family: 'exo_2regular_condensed';
	
}
/*predix*/
.top_bar.new_top .left .mini_logo {
	display: block;
	margin-left: 0;
}
.top_bar.new_top .left .buttons {
	display: block;
}
.top_bar.new_top .right i.fa-book {
	font-size: 14px;
}
.top_bar.new_top li a, .top_bar.new_bars li > span {
	padding: 14px 8px;
}
.breadcrumbs.new_breadcrumbs {
	margin: 45px 10px 0 10px;
	padding-top: 20px;
}
.footer.new_footer {
	background-color: #fff;
	color: #999;
}
.footer.new_footer .col1_4 {
	width: 25%;
	margin-top: 10px;
}
.footer.new_footer .copy .ta img {
	height: 25px;
	margin-left: 0;
}
.footer.new_footer .copy .col1_4.ta {
	margin-top: 0;
}
.footer.new_footer .copy .tc {
	text-align: center;
}
.footer.new_footer .copy .tr {
	text-align: right;
}
.footer.new_footer .copy {
	border-top: 1px solid #ddd;
}
.new_footer_links ul li:first-child {
	margin-left: 0;
}
.new_footer_links ul li {
	float: left;
	margin-left: 30px;
}
.new_footer_links ul li:last-child {
	float: right;
}
.new_footer_links {
	width: 100%;
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
	padding-bottom: 5px;
}
.new_footer_links ul {
	text-align: center;
	overflow: hidden;
	width: 100%;
}
.new_footer_links ul li a {
	font-size: 16px;
	color: #444;	
}
.new_footer_links ul li a:hover {
	opacity: 0.8;
}
.new_footer_links ul li a span {
	margin-left: 5px;
}
.footer.new_footer .law {
	margin-top: 40px;
}
.new_wrapper .title.main {
	margin-bottom: 30px;
	margin-top: 15px;
}
.search.result .input {
	margin-top: 20px;
}
.new_wrapper .black {
	color: #000;
}
.bold {
	font-family: 'exo_2semi_bold_condensed';
}
.new_wrapper p {
	margin-left: 0;
}
.new_wrapper p a {
	text-decoration: none;
	color: #444;
}
.new_wrapper p a:hover {
	text-decoration: underline;
}
.box_bottom {
	margin-bottom: 40px;
	position: relative;
}
.new_wrapper .left img {
	width: 100%;
}
.new_wrapper .left.img {
	width: 260px;
	margin-right: 20px;
}
.new_wrapper .left.info i.fa {
	margin-right: 10px;
}
.new_wrapper .left.info i.fa-clock-o {
	color: #EAC047;
}
.new_wrapper .left.info i.fa-shopping-cart {
	color: #E03E20;
}
.box_bottom ul.check {
	padding-left: 15px;
}
.box_bottom ul.check li {
	background-image: url("../images/icons/check.png");
  background-repeat: no-repeat;
  padding-left: 35px;
	margin: 5px 0 0 0;
}
.new_wrapper .box_bottom ul.square li, .new_wrapper .box_bottom ul.decimal li {
	margin: 5px 0 0 20px;
}
.new_wrapper .box_bottom ul a {
	color: #EABF44;
  text-decoration: underline;
  font-family: 'exo_2semi_bold_condensed';
}
.new_wrapper .box_bottom ul a:hover {
	color: #444;
}
.new_wrapper .box_bottom p i.fa-info-circle {
	color: #EBBF44;
	font-size: 33px;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
}
.box_bottom.kontakt p {
	margin-top: 0;
}
/**/
.new_wrapper .box_bottom p i.fa-truck {
	color: #ccc;
}
.new_wrapper .box_bottom .col2_3 {
	float: left;
}
.left.btn {
	text-align: left;
}
.left.btn a:first-child {
	margin-left: 0;
}
.left.btn a {
	margin-left: 15px;
	width: 250px;
	padding: 5px 0;
}
/**/
.new_wrapper .login {
	width: 558px;
	border: 3px solid #DDDDDD;
	margin: 60px auto;
	padding: 15px;
	box-sizing: border-box;
}
.new_wrapper .login .login_row {
	margin-bottom: 15px;
}
.new_wrapper .login .login_row p {
	color: #000;
	font-size: 18px;
	margin-right: 0;
	margin-top: 9px;
}
.login_row input[type="text"] {
	border: 1px solid #ccc;
	height: 50px;
	width: 415px;
	padding: 0 10px;
		color: #444;
	font-size: 18px;
}
.new_wrapper .login .login_row.right {
	width: 415px;
}
.new_wrapper .login .login_row input[type="checkbox"] {
	vertical-align: bottom;
	margin-right: 5px;
}
.login span {
	font-size: 14px;
	color: #444;
}
.new_wrapper .login .login_row .right a {
	font-size: 15px;
	color: #444;
}
.new_wrapper .login .login_row .right a:hover {
	text-decoration: underline;
}
.new_wrapper .login .login_row .right a i.fa {
	margin-right: 5px;
}
.new_wrapper .login .login_row .pass {
	margin-top: 8px;
}
.new_wrapper .login .login_row .pass a {
	font-size: 20px;
	text-decoration: underline;
	color: #444;
	font-family: 'exo_2regular_condensed';
}
.new_wrapper .login .login_row .pass a:hover {
	text-decoration: none;
}
.new_wrapper .login .login_row button[type="submit"] {
	font-size: 22px;
  color: #fff;
  background-color: #EBC34F;
  line-height: 120%;
  font-family: 'exo_2regular_condensed';
  border: 1px solid #EBC34F;
  border-radius: 3px 3px 3px 3px;
  width: 210px;
  height: 40px;
}
.new_wrapper .login .login_row button[type="submit"]:hover{
	background-color: #444;
	border: 1px solid #444;
}
.new_wrapper .login .login_row button i.fa {
	float: left;
	margin-left: 10px;
}
.new_wrapper .login .login_row.right p {
	font-size: 15px;
	color: #444;
}
.new_wrapper .login .login_row.right p a {
	font-size: 15px;
	color: #E3452A;
	font-family: 'exo_2regular_condensed';
}
/**/
.top_bar.new_top .left img {
	margin-left: 0;
}
.help p a {
	color: #EABF44;
	text-decoration: underline;
}
.help p a:hover {
	color: #444;
	text-decoration: none;
}
.sidebar .new_kontakt {
	padding: 10px 15px;
}
.gradient {
	border-top: 1px solid #ccc;
	padding-top: 15px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #dddddd 0%,  #ffffff 65%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(65%,#ffffff));
  background: -webkit-linear-gradient(top, #dddddd 0%,#ffffff 65%);
  background: -o-linear-gradient(top, #dddddd 0%,#ffffff 65%);
  background: -ms-linear-gradient(top, #dddddd 0%,#ffffff 65%);
  background: linear-gradient(to bottom, #dddddd 0%,#ffffff 65%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
}
.new_kontakt .more a {
	width: 230px;
	text-align: center;
}
.new_kontakt span {
	font-size: 23px;
	color: #444;
	line-height: 120%;
}
.new_kontakt p {
	font-size: 23px;
	font-family: 'exo_2semi_bold_condensed';
	margin-bottom: 20px;
}
.new_kontakt p a {
	color: #444;
	text-decoration: none;
}
.new_kontakt a {
	font-family: 'exo_2semi_bold_condensed';
	font-size: 20px;
	color: #444;
}
.new_kontakt a:hover {
	text-decoration: underline;
	color:#444;
}
/**/
.box_bottom .faq_row {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	padding: 20px 0;
}
.box_bottom .faq_row:hover .faq_info {
	opacity: 0.8;
}
.faq_row .number {
	border: 1px solid #ddd;
	border-radius: 50px;
	width: 53px;
	padding: 10px 0;
	font-size: 25px;
	text-align: center;
	font-family: 'exo_2regular_condensed';
	color: #ddd;
	margin-right: 15px;
	margin-left: 5px;
}
.faq_row .faq_info {
	font-family: 'exo_2semi_bold_condensed';
	font-size: 20px;
	line-height: 120%;
	max-width: 607px;
	color: #444;
}
.faq_row .faq_info p {
	font-family: 'exo_2regular_condensed';
}
.hide {
	display: none;
}
.show {
	display: block;
}
.faq_row.gradient {
	border-top: none;
}
.faq_row.gradient .number {
	border: 1px solid #E3452A;
	color: #E3452A;
}
.faq_row.gradient .faq_info {
	color: #E3452A;
}
/**/
.new_kontakt .login_row label {
	font-size: 18px;
	color: #000;
	padding-top: 10px;
	width: 210px;
	display: inline-block;
	float: left;
}
.new_kontakt textarea {
	border: 1px solid #ccc;
  padding: 10px 10px;
  width: 470px;
  color: #444;
  font-size: 18px;
  line-height: 120%;
  font-family: 'exo_2regular_condensed';
}
.new_kontakt .login_row {
	padding-bottom: 20px;
}
.new_kontakt .login_row input[type="text"] {
	width: 470px;
}
.new_kontakt .login_row.newsletter button[type="submit"] {
	width: 280px;
	background-color: #EABF44;
	border: 1px solid #EABF44;
}
.new_kontakt .login_row.newsletter {
	text-align: right;
}
.new_kontakt .login_row.newsletter button[type="submit"]:hover {
	border: 1px solid #444;
	background-color: #444;
}
.settings p {
	font-size: 30px;
	color: #000;
	line-height: 130%;
	display: inline-block;
	float: left;
	margin-top: 0;
	padding-bottom: 10px;
}
.settings p span {
	color: #EABF44;
	font-size: 30px;
	width: auto;
}
.settings p i.fa {
	margin-right: 10px;
}
.settings .more {
	display: inline-block;
	
}
.settings .more a {
	margin-top: 0;
}
.settings .newsletter input {
	width: 470px;
}
.settings span {
	font-size: 20px;
	color: #000;
	width: 157px;
	display: inline-block;
}
.new_wrapper .cols.edit_row {
	margin-bottom: 20px;
}
.settings .cols.edit_row .col2_3 {
	border-bottom: 1px solid #ccc;
	min-height: 40px;
	padding-bottom: 20px;
}
.settings input::-webkit-input-placeholder {
   color: #E3452A;
   opacity: 1 !important;
}

.settings input:-moz-placeholder { /* Firefox 18- */
   color: #E3452A;
   opacity: 1 !important;
}
.settings .for_edit {
	color: #E3452A;
	padding-left: 10px;
}
.settings input::-moz-placeholder {  /* Firefox 19+ */
   color: #E3452A;
   opacity: 1 !important;
}

.settings input:-ms-input-placeholder {  
   color: #E3452A;
   opacity: 1 !important;
}
.new_wrapper .box_border {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.promo label {
	font-size: 20px;
	color: #000;
	width: 170px;
	display: inline-block;
}
.promo .newsletter input[type="text"] {
	width: 470px;
}
.promo .newsletter select {
	width: 470px;
}
.promo .cols .col1_3 p {
	font-size: 14px;
	line-height: 120%;
	color: #999;
	margin-top: 15px;
}
.promo .cols .col2_3 button{
	width: 280px;
	float: right;
	background-color: #EBBF44;
	border: 1px solid #EBBF44;
	margin-right: 11px;
}
.new_wrapper i.fa-asterisk {
	color: #E3452A;
	font-size: 8px;
	vertical-align: top;
}
.wrapper .more.grey span {
	background-color: #444;
	border: 1px solid #444;
}
.wrapper .more.grey span:hover {
	background-color: #EBBF44;
	border: 1px solid #EBBF44;
}
.wrapper .newsletter.show {
	margin-top: 15px;
}
.promo .cols  {
	margin-bottom: 20px;
}

.checkbox span {
	font-size: 14px;
	line-height: 150%;
	color: #444;
}
.promo .checkbox span a {
	color: #EABF44;
	text-decoration: underline;
}
.checkbox span.show {
	display: inline;
}
.promo .more_txt {
	color: #EBBF44;
	text-decoration: underline;
	cursor: pointer;
}
/**/

.newsletter.kod button[type="submit"] {
	width: 300px;
	height: 50px;
	margin-right: 20px;
}
.newsletter.kod input[type="text"] {
	width: 310px;
	height: 50px;
	margin-right: 20px;
	border: 1px solid #ccc;
}
.form_order label {
	font-size: 20px;
  color: #000;
  width: 170px;
  display: inline-block;
}
.form_order  span.value {
	font-size: 17px;
	color: #999;
	vertical-align: top;
}
.form_order .kod span.value {
	vertical-align: baseline;
}
.form_order span.value_red {
	font-size: 34px;
	color: #DF3E1F;
}
.box_bottom .right_abs {
	position: absolute;
	bottom: 0px;
	right: 10px;
}
.right_abs button {
	  border: 1px solid #ccc;
  border-radius: 5px 5px 5px 5px;
  background-color: transparent;
  font-size: 30px;
  color: #ccc;
  padding: 8px 13px;
}
.right_abs button:hover {
	opacity: 0.8;
}
.form_order form .box_bottom  {
	border-top: 1px solid #ddd;
	padding-top: 15px;
}
.promo .cols .col2_3 button:hover {
	background-color: #444;
	border: 1px solid #444;
}
.checkbox_bottom {
	margin-bottom: 20px;
}
.form_order .col2_3.kod.newsletter button[type="submit"] {
	margin-right: 11px;
	width: 280px;
	height: 50px;
	background-color: #DF3E1F;
	border: 1px solid #DF3E1F;
}
.form_order .box_bottom.promo img {
	margin-right: 15px;
	width: 30px;
	margin-top: -10px;
}
.newsletter .one_row input[type="text"].first {
	width: 150px;
}
.newsletter .one_row input[type="text"].third {
	width: 204px;
}
.newsletter .one_row span {
	width: auto;
	margin-right: 10px;
  margin-left: 8px;
  font-size: 20px;
  color: #000;
}
.settings .firm span {
	vertical-align: text-top;
	display: inline-block;
}
.settings .firm span.data {
	width: auto;
}
.form_order .col2_3.kod.newsletter button[type="submit"]:hover {
	  background-color: #D6472F;
  border: 1px solid #D6472F;
}
.settings .col1_3 button[type="submit"]:hover {
	opacity: 0.8;
}
.settings .edit_row .col2_3 button[type="submit"] {
	margin-top: 25px;
}
.settings .col2_3 button[type="submit"] {
	border: 1px solid #999999;
  text-align: center;
  color: #999999;
  display: block;
  padding: 5px 20px 5px 15px;
  font-size: 15px;
  font-family: 'exo_2light_condensed';
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  width: 140px;
}
.settings .col2_3 button[type="submit"]:hover {
	opacity: 0.8;
}
.settings .col1_3 button[type="submit"] {
	margin-top: 0;
}
.settings .col1_3 button i.fa, .settings .col2_3 button i.fa {
	float: left;
}
section .new_wrapper .size {
	font-size: 20px;
}
.new_wrapper .left.info p {
	margin-top: 0;
}
.form_order .newsletter.kod {
	margin-bottom: 5px;
}
.margin_top {
	margin-top: 30px;
}
article input[type="text"]:focus {
	border: 1px solid #EABF44;
}
.newsletter.kod input[type="text"]:focus {
	border: 1px solid #EABF44;
}
section .main_col .col2_3 textarea:focus {
	border: 1px solid #EABF44;
}
.new_kontakt textarea:focus {
	border: 1px solid #EABF44;
}
article select:focus {
	border: 1px solid #EABF44;
}
.wrapper .info_red {
	font-size: 24px;
	color: #D6472F;
	display: block;
	text-align: center;
	margin: 10px 0;
}
/**/
.landing_top {
	margin-top: 45px;
	padding-top: 50px;
	padding-bottom: 15px;
	margin-bottom: 125px;
	background-color: #EABF44;
}
.box_bottom .landing_top .wrapper {
	position: relative;
}
.landing_title {
	font-size: 45px;
	color: #000;
	line-height: 120%;
	font-family: 'exo_2regular_condensed';
	text-align: center;
}
.landing_top .list {
	color: #fff;
	font-size: 19px;
}
.landing_top ul.check {
	padding-left: 40px;
}
.landing_top ul.check li {
	color: #000;
}
.landing_top .img {
	position: absolute;
	bottom: -110px;
	left: -10px;
}
.landing_top .img img {
	width: 100%;
}
.landing_top .list {
	width: 475px;
	float: right;
}
.box_bottom .landing_middle {
	background-color: #f8f8f8;
	padding: 20px 0;
}
.title_center {
	text-align: center;
	font-size: 35px;
	color: #000;
	font-family: 'exo_2semi_bold_condensed';
	margin-bottom: 30px;
}
.circle_frame {
	border: 2px solid #DDDDDD;
	border-radius: 200px;
	width: 140px;
	height: 140px;
	margin: 0 auto;
	padding: 30px;
	background-color: #fff;
}
.circle_frame img {
	width: 100%;
}
.column_grid .col1_4 p {
	text-align: center;
	color: #E3452A;
	font-family: 'exo_2semi_bold_condensed';
	line-height: 120%;
	margin: 0;
	font-size: 20px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.column_grid .col1_4 span {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #868686;
	line-height: 120%;
}
.form_order .promo .col1_3 span.value {
	vertical-align: baseline;
}
.box_bottom .landing_option {
	width: 740px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.box_bottom .landing_option .left:first-child {
	border: none;
}
.box_bottom .landing_option .left {
	width: 370px;
	text-align: center;
	padding: 20px;
	border-left: 1px solid #DDDDDD;
}
.landing_option .img {
	height: 197px;
	margin-top: 20px;
}
.landing_option a {
	display: block;
}
.landing_option a:hover {
	opacity: 0.8;
}
.landing_option p {
	color: #000;
	font-size: 26px;
	padding-bottom: 20px;
	font-family: 'exo_2semi_bold_condensed';
	line-height: 130%;
}
.landing_option span {
	color: #000;
	font-size: 18px;
	font-family: 'exo_2semi_bold_condensed';
}
section .landing_middle .column_grid .col1_4:hover {
	opacity: 1;
}
.div_border {
	width: 60%;
	height: 1px;
	background-color: #ddd;
	margin: 40px auto;
}
.big_button {
	width: 600px;
	margin: 0 auto;
}
.big_button .button {
	margin-top: 40px;
}
.big_button .button a i.fa {
	float: left;
	margin-left: 30px
}
.big_button .button a:hover {
	background-color: #D6472F;
}
.big_button .button a {
	background-color: #E3452A;
	color: #fff;
	border-bottom: 4px solid #7D2111;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;
	font-size: 45px;
	font-family: 'exo_2semi_bold_condensed';
	width: 100%;
	display: block;
}
.landing_bottom p {
	margin-left: 0;
}
.landing_bottom p a {
	color: #EBBF44;
}
.apps {
	position: absolute;
	bottom: -75px;
	right: 10px;
}
.apps a {
	display: inline-block;
}
.settings.box_bottom {
	padding-bottom: 40px;
	border-bottom: 1px solid #DDD;
}
.pakiety.wrapper {
	max-width: 850px;
}
.pakiety .item {
	border: 1px solid #BBB;
	background-color: #f8f8f8;
	padding: 10px 20px;
	min-height: 615px;
}
.pakiety .item .top {
	text-align: center;
	margin-bottom: 10px;
}
.pakiety p {
	margin: 0;
	text-align: center;
	font-family: 'exo_2semi_bold_condensed';
}
.pakiety .top p {
	font-size: 23px;
	color: #000;
	line-height: 120%;
	
}
.pakiety .top span {
	font-family: 'exo_2semi_bold_condensed';
	font-size: 50px;
	line-height: 120%;
	color: #E3452A;
}
.pakiety .top span.line {
	text-decoration: line-through;
	color: #444;
	font-size: 20px;
	line-height: 120%;
	font-family: 'exo_2semi_bold_condensed';
	vertical-align: super;
    padding-right: 8px;
}
.pakiety .middle {
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.pakiety .middle p {
	font-family: 'exo_2semi_bold_condensed';
	font-size: 25px;
	color: #000;
	text-align: left;
	float: left;
	line-height: 120%;
}
.pakiety .middle span {
	text-align: right;
	display: block;
	color: #444;
	font-size: 15px;
	font-family: 'exo_2regular_condensed';
	float: right;
	padding-top: 6px;
}
.pakiety ul.check {
	padding-left: 0;
	margin-bottom: 15px;
}

.pakiety .list li {
	font-size: 16px;
	color: #444;
	background-size: 19px;
	padding-left: 30px;
	margin-top: 10px;
}
.pakiety .bottom {
	padding: 0 20px;
}
.pakiety .bottom p {
	font-size: 16px;
	color: #444;
	font-family: 'exo_2regular_condensed';
	text-align: left;
	margin-bottom: 20px;
}
.pakiety .bottom p i.fa {
	margin-right: 17px;
	font-size: 22px;
}
.pakiety .big_button {
	width: 100%;
}
.pakiety .big_button .button {
	margin-top: 0;
	margin-bottom: 20px;
}
.pakiety .big_button .button a {
	font-size: 22px;
}
.pakiety .guest {
	text-align: center;
	width: 100%;
	background-image: url("../images/icons/ecard.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 53px;
}
.pakiety .guest span {
	line-height: 53px;
	font-size: 17px;
	color: #d3d3d3;
}
.pakiety .txt p {
	text-align: left;
	margin-top: 30px;
	font-family: 'exo_2regular_condensed';
}
.landing_txt {
	padding-top: 80px;
	padding-bottom: 40px;
	max-width: 1000px;
	margin: 0 auto;
}
.landing_txt p {
	font-size: 24px;
	line-height: 120%;
	margin-left: 0;
}
.landing_txt p span {
	color: #EBBF44;
	font-family: 'exo_2semi_bold_condensed';
}
.landing_row p {
	margin: 0;
}
.landing_row .right {
	text-align: right;
}
.landing_row .right p span {
	color: #E3452A;
	font-size: 45px;
	font-family: 'exo_2semi_bold_condensed';
}
section .red {
	color: #E3452A;
}
section .column_grid .col1_4 .buttons .button.buy {
	background-color: #444;
	border: 1px solid #444;
	margin-bottom: 10px;
}
.landing_row .col2_3 .left {
	width: 395px;
}
.landing_row .col2_3 .left p {
	font-size: 45px;
	color: black;
	font-family: 'exo_2semi_bold_condensed';
	line-height: 120%;
}
.landing_row .col2_3 .left span {
	font-size: 18px;
	color: #000;
	line-height: 155%;
	font-family: 'exo_2semi_bold_condensed';
}
.landing_row .col2_3 .right p {
	font-size: 20px;
	color: #444;
	font-family: 'exo_2semi_bold_condensed';
	line-height: 120%;
	text-align: left;
}
.landing_row .col2_3 .right .more a {
	width: 230px;
	border-bottom: 3px solid #D2A417;
}
.landing_row .col2_3 .right .more a:hover {
	border-bottom: 3px solid #444;
}
.landing_row .col1_3 img {
	width: auto;
}
.item.bestseller {
	background-image: url("../images/icons/bestseller.png");
	background-repeat: no-repeat;
	background-position: right top;
}
.csr {
	position: absolute;
	bottom: 0;
}
.trzy_pakiety.pakiety.wrapper {
	max-width: 950px;
}
.trzy_pakiety .item {
	max-width: 33.33%;
	float: left;
	width: 28%\9; /*ie 8 only*/ 
}
.trzy_pakiety .item.zindex {
	z-index: 1;
	position: relative;
}
.trzy_pakiety .abs.item {
	box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.7);
	padding: 20px;
	z-index: 10;
	margin-top: -10px;
	position: relative;
}
.pakiety.trzy_pakiety .guest {
	text-align: right;
}
.pakiety .item label {
	line-height: 120%;
	font-size: 16px;
	color: #666;
}
.pakiety .item select {
	color: #666666;
  font-size: 18px;
  padding: 5px 10px;
  border: 1px solid #CCC;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: 'exo_2regular_condensed';
  width: 100%;
  margin-bottom: 15px;
}
.landing_title p {
	width: 600px;
  float: left;
  text-align: left;
  margin-left: 0;
}
.pakiety .top .for_month {
	font-size: 18px;
	font-family: 'exo_2semi_bold_condensed';
	color: #E3452A;
	
}
.gift {
	width: 718px;
	text-align: left;
	float: right;
	padding: 0 10px;
}
.gift p {
	margin: 0;
}
.landing_txt .landing_title {
	text-align: center;
	margin-left: 0;
}
/**/
.right .social {
	float: right;
}
.right .social div {
	float: left;
}
.right .social .gplus {
	width: 70px;
}
.right .social .fb {
	margin-right: 10px;
}
.right .social .twitter {
	margin-right: 10px;
}
.wrapper .top_info .right {
	margin-top: 10px;
	font-size: 0;
}
.top_info .inf > span {
	cursor: pointer;
}
/*for print*/
@media print {
	.wrapper_top {
		margin-top: 0;
	}
	.box.vid {
		display: none;
	}
}
/*/for print*/
.wrapper .komentarze {
	margin-top: 20px;
}
.wrapper .komentarze #disqus_thread {
	padding-top: 10px;
}
article .box.expert .cols:first-child {
	margin-top: 0;
}
article .unity .cols:first-child {
	margin-top: 0;
}
article .unity .cols {
	margin-top: 30px;
}
article .box.gal.unity p.title {
	margin-top: 20px;
	font-size: 23px;
}
article .box.gal.unity p.title:first-child {
	margin-top: 0;
}
.spis_abc.tags {
	cursor: default;
}
.night article .active {
	color: #EAC047;
}
.sld_content .buttons span.buy.js_no_auth {
	background-color: #E3452A;
	border: 1px solid #E3452A;
}
.sld_content .buttons span.buy.js_auth {
	background-color: #444;
	border: 1px solid #444;
}
.sld_content .buttons span.buy.button_sld_specjalne {
	background-color: #444;
	border: 1px solid #444;
}
.sld_content .buttons span.buy:hover {
	background-color: #EABF44;
	border: 1px solid #EABF44;
}
.sld_content .buttons span.buy.js_no_auth:hover {
	background-color: #D6472F;
  border: 1px solid #D6472F;
}
section .buttons a.see {
	  border: 1px solid #BBBBBB;
		color: #BBBBBB;
  
}
section .buttons a.see:hover {
	  background: #EABF44;
	  border: 1px solid #EABF44;
	  color: #fff;
}
.hero.js_no_auth.plus {
	margin: 30px 0;
}
/**/
.left_img.poradniki {
	width: 300px;
	padding:20px;
	box-sizing: border-box;
	background-color: #34495E;
	text-align: center;
	border-radius: 8px;
	cursor: pointer;
}
.left_img.poradniki img {
	  max-height: 150px;
  max-width: 150px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.extra_font .art_box .title {
	font-size: 22px;
}
.info .tags a {
	color: #bbb;
  font-size: 12px;
  line-height: 120%;
}
.info .tags {
	color: #bbb;
  font-size: 12px;
  line-height: 120%;
}
/**/
.newsletter input.error::-webkit-input-placeholder {
   color: #E3452A;
   opacity: 1 !important;
}

.newsletter input.error:-moz-placeholder { /* Firefox 18- */
   color: #E3452A;
   opacity: 1 !important;
}
.newsletter input.error::-moz-placeholder {  /* Firefox 19+ */
   color: #E3452A;
   opacity: 1 !important;
}

.newsletter input.error:-ms-input-placeholder {  
   color: #E3452A;
   opacity: 1 !important;
}
section .column_grid .col1_4 .buttons .button.buy:hover {
	background-color: #EABF44;
	cursor: pointer;
	border: 1px solid #EABF44;
}
section .column_grid .col1_4:hover .buttons .button.buy {
	opacity: 1;
}
.newsletter .download_btn a i.fa-arrow-right {
	float: left;
}
article .main_col.newsletter.row .top_info {
	border: none;
	padding-top: 0;
}
article .newsletter .top_info {
	border: none;
	padding-top: 0;
}
.buttons span.buy:hover {
	cursor: pointer;
}
.newsletter.rabat input[type="text"] {
	width: 175px;
}
.newsletter.row ul,
.newsletter.row ol {
	padding-bottom: 20px;
}
/**/
article .expert .txt h3 {
	margin-left: 0;
}
section .main_col .col2_3 textarea.error {
	border: 1px solid #E03E20;
}
.newsletter textarea.error::-webkit-input-placeholder {
   color: #E3452A;
   opacity: 1 !important;
}

.newsletter textarea.error:-moz-placeholder { /* Firefox 18- */
   color: #E3452A;
   opacity: 1 !important;
}
.newsletter textarea.error::-moz-placeholder {  /* Firefox 19+ */
   color: #E3452A;
   opacity: 1 !important;
}

.newsletter textarea.error:-ms-input-placeholder {  
   color: #E3452A;
   opacity: 1 !important;
}
article .opis ul li,
article .opis ol li {
	color: #666;
  font-size: 14px;
  margin-top: 0;
}
article .opis ul,
article .opis ol {
	padding-left: 20px;
	margin-top: 0;
}
article .sidebar .box.tematy:first-child {
	padding-top: 20px;
}
.ui-autocomplete-category {
	font-weight: bold;
	padding: .2em .4em;
	margin-right: .2em;
	margin-top: .8em;
	margin-bottom: 0;
	line-height: 120%;
}
article .expert.unity {
	margin-bottom: 30px;
}
article .box.salmon.unity {
	margin-bottom: 30px;
}
sup,
sub {
	line-height: 0;
}
article figure .bottom span:empty,
article .box .gal_row .img a .bottom span:empty {
	padding: 0;
}
article .box .gal_row .left.img {
	margin-bottom: 15px;
}
.liked.row {
	float: right;
	margin-top: 0;
	position: relative;
	top:10px;
}
article figure figcaption ul li,
article figure figcaption ol li {
  position: relative;
  color: #666;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
article figure figcaption ul,
article figure figcaption ol {
	margin-top: 0;
	padding-left: 30px;
}
.overlay_gallery {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  position: fixed;
   display: none;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0.8);
  -moz-transition: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: .3s;
  -webkit-transition: all;
  -webkit-transition-timing-function: ease;
  -webkit-transition-duration: .3s;
  transition: all;
  transition-timing-function: ease;
  transition-duration: .3s;
}
.svg {
	padding: 20px;
	background-color: #34495E;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
}
.svg:hover {
	opacity:0.8;
}
.svg img:hover {
	opacity: 1;
}
.search .input input:focus {
	outline: none;
	border: none;
}
.main_col .newsletter h1 {
	padding-bottom: 10px;
}
.box_item .left_img.svg img {
	width: 150px;
}
.search .advanced span.error {
	color: #E3452A !important;
	margin-top: 0;
	margin-bottom: 5px;
}
.twitter {
	vertical-align: middle;
}
.fb {
	vertical-align: middle;
	margin: 0 5px;
}
.gplus {
	width: 65px;
	vertical-align: middle;
}
.main_col .newsletter.row {
	margin-top: 0;
}

span.highlight {
    color: red;
}
.ostatnie {
	width: 170px;
}
.ostatnie img {
	width: 100%;
}
.ostatnie p {
	color: #858585;
	font-size: 12px;
	line-height: 120%;
	font-family: 'OpenSansRegular';
}
.main_col.newsletter iframe {
	width: 100% !important;
	box-sizing: border-box;
}
article .gal.gray ul,
article .gal.gray ol,
article .main_col ul,
article .main_col ol,
article .gal.salmon ul,
article .gal.salmon ol {
	margin-top: 5px;
}
.popular a span:hover {
    background-color: #444;
    border: 1px solid #444;
}
.popular a span {
    background-color: #149ACD;
    border: 1px solid #149ACD;
    text-align: center;
    color: #FFF;
    display: block;
    padding: 5px 20px;
    font-size: 20px;
    font-family: 'exo_2regular_condensed';
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 25px;
    width: 300px;
}
.popular a span i {
    float: left;
}
.logout-info {
	position: fixed;
	top: 70px;
	left: 0;
	right: 0;
	width: 255px;
	font-size: 28px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 35px;
	z-index: 999999;
	text-align: center;
	margin: 0 auto;
}
article .box.gal {
	padding: 0 20px;
}
article .box.gal .gal_row .left.img {
	margin-bottom: 8px;
}
article .box.gal.gray {
	padding: 20px;
}
article .box.gal.salmon {
	padding: 20px;
}
article .box.register {
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	color: #666;
}
article .box.register a {
	color: #EABF46;
	text-decoration: underline;
}