/* Styl "Zoltan" by lesnydesign.pl Wszelkie prawa zastrzeżone


:::      Szablon oparty o CMS TenTego Premium v0.0.5       */

/*-----------------------------------
:: Wczytanie potrzebnych fontow
-----------------------------------*/
@font-face {
    font-family: 'hipstelveticabold'; /* Font uzyty jako logo */
    src: url('../fonts/hipstelvetica_bold-webfont.eot');
    src: url('../fonts/hipstelvetica_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hipstelvetica_bold-webfont.woff2') format('woff2'),
         url('../fonts/hipstelvetica_bold-webfont.woff') format('woff'),
         url('../fonts/hipstelvetica_bold-webfont.ttf') format('truetype'),
         url('../fonts/hipstelvetica_bold-webfont.svg#hipstelveticabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exoregular';
    src: url('../fonts/exo-regular-webfont.eot');
    src: url('../fonts/exo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo-regular-webfont.woff2') format('woff2'),
         url('../fonts/exo-regular-webfont.woff') format('woff'),
         url('../fonts/exo-regular-webfont.ttf') format('truetype'),
         url('../fonts/exo-regular-webfont.svg#exoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?jeycgp');
	src:url('../fonts/icomoon.eot?#iefixjeycgp') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?jeycgp') format('truetype'),
		url('../fonts/icomoon.woff?jeycgp') format('woff'),
		url('../fonts/icomoon.svg?jeycgp#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;}
[class^="icon-"], [class*=" icon-"], [class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}
/*-----------------------------------
:: Klasy ikonek
-----------------------------------*/
.icon-dice:before {
	content: "\e915";
}
.icon-search:before {
	content: "\e986";
}
.icon-bin2:before {
	content: "\e9ad";
}
.icon-menu:before {
	content: "\e9bd";
}
.icon-menu3:before {
	content: "\e9bf";
}
.icon-cloud-upload:before {
	content: "\e9c3";
}
.icon-heart:before {
	content: "\e9da";
}
.icon-warning:before {
	content: "\ea07";
}
.icon-enter:before {
	content: "\ea13";
}
.icon-arrow-up2:before {
	content: "\ea3a";
}
.icon-arrow-down2:before {
	content: "\ea3e";
}
.icon-facebook:before {
	content: "\ea8c";
}
.icon-facebook2:before {
	content: "\ea8d";
}
/*-----------------------------------
:: Glowne style CSS
-----------------------------------*/
body{
	font-family: 'latoregular';
    background: #ececec;
}
a{
    color: #252525;
    text-decoration: none;
    transition: 0.3s ease all;
}
a:hover{
    text-decoration: none;
    color: #ff9900;
}
.container{
    width: 98%; /* Szerokosc dla starszych przegladarek */
    width: calc(100% - 20px);
    max-width: 1060px;
    margin: 0px auto;
    position: relative;
}
/*-----------------------------------
:: Popup z formularzem logowania
-----------------------------------*/
#darken{ 
    position: fixed; 
    left: 0; 
    top:0; 
    width: 100%; 
    height: 100%; 
    background-color: black; 
    z-index: 998; 
    display: none;
}
#popup_main{ 
    top: 50%;
    margin-top: -173px;
    left: 50%;
    margin-left: -225px;
    z-index: 999;
    position: fixed;
    display: none;
    background: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom: 3px #cccccc solid;
}
#close_popup { 
    cursor: pointer;
    position:absolute;
    right:10px;
    top: 10px;
    background: #ff9900;
    border: none;
    border-bottom: 2px solid #dd7801;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    height: 23px;
    line-height: 22px;
    width: 23px;
    text-align: center;
    transition: 0.3s ease;
}
#close_popup:hover{
    background: #e88c01;
}
.popup-container{
    width: 100%;
    max-width: 380px;
    margin: 30px auto 40px auto;
}
.popup-container h3.log_title{
    text-align: center;
    font-family: 'latoregular';
    font-size: 21px;
    color: #252525;
    margin-bottom: 20px;
    padding-top: 10px;
    font-weight: normal;
}
.loginform-links{
    position: relative;
    font-size: 14px;
    height: 30px;
    margin-bottom: 10px;
}
.remind-link{
    position: absolute;
    left: 0px;
}
.register-link{
    position: absolute;
    right: 0px;
}
/*-----------------------------------
:: Naglowek strony
-----------------------------------*/
header{
    margin-bottom: 90px;
}
#top{
    height:60px;
    background: #ffffff;
    border-bottom: 3px solid #cccccc;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 4;
}
.logo{
    float:left;
    margin-top: 2px;
    margin-right: 10px;
}
.logo a{
    font-family: 'hipstelveticabold';
    font-size: 46px;
    color: #22252e;
    transition: 0.2s ease all;
}
.logo a:hover{
    color: #ff9900;
}
.logo a img{
	height: 50px;
	width: auto;
	display: block;
	margin-top: 3px;
}
.logo-mobile{
	display: none;
}
/*-----------------------------------
:: Menu
-----------------------------------*/
#nav-left > .icon-menu{
	display: none;
}
#nav-left ul{
    float:left;
    font-size:0px;
    position:relative;
    padding: 0px;
}
#nav-left ul li, #nav-right ul li{
    display:inline-block;  
    position: relative;
}
#nav-left ul li.homepage{
	display: none;
}
#nav-left ul li a.upload{
    background: #015f87;
    color:#fff;
}
#nav-left ul li a.upload .icon-cloud-upload:before{
    margin: 5px;
}
#nav-left ul li a, #nav-right ul li a{
    display: inline-block;
    font-family: 'latoregular';
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    padding: 21px 10px 21px 10px;    
    border-left:1px solid #cccccc;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#nav-left ul li a.icon-cloud-upload{
    background: #015f87;
    color: #fff;
    padding: 21px 10px 22px 10px;
    border-right:1px solid #cccccc;
}
#nav-left ul li a.icon-cloud-upload:before{
    margin-right: 10px;
    position: relative;
    top: 1px;
}
#nav-left ul li a:hover, #nav-right ul li a:hover{
    background: #ececec;
    color: #ff9900;
}
/* Rozwijane menu z kategoriami */
#nav-left ul li ul{
    position: absolute;
    max-height: 0;
    visibility: hidden;
    background: #fff;
    right: 0px;
    margin-top: 3px;
    z-index: 99;
    min-width: 108px;
    text-align: right;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 2px solid #ccc;
}
#nav-left ul li:hover ul{
    max-height: 1000px;
    visibility: visible;
}
#nav-left ul li ul li{
    display: block;
}
#nav-left ul li ul li a{
    border: none;
    border-bottom: 1px solid #eee;
    padding: 10px;
    white-space: nowrap;
    font-size: 14px;
    text-transform: none;
    display: block;
}
#nav-left ul li ul li:last-child a{
    border: none;
}
#nav-left ul li ul li a:hover{
    background: #f7f7f7;
}
#nav-right{
    float:right;
}
#nav-right #user-menu{
    right: 61px;
    position: relative;
}
#user-menu > ul{
    margin: 0px;
    padding: 0px;
}
#nav-right .av_small, .av_small img{
    width:48px;
    border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
    margin-top:3px;
    height:auto;
    float:left;
}
.wrapper-dropdown-5 {
    position: relative;
    padding: 21px 10px 21px 10px;
    cursor: pointer;
    float:right;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    outline: none;
}
.wrapper-dropdown-5 .icon-menu3{
    position: relative;
    top: 1px;
    margin-left: 7px;
}
.wrapper-dropdown-5 .dropdown {
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 63px;
    min-width:130px;
    right: 0;
    background: #ffffff;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    z-index:999;
    max-height: 0;
    overflow: hidden;
    text-align:right;
    display: block;
    visibility: hidden;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;  
    border-bottom: 2px solid #ccc;
}
.wrapper-dropdown-5 .dropdown li {
    display:block !important;
    text-align:right;
}
#dd.wrapper-dropdown-5 > ul.dropdown > li > a {
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    border: none;
    border-bottom: 1px solid #e6e8ea;
    padding:10px 8px 10px 8px;
    white-space: nowrap;
    font-size: 14px;
    text-transform: none;
}
#dd.wrapper-dropdown-5 > ul.dropdown > li:last-child > a {
    border: none;
}
#dd.wrapper-dropdown-5.active > ul.dropdown > li > a:hover{
    background: #f7f7f7;
}
.wrapper-dropdown-5.active {
    background: #ececec;
    color: #ff9900;
}
.wrapper-dropdown-5.active .dropdown {
    max-height: 400px;
    visibility: visible;
}
/*-----------------------------------
:: Wyszukiwarka
-----------------------------------*/
.sb-search {
	position: absolute;
	min-width: 60px;
	width:60px;
	height: 60px;
	right:0;
	top: 0;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
	-webkit-backface-visibility: hidden;
	overflow:hidden;
	border-left: 1px solid #cccccc;
}
.sb-search form{
    width:auto;
    margin:0;
    border:0;
}
.sb-search-input {
	top: 0;
	right: 0;
	border: 0;
	outline: none;
	width: 100%;
	line-height: 60px;
	margin: 0;
	z-index: 10;
	font-family: inherit;
	font-size: 16px;
	color: #f7f7f7;
}
.sb-search input[type~=text]{
    background: #252525;
    margin:0;
    border:0;
    padding: 0px 0px 0px 10px;
}
.sb-search-input::-webkit-input-placeholder {
	color: #cccccc;
}
.sb-search-input:-moz-placeholder {
	color: #cccccc;
}
.sb-search-input:-ms-input-placeholder {
	color: #cccccc;
}
.icon-search  {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	border: none;
  border-right: 1px solid #cccccc;
}
.icon-search {
	color: #252525;
	background: #fff;
	z-index: 90;
	font-size: 16px;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-search.sb-search-open, .no-js .sb-search {
	width: 240px !important;
	border:0;
	background:#252525;
	margin:0;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
	background: #fff;
	color: #252525;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
	z-index: 99;
}
/*-----------------------------------
:: Glowna kolumna
-----------------------------------*/
#content, #content-page{
	width: 100%;
	max-width: 750px;
}
#content{
    float: left;
}
#content-page{
    margin: 0px auto;
}
.article{
	background: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
  border: 1px solid transparent;
	border-bottom: 3px solid #cccccc;
	margin-bottom:30px;
	position:relative;
	word-wrap: break-word;
}
#content-page .article{
  border:none;
	border-bottom: 3px solid #cccccc;
}
.object, .ytobject{
    margin: 10px;
}
.img-article .object, .img-article .ytobject{
    border-radius: 0px !important;
	  -moz-border-radius: 0px !important;
	  -webkit-border-radius: 0px !important;
    overflow: initial;
    padding: 0px;
}
.object img{
    max-width: 100%;
    margin: 0px auto;
    display: block;
}
.img-article .object img{
    margin-bottom: 10px;
}
.ytobject, .img-article .ytobject{
    position: relative;
    padding-bottom: 53.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.img-article .ytobject{
    margin: 10px;
    padding-bottom: 51.25%;
}
.ytobject iframe, .img-article .ytobject iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.short_content{
    color: #707070;
    font-family: 'exoregular';
    font-size: 17px;
    margin: 10px 0px;
}
.full_content{
    color: #464646;
    font-family: 'exoregular';
    font-size: 17px;
    margin: 0px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
h1{
    color: #252525;
    margin: 10px;
}
.img-article h1, #content-page .article h1, .header-page{
    margin: 0px 10px 0px 10px;
    padding-top: 10px;
}
h1 a, .img-article h1, #content-page .article h1, .header-page{
    font-family: 'exoregular';
    font-weight: normal;
}
.object-info{
    list-style:none;
    margin: 5px 10px 0px 10px;
    padding: 0px;
    position: relative;
}
.object-info li{
    display: inline-block;
    font-size: 13px;
    margin-right: 6px;
}
.object-info li:last-of-type{
    margin-right: 0px;
}
.object-info li, .object-info li a{
    color: #464646;
}
.object-info li a:hover{
    color: #ff9900;
}
.object-info li.report-btn{
    float: right;
}
.report-btn .icon-warning{
    margin-right: 5px;
}
.article-bottom{
    border-top: 1px solid #ddd;
    height: 50px;
}
.share{
    float: left;
    padding: 0px;
    margin: 10px 0px 0px 10px;
    z-index: 2;
	  position: relative;
}
.share li.more-sharing{
    height: 30px;
    line-height: 8px;
    font-size: 36px;
    background: #eee;
    display: block;
    float: right;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 8px;
    padding: 0px 3px;
    color: #707070;
    position: relative;
}
.more-sharing p{
    margin: 0px;
    padding: 0px;
}
.share li.more-sharing ul.sharing-dropdown{
    position: absolute;
    background: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 2px solid #ccc;
    top: 30px;
    right: 0px;
    z-index: 2;
    max-height:0;
    overflow:hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.share li.more-sharing:hover ul{
    max-height: 120px;
    visibility: visible;
}
.vote{
    float: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px 5px 6px 5px;
    margin: 0px 0px 0px 10px;
}
.vote .thumb_down, .vote .thumb_up{
    font-size: 30px;
}
.vote [class^="rate_"]{
    position: relative;
    bottom: 7px;
}
.favs{
    float: left;
}
.add_fav, .del_fav{
    border-right: 1px solid #ddd;
    font-size: 30px;
    padding: 10px 8px 6px 8px;
    display: block;
}
.favs .add_fav:hover, .favs .del_fav{
    color: #b11221;
}
.comment_count{
    float: left;
    font-size: 18px;
    border-right: 1px solid #ddd;
    padding: 11px 8px 12px 8px;
}
.comment_count a{
    background: #252525;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 27px;
    line-height: 27px;
    display: block;
    padding: 0px 12px;
    position: relative;
}
.comment_count a:before{
    content:'';
    position: absolute;
    border-top: 6px solid #252525;
    border-left: 6px solid transparent;
    border-right: 0px solid transparent;
    top: 27px;
    left:8px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.comment_count a:hover{
    background: #ff9900;
}
.comment_count a:hover:before{
    border-top: 6px solid #ff9900;
}
.author{
    float: right;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
}
.author img{
    height: 30px;
    width: auto;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    position: relative;
    top: 9px;
    right: 6px;
}
#image-nav{
    width:100%;
    position: relative;
}
#image-nav ul{
    list-style: none;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    font-size: 0px;
}
#image-nav ul li{
    display: inline-block;
    text-align: center;
}
#image-nav ul li.next-btn, #image-nav ul li.prev-btn{
    width: 40%;
    margin-right: 2%;
}
#image-nav ul li.random-img{
    width: 15%;
    position: absolute;
    top:0px;
    right:0px;    
}
#image-nav ul li a{
    background: #fff;
    font-size: 20px;
    height: 50px;
    display: block;
    line-height: 50px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom: 2px solid #ccc;
}
/*-----------------------------------
:: Paginacja
-----------------------------------*/
.pagination{
    text-align:center;
    font-family: 'latoregular';
    margin-bottom: 30px;
    position: relative;
}
.square{
    background:#ffffff;
    line-height: 35px;
    height:35px;
    display: inline-block;
    width:35px;
    border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-bottom: 2px solid #dddddd;
}
.square:hover, .current{
    background: #f7f7f7;
}
.current{
    color: #ff9900;
}
.msg_pagination{
	font-family: 'latoregular';
	line-height:26px;
	height:26px;
	width:26px;
	display: inline-block;
	background: #ececec;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 3px;
	border-bottom: 1px solid #cccccc;
}
.msg_pagination:hover, .active{
    background: #f7f7f7;
    color: #ff9900;
}
/*-----------------------------------
:: Komentarze
-----------------------------------*/
#comments h1{
    border-bottom: 1px solid #ddd;
    font-family: 'exoregular';
    font-weight: normal;
    font-size: 29px;
    padding: 5px 0px 0px 0px;
}
.comment{
    margin:10px;
}
.comment_left{
    width:80px;
    float:left;
}
.comment_left a img{
    max-width:80px;
    border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.comment_left span{
    font-size:9px;
    max-height:12px;
    text-align:center;
    width:80px;
    display:block;
}
.comment_right{
    width: calc(100% - 90px);
    padding:0px 0px 0px 0px;
    float:right;
}
.comment_author{
    font-size:17px;
    position:relative;
    bottom:1px;
    font-family: 'exoregular';
}
.coment_content{
    padding:5px 0px!important;
	color: #707070;
    margin: 0px;
    font-size: 14px;
}
.comment-admin{
    float: right;
}
.comment-admin a{
    background: #252525;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
/*-----------------------------------
:: Sidebar - kolumna boczna
-----------------------------------*/
#sidebar{
    width: 300px;
    float: right;
}
.sidebar-box{
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom: 2px solid #ccc;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
}
#facebook-box{
    padding:10px 10px 0px 10px;
}
.sidebar-box-head-icon, .registration-page-btn{
    background: #015f87;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 60px;
    width: 60px;
    display: block;
    float: left;
    overflow: hidden;
}
.sidebar-box-head-icon i, .registration-page-btn{
    text-shadow: 1px 1px rgb(1, 83, 118), 2px 2px rgb(1, 83, 118), 3px 3px rgb(1, 83, 118), 4px 4px rgb(1, 83, 118), 5px 5px rgb(1, 83, 118),
    6px 6px rgb(1, 83, 118), 7px 7px rgb(1, 83, 118), 8px 8px rgb(1, 83, 118), 9px 9px rgb(1, 83, 118), 10px 10px rgb(1, 83, 118),
    11px 11px rgb(1, 83, 118), 12px 12px rgb(1, 83, 118), 13px 13px rgb(1, 83, 118), 14px 14px rgb(1, 83, 118), 15px 15px rgb(1, 83, 118),
    16px 16px rgb(1, 83, 118), 17px 17px rgb(1, 83, 118), 18px 18px rgb(1, 83, 118), 19px 19px rgb(1, 83, 118), 20px 20px rgb(1, 83, 118),
    21px 21px rgb(1, 83, 118), 22px 22px rgb(1, 83, 118), 23px 23px rgb(1, 83, 118), 24px 24px rgb(1, 83, 118), 25px 25px rgb(1, 83, 118),
    26px 26px rgb(1, 83, 118), 27px 27px rgb(1, 83, 118), 28px 28px rgb(1, 84, 119), 29px 29px rgb(1, 85, 121);
}
.sidebar-box-head-icon .icon-facebook{
    font-size: 44px;
    position: relative;
    left: 4px;
    top: 3px;
}
#facebook-box-head{
	margin-bottom:13px;
}
.facebook-box-head-title{
    text-align: center;
    padding-top: 5px;
}
.facebook-head-title-up{
    display: block;
    font-size: 18px;
}
.facebook-head-title-down{
    font-size: 22px;
    padding-top: 6px;
    display: inline-block;
}
.facebook-head-title-down p{
    display: inline;
    color: #01567b;
}
#regbox-head{
    padding: 10px;
    margin-bottom: 10px;
}
#regbox-head .sidebar-box-head-icon .icon-enter{
    font-size: 40px;
    position: relative;
    top: 10px;
    left: 7px;
}
#regbox-head .regbox-title{
    font-size: 14px;
    text-align: center;
    padding: 5px 0px 0px 0px;
    display: block;
}
.regbox-register-btn{
	-webkit-padding-before:2px !important;
	display: block;
}
.fb-login-text{
    display: block;
    margin: 10px;
    text-align: center;
}
.featured-head{
    font-size: 18px;
    display: block;
    text-align: center;
    padding-top: 10px;
}
.featured-image{
    width: 300px;
    margin-bottom: 10px;
	word-wrap: break-word;
}
.featured-image > a{
    display: inline-block;
    width:100%;
    height: 160px;
    overflow: hidden;
}
.featured-image a img{
    width: 100%;
    height: auto;
    position: relative;
     top: 50%;
     transform: translateY(-50%);
}
.featured-image > a:hover + h2.featured-title a{
    color: #ff9900;
}
h2.featured-title{
    padding: 0px 0px 5px 0px;
    margin: 5px 0px 0px 0px;
    font-family: 'exoregular';
    font-weight: normal;
    font-size: 21px;
}
.featured-bottom{
    border-bottom: 2px solid #cccccc;
    font-size: 13px;
    color: #555555;
    padding: 0px 0px 5px 0px;
    display: inline-block;
    width:100%;
}
.featured-comments{
    float: right;
}
.featured-comments a{
    color: #555555;
}
.featured-comments a:hover{
    color: #ff9900;
}
/*-----------------------------------
:: Podstrona z rejestracja
-----------------------------------*/
.reg_left{
    width:48%;
    float:left;
}
.reg_right{
    width:48%;
    float:right;
}
.reg_right input[name~=question]{
    width: 50% !important;
    width: calc(100% - 145px) !important;
    float:left;
}
.reg_right img{
    float:right;
    margin-top:28px;
    border:1px solid #ececec;
    height: 33px;
}
.rules_info{
	clear:both;
	background: #309dcb;
	border: 1px solid #0474a3;
	color: #f7f7f7;
	position:relative;
	margin: 20px 0px 10px 0px;
    display: inline-block;
}
.rules_info p{
	color:#f7f7f7;
	padding:10px;
	margin: 0px;
}
.rules_info > a{
    margin:10px;
    display:block;
}
.rules_info .rules_check{
    position:absolute;
    right:10px;
    bottom:10px;   
}
.rules_check > input{
    position: relative;
    right: 5px;
}
.registration-page-btn{
    width: 140px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border-bottom: 2px solid rgb(1, 83, 118);
    text-transform: uppercase;
}
.registration-page-btn:hover{
    color: #fff;
    background: rgb(1, 83, 118);
}
/*-----------------------------------
:: Profil uzytkownika
-----------------------------------*/
#profile-header{
    background: #282828 url('../img/profile-bg.png') no-repeat;
    background-position: center bottom;
    overflow: hidden;
    border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
     border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
}
#profile-header > .avatar{
    display:block;
    width: 150px;
    margin: 10px auto 10px auto;
    text-align: center;
    position: relative;
    right: 8px;
}
#profile-header > .avatar img{
    width: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    border: 8px solid #eee;
}
.profile-login, .profile-status{
    display: block;
    color: #fff;
    text-align: center;
}
.profile-login{
    font-size: 24px;
}
.profile-status{
    font-size: 12px;
    margin: 0px 0px 15px 0px;
}
#profile-container .user-info-links{
    list-style-type: none;
    margin: 20px 10px;
    padding: 0px;
    color: #464646;
    line-height: 1.2em;
}
#profile-container .user-info-links p{
    display: inline;
    margin:0px;
    padding:0px;
    color: #252525;
}
.profile-action-btn{
    position: absolute;
    right:10px;
    bottom: 20px;
}
.select_avatar{
    background: #eee;
    padding: 1px;
    margin: 0px;
    width: 280px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -140px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom: 2px solid #ccc;
}
#content-page .mod_tools{
    height: 40px;
}
/*-----------------------------------
:: Ulubione uzytkownika
-----------------------------------*/
#favlist-container{
    padding: 10px;
    overflow: hidden;
}
.favlist-img{
    display: inline-block;
    height: 120px;
    width: 24.2%;
    margin-right: 1%;
    margin-bottom: 5px;
}
.favlist-img:nth-child(4n+0){
    margin-right: 0px;
}
/*-----------------------------------
:: Podstrona z dodawaniem
-----------------------------------*/
#tabs ul{
	list-style-type: none;
    margin: 20px 10px;
    padding: 0px;
    text-align: center;
   }
#tabs ul li{
    display: inline-block;
    background: #f4f4f4;
    border-bottom: 2px solid #ccc;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    width: 16.1%;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
#tabs ul li a{
    display: block;
}
#tabs ul li.active, #tabs ul li:hover{
    background: #ff9900;
    border-bottom: 2px solid #dd7801;
}
#tabs ul li.active a, #tabs ul li:hover a{
    color:#fff;
}
/*-----------------------------------
:: Formularze
-----------------------------------*/
form{
    width: 97%;
    width: calc(100% - 20px);
    margin: 20px auto 10px auto;
}
#tabs form label img{
    outline: 1px solid #ddd;
    position: relative;
    left: 3px;
}
#popup_main input[type~=text], input[type~=password], #content input[type~=text], #content-page input[type~=text], input[type~=email], input[type~=file], textarea, #content-page select{
    width:97%;
    width: calc(100% - 12px);
    background: #f4f4f4;
    border: 1px solid #ececec;
    height:33px;
    padding:0 0 0 1%;
    font-family: 'latoregular';
    font-size: 16px;
    color: #252525;
    margin: 10px auto;
    display:block;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    color: #252525;
	outline: none;
}
#tab-3 span{
    display: block;
}
#popup_main input[type~=text]:focus, #content input[type~=text]:focus, #content-page input[type~=text]:focus, input[type~=password]:focus, input[type~=email]:focus, input[type~=file]:focus, textarea:focus{
    border: 1px solid #ff9900;
}
#content-page select{
    width: 100%;
}
textarea{
    padding-top: 1%;
    min-height: 100px;
    min-width: calc(100% - 14px);
    max-width: calc(100% - 14px);
}
/*-----------------------------------
:: Buttony
-----------------------------------*/
input[type~=submit], .regbox-register-btn, .profile-action-btn a, .inbox_button{
    background: #ff9900;
	outline: none;
    border: none;
    border-bottom: 3px solid #dd7801;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #f7f7f7;
    text-transform: uppercase;
    height: 37px;
    vertical-align: middle;
    text-align: center;
    padding: 0px 20px;
    text-shadow: 1px 1px rgb(232, 139, 0), 2px 2px rgb(232, 139, 0), 3px 3px rgb(232, 139, 0), 4px 4px rgb(232, 139, 0), 5px 5px rgb(232, 139, 0),
    6px 6px rgb(232, 139, 0), 7px 7px rgb(232, 139, 0), 8px 8px rgb(232, 139, 0), 9px 9px rgb(232, 139, 0), 10px 10px rgb(233, 139, 0),
    11px 11px rgb(234, 140, 0), 12px 12px rgb(236, 141, 0), 13px 13px rgb(237, 142, 0), 14px 14px rgb(238, 143, 0), 15px 15px rgb(240, 143, 0),
    16px 16px rgb(241, 144, 0), 17px 17px rgb(242, 145, 0), 18px 18px rgb(244, 146, 0), 19px 19px rgb(245, 147, 0), 20px 20px rgb(246, 148, 0),
    21px 21px rgb(248, 148, 0), 22px 22px rgb(249, 149, 0);
    display: block;
    margin: 0px auto;
    clear: both;
    -webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
    overflow: hidden;
}
.regbox-register-btn{
    line-height: 37px;
    margin: 0px 10px;
}
.profile-action-btn a{
    display: table-cell;
}
.inbox_button{
    line-height: 37px;
    display: inline-block;
}
.inbox_button:last-of-type{
    margin-left: 5px;
}
input[type~=submit]:hover, .regbox-register-btn:hover, .profile-action-btn a:hover, .inbox_button:hover{
    background: #f19100;
    color: #fff;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 100px #f4f4f4 inset;
}
.fb-login-btn{
    background: #034fa5;
    border: none;
    border-bottom: 3px solid #093567;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #f7f7f7;
    display: block;
    height: 37px;
    line-height: 39px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0px 0px 0px 35px;
    margin: 10px auto 10px auto;
    -webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
    text-shadow: 1px 1px rgb(3, 69, 144), 2px 2px rgb(3, 69, 144), 3px 3px rgb(3, 69, 144), 4px 4px rgb(3, 69, 144), 5px 5px rgb(3, 69, 144),
    6px 6px rgb(3, 69, 144), 7px 7px rgb(3, 69, 144), 8px 8px rgb(3, 69, 144), 9px 9px rgb(3, 69, 144), 10px 10px rgb(3, 69, 144),
    11px 11px rgb(3, 69, 144), 12px 12px rgb(3, 69, 144), 13px 13px rgb(3, 69, 144), 14px 14px rgb(3, 69, 144), 15px 15px rgb(3, 69, 144),
    16px 16px rgb(3, 69, 144), 17px 17px rgb(3, 69, 144), 18px 18px rgb(3, 69, 144), 19px 19px rgb(3, 70, 147), 20px 20px rgb(3, 72, 151);

}
.fb-login-btn .icon-facebook2{
    background: #093567;
    display: inline-block;
    height: 39px;
    line-height: 39px;
    width: 35px;
    font-size: 22px;
    position: absolute;
    left: 0px;
    text-shadow: none;
}
.popup-container form input[type~=submit]{
    width: 280px;
}
.fb-login-btn{
    width: 245px;
}
.fb-login-btn:hover{
    color: #f7f7f7;
    background: #004593;
}
/*-----------------------------------
:: Wiadomosci
-----------------------------------*/
#inbox-container, #inbox-btns{
    margin: 10px;
}
#inbox-container p{
    margin: 0px;
    padding:0px;
}
.msg-list-header{
    position: relative;
    border-bottom: 3px solid #ddd;
    height: 30px;
    line-height: 30px;
}
.msg-read-header{
	position: relative;
	border-bottom: 3px solid #ddd;
	padding: 5px 0px;
}
.msg-single-display{
    position: relative;
    padding: 8px 0px;
    border-bottom: 1px solid #ddd;
}
.msg-list-subject{
    width: 50%;
    display: inline-block;
}
.msg-list-author{
    width: 24%;
    display: inline-block;
    vertical-align: top;
}
.msg-list-date{
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
.msg-list-delete{
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -11px;
}
.msg-list-delete a{
    color: #fff;
    background: #252525;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 22px;
    line-height: 17px;
}
.msg-list-delete-icon{
    position: absolute;
    right: 4px;
}
#inbox-btns{
    position: absolute;
    right: 0px;
    top:0px;
}
#message-container{
    margin: 30px 0px;
}
.msg-read-header{
    display: block;
}
.msg-read-subject{
    width: 60%;
    display: inline-block;
    text-align: left;
}
.msg-read-author{
    display: block;
    float: right;
}
.msg-read-content{
    margin: 10px 0px;
    color: #707070;
    font-family: 'exoregular';
    font-size: 17px;
}
.msg-read-content img{
    max-width: 100%;
}
.options{
    margin: 0px 0px 10px 0px;
}
.options input[type~=button]{
    border: none;
    outline: none;
    background: #ff9900;
    color: #fff;
    padding: 3px;
    min-width: 22px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
}
#inbox-container form{
    width: 100%;
}
blockquote {
	border: 1px solid #dddddd;
	margin: 0;
	background: #eeeeee;
	padding: 4px;
	font-style:italic;
}
blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
	font-style: normal;
	display: block;
	margin: 4px 0;
}
pre {
	border: 1px solid #dddddd;
	margin: 0;
	background: #eeeeee;
	padding: 4px;
	height: auto;
	max-height: 200px;
	overflow: visible;
	white-space: normal;
}
/*-----------------------------------
:: Stopka strony
-----------------------------------*/
#footer{
    clear: both;
    background: #ffffff;
    border-top: 3px solid #ccc;
    overflow: hidden;
    display: flex;
    position: relative;
    min-height: 70px;
}
#footer #footer-left{
    width: 60%;
    position: absolute;
    bottom: 6px;
    left: 0px;
}
#footer-left .copyright{
    margin: 0px 0px 5px 0px;
}
#footer-left .copyright:first-letter{
	text-transform: capitalize;
}
#footer-left .footer-claim p{
    margin: 0px 0px 5px 0px;
    font-size: 12px;
}
#footer #footer-links{
    float: right;
    list-style-type: none;
    vertical-align: middle;
    margin: 18px 0px 0px 0px;
}
#footer-links li{
    display: inline-block; 
    vertical-align: middle;
}
#footer-links li a{
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 10px;
}
#footer-links li a.sruu{
    position: relative;
    top: 2px;
}
#footer-links li a.sruu img{
    width: 30px;
    height: auto;
}
/*-----------------------------------
:: Komunikaty szablonowe
-----------------------------------*/
.mod_tools{
    background: #ddd;
    position: relative;
    bottom: 30px;
}
.mod_tools a{
    font-size: 14px;
    padding: 9px 10px 10px 10px;
    display: inline-block;
}
#display_error{
    background: #ffffff;
    height:32px;
    border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-bottom: 2px solid #cccccc;
    text-align:center;
    padding-top:15px;
    margin-bottom:30px;
}
.msg {
    background:#000;
    margin:20px 10px;
    padding: 15px 0px;
    color: #f7f7f7;
    text-align:center;
}
.alert {
    background: #309dcb;
    border: 1px solid #0474a3;
}
.error {
    background: #cb3b30;
    border: 1px solid #a50e02;
}
.good {
    background: #8dc63f;
    border: 1px solid #61a701;
}
#pm_notification, #vote_response{
	position:fixed;
	background:#309dcb;
	border:1px solid #0377a8;
	color: #f7f7f7;
	z-index:999;
}
#pm_notification{
	width:280px;
	padding:10px;
	margin:10px;
	right:0px;
	top: 10px;
}
#pm_notification a{
    color: #fff;
}
#pm_notification a:hover{
    color: #ddd;
}
#pm_notification .close{
    position: absolute;
    top: -10px;
    right: -1px;
    background: #252525;
    padding: 0px;
    margin: 0px;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#vote_response {
	bottom:15px;
	left:50%;
	width:200px;
	padding:5px;
	margin-left:-100px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#vote_response.active{
	display: block;
	visibility: visible;
	opacity: 1;
}
.comments-msg{
    margin: 10px;
    padding: 8px 0px;
    text-align: center;
    background: #eee;
    outline: 1px solid #ccc;
}
/*-----------------------------------
:: Reklamy
-----------------------------------*/
#ads {
    position: relative;
}
#ads div {
    position: absolute;
    top: 175px;
	width: 160px;
}
#ads div.left {
    right:50%;
    margin-right:540px;
}
#ads div.right {
    left:50%;
    margin-left:540px;
}
.ad-object{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    text-align: center;
}
.ad-object img{
    display: block;
    margin: 0px auto;
    max-width: 100%;
}
#reklama-300px{
	width: 100%;
}
#reklama-300px .adsbygoogle{
	margin-bottom: 20px;
}
#header-ad, #img-ad{
	width: 100%;
	text-align: center;
	margin: 0px auto;
}
#header-ad > .adsbygoogle{
	margin-bottom: 10px;
}
#img-ad > .adsbygoogle{
	margin-bottom: 20px;
}