/* reset */
#top, #top *,
#map, #map *,
#footer, #footer *,
#content,
#cross, #cross * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    z-index: 0;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-size: 12px;
    line-height: 14px;
}

#top, #top div,
#map, #map div,
#footer, #footer div,
#content,
#cross, #cross div {
    width: auto;
    float: left;
}

#top, #top ul,
#map, #map ul,
#footer, #footer ul,
#cross, #cross ul {
    list-style: none;
}

/* nowy wizaz 3.0 */
.layout {
    width: 990px !important;
    margin: 0 auto !important;
    float: none !important;
}

nav {
    text-decoration: none !important;
}

#footer {
}

#footer ul li:before {
    content: "" !important;
}

#footer #fo-map {
    width: 100%;
}

#footer #fo-map li:first-child {
    font-weight: bold;
    margin-left: 0;
    width: 100px;
}

#footer #fo-map li {
    margin-right: 20px;
}

#footer #fo-map li a, #footer #fo-map li span {
    font: inherit;
}

#footer #fo-copy {
    background: none repeat scroll 0 0 #fafafa;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 1;
    padding: 40px 0;
    width: 100%;
}

#footer #fo-copy * {
    font: inherit;
}

#footer #fo-copy li {
    margin-left: 10px;
}

#he-top .layout {
    width: 200px;
    text-align: right;
}

form[name="search"] {
    margin-left: 40px !important;
    width: 426px !important;
}

form[name="search"] input[type="text"] {
    width: 350px !important;
}

form[name="menu-search"] {
    width: 333px !important;
    margin-left: 9px !important;
}

form[name="menu-search"] input[type="text"] {
    width: 288px !important;
}

#navigation > nav.submenu {
    width: 990px
}

#navigation nav a, #navigation-fixed nav a {
    font-size: 16px;
    transition: none;
    text-decoration: none
}

#navigation > nav.submenu ul li, #navigation-fixed nav.submenu ul li {
    line-height: 30px;
}

#navigation > nav.submenu ul li {
    width: 158px !important;
    text-align: left
}

#navigation > nav.submenu li a {
    font-size: 14px;
    padding: 0 !important;
    float: none !important;
    width: auto !important
}

#navigation > nav.submenu a.button.close {
    font-size: 12px;
    float: none;
    opacity: 1;
}

#navigation > nav.submenu a.button {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

#navigation .nafi-secondary a {
    padding: 0;
    margin: 0
}

#navigation-fixed > nav.submenu {
    width: 990px !important;
    border: 0px !important;
}

#navigation-fixed > nav.submenu ul li {
    width: 158px !important;
    text-align: left
}

#navigation-fixed > nav.submenu a.button.close {
    font-size: 12px;
    float: none;
    opacity: 1;
}

#navigation-fixed > nav.submenu a.button {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

#navigation-fixed > nav.submenu ul li a {
    font-size: 14px;
    float: none;
    padding: 0;
    width: auto;
}

input.new-form-field {
    height: auto
}

#main .main-submenu {
    height: 60px;
    border-style: solid;
    border-color: #ebebeb;
    border-width: 1px 0;
    background-color: #fafafa;
    position: relative;
    z-index: 99;
}

#main nav.app-menu {
    width: 990px;
    margin: 0 auto;
}

#main nav.app-menu ul {
    margin: 14.5px 0;
    height: 25px;
}

#main nav.app-menu ul li:first-child {
    padding-left: 0
}

#main nav.app-menu ul li {
    float: left;
    padding: 0 18px;
    border-right: 1px solid #ebebeb;
    line-height: 14px
}

#main nav.app-menu ul li a {
    font: 700 16px/25px 'Lato', sans-serif;
    text-transform: uppercase
}

#main nav.app-menu ul li .inactive, #main nav.app-submenu ul li .inactive {
    font: 700 16px/25px 'Lato', sans-serif;
    text-transform: uppercase;
}

#main nav.app-submenu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    width: 990px;
    margin: 0 auto
}

#main nav.app-submenu .shadow {
    position: relative;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4)
}

#main nav.app-submenu .shadow .pointer {
    display: block;
    width: 20px;
    height: 10px;
    position: absolute;
    top: -10px;
    background: url("/bundles/ezdemo/images/submenu-arrow.png") no-repeat left top transparent
}

#main nav.app-submenu ul {
    padding: 0 20px
}

#main nav.app-submenu ul li:nth-of-type(5n + 1) {
    margin-right: 20px;
}

#main nav.app-submenu ul li.current a {
    color: #f57819
}

#main nav.app-submenu ul li {
    float: left;
    width: 200px;
    margin-right: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
    line-height: 30px;
    text-align: left;
}

#main nav.app-submenu ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Lato', sans-serif
}

#main nav.app-submenu a.button.close {
    position: absolute;
    bottom: -32px;
    right: 0;
    opacity: 1
}

#main nav.app-submenu a.button {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

#main {
    vertical-align: top;
}

/* ZMIANY FORUM */

span.intertext font {
    display: block;
}

span.intertext font[face],
span.intertext font[color] {
    display: inline;
}

span.intertext > blockquote {
    margin: 1rem 0 1rem 1rem;
}

.tborder {
    padding: 0 !important;
}

div#navbarbuttons {
    display: none;
}

/* ZMIANY JD */

.panelsurround .panel table {
    width: 100%;
}

textarea#vB_Editor_001_textarea {
    width: 500px !important;
}

.fieldset {
    margin-left: 0 !important;
}

.page i {
    font-style: italic !important;
}

.tab_list {
    height: 28px !important;
}

.tab_list li {
    line-height: 2;
    height: 30px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

div.tab_header {
    padding: 4px !important;
}

.controlbar table td {
    padding: 0 !important;
}

#vB_Editor_QR_color_bar {
    height: 4px;
}

img[height="10"] {
    height: 10px;
}

.intertext img {
    max-width: 805px !important;
}

#vB_Editor_QR_popup_forecolor_menu .ocolor div {
    width: 15px;
    height: 15px;
}

.ocolor div {
    width: 15px;
    height: 15px;
}

.vbmenu_option a:link, .vbmenu_option_alink a:link {
    padding: 5px;
}

.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover {
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px;
}

.vbmenu_hilite a:link, .vbmenu_hilite_alink {
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px;
}
/* ZMIANA AD */
.panelsurround {
    font-weight: normal !important;
    background: #f3f3f3 none repeat scroll 0 0;
}

.panel {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 2px outset;
    color: #000000;
    font-family: georgia;
    padding: 10px;
}

/* KONIEC ZMIANY AD */

a.sg_catlevel1 {
    font-size: small !important;
}

a.sg_catlevel2 {
    font-size: small !important;
}

a.sg_catlevel3 {
    font-size: small !important;
}

a.sg_catlevel4 {
    font-size: small !important;
}

a.sg_catlevel5 {
    font-size: small !important;
}

#sg_newgroups div.sgicon, #sg_mygroups div.sgicon {
    width: 84px !important;
}

img.sgicon {
    width: 80px;
    height: 80px;
}

.sgicon:nth-child(3n) {
    clear: both;
}

div.sgicon {
    height: auto !important;
    overflow: visible !important;
    box-sizing: content-box !important;
    margin-bottom: 5px;
}

.page tr[valign="bottom"] td img {
    padding: 3px;
}

table.tborder table tr[valign="bottom"] td {
    padding: 0
}

td.album_tab {
    background-repeat: no-repeat !important;
    padding: 0 !important;
}

td.album_tab img {
    margin-bottom: -5px !important;
    vertical-align: baseline !important;
}

/* KONIEC ZMIAN JD */

/* ZMIANY AD */

.scroll-top-content-forum-bg {
    display: block;
    width: 100%;
    background: #e5e5e5;
    position: relative !important;
    top: 0 !important;
    z-index: 0 !important;
    margin: 4px 0 10px 0;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    box-shadow: none;
}

table.tborder {
    border-collapse: separate;
    border-spacing: 1px;
    -webkit-font-smoothing: subpixel-antialiased;
    background: #cccccc none repeat scroll 0 0;
}

table, tr, td, th, tbody, thead {
    padding: inherit;
}

#navbar_password, #navbar_username {
    width: 200px !important;
    height: 25px !important;
    font-size: 14px !important;
}

form[action='showpost.php'] .tborder td.alt1, form[action='showpost.php'] .tborder td.alt2 {
    vertical-align: top !important;
}

.inlinemod {
    background: #ffa86e !important;
    color: #000 !important;
}

.tborder td.alt1 {
    vertical-align: middle !important;
    background: #f7f7f7 none repeat scroll 0 0;
    font-size: 16px;
}

.tborder td.alt2 {
    vertical-align: middle !important;
    background: #f3f3f3 none repeat scroll 0 0;
}

.smallfont {
    width: auto;
    overflow: hidden;
    font-size: 14px;
}

/* KONIEC ZMIAN AD */

.page td.alt1 {
    vertical-align: top !important;
    padding: 5px;
}

.page td.alt2[width="175"] {
    vertical-align: top !important;
    padding: 5px;
}

#threadslist td.alt1, #threadslist td.alt2 {
    vertical-align: middle !important;
    padding: 5px;
}

#threadslist td.alt1:last-child {
    text-align: center !important;
    padding: 5px;
}

fieldset.fieldset table {
    margin: 0 auto !important;
}

fieldset.fieldset table td {
    padding: 5px !important;
}

fieldset.fieldset div.fieldset {
    padding: 10px !important;
}

td.navbar img {
    margin-left: 10px !important;
}

table.tborder td {
    padding: 5px !important;
}

form[action="showpost.php"] {
    margin-left: 30px;
    margin-right: 30px;
}

#collapseobj_forumbit_4 td.alt1,
#collapseobj_forumbit_6 td.alt1,
#collapseobj_forumbit_8 td.alt1,
#collapseobj_forumbit_64 td.alt1,
#collapseobj_forumbit_5 td.alt1,
#collapseobj_forumbit_7 td.alt1,
#collapseobj_forumbit_3 td.alt1,
#collapseobj_forumbit_35 td.alt1,
#collapseobj_forumbit_4 td.alt2,
#collapseobj_forumbit_6 td.alt2,
#collapseobj_forumbit_8 td.alt2,
#collapseobj_forumbit_64 td.alt2,
#collapseobj_forumbit_5 td.alt2,
#collapseobj_forumbit_7 td.alt2,
#collapseobj_forumbit_3 td.alt2,
#collapseobj_forumbit_35 td.alt2 {
    vertical-align: middle !important;
    padding: 5px;
}

#collapseobj_forumbit_4 .alt1Active,
#collapseobj_forumbit_6 .alt1Active,
#collapseobj_forumbit_8 .alt1Active,
#collapseobj_forumbit_64 .alt1Active,
#collapseobj_forumbit_5 .alt1Active,
#collapseobj_forumbit_7 .alt1Active,
#collapseobj_forumbit_3 .alt1Active,
#collapseobj_forumbit_35 .alt1Active {
    padding: 5px;
}

td.alt1Active table tbody tr > td {
    vertical-align: middle !important;
    padding: 5px;
}

.tcat {
    padding: 5px;
}

/* ZMIANA AD */

.tcat {
    background: #5e0a5e url("../forum/images/nowe/gradients/thead_oryginal.jpg") repeat-x scroll left top;
    color: #ffffff;
    font: 18px georgia;
}

select {
    font: 14px georgia;
}

.tfoot {
    background: #933c93 url("../forum/images/nowe/gradients/thead_oryginal_50.jpg") repeat-x scroll left top;
    color: #ffffff;
    font-family: georgia;
}

.tfoot a:link, .tfoot_alink, .tfoot a:visited, .tfoot a:hover {
    color: #ffffff;
}

.button {
    background: #ff6600 none repeat-x scroll 0 0;
    color: #ffffff;
    font: 15px georgia;
    margin-bottom: 4px;
    padding: 0 5px;
}

.fjdpth0 {
    background: #933c93 none repeat scroll 0 0;
    color: #ffffff;
}
option, optgroup {
    font-family: georgia;
    font-size: 14px;
}

.time {
    color: #7d7581;
    font-family: georgia;
}

/* KONIEC ZMIAN AD */

.pagenav table td.alt1, .pagenav table td.alt2 {
    vertical-align: middle !important;
}

.pagenav .vbmenu_control {
    padding: 6px 9px 9px 9px !important;
    vertical-align: middle !important;
}

#posts table.tborder, table#post.tborder {
    border-spacing: 0px;
}

em {
    font-style: italic !important;
}

#posts .bigusername, #postmenu_ .bigusername, .bigusername {
    font-size: 19px !important;
    font-weight: lighter !important;
}

#posts table td.alt1 hr, #post td.alt1 hr, form[action='showpost.php'] td.alt1 hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

#vB_Editor_001 table tbody td {
    padding: 0px !important;
}

#vB_Editor_001_color_bar {
    height: 4px;
}

.controlbar {
    vertical-align: top;
}

#vB_Editor_001_smiliebox {
    border: 1px solid #933c93;
    margin-left: 5px;
}

#vB_Editor_001_smiliebox table td img {
    padding: 5px !important;
}

#vB_Editor_001_smiliebox table td.smallfont {
    text-align: center;
}

.tborder img {
    max-width: none;
}

.tborder strong, .tborder b {
    font-weight: bold;
}

table.tborder td.alt1Active div:nth-child(3) {
    /* line-height: 1px; */
    font-size: 1px;
    color: transparent;
}

table.tborder td.alt1Active div:nth-child(3) table {
    margin-top: -7px;
}

table.tborder table tr[valign="bottom"] td {
    padding: 0
}

.vbmenu_option a:link, .vbmenu_option_alink {
    padding: 5px !important;
    border-top: 1px solid #fff;
}

font[color="#996633"] {
    font-weight: lighter;
}

td#td_post_ span.intertext {
    padding: 10px;
    display: block;
}

#vB_Editor_QR_controls table tbody td {
    padding: 0 !important;
}

/* KONIEC ZMIAN */

/* linki */
a:link {
    color: #5e0a5e;
    text-decoration: none;
}

a:hover {
    color: #933c93;
    text-decoration: none;
}

a:active {
    color: #933c93;
    text-decoration: none;
}

a:visited {
    color: #5e0a5e;
}

.menu {
    margin-top: 0;
}

/****** SPRITE ******/
/* grafika */
#top #header,
#top .menu,
#top .menu li,
#top .menu li a,
#top .menu li a.home,
#top .menu li a.home:hover,
#top .menu li a.home.active,
.szukaj_btn, .login_btn {
    background-image: url(../images/head-0.png); /* tla w naglowku */
    background-repeat: no-repeat;
}

#top .menu,
#top .menu li a:hover,
#top .menu li a.active,
#top .social_menu li a,
.pagination li a,
.pagination li a:hover,
.pagination li span,
.view_7 ul,
.tabs .tabs_nav li a {
    background-image: url(../images/backgrounds-0.png); /* tla */
    background-repeat: no-repeat;
}

.view_8 .prev-arrow, .view_8 .next-arrow {
    background-image: url(../images/v-nav.png); /* TĹa */
    background-repeat: no-repeat;
}

.content_slider .prev-arrow span, .content_slider .next-arrow span {
    background-image: url(../images/nav-icon-0.png); /* TĹa */
    background-repeat: no-repeat;
}

/****** SZKIELET STRONY, DEFINICJA FONTOW ******/

#global {
    width: 100%;
    text-align: center;
    float: left;
}

/* rodzaj fonta, wielkosc itd */
#top, #top input {
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-size: 12px;
    line-height: 14px;
}

/* szkielet */
#top, #content, #map, #footer {
    width: 1000px;
    float: none;
    margin: 0 auto;
    text-align: left;
    background: #fff;
}

#top .top_inner, #content .content_inner, #map .map_inner, #footer .footer_inner {
    width: 990px;
    display: inline;
}

#content .content_inner {
    margin: 0 5px 0 5px;
    padding-bottom: 10px;
}

#content .leftcolumn {
    width: 680px;
}

#content .rightcolumn {
    width: 300px;
    float: right;
}

/****** GLOBALNY NAGLOWEK ******/

/* top */
#top .top_inner {
    margin: 5px;
}

#top #user_counter {
    float: left;
    padding: 5px 0 10px 15px;
}

#top #user_counter strong {
    font-weight: bold;
}

#top #loginform {
    width: auto;
    float: right;
    font-size: 11px;
    margin-right: 15px;
    display: none;
}

#top #loginform label {
    float: left;
    font-weight: bold;
    margin: 5px 5px 0 0;
}

#top #loginform .text {
    border: 1px solid #a5acb2;
    float: left;
    margin: 1px 5px 0 0;
    padding: 2px 2px 3px 2px;
}

#top #loginform .login_btn {
    margin: 2px 0 0 0;
}

#top #loginopt {
    float: right;
    width: auto;
    margin: 6px 10px 0 0;
}

#top #loginopt li {
    width: auto;
    float: left;
    padding: 0 5px 2px 5px;
    line-height: 10px;
    border-left: 1px solid #5e0a5e;
}

#top #loginopt li a {
    line-height: 10px;
}

#top #loginopt li.i {
    padding-left: 0;
    border: 0;
}

#top #header {
    width: 100%;
    height: 100px;
    background-color: #5e0a5e;
    background-position: 0 0;
}

#top #header .logo {
    width: 155px;
    height: 41px;
    float: left;
    margin: 30px 0 0 15px;
    display: inline;
}

#top #header .logo a {
    width: 100%;
    height: 100%;
    float: left;
    font-size: 14px;
    text-indent: -10000px;
}

#top .menu {
    width: 100%;
    float: left;
    border-top: 1px solid #9d519d;
    background-position: 0 0;
    background-repeat: repeat-x;
    position: relative;
    z-index: 80;
}

#top .menu li {
    float: left;
    background-position: 0 -187px;
    position: relative;
}

#top .menu li a {
    float: left;
    font-size: 14px;
    padding: 10px 12px 11px 12px;
    color: #fff;
    text-shadow: 1px 1px 0 #3a063b;
    background-position: 1000px 1000px;
}

#top .menu li a:hover,
#top .menu li a.active {
    text-shadow: 1px 1px 0 #da3701;
    background-position: 0 -45px;
    background-repeat: repeat-x;
}

#top .menu li a.home {
    width: 45px;
    height: 35px;
    background-position: -55px -142px;
    padding: 0;
}

#top .menu li a.home:hover,
#top .menu li a.home.active {
    background-position: 0 -142px;
}

/* nowosc */
#top .menu li.new {
    position: relative;
}

#top .menu li.new a {
    padding-right: 23px;
}

#top .menu li.new a span {
    width: auto;
    display: block;
    position: absolute;
    right: 12px;
    top: 2px;
    font-size: 10px;
    color: #F60;
}

#top .menu li.new a:hover span,
#top .menu li.new a.active span {
    color: #fff;
}

#top .menu li.new ul li {
    position: static;
}

#top .menu li.new ul li a {
    padding-right: 8px;
}

#top .menu li ul * {
    background: none;
    width: auto;
    border: 0;
    text-shadow: none;
    padding: 0;
}

#top .menu li ul {
    float: left;
    width: 178px;
    height: auto;
    background: #fff;
    border: 1px solid #c7c1cb;
    border-top: 3px solid #4d084d;
    position: absolute;
    top: 35px;
    left: 0;
    display: none;
}

#top .menu li ul li {
    float: left;
    border-bottom: 1px dotted #e1d1e1;
    background: none !important;
}

#top .menu li ul li a {
    float: left;
    width: 162px;
    font-size: 11px;
    color: #5e0a5e;
    padding: 8px;
    text-shadow: none;
}

#top .menu li ul li a:hover {
    background: #5e0a5e;
    color: #fff;
    text-shadow: none;
}

#top .social_menu {
    width: auto;
    float: right;
    margin-top: -30px;
}

#top .social_menu li,
#top .social_menu li a {
    width: auto;
    float: left;
    margin-left: 1px;
}

#top .social_menu li a {
    background-position: 0 -140px;
    background-repeat: repeat-x;
    font-size: 13px;
    color: #fff;
    padding: 8px 15px 8px 15px;
}

#top .social_menu li a:hover,
#top .social_menu li a.active {
    background-position: 0 -45px;
}

#top .strip_submenu {
    width: 975px;
    float: left;
    background-position: 0 -181px;
    background-repeat: repeat-x;
    background-color: #f7f7f7;
    border-bottom: 1px solid #dadada;
}

#top .strip_submenu li {
    width: auto;
    float: left;
}

#top .strip_submenu li a {
    width: auto;
    float: left;
    padding: 7px 15px 8px 15px;
}

#top .strip_submenu li a.active,
#top .strip_submenu li a:hover {
    background-position: 0 0;
    background-repeat: repeat-x;
    color: #fff;
}

#top #belka {
    width: 990px;
    float: left;
}

#top #belka :first-child {
    margin-top: 5px;
}

#top #header table {
    float: right;
    width: auto;
    margin: 20px 5px 0 0;
}

#top #header table td {
    padding: 0 10px 5px 0;
}

#top #header table label {
    color: #fff;
    float: left;
    font-weight: bold;
}

#top #header table input {
    float: left;
    border: 1px solid #a5acb2;
    padding: 3px;
    width: 160px;
}

#top #header table select {
    float: left;
    width: 100px;
    height: auto;
    font-size: 12px;
}

#top #header table .szukaj_btn {
    border: 0;
    padding: 0;
}

#top #header table a {
    float: right;
    color: #c172c1;
    font-size: 10px;
}

.header-inner {
    height: 69px;
    position: relative;
    width: 100% !important;
    z-index: 100 !important;
}

.new-login-area {
    position: absolute;
    right: 15px;
    top: 21px;
}

.new-login-area li {
    float: left;
    margin-left: 10px !important;
}

.new-login-area a {
    border: 1px solid #854585 !important;
    color: #fff;
    display: block;
    padding: 5px !important;
    font-size: 13px !important;
    font-weight: bold !important;
}

.new-login-area a .arrow {
    background: url(/design/plain_site/images/arrow-bottom.png) no-repeat center center;
    float: right;
    height: 5px;
    margin: 5px 0 0 6px !important;
    width: 8px;
}

.new-login-area ul li {
    position: relative;
}

.new-login-area ul ul {
    background: #fff;
    display: none;
    right: 0;
    position: absolute;
    top: 26px;
    z-index: 100;
}

.new-login-area ul ul li {
    margin-left: 0 !important;
    width: 100%;
}

.new-login-area ul ul a {
    color: #5e0a5e;
}

.new-login-area ul ul a:hover {
    text-decoration: underline;
}

.new-search {
    position: absolute;
    right: 335px;
    top: 18px;
}

.nese-query {
    background: #ffffff;
    border: 1px solid #a5acb2;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 30px 8px 10px !important;
    width: 280px;
}

.nese-btn {
    background: url(/design/plain_site/images/search-icon.png) no-repeat center center;
    cursor: pointer;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -999999px;
    width: 32px;
}

/* Przyciski graficzne */
.szukaj_btn {
    width: 56px !important;
    height: 22px;
    float: left;
    background-position: 0 -110px;
    cursor: pointer;
    cursor: pointer;
    text-indent: -9999px;
}

.login_btn {
    width: 19px;
    height: 20px;
    float: left;
    background-position: -110px -150px;
    cursor: pointer;
}

/* czysciciel */
.clear {
    clear: both;
    line-height: 0px !important;
    font-size: 0px !important;
    float: left;
    height: 0px !important;
}

/* reklamy */
.billboard {
    width: 100%;
    padding: 5px 0 5px 0;
}

.billboard div.bin {
    width: 1000px;
    float: none;
    margin: 0 auto;
}

.billboard div {
    float: none;
}

.rectangle, .rectangle2 {
    width: 300px;
    float: left;
}

.rectangle2 object,
.rectangle2 img {
    float: left;
    margin-top: 10px;
}

#ad_spec_content {
    width: auto !important;
    float: none;
}

#ad_wallpaper {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 158px;
    left: 0;
    display: none;
}

#ad_wallpaper img {
    border: 0;
}

/****** PASEK CROSSSERWISOWY ******/
#cross {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 98;
    top: 0;
    left: 0;
    border-bottom: 1px solid #fff;
}

#cross #cross_inner {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dadada;
    background: #FFFFFF; /* old browsers */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #F4F4F4)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F4F4F4', GradientType=0); /* ie */
}

#cross #cross_area {
    width: 1000px;
    margin: 0 auto;
    float: none;
}

#cross ul {
    width: auto;
    float: left;
    position: relative;
    z-index: 99;
}

#cross ul li {
    width: auto;
    float: left;
}

#cross ul li a {
    width: auto;
    float: left;
    font-size: 11px;
    padding: 8px 10px 8px 10px;
}

#cross ul li a:hover {
    color: #933c93;
    text-decoration: underline;
}

#cross ul li:first-child {
    margin-left: 5px;
}

#cross ul li:first-child a {
    padding-left: 15px;
}

#cross #cross_more {
    float: right;
    margin-right: 20px;
    position: relative;
    text-align: left;
}

#cross #cross_more .btn {
    width: auto;
    float: left;
    border: 1px solid #dadada;
    cursor: pointer;
    padding: 3px 8px 3px 3px;
    margin-top: 4px;
    text-transform: uppercase;
    color: #7c7c7c;
    cursor: pointer;
}

#cross #cross_more .btn span {
    font-size: 7px;
    width: auto;
    float: left;
    line-height: normal;
    margin: 3px 8px 0 3px;
}

#cross #cross_more:hover #cross_more_container #cross_more_list {
    top: 29px;
}

#cross #cross_more_container {
    width: 100%;
    height: 32px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1100;
    text-align: left;
    overflow: visible;
}

#cross #cross_more_container #cross_more_list {
    width: auto;
    height: auto;
    float: block;
    position: absolute;
    top: -1000px;
    right: 0;
}

#cross #cross_more_container #cross_more_list table {
    width: 900px;
    z-index: 200;
    position: relative;
}

#cross #cross_more_container #cross_more_list table td {
    width: auto;
    border-left: 1px solid #dadada;
    vertical-align: top;
    padding: 10px 20px 20px 20px;
    margin: 0 20px 0 20px;
}

#cross #cross_more_container #cross_more_list table td:first-child {
    border-left: 0;
}

#cross #cross_more_container #cross_more_list table td.break {
    border-left: 0;
}

#cross #cross_more_container #cross_more_list table td.break ul li:first-child {
    padding-top: 44px;
}

#cross #cross_more_container #cross_more_list table td ul li {
    margin: 0;
    width: 100%;
    padding-top: 10px;
    white-space: nowrap;
}

#cross #cross_more_container #cross_more_list table td ul li a {
    padding: 0;
}

#cross #cross_more_container #cross_more_list table td ul li strong {
    padding-bottom: 10px;
    display: block;
}

#cross #cross_more_container #cross_more_list .main_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    background: #F4F4F4;
    z-index: 100;
}

/****** STOPKA ******/
/* mapa */
#map .map_inner {
    width: 970px;
    padding: 20px 15px 20px 15px;
    background: #f3f3f3;
    border-top: 3px solid #5e0a5e;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #F3F3F3 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F3F3F3)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#F3F3F3', GradientType=0); /* ie */
}

#map ul {
    width: 124px;
    margin-left: 8px;
    padding-left: 8px;
    float: left;
    border-left: 1px solid #e7e4e9;
}

#map ul:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

#map ul li {
    width: 100%;
    float: left;
    padding-top: 6px;
}

#map ul li:first-child {
    padding-top: 0;
    padding-bottom: 5px;
}

#map ul li h5 a {
    font-size: 12px;
    color: #000;
}

#map ul li a {
    font-size: 10px;
}

#map ul li span {
    color: #ff6600;
}

/* stopka */
#footer {
    background: none;
}

footer#footer {
    width: auto
}

footer#footer a {
    text-decoration: none
}

#footer .footer_inner {
    width: 970px;
    padding: 10px 15px 20px 15px;
    border-top: 1px solid #5e0a5e;
}

#footer #fo-map li span {
    float: left;
    width: auto;
    line-height: 16px;
}

#footer ul {
    float: right;
    width: auto;
}

#footer ul li {
    float: left;
}

#footer ul li a {
    font-size: 11px;
}

#footer ul li:first-child {
    border-left: 0;
}

/* slide box */
#slidebox {
    width: 400px;
    right: -430px;
    padding: 5px 10px 10px 10px;
    background-color: #fff;
    border-top: 3px solid #5e0a5e;
    position: fixed;
    bottom: 20px;
    box-shadow: -2px 0px 5px #aaa;
    -moz-box-shadow: -2px 0px 5px #aaa;
    -webkit-box-shadow: -2px 0px 5px #aaa;
    box-shadow: -2px 0px 5px #aaa;
    transition: right 100ms linear;
    -moz-transition: right 100ms linear;
    -webkit-transition: right 100ms linear;
    text-align: left;
    z-index: 999999;
}

#slidebox.iniframe {
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
    display: block;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}

#slidebox div {
    float: none;
}

#slidebox.open {
    transition: right 300ms linear;
    -moz-transition: right 300ms linear;
    -webkit-transition: right 300ms linear;
    right: 0px;
}

#slidebox h2 {
    color: #5e0a5e;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0 10px 0;
    border-bottom: 1px dotted #5e0a5e;
    margin-bottom: 10px;
    font-weight: bold;
}

#slidebox img {
    float: left;
    margin-right: 20px;
    border: 1px solid #5e0a5e;
}

#slidebox h3 {
    font-size: 22px;
    padding: 5px 0 10px 0;
    line-height: 26px;
}

#slidebox p {
    font-size: 12px;
    line-height: 18px;
}

#slidebox p a {
    color: #000;
}

#slidebox a.close {
    text-transform: uppercase;
    font-size: 10px;
    color: black;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* NIE USUWA� - potrzebne do modali ========================================= */
.modal-headline {
    margin: 0 0 10px 0;
    font-weight: normal
}

div.modal fieldset {
    border: 0 none;
    padding: 0;
    margin-right: 0
}

div.modal {
    line-height: 14px;
    font-size: 12px
}

div.modal, div.modal input, div.modal textarea {
    font-family: Georgia, "Nimbus Roman No9 L", serif
}

div.modal p {
    margin: 0
}

.new-form-control-checkbox {
    margin: 0
}

div.ui-datepicker {
    font-size: 12px
}

/* ========================================================================== */

.nowrap {
    white-space: nowrap
}

.relative {
    position: relative
}

/*

	.class
	.class---extension
	.class-subclass

*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*
	MODAL
*/

.modal {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000000;
}

.modal---fixed {
    position: fixed;
}

.modal div, .ui-datepicker div {
    float: none;
}

.modal-background {
    background: #1a031a;
    height: 100%;
    left: 0;
    opacity: 0.65;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}

.modal-content {
    background: #fff;
    box-shadow: 1px 1px 100px 0 rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 1px 1px 100px 0 rgba(0, 0, 0, 0.8);
    border-top: 3px solid #5e0a5e;
    display: block;
    margin: 100px auto 0 auto;
    padding: 20px;
    position: relative;
    width: 940px;
    z-index: 999999;
    text-align: left
}

.modal-headline {
    border-bottom: 1px dotted #e1d1e1;
    color: #560d56;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
}

.modal-close {
    background: url(/design/plain_site/images/x.png) no-repeat 0 0;
    display: block;
    font-size: 14px;
    height: 15px;
    position: absolute;
    right: 0;
    text-indent: -999999px;
    top: 0;
    width: 15px;
}

.modal-close:hover {
    opacity: 0.5;
}

/*

	NEW FORM

*/

.new-form-row {
    margin-bottom: 25px;
}

.new-form-row---center {
    text-align: center
}

.new-form-row---border {
    border-bottom: 1px dotted #e1d1e1;
    padding-bottom: 25px;
}

.new-form-row-col {
    float: left !important;
    margin-left: 2%;
    width: 48%;
}

.new-form-row-col---first {
    margin-left: 0;
    margin-right: 2%;
}

.new-form-label,
.new-form-legend {
    color: #333333;
    display: block;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 8px;
}

.new-form-label---req,
.new-form-legend---req,
.new-form-legend---error {
    color: #d21515;
}

span.new-form-label---info {
    background-color: transparent;
    color: #d21515;
    margin: 0;
    padding: 0
}

span.new-form-label---info.success {
    color: #419c19
}

span.new-form-label---info.error {
    color: #d21515
}

span.new-form-label---info.warning {
    color: #ffc000
}

input.new-form-field {
    border: 1px solid #bfbfbf !important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: inset 1px 1px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 1px 8px 0 rgba(0, 0, 0, 0.2);
    color: #1a1a1a;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
}

input.new-form-field:focus {
    border-color: #8c8c8c !important;
    outline: none;
}

input.new-form-field---error {
    border-color: #d21515 !important;
}

div.group.new-form-container.new-form-field---error, div.modal-group.new-form-container.new-form-field---error {
    border: 1px solid #d21515 !important
}

input.new-form-field---success {
    border-color: #419c19 !important;
}

input.new-form-field---warning {
    border-color: #ffc000 !important;
}

.new-form-container {
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 10px;
}

.new-form-control {
    color: #333333;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 0 22px;
    position: relative;
}

.new-form-control---error {
    color: #d21515;
    font-weight: bold;
    line-height: 18px;
}

.new-form-control---success {
    color: #419c19;
    font-weight: bold;
    line-height: 18px;
}

.new-form-control---warning {
    color: #ffb245;
    font-weight: bold;
    line-height: 18px;
}

.new-form-control-radio,
.new-form-control-checkbox {
    left: 2px;
    position: absolute;
    top: 3px;
}

.new-form-control-radio {
    top: 3px;
}

.new-form-control-checkbox {
    top: 2px;
}

.new-form-scroll {
    border: 1px solid #bfbfbf;
    height: 200px;
    overflow: auto;
    padding: 20px;
}

.new-form-scroll h1,
.new-form-scroll h2,
.new-form-scroll h3,
.new-form-scroll h4,
.new-form-scroll h5,
.new-form-scroll h6 {
    font-size: 16px;
    font-weight: bold;
}

.new-form-scroll h1,
.new-form-scroll h2,
.new-form-scroll h3,
.new-form-scroll h4,
.new-form-scroll h5,
.new-form-scroll h6,
.new-form-scroll p {
    margin-bottom: 15px;
}

.new-form-button---hidden {
    display: none
}

.new-form-submit,
.new-form-button {
    background: #ff954f; /* Old browsers */
    background: -moz-linear-gradient(top, #ff954f 0%, #ff6702 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff954f), color-stop(100%, #ff6702)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff954f 0%, #ff6702 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff954f 0%, #ff6702 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff954f 0%, #ff6702 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff954f 0%, #ff6702 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff954f', endColorstr='#ff6702', GradientType=0); /* IE6-9 */
    border: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: "Lato",sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.new-form-button---auto {
    width: auto
}

.new-form-submit:hover,
.new-form-button:hover,
.new-form-button.disabled {
    opacity: 0.8;
}

.new-form-button.disabled {
    cursor: auto
}

.new-form-add {
    font-size: 13px;
    margin-bottom: 0;
}

.new-form-add span {
    float: right;
}

.new-form-add span:first-child {
    float: left;
}

.new-form-info, .new-form-info-static {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    font-size: 13px;
    margin: 0 0 10px 0 !important;
    line-height: 17px;
    height: 17px;
    padding: 10px;
    text-align: right;
    position: relative;
    z-index: 1;
    width: auto !important
}

.new-form-info.error {
    background: #d21515;
}

.new-form-info.success {
    background: #419c19;
}

.new-form-info.warning {
    background: #ffc000;
}

div.new-form-info.transparent {
    color: #000000;
    border: 1px solid #CCCCCC
}

div.new-form-info.transparent p {
    font-weight: bold
}

.new-form-info p {
    float: left;
    text-align: left
}

.new-form span.wrapper-icon {
    display: inline-block
}

.new-form span.wrapper-icon span.tooltip {
    display: none;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    text-align: left;
    width: 200px;
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    line-height: 20px;
    color: #FFFFFF
}

.new-form span.wrapper-icon span.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left top;
    width: 18px;
    height: 17px;
    vertical-align: middle
}

.new-form span.wrapper-icon span.icon:hover {
    cursor: pointer
}

div.new-form-row span.wrapper-icon span.icon {
    width: 13px;
    height: 12px;
    background-image: url("/include/forum-plugin/login/img/qm-purple-small.png")
}

div.new-form div.new-form-info span.wrapper-icon span.icon {
    background-image: url("/include/forum-plugin/login/img/qm.png")
}

div.new-register .new-form-captcha {
    display: inline-block;
    margin: 0 0 10px 0;
    float: left
}

/*

	NEW LOGIN

*/

.new-login-content, .new-password-remind-content {
    padding: 20px;
    width: 420px;
}

/*

	NEW REGISTER

*/

.new-register-content {
    padding: 20px;
    width: 620px;
}

.new-register-content div.loader-wrapper {
    margin-top: 20px
}

/*

	GROUP

*/

.group:after, .modal-group:after {
    content: "";
    display: table;
    clear: both;
}

/*
    GIF Loader
*/
div.loader-wrapper {
    text-align: center;
    line-height: 32px;
    display: none
}

div.loader-wrapper img {
    vertical-align: middle
}

div.loader-wrapper span.label {
    margin-left: 10px
}

div.loader-wrapper.username {
    position: absolute;
    margin: 0
}

/* menu uzytkownika zalogowanego ============================================ */
.w-usermenu {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

.w-usermenu .group li a {
    font-size: 14px !important;
}

/* menu uzytkownika zalogowanego - koniec =================================== */

#global #he-navigation > ul.logged > li > a,
#global #navigation-fixed .nafi-secondary ul.logged > li > a {
    max-width: 215px;
}

#more-footer {
    background: #eee;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    line-height: 1;
    padding: 5px;
}

#more-footer span {
    display: inline-block;
    width: 120px;
    font-weight: bold;
}

#more-footer a {
    margin-right: 40px;
}

#more-footer a::before {
    content: '\00BB';
    color: #F57819;
    padding-right: 3px;
}
