/* Zerowanie odstępów i obramowań oraz reset rozmiaru fontów */
a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
}
#popup {position: absolute; display: none; background: white; border-style: solid; width: 300px; height: 300px;}

@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-bold-webfont.woff') format('woff'),
        url('fonts/opensans-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'trocchiregular';
    src: url('fonts/trocchi-webfont.eot');
    src: url('fonts/trocchi-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/trocchi-webfont.woff') format('woff'),
        url('fonts/trocchi-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'trocchi_boldbold';
    src: url('fonts/trocchi-bold-webfont.eot');
    src: url('fonts/trocchi-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/trocchi-bold-webfont.woff') format('woff'),
        url('fonts/trocchi-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-regular-webfont.woff') format('woff'),
        url('fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold-webfont.eot');
    src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-semibold-webfont.woff') format('woff'),
        url('fonts/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.eot');
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-light-webfont.woff') format('woff'),
        url('fonts/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body,html {
    color:#333;
    padding:0px;
    font-family: 'trocchiregular';
    font-size:15px;
    margin:0px;

}

/********** DOM�LNE PARAMETRY *****************/

img {
    display: block;
    border: 0px;
}

.knewsGal {
padding-left: 20px;
}

.knewsGal a img {
display: inline !important;
padding: 20px;
}

img.imgLeft, div.imgLeft {
    float: left;
    margin: 6px 32px 12px 0px;
}

img.imgRight, div.imgRight {
    float: right;
    margin: 6px 0px 12px 32px;
}

p {
    margin: 0px 0px 20px;
    line-height: 1.40em;
    /*	text-align: justify;*/
}

p.more {
    text-align: right;
}

h1, .h1 {
    margin: 0px 0px 12px;
    font-size: 42px;
    font-weight: normal;
    color: #403c3d;
    line-height: 48px;
    font-family: 'open_sansbold';
    padding-top: 10px;
}

h2 {
    margin: 0px 0px 10px;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    /*font-family: 'trocchi_boldbold';*/
    font-family: 'open_sansbold';

}

h2.v2 {
    font-family: 'open_sansbold';
}

h3 {
    margin: 0px 0px 20px;

    font-size: 15px;
    font-weight: bold;
    /*font-family: 'trocchi_boldbold';*/
}

ul, ol {
    margin-top: 0px;
    margin-bottom: 10px;
}

b, strong {
    /*font-family: 'trocchi_boldbold';*/
    font-weight: bold;
}

a:link, a:visited {
    color: #ed1c24;
    text-decoration: none;
}

a:active, a:hover, .selected a:link, .selected a:visited {
    color: #9c0d11;
}

a:active, a:hover, a:focus {
    outline: none;
}

a.v2:link, a.v2:visited, a.v2 {
    color: #403c3d;
    text-decoration: underline;
}

a.v2:active, a.v2:hover, a.v2:focus {
    /*color: #9c0d11;*/
    text-decoration: none;
}

a.v3:link, a.v3:visited, a.v3 {
    text-decoration: underline;
}

a.v4:link, a.v4:visited, a.v4 {
    text-decoration: none;
    color: #333333;
}

a.colorOrange:link, a.colorOrange:visited{
    color: #ef7c00;
}

a.v4:active, a.v4:hover, a.v4:focus {
    text-decoration: underline;
    color: #9c0d11;
}


#header a:hover, #footer a:hover{
    text-decoration: underline;
}

#content ul {
    margin: 0px 0px 10px;
    padding: 0px;
    list-style: none;
}

#content ul li {
    padding-left: 13px;
    line-height: 1.46em;
    background: url('images/listStyle.png') no-repeat 0 8px;
    padding-bottom: 4px;
    /*text-align: justify;*/
}

#content ol {
    margin: 0px 0px 10px 10px;
}
#content ol li {
    padding-left: 13px;
    line-height: 1.46em;
    padding-bottom: 4px;
}

#content::after{
    clear: both;
    display: table;
    content: " ";
}

.bill{
    height: 300px;
}

.info {
    color: #bebebe;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.loHeight {
    font-size: 1px;
    height: 2px;
}

/********** Social Media Bar *************/

.relasesContent .socialMediaBar {
     padding-bottom: 8px;
}

.socialMediaBar li {
    float: left;
    padding: 0 !important;
    background: none !important;
}

.socialMediaBar li.facebook {
	margin-top: -2px;
    width: 120px;
}

.socialMediaBar li.gplus {
    width: 68px;
}

.socialMediaBar li.twitter {
    width: 100px;
}

.socialMediaBar li.wykop {
    width: 80px;
}

.socialMediaBar li.nk {
    width: 31px;
}

/************ G��WNE DIV-Y ****************/
#headerBg{
    background: #ed1c24;
}

#header {
    margin: 0px auto;
    width: 940px;
    height: 113px;
    margin-bottom: 23px;
    position: relative;
}
#hleft{
    float: left;
    width: 256px;
}

#socBox{
    float: left;
    margin-left: -13px;
	width: 240px;
    margin-top: 5px;
    padding-bottom: 44px;
}
#socBox .socIco{
    background: none repeat scroll 0 0 #BEBEBE;
    display: block;
    float: left;
    height: 32px;
    margin-right: 5px;
    width: 29px;
}

#socBox .socIco:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#socBox .socIco.fb{
    background: url('images/socBtn.gif') no-repeat 5px 2px;
}
#socBox .socIco.tw{
    background: url('images/socBtn.gif') no-repeat -30px 2px;
}

#socBox .socIco.g{
    background: url('images/socBtn.gif') no-repeat -64px 2px;
}

#socBox .socIco.yt{
    background: url('images/socBtn.gif') no-repeat -98px 2px;
}

#socBox .socIco.xx{
    background: url('images/socBtn.gif') no-repeat -132px 2px;
}

#socBox .socIco.nk{
    background: url('images/socBtn.gif') no-repeat -167px 2px;
}

#socBox .socIco{
    background: url('images/socBtn.gif') no-repeat -200px 2px;
}




#redakcjaBtn:link, #redakcjaBtn:visited{
    display: block;
    float: left;
    font-size: 16px;
    color: #FFF;
    font-family: 'open_sanssemibold';
    padding: 5px;
    border: 1px solid #fff;
    border-bottom: none;
    letter-spacing: 1px;
    padding: 5px 24px 5px 12px;
    background: url("images/morebg.gif") no-repeat scroll 95px 14px transparent;
}

#logo{
    display: block;
    float: left;

}

#searchBox{
    float: right;
    width: 213px;
    padding-top: 11px;
    position: relative;
}
#searchBox  .searchBtn{
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    background: url("images/lupka.png") no-repeat scroll 0px 0px transparent;
    right: -3px;
    top: 16px;
    opacity: 0.7;

}
#searchBox  .searchBtn:hover{
    text-decoration: none;
    opacity: 1;
}

#searchBox input{
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #F48185;
    color: #FFFFFF;
    font-family: 'trocchiregular';
    font-size: 12px;
    margin-bottom: 46px;
    padding: 3px 26px 3px 6px;
    width: 180px;

}


#searchBox a:link, #searchBox a:visited{
    display: block;
    float: right;
    font-size: 16px;
    color: #FFF;
    font-family: 'open_sanssemibold';
    padding-right: 13px;

}
#searchBox a.last{
    background: url("images/rhebtn.gif") no-repeat scroll 0 4px transparent;
    padding-left: 12px;
    padding-right: 0;
}







#topMenu {
    margin: 0px auto;
    width: 940px;
}

#navi {
    width: 940px;

    margin: 0px auto;
}

#wrapper, .wrapper {
    margin: 0px auto;
    width: 940px;

}


#footer{
    margin: 0px auto;
    width: 940px;
}

#footer ul{
    padding: 0;
    margin: 0;
    text-align: center;
}

#bottomMenu ul {
width: 600px;
margin: 0 0 0 70px;
}

#footer ul li{
    display: inline;
}


#bottomMenu {
    border-top: 3px solid #E8E8E8;
    margin: 0 auto;
    padding: 21px 0 19px 84px;
    position: relative;
}
#bottomMenu li a:link, #bottomMenu li a:visited{
    background: url("images/btm1.gif") no-repeat scroll right 7px transparent;
    color: #333333;
    font-family: 'open_sanssemibold';
    font-size: 15px;
    padding: 3px 7px 3px 3px;
}
#bottomMenu li.last a:link, li.last #bottomMenu a:visited{
    background: none;
    padding-right: 0;
}
#logos{
    position: absolute;
    left: 0;
    top: 19px;
}


#bottomLinks{
    border-top: 1px solid #e8e8e8;
    margin: 0 auto;
    padding: 19px 0 9px 2px;
}
#bottomLinks a:link, #bottomLinks a:visited{
    background: url("images/btm2.gif") no-repeat scroll right 7px transparent;
    color: #333333;
    font-family: 'open_sanssemibold';
    font-size: 13px;
    padding: 3px 10px 3px 7px;
}
#bottomLinks .last a:link, .last #bottomLinks a:visited{
    background: none;
}




#copy {
    margin: 0px auto;
    width: 940px;
}


#right{
    float: right;
    width: 220px;
    position: relative;
}

#newspaperBox{
    padding-bottom: 12px;
}

#newszak1, #newszak2{
    display: block;
    float: left;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    padding: 6px 7px 4px 7px;
    font-family: 'open_sanssemibold';
    position: relative;
    width: 46px;
    color: #6f6f6f;
    background: url('images/newspbtnbg.gif') repeat-x 0 0;
    text-align: center;
}

#newszak2 span.red{
    font-weight: normal;
}
#newszak1.selected, #newszak2.selected{
    z-index: 1;
    background: #FFF;
    color: #3a3a3a;
    font-family: 'open_sansbold';
}
#newszak2{
    float: right;
    width: 136px;

}


#newspapercontent{
    border: 1px solid #E8E8E8;
    float: left;
    margin-top: -1px;
    padding: 10px 18px 6px 16px;
    position: relative;
    margin-bottom: 11px;
    width: 184px;
}

.newspbtn1{
    display: block;
    float: left;
    background: url('images/newspbtn1.gif') no-repeat 0 0;
    width: 110px;
    height: 28px;
}

.newspbtn1:hover{
    background: url('images/newspbtn1.gif') no-repeat 0 -28px;
}


.newspbtn2{
    display: block;
    float: right;
    background: url('images/newspbtn2.gif') no-repeat 0 0;
    width: 101px;
    height: 28px;

}

.relasesContent .newspbtn2{
    margin-right: 20px;
}


.rigContent{
    background: #f5f5f5;
}

.rigContent .box{
    padding:  18px 16px 14px;
    font-family: 'trocchiregular';
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}

.rigContent .box.white{
     margin-left: -16px;
     background: #FFF;
     border-bottom: none
}

.rigContent .box.last{
    border-bottom: none;
}



.rigContent p{
    margin-bottom: 7px;
}

.rigContent .boxlink{
    text-align: right;
}
.rigContent .boxlink img{
    float: left;
    display: block;
    margin-left: -4px;
}

.rigContent .boxlink img.ytico{
    margin-left: -1px;
    margin-top: 1px;
}

.rigContent .boxlink a, .boxlink a{
    font-family: 'open_sansbold';
    display: block;
}

.rigContent .podpat{
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: 'open_sanssemibold';
    background: #ed1c24;
    padding: 2px 0 1px 12px;
    width: 150px;
    margin-left: -19px;
    margin-bottom: 11px;
}

.rigContent .wspolpr .podpat{
    width: 168px;
}



.rigContent h2{
    line-height: 1.2em;
    font-family: 'open_sansbold';
}
.rigContent .imglink{
    display: block;
    margin-bottom: 14px;
}

.wspolpr ul{
    margin-left: 10px;
    line-height: 1.8em;
    font-size: 14px;
}



#content {
    width: 700px;
    float: left;
    min-height: 255px;
    position: relative;
}

#wsieci_art_sky, #wsieci_sg_sky, #wsieci_wydanie_sky, #wsieci_wydarzenia_bill{
    position: absolute;
    left: -170px;
    top: 107px;
    width: 160px;
}
.infoEditor{
    font-size: 13px;
    color: #403c3d;
    padding-bottom: 6px;
}

.infoEditor h2{
    font-family: 'open_sansbold';
}

.infobox.bottom{
    padding: 35px 0 10px 30px;
    float: right;
    width: 536px;
}


.socialBox{
    height: 40px;
    width: 330px;
    background: url('images/socialsImg.gif') no-repeat right -5px;
}
.socialBox.gal, .socialBox.red{
    padding-top: 6px;
    background: url('images/socialsImg.gif') no-repeat right 1px;
}
.socialBox.red{
    padding-top: 6px;
    float: left;
    background: url('images/socialsImg.gif') no-repeat left 10px;
}

.imgContent{
    margin-bottom: 33px;
    display: block;
}

.imgContent.right{
    margin-left: 15px;
}

#bannews {
    width: 300px;
    height: 250px;
    float: left;
    background: #9c0d11;
    margin: 4px 20px 20px 0;
    display: none;
}

.imgRedactor{
    float: left;
    display: block;
    padding-bottom: 10px;
}

.dym{
    border: 1px solid #E9E9E9;
    float: left;
    font-size: 12px;
    font-style: italic;
    margin-left: 54px;
    margin-top: -3px;
    padding: 13px 21px 12px;
    position: relative;
    text-decoration: none;
    width: 388px;
    min-height: 40px;
}
.dym p{
    padding: 0;
    margin: 0;
}
.dymimg{
    position: absolute;
    top: 20px;
    left: -39px;
}



/************** KONTAKT *********************/
#mapa {
    height: 450px;
}

.infoWindow {
    width: 280px;
    padding: 10px 0px 0px;
}

.infoWindow *{
    margin-bottom: 0px;
}

.infoWindow h3{
    padding: 0px 0px 10px;
}

.infoWindow p {
    padding-bottom: 10px;
}

.infoWindow .rightImg {
    float: right;
    margin: 0px 0px 5px 10px;
}

.infoWindow .clear {
    height: 10px;
}

.submitDir:link, .submitDir:visited {
    display: block;
    float: right;
    width: 23px;
    height: 22px;
    background: #3d1300 url('/images/znajdz_droge.gif') no-repeat left top;
}

.submitDir:active, .submitDir:hover {
    background-color: #713c24;
    background-position: left bottom;
}

/********** LEFT MENU ***************/
/* nieaktywne menu */
#menu li a:link, #menu li a:visited {
    color: #012b7f;
}

/* aktywne menu */
#menu li a:active, #menu li a:hover, #menu li.selected a:link, #menu li.selected a:visited {
    color: #9c0d11;
}

/* nieaktywne podmenu */
#menu li.selected li a:link, #menu li.selected li a:visited {
    color: #012b7f;
}

/* aktywne podmenu */
#menu li.selected li a:active, #menu li.selected li a:hover, #menu li li.selected a:link, #menu li li.selected a:visited {
    color: #9c0d11;
}


/*********** FORMS **********/
.spinner {
    position: absolute;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    z-index: 999;
    background: #fff;
}
.spinner-msg {
    text-align: center;
    font-weight: bold;
}

.spinner-img {
    background: url('images/lightbox/loading.gif') no-repeat center;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.ajaxresult {
    padding: 5px;
    border: #8888DD 1px solid;
    background: #DDDDFF;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 11px;
    color: #333333;
    text-align: center;
}
.ajaxresultError {
  background: none repeat scroll 0 0 #FFCCCC;
    border: 1px solid #FF0000;
    color: #333333;
    font-size: 11px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 5px;
    text-align: center;
}
/********************* COMENTS **************************************/

#comentsContent{
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
    padding-bottom: 10px;

}

#comentsContent .title, .contact .title, .sonda, .ttitle{
    background: none repeat scroll 0 0 #ED1C24;
    color: #FFFFFF;
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 18px;
    margin-bottom: 15px;
/*    margin-left: 1px;*/
    padding: 2px 10px 1px 12px;
    float: left;
}

a.ttitle.selected {
    background: none repeat scroll 0 0 #ED1C24;
}

a.ttitle {
    background: #cbcbcb;
    color: #fff;
}

.sonda{
    margin-bottom: 7px;
}

#comentsContent #autoForm, .contact #autoForm, #comentsContent .autoForm{
    display: block;
    border: 2px solid #e8e8e8;
    background: #fbfbfa;
    padding: 20px 20px 7px;
    font-size: 15px;
}

#comentsContent #autoForm .field, #comentsContent .autoForm .field,  .contact #autoForm .field{
    padding-bottom: 17px;
}

#comentsContent #autoForm label, #comentsContent .autoForm label, .contact #autoForm label{
    text-align: left;
    float: left;
    width: auto;
    padding-top: 4px;

}
#comentsContent #autoForm input, #comentsContent .autoForm input, #comentsContent .autoForm .fshort, #comentsContent #autoForm #fshort{
    border: 1px solid #e8e8e8;
    padding: 6px 30px 5px 5px;
    float: right;
    width: 549px;
    font-family: 'trocchiregular';

}
#comentsContent #autoForm #fshort, #comentsContent .autoForm .fshort{
    width: 643px;
    margin-top: 11px;
    height: 61px;
    resize: vertical;
    width: 660px;
    border: 1px solid #e8e8e8;
}
#comentsContent .autoForm .fshort, #comentsContent #autoForm #fshort{
    width: 621px;
}

.hiddenForm{
    padding-top: 20px;
}

#formButons {
    font-size: 12px;
    line-height: 28px;
    padding: 11px 0 5px;
    height: 45px;
}

.contact #formButons {
    height: auto;
}


#formButons a{
    display: block;
    float: right;
    margin-left: 8px;
    margin-top: 4px;
    opacity: 0.9;
}


#formButons a.regulamin {
    display: inline;
    float: none;
    margin: 0;
    padding: 0;

}

#formButons .loginfb:hover{
    opacity: 1;
}

.loginfb{
    background: url('images/loginfb.gif') no-repeat 0 0;
    width: 185px;
    height: 28px;
}

.regInfo {
    float: left;
    padding-top: 6px;
}

.submitcomment{
    background: url('images/addcom.gif') no-repeat 0 0;
    width: 129px;
    height: 28px;
}

.comentsbox{
    border-top: 2px solid #e8e8e7;
}

#comentsContent .autoForm .validation-advice{
    clear: both;
    display: block;
    padding: 2px 0 5px 72px;

}
#comentsContent .autoForm #advice-required-fshort{
    padding: 2px 0 5px 3px;
}

.comment{
    border-bottom: 1px solid #e8e8e8;
    padding: 27px 0 19px;
    font-size: 12px;

}

.comment.blocked, .comment.blocked h2, .comment.blocked .infoComment span{
    color: #ccc;
}

.comment.blocked a{
    background: none;
    padding: 0;
}

.comment.blocked .zglos{
    display: none;
}

.minus.bold:link, .minus.bold:visited, .plus.bold:link, .plus.bold:visited{
    font-weight: bold;
}


.comment .img{
    float: left;
    margin-right: 22px;
    padding: 4px;
    background: #f6f5f6;
    border: 1px solid #e7e9e9;
}
.comment h2{
    font-size: 15px;
    font-weight: bold;
}
.commentBtn{
    display: block;
    float: right;
    background: url('images/comment.jpg') no-repeat 0 0;
    width: 88px;
    height: 28px;
}
.comment .iconBox{
    float: right;
    font-size: 10px;
    padding-top: 2px;
    width: 155px;
    padding-left: 5px;

}
.comment .iconBox span{
    display: block;
    float: right;
}
.zglos:link, .zglos:visited{
    background: url('images/comentIco.gif') no-repeat 0 0;
    float: right;
    display: block;
    padding: 0 0 0 14px;
    margin-right: 6px;
    color: #558cad;
}
.zglos span{
    color: #D81A28;
}

.plus:link, .plus:visited{
    background: url("images/comentIco.gif") no-repeat scroll 0 -30px transparent;
    color: #1A8C1A;
    display: block;
    float: right;
    margin-left: 6px;
    margin-right: 6px;
    padding: 0 0 0 15px;
    font-size: 12px

}
.minus:link, .minus:visited{
    background: url("images/comentIco.gif") no-repeat scroll 0 -60px transparent;
    color: #D81A28;
    display: block;
    float: right;
    margin-left: 6px;
    padding: 0 0 0 15px;
    font-size: 12px


}
.infoComment{
    font-family: 'open_sanssemibold';
    font-size: 13px;
    padding-bottom: 7px;
}
.infoComment span{
    color:   #808080;
}
.contentComment{
    padding-bottom: 5px;
    padding-left: 81px;
}
.answers:link, .answers:visited{
    color: #7f7f7f;
    font-size: 13px;
    margin-left: 81px;
    float: left;
    display: block;
    margin-top: 6px;
}

.comment .comment{
    margin-left: 40px;
    border-bottom: none;
    border-top: 1px solid #e8e8e8;
    padding: 27px 0 19px;

}
.comentChildren{
    padding-top: 27px;
}

.comment .comment .commentBtn, .comment .comment .answers{
    display: none;
}

/************* Contact ***************************/
.contact{
    padding-top: 14px;
}

.contact .left{
    width: 290px;
}
.contact .right{
    width: 381px;
}


.contact h2{
    font-family: 'open_sansbold';

}
.contact a:link, .contact a:visited{
    text-decoration: underline;
    color: #403c3d;
}
.contact a:hover {
    text-decoration: none;

}
.contact p{
    color: #403c3d;
}
.submitBtn{
    float: right;
    display: block;
    height: 28px;
    width: 61px;
    background: url('images/sendBtn.gif') no-repeat 0 0;
}
sup.stars{
    color: #ed1c24;
    font-size: 9px;
}

.contact #autoForm input {
    width: 160px;
}

.contact #autoForm select{
    border: 1px solid #E8E8E8;
    float: right;
    padding: 6px 5px 5px;
    width: 189px;
}

.contact #autoForm select{
    width: 218px;
}
.contact #autoForm #femail{
    width: 186px;
}
.contact #autoForm #fshort{
    border: 1px solid #E8E8E8;
    height: 116px;
    margin-top: 11px;
    padding: 6px 5px 5px;
    width: 324px;
    resize: vertical;
}

.contact #autoForm .field.textarea{
    margin-top: -10px;
}

.contact #autoForm label{
    padding-right: 5px;
    padding-top: 8px;
}
.contact #formButons a{
    color: #FFFFFF;
    margin-top: 0;
    text-decoration: none;
}
.mapaBox{
    border: 1px solid #ebebeb;
    padding: 10px;
}

/****************** Galeria *********************************/
.images{
    padding: 16px 9px 15px;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    margin-bottom: 24px;
}

.imgBox{
    display: block;
    float: left;
    width: 154px;
}
.imgBoxLast{
    padding-right: 0;
}
#rarrs{
    display: block;
    float: right;
    width: 16px;
    height: 29px;
    background: url('images/rarrs.png') no-repeat 0 0;
    margin-top: 24px;
}
#larrs{
    display: block;
    float: left;
    width: 16px;
    height: 29px;
    background: url('images/larrs.png') no-repeat 0 0;
    margin-right: 29px;
    margin-top: 24px;

}
.imgContentGal{
    margin-bottom: 17px;
    position: relative;
    height: 398px;
    background: #fbfbfb;
}
.imgContentGal img{
    /*    position: absolute;
        top: 0;
        left: 0;*/
    margin: 0 auto;
}

.arrLGall{
    position: absolute;
    left: 20px;
    top: 160px;
    display: block;
    width: 24px;
    height: 42px;
    background: url('images/arrLGall.png') no-repeat 0 0;
}



.arrRGall{
    position: absolute;
    right: 20px;
    top: 160px;
    display: block;
    width: 24px;
    height: 42px;
    background: url('images/arrRGall.png') no-repeat 0 0;
}

.arrRGall:hover{
    background: url('images/arrRGall.png') no-repeat 0 -47px;
}

.arrLGall:hover{
    background: url('images/arrLGall.png') no-repeat 0 -47px;
}

.galeryDesc{
    padding-bottom: 7px;
}


#Slider{
    float: left;
    overflow: hidden;
    position: relative;
    width: 595px;
}
#sliderContent{
    position: relative;
}

#imagePlaceTitle{
    min-height: 42px;
}

/****************** REDAKTORS *****************************/
.redactorDesc{
    float: left;
    width: 463px;
    height: 217px;
}

.personImg{
    float: left;
    margin-right: 35px;
}
.line{
    border-top: 1px solid #e8e8e8;
}
.line2{
    border-top: 2px solid #e8e8e8;
}

.articles{
    padding-top: 25px;
}
.artBox{
    border-bottom: 1px solid #E8E8E8;
    float: left;
    /*height: 222px;*/
    overflow: hidden;
    width: 222px;
    margin-bottom: 16px;
    margin-right: 17px;
    padding-bottom: 10px;

}
.artBoxVisable{
    overflow: hidden;
}


.artBox.last{
    margin-right: 0;
}
.artBox.high{
    height: 263px;
}

.artBox h2{
    font-family: 'open_sansbold';
    line-height: 1.18em;
}



h2 a:link, h2 a:visited {
    color: #333333;
}


h2 a:hover{
    /*text-decoration: underline;*/
    /*color: #ED1C24;*/
    color: #9c0d11;
}

.featured h1 a:link, .featured h1 a:visited{
    color: #403C3D;
    font-size: 24px;
}

.featured h1 a:hover{
    /*text-decoration: underline;*/
    color: #9c0d11;
}

.artBox .autorInfo, .featured .autorInfo{
    font-family: 'open_sansregular';
    font-size: 13px;
    padding-bottom: 10px;
}
.artBox .autorInfo span{
    color: #ed1c24;
}
#redakcjaBox{
    background: #FFF;
    border: 1px solid #E8E8E8;
    padding: 17px 0px;
    margin-top: 20px;

}
.redBox {
    border-left: 1px solid #E8E8E8;
    display: block;
    float: left;
    height: 56px;
    padding-left: 19px;
    padding-right: 2px;
    width: 211px;

}
.redBox.first {
    border-left: none;
}
.redBox img{
    float: left;
    margin-right: 12px;
}
.redBox span{
    color: #403C3D;
    display: block;
    float: left;
    padding-top: 12px;
    width: 148px;

}
.redBox:hover span{
    text-decoration: underline;
}

#targetComent{
    background: none repeat scroll 0 0 #FDF6F6;
    padding: 15px 0 0;
}
.inputBox {
    padding-top: 2px;
    padding-bottom: 17px;
}
/******************SONDA************************/
.artBox .inputBox {
    padding-top: 2px;
    padding-bottom: 4px;
}

.inputBox label{
    padding-left: 9px;
}

.inputBox.inquery label{
    float: left;
    width: 200px;
}

.inquery input{
    float: left;
}
.type2 .inputBox.inquery label{
    float: right;
    width: 439px;
}


.artBox form{
    display: block;
    /*height: 116px;*/

}

.inMask{
    overflow: hidden;
}

.checkAnswers{
    font-family: 'open_sansbold';
}

.bar_bck{
    background-color: #f5f5f5;
    height: 7px;
    margin-top: 1px;
    width: 100%;
    border-radius: 6px 6px 6px 6px;
}
.bar_bck .bar {
    background-color: #ed1c24;
    height: 7px;
    border-radius: 6px 6px 6px 6px;
}

.answer{
    padding-bottom: 5px;
}
.questTitle span{
    font-size: 12px;
    color: #6f6f6f;
    margin-left: 2px;
}
.bfresult{
    /*height: 155px;*/
}

/******************* Order ****************************/


#orderContent{
    padding-top: 3px;
}

.orderBox{
    padding-top: 18px;
    margin-bottom: 24px;
    height: 70px;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
}

.stepLinkContent{
    border-right: 1px solid #E8E8E8;
    float: left;
    height: 47px;
    width: 388px;
    margin-top: 2px;
}

.orderBox .slogan{
    float: right;
    width: 288px;
    color: #403c3d;
    font-size: 23px;
    font-family: 'open_sanslight';
    line-height: 25px;
    padding-left: 12px;
}

.orderBox .slogan .text2{
    color: #ed1c24;
    font-family: 'open_sansbold';
}


#orderContent h2{
    font-family: 'open_sansbold';
}
/*.stepLink:link, .stepLink:visited{*/
.stepLink{
    display: block;
    float: left;
    position: relative;
    font-family: 'open_sanslight';
    font-size: 30px;
    color: #e8e8e8;
    padding: 2px 24px 8px 15px;
    background: url("images/stepBtns.gif") no-repeat scroll -248px 0 transparent;
}


.stepLink.selected{
    background: url("images/stepBtns.gif") no-repeat scroll -124px 0 transparent;
    color: #FFF;
}

.stepLink.selected2{
    background: url("images/stepBtns.gif") no-repeat scroll 0px 0 transparent;
    color: #FFF;
}


.selectOrder .newspaper.last{
    margin-right: 0;
}

.selectOrder .newspaper{
    float: left;
    padding: 25px 8px 25px 26px;

}
.selectOrder .newspaper img{
    margin-bottom: 20px;
}
.selectOrder .newspaper .orderBtn{
    /*margin-left: 50px;*/
}
#orderSelectMag{
    padding-bottom: 85px;
}


.orderBtn{
    background: url('images/OrderBtn.gif') no-repeat 0 0;
    display: block;

    width: 96px;
    height: 28px;
}



#orderContent ul{
    display: block;
}
#orderContent li{
    display: block;
}

#content .kozysci{
    padding-top: 10px;
    float: left;
    width: 218px;
}

/********************** STEP 2 *********************************/
.step2 .orderBox{
    margin-bottom: 27px;
}

.stepContent{
    float: left;
    width: 380px;

}
.stepContentRight{
    float: right;
    width: 300px;
}

.stepContent.details {
    width: 330px;
    padding-bottom: 10px;
}

.stepContent.details.last {
    float: right;
}

.newspFront{
    float: right;
}

.grazBox{
    border: 2px solid #e9e9e9;
    background: #fbfbfb;
    padding: 20px 19px;
    margin-bottom: 20px;

}

.grazBox{

}

.selectBox {
    padding-bottom: 3px;
    padding-top: 13px;
}
.selectBox.v2{
    padding-bottom: 15px;
    padding-top: 0px;
}


.selectBox label{
    padding-right: 6px;
}
.selectBox select{
    padding: 6px 8px 6px 11px;
    /*border: none;*/
    border: 1px solid #e9e9e9;
}

.selectBox.v2 select{
    width: 210px;
    padding: 6px 8px 6px 2px;
}

.selectBox.noPading{
    padding-bottom: 15px;
}
.selectBox.clrBtmPad select{
    margin-right: -18px;
    width: 168px;
    margin-top: 14px;
}

.orderVal{
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    margin-bottom: 24px;
    margin-top: 12px;
    padding: 16px 12px 16px;
    text-align: right;
}
#orderPrice{
    font-size: 34px;
    color: #ed1c24;
    font-family: 'trocchi_boldbold';

}
#orderPrice span{
    font-size: 28px;
}
.nextBtn{
    display: block;
    float: right;
    width: 61px;
    height: 28px;
    background: url('images/nextBtn.gif') no-repeat 0 0;

}
.backBtn{
    display: block;
    float: left;
    width: 70px;
    height: 28px;
    background: url('images/backBtn_2.gif') no-repeat 0 0;
}

.backBtn:hover{
    background: url('images/backBtn_2.gif') no-repeat 0 -28px;
}

.backBtn.v2{
    display: block;
    float: left;
    width: 70px;
    height: 28px;
    background: url('images/backv2.gif') no-repeat 0 0;
}

.backBtn.v2:hover{
    background: url('images/backv2.gif') no-repeat 0 -28px;
}


/***************** STEP 3 ***************************/

.inputTextBox{
    padding-bottom: 15px;
}
.inputTextBox input{
    float: right;
    border: 1px solid #E8E8E8;
    padding: 6px 30px 5px 5px;
    width: 189px;
    display: block;
    background-color: #ffffff;
}
.inputTextBox label{
    padding-top: 7px;
    display: block;
    float: left;
}

.inputTextBox input.adress1{
    width: 241px;
}
.inputTextBox input.adress2{
    width: 119px;
}
.inputTextBox input.adress4{
    width: 177px;
}
.inputTextBox input.mail{
    width: 227px;
}
.inputTextBox input.rightin{
    width: 222px;
}
.inputTextBox input.mailLog{
    width: 269px;
}
.inputTextBox input.pass{
    width: 320px;
}

.inputBox input.checkbox{
    margin: 0 7px;
}


label.checkbox{
    color: #5f5f5f;
    font-size: 13px;
    line-height: 1em;

}

.agreementBox{
    padding-top: 10px;
}
.agreementBox input.checkbox{
/*    margin-left: 26px;*/
}
.agreementBox label.checkbox{
    color: #5f5f5f;
    font-size: 13px;
    line-height: 1.6em;
    display: block;
    float: right;
    width: 275px;
}

.agreementBox label.checkbox a.v3{
    display: block;
    float: left;
    margin-top: -2px;
}

.starLegend{
    color: #333333;
    font-size: 12px;
    padding-bottom: 30px;
}

.stepContentRight .starLegend{
    padding-bottom: 10px;
}

.paymentsBtn{
    display: block;
    float: right;
    width: 151px;
    height: 28px;
    background: url('images/paymentsBtn.gif') no-repeat 0 0;
}

.stepContent .validation-advice {
    color: #BF2F2F;
    float: right;
    font-size: 11px;
    text-align: right;
    width: 340px;
}


/***************** Login *********************************************/
#content.dontShowRight{
    width: 100%;
}

h1 span.right{
    width: 461px;
}

#loginContent{
    padding-top: 12px;
}

#loginContent p,#loginContent .starLegend{
    padding-left: 2px;
}

#loginContent .lcontent {
    float: left;
    width: 381px;
    padding-top: 11px;
}

#registerForm .inputTextBox label{
    text-align: right;
}

#registerForm .inputTextBox input{
    margin-left: 9px;
    background-color: #ffffff;
    width: 180px;
}



.agreementBox.register input.checkbox{
    margin-left: 20px;
    margin-right: 10px;
}

.agreementBox.register label.checkbox {
    font-size: 12px;
    width: 194px;
    line-height: 1.6em;
}

.agreementBox.register.v2 label.checkbox {
    font-size: 12px;
    width: 338px;
    line-height: 1.6em;
}

#loginContent .rcontent {
    border-left: 1px solid #E8E8E8;
    float: right;
    height: 600px;
    padding-left: 48px;
    width: 461px;
    padding-top: 11px;
}

#facebookBox{
    background: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
}

.boxFacebook{
    overflow: hidden;
}

#loginContent .grazBox {
    padding: 20px 19px 2px;
}

.registerBtn {
    background: url("images/registerBtn.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 28px;
    width: 96px;
}
.saveBtn {
    background: url("images/saveBtn.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 28px;
    width: 105px;
}
.passwordBtn {
    background: url("images/passwordBtn.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 28px;
    width: 150px;
}
.loginBtn {
    background: url("images/loginBtn.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 28px;
    width: 68px;
}

.changePassBtn {
    background: url("images/changePassBtn.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 28px;
    width: 94px;
}

/*.agreementBox.register .validation-advice{
    width: 253px;
}*/

.validation-advice{
    float: right;
}
.resultLogin{
    color: #BF2F2F;
}


#logowanieBox, .logowanieBox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E8E8;
    right: 0;
    padding: 17px 10px;
    position: absolute;
    top: 113px;
    width: 200px;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
}
#logowanieBox input, .logowanieBox input{
    border: 1px solid #E8E8E8;
    font-family: 'trocchiregular';
    color: #646464;
    padding: 5px 10px;
    margin-bottom: 9px;
    width: 180px;
    font-size: 14px;
    background-color: #ffffff;
}
#logowanieBox a:link, #logowanieBox a:visited, .loginLinks .logowanieBox a:link, .loginLinks .logowanieBox a:visited {
    font-size: 12px;
    color: #333333;
    font-family: 'trocchiregular';
    word-spacing: normal;
}

#logowanieBox2{
    left: 0;
    top: 39px;
    right: auto;
}



/**************** POD PATRONATEM ************************************/
.patronatInfo{
    float: right;
    padding: 14px;
    background: url('images/logovsmall.gif') no-repeat 10px 20px #ed1c24;
    color: #FFF;
    font-family: 'open_sanssemibold';
    width: 200px;
    margin: 0 0 10px 10px;
    font-size: 14px;
}
.patronatInfo b{
    font-family: 'open_sansbold';
    font-size: 16px;
}

.patronatInfo .head{
    text-align: right;
    border-bottom: 1px solid #f8959e;
    font-size: 11px;
    padding: 13px 12px 5px;
    margin-bottom: 10px;

}

.patronatbar{
    height: 60px;
    padding-top: 18px;
    position: relative;
}
.patronatbar a:link, .patronatbar a:visited{
    display: block;
    float: left;
    border: 1px solid #e8e8e8;
    font-size: 34px;
    color: #5f5f5f;
    font-family: 'open_sanslight';
    padding: 0 16px;
    line-height: 45px;
}
.patronatbar a.selected{
    font-family: 'open_sansregular';
    color: #403c3d;
    border: 3px solid #e8e8e8;
    border-left: 2px solid #e8e8e8;
    line-height: 41px;
    padding: 0 15px;
    position: relative;
}
.patronatbar a span{
    display: block;
    position: absolute;
    top: -9px;
    left: 40%;
    width: 41px;
    height: 17px;
    background: url('images/patronatBtnHover.png') no-repeat 0 0;
    display: none;
}
.patronatbar a.selected span{
    display: block;
}

.patronatbar.curr{
    height: 39px;
    padding-top: 18px;
}

.patronatbar.curr a:link, .patronatbar.curr a:visited{
    font-size: 20px;
    padding: 0 12px;
    line-height: 26px;
}
.patronatbar.curr a.selected{

    border: 2px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    line-height: 24px;
    padding: 0 11px;
}

.patronatbar.curr a span{
    top: -5px;
    left: 31%;
    width: 25px;
    height: 10px;
    background: url('images/patronatBtnHover2.png') no-repeat 0 0;

}

.patronatbar .navBox{
    float: right;
    position: absolute;
    bottom: 12px;
    right: 0px;
}
.patronatbar .navBox a, .patronatbar.curr .navBox a{
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
    border: none;
    color: #000;
    background: #cccccc;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 23px;
    padding: 0 8px;
}
.patronatbar .navBox a.sieci{
    padding: 0 26px;
}

.patronatbar .navBox a.selected, .patronatbar .navBox a:hover{
    color: #FFF;
    background: #ed1c24;
}


.articles .patInfo, .grazBox .patInfo{
    font-size: 13px;
    padding-bottom: 10px;
    font-family: 'open_sanssemibold';
}
.artBox .patInfo, .searchResults .patInfo{
    font-size: 13px;
    padding-bottom: 10px;
    color: #403c3d;
    font-family: 'open_sansregular';
}

.searchResults .patInfo{
    padding-bottom: 0px;
}

.articles .patInfo span, .grazBox .patInfo span, .searchResults .patInfo span{
    color: #808080;
}

.pat .artBox{
/*    height: 293px;*/
}
.moreLink{
    text-align: right;
    color: #ed1c24;
    font-family: 'open_sansbold';
    float: right;
    margin-right: 4px;
    margin-top: 7px;
}
.artBox p{
    margin: 0;
}
/* .artBox .maskBox{
     height: 250px;
     overflow: hidden;
 }*/

/************************* HOME ****************/

#main700x60{
    margin-top: -15px;
    height: 60px;
    width: 700px;
    margin-bottom: 20px;
}

#billboard {
/*    width: 750px;
    height:  200px;
    margin: 0 auto 30px auto;*/
    height: 200px;
    margin: 0 auto 30px auto;
    width: 940px;
}

#billboardAdsense{
    margin: 0 auto 30px auto;
    width: 940px;
}

#billboardRight {
    width: 160px;
    height: 600px;
    position: absolute;
    right: -170px;
    top: 326px;
}

#billboardRightAdsense {
margin: 0 0 13px 0;
/*    width: 160px;
    position: absolute;
    right: -170px;
    top: 0px;*/
}

#wsieci_art_rec_2{
    float: left;
}

#wsieci_art_rec_1{
    float: left;
    margin-left: 10px;
}

#billboardArticleAdsense::after{
    display: table;
    content: " ";
    clear: both;
}

#billboardArticle {
    width: 300px;
    height: 250px;
    float: left;
    margin: 4px 20px 20px 0;
    display: none;
}

#billboardArticleAdsense {
/*    width: 300px;
    float: left;
    margin: 4px 20px 20px 0;*/
}

#billboardBoxRowAdsense{
    clear: both;
}

.featured{
    padding-bottom: 14px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 24px;

}

.featured .img{
    float: left;
    margin-right: 10px;
    position: relative;
    display: block;
}
.featured .img span{
    position: absolute;
    top: 21px;
    left: 0px;
}

.featured .right{
    float: right;
    width: 222px;
}
.featured h1{
    font-size: 34px;
    font-weight: normal;
    line-height: 35px;
    margin: 1px 0 11px;
    padding-top: 0;
}

#home .artBox{
    /*height: 267px;*/
}
/*#home .artBoxVisable{
     height: 248px;
}*/


.artBox.type2{
    width: 460px;
}

#home .artBox .img, .artBox .img.redactorImg, .pat .artBox .img {
    padding: 6px 0 11px;
}

/***************** Wydania archiwalne ******************/

.artBox .img{
    display: block;

}


.archContent{
    padding-top: 4px;
}

.archContent p{
    margin: 0;
}
/*.mag .artBox {
    height: 391px;
}*/


.artBox.magazine .img{
    margin-bottom: 16px;
}
.articles.mag .patInfo{
    padding-bottom: 0;
}

.relases{
    padding-top: 2px;
}

.relases::after{
    clear: both;
    display: table;
    content: " ";
}

.relases h2{
    font-family: 'open_sansbold';
}
.relases h2.title{
    padding-bottom: 5px;
    padding-top: 10px;
}

.relases .img{
    float: left;
    margin-bottom: 24px;
}

.relases .buttonBox{
    padding-bottom: 17px;
}

.relasesContent{
    float: left;
    width: 379px;
}
.relasesContent p{
    margin: 0 0 10px;
}
.relasesContent .long{
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 20px;
    padding-bottom: 12px;
}
.loginLinks{
    margin-top: -5px;
    word-spacing: 6px;
    color: #ED1C24;
    position: relative;
}
.loginLinks a:link, .loginLink a:visited{
    font-family: 'open_sanssemibold';

}
.relases .index{
    margin-top: -6px;
    width: 300px;
    float: right;
}
.relases .index span{
    background: none repeat scroll 0 0 #ed1c24;
    clear: both;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: 'trocchi_boldbold';
    font-size: 16px;
    height: 22px;
    margin-right: 13px;
    margin-top: 4px;
    padding-top: 5px;
    text-align: center;
    width: 27px;
}

.relases .index p{
    margin: 0;
}
.relases .index div{
    float: left;
    width: 260px;
}

.relases .index div.row_a{
    background: #ed1c24;
    padding-left: 10px;
    color: #fff;
    width: 240px;
    padding-right: 10px;
}

.relases .index div.row_b{

    padding-left: 10px;
    color: #fff;


    background: url("images/wIcon.gif") no-repeat scroll right center #ED1C24;
    padding-right: 72px;
    width: 178px;
}
.relases .index div.row_c{
    padding-left: 10px;
    color: #fff;
    background: url("images/wIcon2.gif") no-repeat scroll right center #ED1C24;
    padding-right: 42px;
    width: 208px;
}




.relases .index div.line{
    width: 100%;

    margin: 14px 0 11px;
    height: 2px;
}


.relases .index div b, .relases .index div strong{
    display: block;
    padding-top: 3px;
}

.relasesContent .loginLinks{
    margin-bottom: 18px;
}

.relasesContent .grazBox{
    padding: 14px 11px 20px 18px;
}

.relasesContent .grazBox h2{
    line-height: 1.2em;
}

.relasesNews{
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.relasesNews.last{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.relasesNews p{
    margin-bottom: 0px;
}

.uknown .relasesNews{
    opacity: 0.35;
}
.relasesContent .uknown .relasesNews  a, .relasesContent .uknown .grazBox a:link, .relasesContent .uknown .grazBox a:visited{
    color: #737373;
}

/************* Search Results************************/

.searchContent{
    padding: 18px 0px 32px;

    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 14px;
}

#searchBtnBig {
    display: block;
    float: right;
    width: 140px;
    height: 47px;
    background: url('images/searchBtnBig.gif') no-repeat 0 0 ;
}

#searchInputBig {
    font-family: 'open_sanslight';
    color: #5d5d5d;
    border: 1px solid #e8e8e8;
    border-right: none;
    display: block;
    float: left;
    width: 542px;
    font-size: 33px;
    padding-left: 17px;
    font-style: italic;
}

.searchResults .title{
    color: #403C3D;
    font-family: 'open_sansbold';
    font-size: 33px;
    font-weight: normal;
    line-height: 48px;
    margin: 0 0 10px;
    line-height: 1.15em;
    display: block;
}

.searchResults .title:hover {
    /*color: #ed1c24;*/
    color: #9C0D11;
}

.searchResults{
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 14px;
    padding-bottom: 18px;
}
.searchResults p{
    margin: 0;
}

.searchResults .infoEditor{
    padding-bottom: 10px;
}

.release_2{
    display: none;
}

#content .clientNavi {
    height: 51px;
    border: 1px solid #e9e9e9;
    background: #fbfbfb;
    margin: 30px 0 15px 0;
}

#content .clientNavi li {
    float: left;
    background: none;
    padding: 0;
    margin: 0;
    border-right: 1px solid #e9e9e9;
}

#content .clientNavi li.right {
    float: right;
    border-right: 0;
    border-left: 1px solid #e9e9e9;
}

#content .clientNavi li a {
    display: block;
    padding: 15px 20px;
}

#content .clientNavi li a:hover,
#content .clientNavi li a.selected {
    background: #ed1c24;
    color: #fff;
}

table.subscriptions {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-spacing: 0;
}

table.subscriptions tbody tr:hover {
    background: #f7f7f7;
}

table.subscriptions tbody tr.aliCenter, table.subscriptions tbody tr.aliCenter td{
    text-align: center;
}
table.subscriptions tbody tr.aliCenter:hover {
    background: none;
}

table.subscriptions th {
    padding: 0 10px 5px 10px;
    border-left: 1px solid #e8e8e8;
    font-family: 'open_sansbold';
    font-size: 14px;
    text-align: left;
}

table.subscriptions.orderPrices{
    margin-bottom: 5px;
}

table.subscriptions .small th {
    font-size: 13px;
}

table.subscriptions.orderPrices th {
    text-align: center;
}

table.subscriptions th:first-child,
table.subscriptions td:first-child, table.subscriptions.orderPrices td:first-child {
    padding-left: 0;
    border-left: 0;
    text-align: left;
}

table.subscriptions tr.last td {
    border-bottom: 0;
}

table.subscriptions td {
    padding: 5px 10px;
    border-left: 1px solid #e8e8e8;
    vertical-align: middle;
    font-size: 13px;
}

table.subscriptions.orderPrices td {
    text-align: center;
}


table.subscriptions .lp {
    padding-right: 0;
    font-weight: bold;
}

table.subscriptions .noBorder {
    border-left: 0;
}

table.subscriptions span.duration {
    font-size: 11px;
}

.moreBtn {
    width: 25px;
    height: 28px;
    display: block;
    float: left;
    background: url(/images/moreBtn.gif) no-repeat;
}

.resultInfo {
    margin-bottom: 20px;
    padding: 20px;
    border: 2px solid #e9e9e9;
}

.resultInfo.success {
    color: #568906;
    border-color: #76bb0a;
}

.resultInfo.error {
    color: #ed1c24;
    border-color: #ed1c24;
}

input[type=text].validation-passed,
input[type=password].validation-passed,
textarea.validation-passed {
    background-image: url(/images/validationPassed.gif);
    background-repeat: no-repeat;
    background-position: right 0;
}

.resultInfoboxOverlay {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}

.resultInfobox {
    width: 313px;
    padding: 20px 30px;
    margin: 0 0 0 -200px;
    background: #fbfbfb;
    border: 2px solid #e6e6e6;
    position: fixed;
    top: 35%;
    left: 50%;
    z-index: 20;
}

.resultInfobox h3 {
    margin-bottom: 5px;
    font-family: 'open_sansbold';
    font-size: 26px;
    color: #403c3d;
    font-weight: bold;
}

.resultInfobox p {
    width: 250px;
    float: left;
    margin-bottom: 0;
}

.okBtn {
    background: url(/images/okBtn.gif) no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 28px;
    width: 44px;
    margin-top: 10px;
}

.marginTopBtm {
    margin: 20px 0;
}

.subpageBtn {
    width: 166px;
    height: 28px;
    display: block;
    margin-right: 20px;
    background: url(/images/subpageBtn.gif) no-repeat;
}

.artBtn {
    width: 149px;
    height: 28px;
    display: block;
    background: url(/images/artBtn.gif) no-repeat;
}

#erelease {
    float: left;
    padding: 22px 0;
    border: 2px solid #e8e8e8;
}

#erelease .rel {
    width: 226px;
    float: left;
    padding-left: 20px;
    border-left: 1px solid #e8e8e8;
}

#erelease .rel:first-child {
    border-left: 0;
}

#erelease .rel.last {
    width: 180px;
}

#erelease .rel > img {
    margin-bottom: 20px;
}

#erelease .rel ul {
    height: 130px;
    padding-left: 5px;
}

#erelease .rel li {
    padding-top: 3px !important;
    padding-left: 35px !important;
}

#erelease .rel li.windowsIcon {
    background: url(/images/windowsIcon.gif) no-repeat !important;
}

#erelease .rel li.appleIcon {
    background: url(/images/appleIcon.gif) no-repeat !important;
}

#erelease .rel li.androidIcon {
    background: url(/images/androidIcon.gif) 0 3px no-repeat !important;
}

#erelease .rel li.pdfIcon {
    background: url(/images/pdfIcon.gif) 0 3px no-repeat !important;
}

.shopBtn {
    width: 126px;
    height: 28px;
    display: block;
    background: url(/images/goShopBtn.gif) no-repeat;
}

#userPanel > .left {
    width: 699px;
    margin-top: 8px;
}

#userPanel > .right {
    width: 221px;
}

.small {
    font-size: 12px;
}

.gray {
    color: #3e3e3e !important;
}

.gray:hover {
    text-decoration: underline;
}

.extendBtn {
    width: 71px;
    height: 28px;
    display: block;
    margin-top: 10px;
    background: url(/images/extendBtn.gif) no-repeat;
}

#dataTab > .left {
    width: 380px;
}

#dataTab > .right {
    width: 300px;
}

input.small {
    width: 100px !important;
}

.marginBottom {
    margin-bottom: 20px;
}

p.noMargin {
    margin: 0 !important;
}

.forgotPass {
    display: block;
    float: left;
    padding-top: 8px;
}

#logowanieBox .validation-advice,
.logowanieBox .validation-advice {
    color: #BF2F2F;
    font-size: 11px;
    padding: 0 10px 10px 10px;
}

.payBtn {
    width: 54px !important;
}

.cancelBtn {
    width: 102px !important;
    font-size: 11px !important;
}

span.red {
    color: #ed1c24;
    font-weight: bold;
}

/************ Reklama *************************************/
.rekl{
    padding-top: 10px;

}
.rekl .left{
    width: 380px;
}

.rekl .right{
    width: 300px;
}
.rekl h2{
    margin-bottom: 22px;
}

.rekl .clear.line2 {
    margin-top: 10px;
}

#content  ul.fileStyle li {
   background: url("images/fileIco.gif") no-repeat scroll 0 3px transparent;
   padding-left: 22px;
}

.rekl a:link, .rekl a:visited{
    color: #403c3d;
    text-decoration: underline;

}
.rekl a:hover{
    color: #9c0d11;
}

.rekl .woTitle{
    padding-top: 25px;
}

/**************** Media *******************************************/
.media .h1{
    border-bottom: 1px solid #e8e8e8;
     margin-bottom: 12px;
    padding-bottom: 18px;

}

.mediaBox{
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding-bottom: 18px;
}

.mediaBox a.title {
    color: #333333;
    font-size: 34px;
    font-family: 'open_sansbold';
    line-height: 1.15em;
    margin-bottom: 10px;
}

.mediaBox a.title:hover {
    color: #9c0d11;
}

.mediaBox .infoEditor {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'open_sansregular';
}

.mediaBox p{
    margin-bottom: 0px;
}

.skontaktuj{
       padding-top: 30px;
}

.skontaktuj a.v2{
    font-size: 13px;
}


.skontaktuj .marginTopBtm{
    margin: 10px 0;
}

.w380{
    width: 380px;
}

a.used{
    cursor: inherit;
}

.pageList{
    text-align: center;
	margin: 0 0 15px 0;
}

.pageList a:link, .pageList a:visited {
    border: 1px solid #E6E6E6;
    margin: 0 2px;
    padding: 1px 6px;
    font-family: 'open_sansregular';
    color: #403C3D;
}
.pageList a.selected {
    background: none repeat scroll 0 0 #F5F5F5;
}
.pageList a:hover {
    background: none repeat scroll 0 0 #F5F5F5;
    text-decoration: none;
}


div.facebookUserPicture {
    float: right;
    margin: 16px 11px 0 0;
    padding: 4px;
    background: #f6f5f6;
    border: 1px solid #e7e9e9;
}

textarea.facebookUserPicture {
    float: left !important;
    width: 530px !important;
}

#showMoreLoginBox {
    width: 378px;
    position: fixed;
    top: 300px;
    right: -344px;
    z-index: 10;
}

#showMoreButton {
    width: 34px;
    height: 141px;
    float: left;
    background: url(/images/showMoreButton.gif) no-repeat;
}

#showMoreLoginBox > div {
    width: 312px;
    float: right;
    padding: 25px 14px 20px 16px;
    background: #fff;
    border: 1px solid #eaeaea;
}

#showMoreLoginBox h2 {
    margin-bottom: 15px;
    font-family: 'open_sansbold';
    font-size: 18px;
    line-height: 1.2em;
}

#showMoreLoginBox .field {
    min-height: 31px;
    margin-bottom: 5px;
}

#showMoreLoginBox label {
    float: left;
    padding-top: 8px;
    font-family: 'trocchi_boldbold';
    font-size: 14px;
    color: #403c3d;
}

#showMoreLoginBox input[type=text],
#showMoreLoginBox input[type=password] {
    width: 234px;
    height: 29px;
    padding: 0 10px;
    float: right;
    border: 1px solid #e8e8e8;
    font-family: 'trocchi_boldbold';
    font-size: 14px;
    color: #747474;
    line-height: 29px;
}

#showMoreLoginBox .textLink {
    line-height: 4em;
    font-family: 'trocchiregular';
    font-size: 11px;
    color: #333333;
    text-decoration: underline;
}

#showMoreLoginBox .textLink:hover {
    text-decoration: none;
}

#showMoreLoginBox .loginBtn {
    margin-top: 8px;
}

#showMoreLoginBox .validation-advice {
    margin-bottom: 10px;
}

.clrBtmPad {
    padding-bottom: 0;
}

.clrTopPad {
    padding-top: 0;
}


#bigImgContainer {
    width: 700px;
    height: 375px;
    overflow: hidden;
    position: relative;
}

#bigImgContainer .powiekrz{
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: none;
}

#bigImgContainer .powiekrz2{
    display: none;
}
#bigImgContainer:hover .powiekrz1{
    display: none;
}
#bigImgContainer:hover .powiekrz2{
    display: block;
}



#bigImgContainer.pointer{
    cursor: pointer;
}

.relatedNews {
    margin-bottom: 30px;
    font-weight: bold;
}

.relatedNews a {
    font-weight: bold;
}

#imgAuthor {
    margin: 10px 0 30px 0;
    font-size: 12px;
    color: #6f6f6f;
}

#wjw{
    font-family: 'open_sansbold';
    font-size: 17px;
    color: #000;
    display: block;
    background: url('images/wjw.gif') no-repeat 138px center;
    padding: 3px 0px;
}

#wjw:hover{
    color: #9C0D11;
}

.btnKupTeraz {
    background-color: #ED1C24;
    color: #fff;
    width: 90px;
    padding: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    font-family: 'open_sanssemibold';
}

.btnRed:link, .btnRed:visited, .btnRed{
    color: #FFF;
    font-family: 'open_sansbold';
    font-size: 13px;
    text-shadow: 1px 1px 1px #671112;
    /*background: url("images/addcom.gif") no-repeat scroll 0 0 transparent;*/
    background: url("images/but1.jpg") no-repeat scroll 0 0 transparent;
    height: 28px;
    width: 129px;
    text-align: center;
    display: block;
    /*float: right;*/
    line-height: 28px;
}
.btnRed:hover{
    background: url("images/but1.jpg") no-repeat scroll 0 -28px;
}

.btnRed.h61:link, .btnRed.h61:visited, .btnRed.h61{
    background: url("images/but1h61.gif") no-repeat scroll 0 0px;
    width: 61px;
}
.btnRed.h61:hover{
    background: url("images/but1h61.gif") no-repeat scroll 0 -28px;
}

.btnRed.h61a:link, .btnRed.h61a:visited, .btnRed.h61a{
    background: url("images/but1h61a.gif") no-repeat scroll 0 0px;
    width: 250px;
}
.btnRed.h61a:hover{
    background: url("images/but1h61a.gif") no-repeat scroll 0 -28px;
}

.btnRed.h88:link, .btnRed.h88:visited, .btnRed.h88{
    background: url("images/but1h88.gif") no-repeat scroll 0 0px;
    width: 88px;
}
.btnRed.h88:hover{
    background: url("images/but1h88.gif") no-repeat scroll 0 -28px;
}

.btnRed.h96:link, .btnRed.h96:visited, .btnRed.h96{
    background: url("images/but1h96.gif") no-repeat scroll 0 0px;
    width: 96px;
}
.btnRed.h96:hover{
    background: url("images/but1h96.gif") no-repeat scroll 0 -28px;
}
.btnRed.h101:link, .btnRed.h101:visited, .btnRed.h101{
    background: url("images/but1h101.gif") no-repeat scroll 0 0px;
    width: 101px;
}
.btnRed.h101:hover{
    background: url("images/but1h101.gif") no-repeat scroll 0 -28px;
}
.btnRed.h150:link, .btnRed.h150:visited, .btnRed.h150{
    background: url("images/but1h150.gif") no-repeat scroll 0 0px;
    width: 150px;
    float: left;
}
.btnRed.h150:hover{
    background: url("images/but1h150.gif") no-repeat scroll 0 -28px;
}
.btnRed.h166:link, .btnRed.h166:visited, .btnRed.h166{
    background: url("images/but1h166.gif") no-repeat scroll 0 0px;
    width: 166px;
    float: left;
}
.btnRed.h166:hover{
    background: url("images/but1h166.gif") no-repeat scroll 0 -28px;
}

#wrapper404box{
    padding-top: 30px;
    padding-bottom: 40px;
}
#wrapper404boxMore{
    background: #f5f5f5;
    height: 192px;
    margin-bottom: 25px;
}

#wrapper404boxMore .wrapper{
    font-size: 24px;
    color: #e2e2e2;
    padding-top: 85px;
}

#paymentForm span {
    color: #ed1c24;
}

.clientButtons .btnRed {
    float: left;
    margin-left: 3px;
}

#picture404 {
    width: 700px;
    height: 465px;
    margin: 50px auto;
    background: url(/images/404.jpg) no-repeat;
    clear: both;
}

#content .mainpageBtn {
    float: left;
}

h1.error404 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

p.error404 {
    font-family: 'open_sansbold';
    font-size: 18px;
}


.quizLink {
    text-align: center;
    margin-bottom: 20px;
}

.quizLink a{
    display: inline-block;

}

.finGal .img{
    float: left;
    margin-right: 10px;
      margin-bottom: 8px;
}

.finGal .img.imgLast{
    margin-right: -10px;
}


.finGal .img > img {
    width: 167px;
}

.otherAnswer input{
     background-color: #ffffff;
    border: 1px solid #e8e8e8;
    display: block;
    width: 618px;
    padding: 6px 30px 5px 5px;

}

.otherAnswer textarea {
     background-color: #ffffff;
    border: 1px solid #e8e8e8;
    display: block;
    width: 618px;
    padding: 6px 30px 5px 5px;
    height: 120px;
}

.fininquiry .validation-advice{
    color: #ed1c24;
}

.fininquiry .inputBox{
    padding-bottom: 0;
}


.finBaner{
    margin-bottom: 20px;

}

.finBaner img{
    width: 700px;
    margin: 0 auto;
}

.entry-content ol, .entry-content ul {
  margin-left: 0px;
  margin-bottom: 15px;
}
.see_also{
    font: 700 18px/25px 'open_sanssemibold', sans-serif !important;
    color: #ffffff !important;
    background-color: #ED1C24;
    padding: 2px 10px 1px 12px;
    margin-bottom: 15px;
    width: 135px;
    height: 27px;
}
.kd_ns_box {
  width: 33% !important;
  margin-right: 10px;
}
.kd_ns_ads {
  display: inline-flex;
}
.kd_ns_image_div{
  width: 220px;
  height: 110px;
  overflow: hidden;
  margin-bottom:10px;
}
.kd_ns_image{
  width: 100%;
  height: auto;
}
.kd_ns_font{
  font: 700 15px/1.40em 'trocchiregular', sans-serif !important;
  color: #333333 !important;
}
.kd_ns_sponsored{
  font-size: 9px;
}



/****************** KONKURSY *********************/

.competitions{
    padding-top: 30px;
}

.competitionBox{
    /*font-family: 'open_sanslight';*/
    margin-bottom: 35px;
    padding-bottom: 35px;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
}

.competitionBox .imgBox{
    display: block;
    float: left;
    width: 173px;
}

.competitionBoxInfo{
    float: left;
    /*border-left: 1px solid #e8e8e8;*/
    padding-left: 18px;
     width: 470px;
    height: 181px;
    position: relative;
}

.competitionBoxInfo .title h2{
      font-size: 23px;
    margin-bottom: 10px;
    color: #333;
}

.competitionBoxInfo .top{
    padding-bottom: 5px;
    min-height: 148px;
}

/*********** item **********/


.competitionRelase.patronatbar.curr{
    padding-top: 4px;

}

.competitionRelase label{
    float: left;
    /*text-decoration: underline;*/
    font-size: 14px;
    line-height: 25px;
}

.competitionRelase .right a{

     margin-left: 15px;
}


.typeBtns{
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    padding-bottom: 11px;
    padding-top: 16px;
     margin-bottom: 30px;
}



.typeBtns a{

    border: medium none;

    display: block;
    float: right;
    font-family: "open_sanssemibold";
    font-size: 15px;
    line-height: 23px;
    padding: 0 30px;
    text-transform: uppercase;
    margin-left: 11px;
    background: none repeat scroll 0 0 #cccccc;
    color: #000;
    margin-bottom: 3px;
}

.typeBtns a.selected, .typeBtns a:hover{
    background: none repeat scroll 0 0 #d12428;
    color: #fff;
}

.stepContentx .agreementBox label.checkbox{
    width: 675px;
}

.stepContentx .inputTextBox input{
    width: 360px;
}

.stepContentx .grazBox{
    padding-right: 80px;
}

.inputTextBox textarea{
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    display: block;
    float: right;
    padding: 6px 30px 5px 5px;
    width: 360px;
    resize: none;
    height: 90px;
}
