html, body{
    margin:0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 100%;
    overflow-x: hidden;
    max-width: 100%;
}
p{min-height: 1px;}
.showLink{
    outline:0;
    border-top: 1px solid red !important;
    border-bottom: 1px solid red !important;
    border-left: 1px solid red !important;
    border-right: 1px solid red !important;
}
* textarea,* input{box-sizing: border-box !important;}
/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
.row:after,
.clearfix:after {
    clear: both; }
.row,
.clearfix {
    zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.prz-logo{
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #0b589a;
}
body a:hover{
    text-decoration: underline !important;
}
body .pickfiles,
body input[type="submit"]{
    font-family: 'Roboto-Black', sans-serif;
}
#header{
    position: relative;
    float:left;
    width: 100%;
    min-height: 150px;
    height: auto;
}
#header .container h2.headline{
    display: none;
}
.normal-style{display: none;}
.contrast-style{display: none;}
#header.f-nav{
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
#header #first{
    position: relative;
    float:left;
    width: 100%;
    height: auto;
}
#header #secound{
    position: relative;
    float:left;
    width: 100%;
}
.home{
    max-width: 1166px;
    margin: auto;
}
.rejestracja #LoginForm .field .description,
.moje-konto #LoginForm .field .description{
    display: none;
}
#content .home{
    overflow: hidden;
}


.container{
    margin: auto;
    max-width: 1166px;
    position: relative;
    width: calc(100% - 40px);
}

#header #first #menu-toggle{
    display: none;
    width: 56px;
    height: 36px;
    float: left;
    cursor: pointer;
}
#header #first .menu{
    position: relative;
    float:left;
}
#header #first .menu.active{
    display: table;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
}
#secound #main-menu .nav-collapse.collapse ul.nav.nav-list li.folder a{
    color: #ffffff;
}
#header #first .menu ul{
    list-style: none;
    margin:0px;
    padding: 0px;
}
#header #first .menu ul li{
    float: left;
    width: auto;
    height: 36px;
    line-height: 36px;
}

#header #first .menu ul li a{
    display: block;
    font-size: 1.02em;
    font-weight: 400;
    height: 100%;
    line-height: 2.3em;
    padding: 0 16px 0 10px;
    text-decoration: none;
    box-sizing: border-box;
    width: auto;
}
#header #first .panel{
    float: right;
    position: relative;
    right: 0px;
    top: 0px;
    height: auto;
    font-size: 1em;
}

.module-content .msg-info {
    border: 1px solid #e78484;
    border-radius: 5px;
    font-size: 0.925em;
    margin: 10px 0;
    padding: 5px 0;
    text-align: center;
    clear: left;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
/*szukajka*/
#header #first .panel #search-ico{
    width: 57px;
    height: 36px;
    float: left;
    cursor:pointer;
}
#header #first .panel .search-form{
    display: none;
}
#header #first .panel .search-form.active{
    display: block;
    position: absolute;
    z-index: 2;
    width: 435px;
    left: -179px;
    height: 58px;
    top: 36px;
}
#header #first .panel #searchForm #query{
    float: left;
    width: calc(100% - 130px);
    height: 31px;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 13px;
    margin-left: 15px;
    border-radius: 0px;
    font-size: 1em;
    padding-left: 20px;
}
#header #first .panel #searchForm input.submit{
    float:left;
    width: 30%;
    height: 33px;
    margin-top: 13px;
    border-radius: 0px;
    border: 0px;
    font-size: 1em;
    max-width: 80px;
    font-family: 'Roboto-Black', sans-serif;
    text-transform: uppercase;
}
#header #secound #logo a{
    display: block;
}
/*login*/
.experts #header #first .panel #user-ico{ display: none;}
#header #first .panel #user-ico{
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    float: left;
    width: 100px;
    line-height: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: 5px center, 86px 17px;
    padding-left: 30px;
}
#header #first .panel #user-ico:hover,
#header #first .panel #user-ico.active{
    text-decoration: underline;
}
#header #first .panel #LoginForm input{
    border-radius: 0px;
}
#header #first .panel #LoginForm input[type="submit"]{
    border-radius: 0px;
    cursor: pointer;
    font-family: 'Roboto-Black', sans-serif;
    font-size: 0.9em;
}
#header #first .home .button-facebook{
    background: #3b5998;
    color: #ffffff;
    float: left;
    font-size: 0.9em;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    width: calc(100% - 10px);
    line-height: 36px;
}
#header #first .home .separator{
    float: left;
    width: 100%;
    height: 15px;
    line-height: 15px;
    margin-top: 34px;
    margin-bottom: 15px;
    text-align: center;
}
#header #first .home .button-google{
    background: #dd4b39;
    color: #ffffff;
    float: left;
    font-size: 0.9em;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    width: calc(100% - 10px);
    line-height: 36px;
}
#header #first .home .button-google i,
#header #first .home .button-facebook i{
    display: block;
    float: left;
    margin-top: 5px;
    margin-left: 20px;
}
#header #first #block-5 .form .button-google a,
#header #first #block-5 .form .button-facebook a{
    display: block;
    float: right;
    padding-right: 50px;
    width: calc(100% - 100px);
}
#header #first.row .container .panel #block-5.block-content{
    display: none;
}
#header #first.row .container .panel #block-5.block-content.active{
    display: block;
    position: absolute;
    z-index: 999;
    width: 270px;
    right: 70px;
    height: auto;
    top: 36px;
    padding:20px;
}
.safari #LoginForm #login.login-field, .safari #LoginForm #password.password-field {
    width: 90%;
}
#LoginForm.form .field.password input#password.password-field.valid{
    margin-top: 15px;
}

.safari .container .left-side{width: 30%;}
.safari .container .right-side{width: 68%; padding: 0px;}
.safari .container .left-side {

}
.safari #gradesComments .grade .grade_content .grade_report,
.safari #first.row .container .panel .block-useraccount.block-content.active div a {
    color: #A4A4A4 !important;
}
/*lang*/
#header #first .panel #lang-ico{
    display: block;
    box-sizing: border-box;
    float: left;
    width: 70px;
    line-height: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: 6px center, 50px 17px;
    padding-left: 32px;
    cursor:pointer;
    font-size: 1em;
}
#header #first .panel #lang-ico:hover,
#header #first .panel #lang-ico.active{
    text-decoration: underline;
}
#header #first .panel .language-list{
    display: none;
    list-style: none;

}
/**/
#header #first .panel .language-list li{
    display: block;
    width: 100%;
    height: 28px;
    text-align: center;
    line-height: 28px;
}
#LoginForm.form div.field{
    margin-bottom: 10px;
}
#header #first .panel .language-list li:hover{
    background: #c2c2c2;
    cursor: pointer;
}
#LoginForm #login.login-field,
#LoginForm #password.password-field{
    width: calc(100% - 20px);
    margin-top: 4px;
    height: 28px;
    border: 0px;
    padding-left: 12px;
    border-bottom: 1px solid #c0c0c0;
}
#first #block-5 #LoginForm .submit-buttons{
    margin-top: 10px;
}
#LoginForm input[type="submit"]{
    width: 90px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    float: right;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
}
#LoginForm .error{color: #800000; font-size: 0.9em;}
#first.row .container .panel #block-5.block-content.active div a{
    text-decoration: none;
    display: block;
    width: calc(100% - 110px);
    float: left;
    font-size: 12px;
}
#first.row .container .panel #block-5.block-content.active .form .button-facebook a,
#first.row #block-5 .form .button-google a{color: #ffffff;}
/**/
#header #first.row .container .panel .language-list.active{
    display: block;
    position: absolute;
    z-index: 999;
    width: 42px;
    right: 0px;
    height: auto;
    top: 22px;
    padding:20px;
    display: block;
    padding: 0;
    width: 70px;
}
#header #secound #logo{
    float: left;
    width: 372px;
    height: 75px;
    margin-top: 20px;
}
.logo_normal{
    display: block;
}
.logo_mobile{
    display: none;
    float: left;
}

#header #secound #controls{
    float: right;
    margin-top: 15px;
    width: auto;
    height: 28px;
}
#header #secound #controls div{
    cursor: pointer;
    margin-left: 5px;
}
#header #secound #controls .bip{
    display: block;
    box-sizing: border-box;
    float: left;
    width: 35px;
    height: 29px;
    margin-right:10px;
}
#header #secound #controls #bip{
    display: block;
    box-sizing: border-box;
    float: left;
    width: 35px;
    height: 29px;
    margin-right:10px;
}
#header #secound #controls .contrast{
    display:block;
    float: left;
    width: auto;
    height: 27px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 27px;
    font-size: 0.9em;
    text-decoration: none;
    margin-right: 5px;
}

#header #secound #controls .sizer{
    display: block;
    margin: 0 5px;
    float: left;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 1em;
    text-decoration: none;
}

#header #secound #menu2-toggle{
    display:none;
    font-family: 'Roboto-Black', sans-serif;
    padding: 10px;
    padding-right: 40px;
    float: right;
    right: 20px;
    top: 51px;
    cursor: pointer;
    position:absolute;

}
#q-btn{
    cursor: pointer;
    float: right;
    font-family: 'Roboto-Black', sans-serif;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    margin-right: 40px;
    margin-top: 40px;
    text-align: center;
    width: 40px;
}
#qm-btn{
    display: none;
    cursor: pointer;
    display: none;
    font-family: 'Roboto-Black', sans-serif;
    height: 40px !important;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 40px !important;
    z-index: 99999999;
    right: 80px;
    top: 40px;
}
#qm-btn.visable{
    display: table;
}
#block-21{
    position: relative;
}
/**/
#header #secound #main-menu,
#header #secound #main-menu.hide{
    float: right;
    width: auto;
    max-width: calc(100% - 375px);
    height: 36px;
    margin-top: 12px;
}
#header #secound #main-menu.active{
    display: block;
    height: 100%;
    left: 0px;
    top: -12px;
    position: fixed;
    width: 100%;
    max-width: 100%;
    z-index: 9999;
    overflow:scroll;
}

#header #secound #main-menu.active li.folder ul {
    left: 40px;
    width: calc(100% - 120px);
}
.folder .drop{
    cursor: pointer;
    display: none;
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: auto;
    padding-left: 10px;
    padding-right: 30px;
    height: 20px;
    font-family: 'Roboto-Black', sans-serif;
    z-index: 999999
}
.folder .drop.circ{
    right: 40px;
}
#header #secound #main-menu.active li.folder ul {
    left: 40px;
    height: auto;
    width: calc(100% - 120px);
    border: 0px;
}

#header #secound #main-menu li {
    list-style: none;
    float: left;
    /*min-height: 36px;*/
    cursor: pointer;    
}

#header #secound #main-menu li a{
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Roboto-Black', sans-serif;
    font-size: 1em;
    display: table-cell;
    vertical-align: middle;
    padding-top: 2px;
    padding-bottom: 2px;
}

#main-menu.active ul.nav-list li{
    width: 100%;
}
#secound .container #main-menu.menu.first{
    float: left;
}

#header #secound #main-menu li.folder ul{
    display: none;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    padding:10px 0px;
    height: auto;
    left: 0px;
    z-index: 99999;
}
#header #secound #main-menu li.folder ul li{
    width: 100%;
    float: left;
}
#header #secound #main-menu.active li.folder{
    float: left;
    position: relative;
}
#header #secound #main-menu li.folder ul li a{
    text-transform: none;
    display: block;
    font-family: "Roboto",sans-serif;
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*SLIDER*/
#slider {
    float: left;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    max-width: 100%;
    overflow-y: hidden;
}
#slider .slides .slide {
    display: none;
}

#slider .slides .slide img{
    width: 1920px;
    height: 439px;
    max-height: 439px;
    min-width: 1024px;
}
#slider .slides{
    margin: 0px;
    padding: 0px;
    height: auto;
    max-height: 439px;
}

#slider .slide-content{
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1166px;
    margin: auto;
}
#slider .slide-content .text{
    float: left;
    height: 448px;
    margin-top: -452px;
    position: relative;
    width: 355px;
    z-index: 999;
    padding-left: 25px;
    margin-left: 20px;
}
#slider .slide-content .text h3{
    position: absolute;
    height: auto;
    bottom: 200px;
    padding-right: 20px;
}
#slider .slide-content .text .slide-description{
    position: absolute;
    height: auto;
    bottom: 150px;
    padding-right: 20px;
}
#slider .span12 .navigator{
    position: relative;
    width: 1166px;
    margin: auto;
}
#slider .controls #slider-prev a{
    display:block;
    float: left;
    height: 84px;
    margin-top: -172px;
    position: relative;
    width: 80px;
    z-index: 200;
    margin-left:20px;
}
#slider .controls #slider-next a{
    display:block;
    float: left;
    margin-left: 320px;
    height: 84px;
    margin-top: -172px;
    position: relative;
    width: 80px;
    z-index: 200;
}
#slider .controls #slider-prev a.hide,
#slider .controls #slider-next a.hide{
    z-index: 20;
}
#slider .controls #slider-next a:hover{
    display:block;
}
#slider .controls #slider-prev a:hover{
    display:block;
}
.bx-controls{
    position: relative;
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1166px;
    margin: auto;
    z-index: 99;
}
.bx-default-pager{
    height: 84px;
    position: relative;
    text-align: center;
    top: -88px;
    width: 380px;
    z-index: 999;
    left:20px;
}
.homepage #line-pattern{
    float: left;
    width: 100%;
    height: 27px;
    overflow-x: hidden;
    max-width: 100%;
    margin-top:-88px;
}
.homepage #line-pattern.contain{
    margin-top: 20px;
}
.homepage .news-item{
    margin-bottom: 10px;
    min-height: 190px !important;
}
/*CONTENT*/
.homepage #content{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-top: -60px;
}

#line-pattern{
    float: left;
    width: 100%;
    height: 15px;
    overflow-x: hidden;
    max-width: 100%;
}

/*CONTENT*/
#content{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: 50px;
}
#content #units{
    float: left;
    position: relative;
    width: 360px;
    z-index: 102;
}
#units-mobile{
    display: none;
    position:fixed;
    top: -16px;
    left: 0px;
    padding: 20px;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 9999999;
    list-style: none;
}
#units-mobile li.unit{
    float: left;
    padding-left:20px;
    width: calc(100% - 60px) !important;
    height: auto !important;
    line-height: 46px;
    line-height: 40px;
}
#units-mobile li.unit a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#content #news{
    float: left;
    width: calc(100% - 360px);
}
#units .headline,
.homepage #news .headline,
#bot-item .headline{
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Roboto-Black', sans-serif;
}
#slider h3.label{
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Roboto-Black', sans-serif;
}
.news-item.clearfix h4 a{
    font-family: 'Roboto-Black', sans-serif;
}
#content .container #units .unit{
    float: left;
    position: relative;
    width: 100%;
    height: 98px;
}
#content .container #units .unit .unit-logo-hover,
#content .container #units .unit:hover .unit-logo{
    display: none;
}
#content .container #units .unit:hover .unit-logo-hover{
    display: table;
}
#content .container #units .unit .arrow{
    display: none;
    position: absolute;
    right: 55px;
    top: 37px;
    width: 12px;
    height: 16px;
}
#units-mobile li.unit:nth-child(2){
    border-top: 0px;
    margin-top: 100px;
}
#units-mobile li.unit:nth-child(11){
    margin-bottom: 100px;
}

#more.units-btn{
    width: 220px;
    height: 38px;
    line-height: 38px;
    font-family: 'Roboto-Black', sans-serif;
    border-radius: 3px;
    color: #0b589a;
    cursor: pointer;
    text-align: center;
}
#more.units-btn a{
    font-size: 1.2em;
}

/*news home-page*/
#news .headline{
    padding-left: 20px;
}
.news-item{
    position: relative;
    float: left;
    margin-left: 20px;
    width: calc(50% - 20px);
    height: auto;
    padding-bottom: 25px;
    min-height: 420px;
}

.news-item,
.news-item{
    margin-left: 0px;
    margin-bottom: 13px;
    width: calc(50% - 10px) !important;
}

.news-item:nth-child(2n),
.news-item:nth-child(2n){
    margin-left: 20px;
}
.right-side .page-title{
    margin-bottom: 19px !important;
}
.container .right-side .photos {
    float: left;
    width: 100%;
}
.homepage .news-item:nth-child(1),
.homepage .news-item:nth-child(2){
    margin-top: 0px;
}
.news-item a{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-decoration: none;
    overflow: hidden;
    max-height: 222px;
}
.news-item a img:hover,
.gallery-item a img:hover,
.news-item a .gsWrapper canvas.gsCanvas:hover{
    -webkit-transform:scale(1.10);
    -moz-transform:scale(1.10);
    -ms-transform:scale(1.10);
    -o-transform:scale(1.10);
    transform:scale(1.10);
    opacity: 1;
}
.news-item .date-block{
    position: relative;
    z-index: 2;
    float: left;
    width: 66px;
    height: 66px;
    margin-top: -46px;
}
.news-item .date-block span{
    display: block;
    width: 100%;
    float: left;
    text-align: center;
}
.news-item .date-block .day{
    margin-top: 5px;
    font-size: 30px;
    font-family: 'Roboto-Bold', sans-serif;
}
.news-item .date-block .mounth{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin-top: -3px;
}
.news-item .category-name{
    position: relative;
    z-index: 1 !important;
    float: left;
    width: calc(100% - 20px);
    text-align: right;
    height: 28px;
    line-height: 28px;
    padding-right: 20px;
    margin-top: -28px;
    font-weight: bold;
}
.news-item h4{
    float: left;
    width: 100%;
    margin-top: 7px;
    font-size: 1.2em;
}
.news-item h4 a{
    display: block;
    width: 100%;
    height: auto;
    margin: 4px 2px -1px -1px;
}
.news-item .date{
    float: left;
    width: 100%;
    margin-top: -15px;
}
.news-item .text{
    float: left;
    margin-top: 10px;
    width: 100%;
    height: auto;
}

.more{
    border-radius: 3px;
    clear: left;
    float: left;
    height: 38px;
    line-height: 38px;
    margin: 20px 0;
    padding: 0 20px;
    text-align: center;
    width: auto;
}
#more{
    border-radius: 3px;
    float: left;
    font-weight: 400;
    height: 38px;
    line-height: 34px;
    margin-left: 20px;
    margin-top: 7px;
    width: 190px;
}
#news .block-content #more a{
    display:block;
    width: 100%;
    font-family: 'Roboto-Black', sans-serif;
    text-decoration: none;
    font-size: 1.1em;
    text-align: center;
}

#news .block-content #more a,
#shortcuts h3.headline{
    font-family: 'Roboto-Black', sans-serif;
    font-size: 1.2em;
}
#shortcuts .block-content{
    float: left;
    width:33%;
}
#baner{
    float:left;
    width: 100%;
    height: 220px;
    margin-top: 26px;
}
#baner img{
    max-width: 100%;
    height: auto;
}
#blocks{
    float: left;
    width: 100%;
    height: auto;
    margin-top: 14px;
    margin-bottom: 20px;
}
#blocks #bot-item:nth-child(2){
    margin-left:18px;
    margin-right:18px;
    ;
}
#blocks #bot-item{
    float: left;
    width: calc(100% / 3 - 12px);
    margin: 0px;
    height: auto;
}
#blocks #bot-item img{
    width: 100%;
    height: auto;
}
#blocks #bot-item ul{
    padding-left: 0;
}
#blocks #bot-item ul li{
    list-style: none;
    padding-left: 15px;
    margin-top:10px;
}
#blocks #bot-item ul li a{
    text-decoration: none;
}

#blocks2.banners{
    float:left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
#blocks2.banners #bot-item.section1{
    float: left;
    width: calc(100% / 3 - 13px);
}
#blocks2.banners #bot-item.section1 h3,
#blocks2.banners #bot-item.section2 h3{
    display: block;
    width: calc(100% - 44px);
    margin: 0;
    padding: 6px 22px;
    font-size: 1em;
    font-family: 'Roboto-Black', sans-serif;
}
#blocks2.banners #bot-item.section1 .block-content{
    position: relative;
    float: left;
    margin: 2px 0;
    width: calc(100% - 46px);
    padding: 13px 22px;
    min-height: 245px;
    padding-bottom: 0px;
}
#blocks2.banners #bot-item.section1 .block-content p{
    margin: 0px;
    font-size: 1em;
    font-family: 'Roboto-Black', sans-serif;
}
.poll-form{
    float:left;
    margin-top: 5px;
    width: 100%;
    margin-bottom: 50px;
}
.poll-form .field.radiolist{
    float: left;
    width: 100%;
    height: auto;
}
.poll-form .field buttons.submit-buttons {
    float: left;
    width: 100%;
    height: auto;
}
.poll-form .field.radiolist div.subfield{
    float: left;
    height: 25px;
    margin: 5px 0;
    width: 100%;
}

.poll-form .field.radiolist div.subfield label{
    float: left;
    margin: 0px;
    padding: 0px;
}
.poll-form .field.radiolist div.subfield input[type="radio"]{
    float:left;
    width: auto;
}
#BlockPollForm.form div.field.buttons.submit-buttons input{
    width: 120px;
    margin-right: -2px !important;
}
#blocks2.banners .section1 .block-content .poll-form .form .field.buttons.submit-buttons input{
    margin: 10px 0;
    float: right;
    padding: 3px 10px;
    cursor: pointer;
    color: #0b589a;
    font-family: 'Roboto-Black', sans-serif;
    font-size: 1.2em;
    background: #ffffff url("/themes/card/images/more_bg.png") no-repeat scroll 95% center;
    border: 3px solid #ebebeb;
    border-radius: 3px;
}
.user-photo{
    float: left;
    width: 53px;
    height: 64px;
    border: 2px solid #ededed;
    margin-right: 12px;
}
.user-name{
    color: #000000;
    font-family: 'Roboto-Black', sans-serif;
    font-size: 1.2em;
    float: left;
    padding-right: 15px;
    margin-top: -4px;
    width: calc(100% - 84px);
    display: table-cell;
    min-height: 34px;
    vertical-align: middle;
}
.user-lincks{
    float: right;
    width: calc(100% - 69px);
    height: 20px;
}
.user-lincks a{
    display: block !important;
    float: left !important;
    width: auto !important;
    padding: 0px 15px;
    height: auto;
    text-align: center;
    font-size: 0.9em;
}
.user-lincks a:first-of-type{
    padding-left: 0px;
}
.user-lincks a:last-of-type{
    border-left: 1px solid #0b589a;
    padding-right: 0px;
}
#blocks2.banners .section1 .block-content .poll-form #BlockPollForm.form .field.buttons.submit-buttons input:hover{
    background: #ebebeb url("/themes/card/images/more_bg.png") no-repeat scroll 100% center;
}
#BlockPollForm .field.radiolist div.subfield label{
    color: #666666;
}
#blocks2.banners #bot-item.section2{
    float: right;
    width: calc(66.6666% - 6px);
}
#blocks2.banners #bot-item.section2 .block-content{
    border: 1px solid #e4e4e4;
    float: left;
    margin: 2px 0;
    width: 100%;
    box-sizing: border-box;
}
#blocks2.banners #bot-item.section2 .block-content a .position{
    float:left;
    width: 100%;
    height: 68px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
#blocks2.banners #bot-item.section2 .block-content a:hover .position{
    background: #f9f9f9;
}
#blocks2.banners #bot-item.section2 .block-content .position.foot{
    float: left;
    width: 100%;
    height: 50px;
    border-top: 1px solid #ededed;
    background: #f5f5f5;
}

#blocks2.banners #bot-item.section2 .block-content .position.foot .label{
    float: right;
    width: auto;
    height: 100%;
    line-height: 50px;
}
#blocks2.banners #bot-item.section2 .block-content .position.foot .label a.more{
    width: auto;
    color: #0b589a;
    font-family: "Roboto-Black",sans-serif;
    font-size: 1em;
}
#blocks2.banners #bot-item.section2 .block-content .position.foot .label a img{
    float: right;
    margin-top: 21px;
}
#blocks2.banners #bot-item.section2 .block-content .position.foot .label:hover a img{
    margin-left: 10px;
}
#blocks2.banners #bot-item.section2 .block-content .position a{
    display: block;
    width: 100%;
    height: 100%;
    color: #00468c;
    float:left;
    width: 90px;
}
#blocks2.banners #bot-item.section2 .block-content .position img{
    float: left;
    margin: 17px 18px;
}

#blocks2.banners #bot-item.section2 .block-content .position .title{
    float: left;
    height: 100%;
    width: calc(100% - 343px);
    font-family: 'Roboto-Black', sans-serif;

}
#blocks2.banners #bot-item.section2 .block-content .position .date{
    float: right;
    height: 100%;
    width: 114px;
    border-left: 1px solid #e1e1e1;
}
#blocks2.banners #bot-item.section2 .block-content .position .date .light{
    color: #8d8d8d;
    font-size: 0.9em;
}
#blocks2.banners div#bot-item.section2 .block-content .position .title p{    color: #003c82;}
#blocks2.banners div#bot-item.section2 .block-content .position p{
    display: table-cell;
    height: 68px;
    text-align: center;
    vertical-align: middle;
    min-width: 115px;
    color: #000000;
}

#blocks2.banners #bot-item.section2 .block-content .position .posts{
    float: right;
    width: 114px;
    height: 100%;
    border-left: 1px solid #e1e1e1;
    text-align: center;
}

/*karuzel*/
#caruzel{
    float: left;
    margin-bottom: 60px !important;
    width: auto;
    margin: auto;
}
#caruzel .slider8{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10px;
}
#caruzel .slider8 .slide img{
    margin: auto;
}

#caruzel .slider8 .slide{
    float: left;
    width: 100%;
    text-align: center;
}
#caruzel .slider8 .slide span{
    float: left;
    display: block;
    font-family: 'Roboto-Black', sans-serif;
    font-size: 18px;
    width: 100%;
    margin-top: 16px;
    text-align: center;
}
#caruzel .bx-wrapper{
    float: left;
}
#caruzel div.controls {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 57px;
}
#caruzel div.controls #sslider-prev{
    position: absolute;
    width: 20px;
    height: 52px;
    left: 0px;
    z-index: 9;
}
#caruzel div.controls #sslider-next{
    position: absolute;
    width: 20px;
    height: 52px;
    right: 0px;
    z-index: 9;
}

#caruzel .controls #sslider-prev a.bx-prev{
    display: block;
    width: 20px;
    height: 52px;
}
#caruzel .controls #sslider-next a.bx-next{
    display: block;
    width: 20px;
    height: 52px;
}
#caruzel div.controls #sslider-next{
    position: absolute;
    right: 0px;
}
#caruzel .bx-viewport{
    height: auto !important;
}
#caruzel .bx-controls.bx-has-pager{
    display: none;
}
#footer{
    float:left;
    width: 100%;
    padding-top: 23px;
}
#footer .container{
    position: relative;
    max-width: 1126px;
    width:calc(100% - 40px);
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}


#footer .socials-icons{
    float:left;
    width: 50%;
    min-height: 46px;
}

#footer .socials-icons .ico{
    position: relative;
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
#footer .socials-icons .ico i{
    line-height: 36px;
}
#footer .socials-icons .ico a{
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
}
#footer .socials-icons .ico:hover{
    margin-top: -3px;
}
#footer .socials-icons .ico .title{
    display: none;
    position: absolute;
    width: 72px;
    text-align: center;
    top: 38px;
    left: -20px;
    font-size: 0.7em;
}
#footer .socials-icons .ico:hover .title{
    display: table;
}
#footer .newsletter{
    float:left;
    margin: 0px;
    padding: 0px;
    width: 50%;
}

#footer .newsletter .headline{
    display: block;
    float: left;
    margin: 0px;
    font-family: 'Roboto-Black', sans-serif;
    padding: 0px;
    padding-left:41px;
    width: 160px;
    background-repeat: no-repeat;
    background-position: left center, 167px 7px;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    font-size: 1.3em;
}

#footer .newsletter .block-content{
    float: left;
    width: calc(100% - 201px);
    height: 36px;
}

#footer .container .newsletter .block-content .newsletter{
    width: 100%;
}
#footer .newsletter .block-content input{
    float: left;
    margin: 0px;
    padding: 0px;
    border: none;
    border-radius: 0px;
}
#footer .newsletter .block-content input#email{
    padding-left: 15px;
    width: calc(80% - 15px);
    height: 36px;
    padding-top:0px;
}

#footer .newsletter .block-content input#email:focus{
    border-radius: 0px;
}
#footer .newsletter .block-content input.submit{
    cursor: pointer;
    font-family: roboto;
    height: 36px;
    position: absolute;
    right: 20px;
    text-transform: uppercase;
    top: 0;
    width: 9%;
    z-index: 9;
}
#footer .newsletter .field.text{
    color: #800000;
}
#footer .newsletter .field.text .error{
    display: block;
    width: auto;
    top: 40px;
    padding-top: 45px;
}
#footer #shortcuts{
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: 25px;
}
#shortcuts .headline{
    text-transform: uppercase;
}
#shortcuts .block-content ul{
    margin: 5px 0;
    float: left;
    padding-left: 0px;
    padding-left: 0px;

}
#shortcuts .block-content li {
    list-style: outside none none;
    padding-top: 9px;
    padding-left: 35px;
    float: left;
    width: calc(100% - 35px);
    margin: 0px;
}
#shortcuts .block-content ul li a{
    text-decoration: none;
}
#footer #both{
    float: left;
    width: 100%;
    margin-top: 55px;
    font-size: 0.9em;
}
#footer .contact-block,
#footer .info-block{
    position: relative;
    float: left;
    height: auto;
}
#footer .contact-block{
    width: 60%;
}
#footer .info-block{
    width: 40%
}

#footer .contact-block img{
    margin-top: 25px;
    float: left;
    width: 134px;
    margin-left: 1px;
}

#both .block-content p{
    display: block;
    float: left;
    margin-top: 37px;
    width: auto;
}
#both .block-content p:nth-child(1){
    margin-left: 50px;
}
#both .block-content p:nth-child(2){
    max-width: 200px;
    margin-left: 20px;
}
#footer .info-block .labels{
    float: left;
    margin-top: 73px;
    width: 100%;
}

#footer .info-block .labels .structure{
    display: block;
    float: right;
    height: 20px;
    margin-right: 14px;
    padding-left: 29px;
    width: auto;
}
#footer .cookiehref,
#footer .structure,
#footer .submit-bug{
    text-decoration: none;
}

#footer .info-block .labels .biphref{
    text-decoration: none;
    display: block;
    float: right;
    margin-left: 15px;
    width: 34px;
    height: 40px;
    text-decoration: none;
    margin-top: -25px;
}

#footer .info-block .labels .biphref:hover{
    text-decoration: none !important;
}
#footer #author-foot{
    float: left;
    height: 43px;
    margin-top: 26px;
    padding-top: 10px;
    width: 100%;
    overflow: hidden;
}
#footer #author-foot .optilogo{
    float: right;
    width: auto;
}
#footer #author-foot .optilogo img{
    width: 63px;
    height: 11px;
    margin-left: 10px;
}

.bx-pager-item{
    display: inline-block;
    margin: 24px 5px;
}

.bx-pager-link{
    font-size: 0px;
    width: 10px;
    height: 10px;

    position: relative;
    display: inline-block;
    border-radius: 50%;
}
.bx-pager-link.active{
    background: #ffffff;
}

/* info cookie */
.info_c_box{
    background-color: #f0efef;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: solid 1px #bbbbbb;
    z-index: 16777271;
    padding: 5px;
}
.close_vb,
.close_c{
    padding: 5px;
    cursor: pointer;
    float: right;
    border: solid 2px #003c82;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear:both;
}

.verify_browser{
    display: block;
    position: relative;
    color: #800000;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 16777271;
    padding: 10px 5px;
}
.verify_browser .span10{
    float:left;
    width: calc(100% - 20px);
}
.verify_browser .span2{
    width: 30px;
    height: 30px;
    font-size: 2em;
    float: right;
    margin-bottom: 15px;
    cursor: pointer;
}
.verify_browser .span2 i{
    margin: 0px;
    padding: 0px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
}
/*PODSTRONY*/
.container .bread-crumbs{

}

.container .bread-crumbs .breadcrumb{
    font-size: 0.9em;
    list-style: outside none none;
    padding: 0;
    margin: 10px 2px;
}
.container .bread-crumbs .breadcrumb li{
    display: inline;
    width: auto;
    padding: 5px 10px;
}
.container .bread-crumbs .breadcrumb li:first-of-type{
    margin-left: 0px;
}
.container .bread-crumbs .breadcrumb .divider{
    display: none;
}

.container .left-side{
    float: left;
    width: 100%;
    max-width: 360px;
    margin-bottom: 30px;
}
.container .right-side{
    float: right !important;
    width: calc(100% - 382px);
}
.container .right-side .photos {
    float: left;
}
.right-side #module-description-content .form {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.right-side #module-description-content .form .field {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.right-side #module-description-content .form .field label{
    float: left;
    margin-right: 20px;
    width: 100%;
}

.container .right-side.full{
    width: 100%;
}
.container .left-side .nav-list{
    width: 100%;
    max-width: 360px;
    height: auto;
    float: left;
    padding: 0px;
    margin: 10px 0px;
}
.container .left-side .nav.nav-list li{
    list-style: none;
}
/*.container .left-side .nav.nav-list li.active{
    text-decoration: underline;
}*/
.container .left-side .nav-list li.folder ul{
    list-style: none;
    padding-left: 0px;
    cursor: pointer;
}
.container .left-side .nav.nav-list li.folder ul li{

    border: none;
    background: #ffffff;
}
.container .left-side .nav.nav-list li a{
    display: block;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 76px);

}
.container .left-side .nav.nav-list li.folder ul li{
    border-top: 1px dashed #e1e1e1;
}
.left-side div.menu.first .block-content .nav-collapse.collapse ul.nav.nav-list li.folder.active ul li.folder.active ul li a{
    padding-left: 50px;
}
.container .left-side .nav.nav-list li.folder ul li a{
    display: block;
    font-weight: 400;
    height: auto;
    padding-left: 30px;
    padding-right: 20px;
    width: calc(100% - 66px);
    font-family: 'Roboto', sans-serif;
}
.container .left-side .nav-list li.folder{
    position: relative;
    z-index: 1;
}

.container .left-side .nav-list li.folder ul li.folder{
    position: relative;
}



.container .left-side .nav-list li.folder p{
    border-left: 1px solid #e1e1e1;
    cursor: pointer;
    display: block;
    height: 35px;
    position: absolute;
    right: 0;
    top: -14px;
    width: 35px;
}
.container .left-side .nav-list li.folder.active p{
    border-left: none;
    height: 36px;
    transform:rotate(180deg);
    border-right: 1px solid #e1e1e1;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}







.container .left-side ul li a{
    height: auto;
    line-height: 25px;
    font-family: 'Roboto-Black', sans-serif;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.container .left-side .nav-list ul{
    display: none;
}
.container .left-side .nav-list li.folder .drop{display: none}

.container div.left-side h3.headline{
    display: block;
    float: left;
    width: 100%;
    font-family: 'Roboto-Black', sans-serif;
}
.container div.left-side .block-content{
    float: left;
    width: 100%;
    max-width: 360px;
}
.container div.right-side .pagination{
    float: left;
    width: 100%;
    height: 30px;
    margin-top:15px;
    margin-bottom: 28px;
    text-align: center;
}
.container div.right-side .pagination a,
.container div.right-side .pagination span{
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
    display:inline-table;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
}


.container .right-side .page-title{
    margin-top: 9px;
    font-size: 2em;
    font-family: 'Roboto-Black', sans-serif;
    margin-bottom: 18px;
}
.container .right-side{
    margin-bottom: 30px;
    float: left;
}

.container .right-side{
    padding-left: 20px;
}

/*pojedyncza aktualnosc*/
.container .right-side #module-news-content .news .stargrades_count{
    display: none;
}
#module-contact-content h2.page-title{
    font-family: 'Roboto-Black';
    text-transform: uppercase;
    font-size: 1.7em;
}

.scale h4{
    font-family: 'Roboto-Black';
    color: #000000;
}
.scale .news .info .top-photo{
    display: block;
    width: 100%;
    /*height: 345px;*/
    overflow: hidden;
    text-align: center;
    margin: 10px 0;
}
.scale .news .info .top-photo img{
    height: auto;
    max-height: 345px;
    width: auto;
    max-width: 100%;
}
.scale ul li{
    list-style: none;
    padding-left: 15px;
    margin-bottom: 5px;
    background: url('/themes/card/images/news-li_bg.png') no-repeat left 7px;
}
.scale table tr{
    border-bottom: 1px solid #e1e1e1;
}
.scale table tr th,
.scale table tr td{
    text-align: left;
}

.scale table tr th{
    font-family: 'Roboto-Black';
}
.files h4{
    padding-bottom: 10px;
    border-bottom: 4px dotted #d0d0d0;
}
.files ul{
    padding: 0px;
    margin: 0px;
}
.files ul li{
    background: none !important;
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
    float:left;
}
.files ul li a{
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #0b589a;
    display: inline-flex;
    height: auto;
}
.files ul li p{
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    padding-left:30px;
}
.files span.preview{
    width:16px;margin-left:8px;margin-top:1px;
}
.files ul li a img{
    float:left;
    margin-right: 5px;
}
.files ul li a:hover{
    color: #003c82;
    font-weight: 400;
}
.scale .photos .title{
    display: none;
}
.scale .photos .top-side img,
.scale .photos .bottom-side img{
    width: 30%;
    float: left;
}
.scale .photos.top-side{
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}
.scale .photos.top-side .photo{
    float: left;
    width: calc(100% / 3);
    text-align: center;
}
.scale .photos.top-side .photo img{
    width: 100%;
}
.scale .photos.left-side{
    float: left;
    width: auto;
    height: auto;
    padding-right: 20px;
}
.scale .photos.right-side{
    float: right;
    width: auto;
    height: auto;
    margin: 0px;
    padding-left: 20px;
}
.scale .photos.bottom-side{
    float: right;
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.scale .photos.bottom-side .photo{
    float: left;
    width: calc(100% / 3);
    text-align: center;
}
.scale .photos.bottom-side .photo img{
    width: 100%;
}
.scale .files{
    width: 100%;
    float: left;
}
.scale .text{
    color: #404040;
    font-size: 1em;
    text-align: justify;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
#module-news-content .news-item .photo img{
    width: 100%;
    height: 222px;
}
#module-description-content .news.single .description-author{
    margin-bottom: 15px;
}
#module-news-content .news.single{
    margin: -15px 0;
}
.news.single .date{
    float: left;
    margin-bottom: 15px;
}
#module-news-content .news  .photos{
    float: left;
    width: 100%;
    padding-top: 20px;
}

.news.single.left .photos{
    float: left;
    width: 235px;
    z-index:1000;
    margin-right:20px;
}
.news.single.right .photos{
    float: right;
    width: 235px;
    z-index:1000;
    margin-left:20px;
}

.news.single.left .photos .photo,
.news.single.right .photos .photo{
    width: 100%;
    height: 156px;
    margin-bottom: 10px;
}
.single.left .photos .photo:nth-child(3n-1),
.single.right .photos .photo:nth-child(3n-1){
    margin: 0px;
}
.news  .photos .photo{
    float:left;
    width: calc(94% / 3);
    height: 156px;
    margin-bottom: 5px;
}

.news  .photos .photo:nth-child(3n-1){
    margin-left: 3%;
    margin-right: 3%;
}
.news  .photos .photo a{
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 234px;
    height: 133px;
    line-height: 133px;
    text-align: center;

}
/*kontakt*/
.pickfiles,
.btn.download-file{
    border: medium none;
    display: block;
    font-family: "Roboto-Black",sans-serif;
    height: auto;
    padding: 10px 20px !important;
    max-width: 120px;
    border-radius: 5px;
    margin-bottom: 5px;
}
#owner-content .owner-data a.pickfiles{margin-bottom: 23px;}
.container .right-side .contact h3{
    font-family: 'Roboto-Black', sans-serif;
}
form.form .field.custom{
    width: auto;
    /*padding-top: 15px;*/
}
.container .right-side .contact{
    font-size: 1em;

}
.prz_pickfile_container,
#module-useraccount-content #CoreUserEdit.form #owner-content.clearfix.text div.owner-data div.field.prz_pickfile_container{
    width: 50%; 
    /*float: left;*/
}
.field.custom.prz_pickfile_container{
    padding-top: 25px;
}
form.form .field.checkbox.prz_pickfile_container{margin-bottom: 0px; float: right}
.contact.scale #map-canvas{
    float: left;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.container .right-side .contact form{
    width: 100%;
    max-width: 485px;
}
.container .right-side .contact form .field{
    float:left;
    margin-top: 10px;
    width: 100%;
}
.container .right-side .contact form .field label,
form .field input:not([type="submit"]){
    display: block;
    width: 100%;
    max-width: 322px;
    padding: 0px 10px;
    font-size: 14px;
}
form .field label{
    margin-bottom: 5px;
}
form .field input[type="text"],
form .field input[type="password"]{
    border-radius: 5px;
    height: 38px;
}
form .field textarea{
    height: 170px !important;
    border-radius: 3px;
    float:left;
    max-width: 322px !important;
    font-size: 14px;
    padding: 10px;width:100%;
}
.form .field.text{
    margin: 10px 0;
    padding: 0;
}
#module-contact-content #responsive_recaptcha .solution{
    padding: 0px;
}
.container .right-side .contact form .field input#agree{
    float:left;
    margin-top: 10px;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
.container .right-side .contact form .field span.description{
    float: left;
    width: calc(100% - 30px);
    margin-top: 10px;
}
#module-contact-content.module-content.clearfix .contact.scale .description{
    floaT: left;
    width: 100%;
    text-align: left;
}
.container div.right-side.scale div#module-contact-content.module-content.clearfix div.contact.scale div.description{
    float: left;
    width: 100%;
}
.container .right-side .contact form .field,
.container .right-side .contact form .field #recaptcha_widget_div,
.container .right-side .contact form .field #recaptcha_widget_div table{
    width: 100%;
    margin-top: 10px;
    float: left;
}
form label[for="recaptcha_response_field"]{
    display: none;
}
form input[type="submit"]{
    width: 195px;
    height: 45px;
    font-size: 1.2em;
    font-family: 'Roboto-Black', sans-serif;
    cursor: pointer;
    border-radius: 3px;
}


/*GALERIA*/
/*pierwsza lista*/
#module-gallery-content .gallery-list{
    float: left;
    width: 100%;
}
#module-gallery-content .gallery-list .gallery-item{
    float: left;
    width: calc(33% - 20px);
    margin: 10px;
    padding-bottom: 10px;
    height: 250px;
    border-bottom: 5px solid #f4f4f4;
}
#module-gallery-content .gallery-list .gallery-item img{
    width: 100%;
    height: 147px;
}
#module-gallery-content .gallery-list .gallery-item h4{
    display: block;
    height: 40px;
}
#module-gallery-content .gallery-list .gallery-item h4 a{
    color: #00468c;
}
.gallery-item{overflow: hidden;}


#fancybox-outer{
    z-index: 9999;
}


/*POWIADOMIENIA COOKIE*/
#info_c_box{
    height: auto;
    min-height: 37px;
    background: #ebebeb;
    border-top: 3px solid #003c82;
    display:table-cell;
    vertical-align: middle;
    padding-top: 15px;
}
#info_c_box .container .row .span10{
    display: block;
    float: left;
    width: calc(100% - 160px);
    margin-bottom: 20px;
    margin-left: 20px;
}
.safari #info_c_box .container .row .span10 {
    width: 70%;
}
#info_c_box .span2{
    height: 36px;
    background: #ebebeb;
    position: absolute;
    right: 23px;
    top: 0px;
    width: 106px;
    color: #003c82;
    border-radius: 5px;
    border: 2px solid #003c82;
    text-align: center;
    line-height: 36px;
    font-family: 'Roboto-Black';
    cursor: pointer;
}
#info_c_box .span2:hover{
    background: #003c82;
    color: #ffffff;
}

.page-of-questions{
    background: tan;
    display: none;
}
.page-of-questions .question-field{
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.page-of-questions.active{
    display: block;
}

ul.pager li{
    cursor: pointer;
}

#ankieta h3.error{
    color: #800000;
}



.polls a{
    color: #000;
}

/*KOMENTARZE*/
.grades_wrapper{
    float: left;
    width: 100%;
}
#gradesComments h4{
    display: block;
    position: relative;
    float: left;
    padding-left: 18px;
    width: calc(100% - 18px);
    height: 45px;
    line-height: 45px;
    font-size: 1.2em;
    font-weight: bold;
}
#gradesComments h4 .drop{
    display: bock;
    position: absolute;
    top:0px;
    right: 0px;
    height: 45px;
    width: 45px;
    cursor: pointer;
}
#gradesComments h4 .drop.active{
    transform: rotate(180deg);
    border-left: none;
}
#gradesComments .grades-content{
    float: left;
    width: 100%;
    height: auto;
    display: block;
}
#gradesComments .grade{
    float: left;
    width: 100%;
    height: auto;
}
#gradesComments .grade #author{
    float: left;
    padding-left: 18px;
    height: 94px;
    line-height: 94px;
    width: calc(100% - 248px);
}
#gradesComments .grade #date,
#gradesComments .grade #status{
    float: left;
    text-align: center;
    height: 94px;
    width: 114px;
}
#gradesComments .grade #date .grade_date{
    float:left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#gradesComments .grade #author img{
    display: block;
    float: left;
    width: 52px;
    height: 64px;
    margin-top: 13px;
}
#gradesComments .grade #author .grade_login{
    display: block;
    float: left;
    margin-left: 18px;
    font-family: 'Roboto-Black', sans-serif;
    font-size: 1.2em;
}
#gradesComments .grade .grade_content{
    float:left;
    width: calc(100% - 36px);
    padding: 18px;
}
#gradesComments .grade .grade_content .grade_report{
    display: block;
    float:left;
    width: 100%;
    cursor: pointer;
}
#gradesComments .grade #status a{
    display: block;
    height: auto;
    width: 100%;
}

#gradesComments #gradesPager{
    float:left;
    width: calc(100% - 40px);
    color: #800000;
}
.grades_wrapper .grades_form_wrapper{
    float: left;
    padding: 18px;
    padding-top: 0px;
    width: calc(100% - 34px);
    height: auto;
}
#gradeFormTitle{
    font-size: 1.2em;
    font-family: 'Roboto-Black', sans-serif;
}

.grades_wrapper .grades_form_wrapper .field.custom{
    float:left;
    margin-right: 25px;
}
.grades_wrapper .grades_form_wrapper .field.textarea{
    position: relative;
}
.grades_wrapper .grades_form_wrapper .field.textarea .arrow{
    position: absolute;
    width: 12px;
    height: 18px;
    top: 20px;
    left: 65px;
}
.grades_wrapper .grades_form_wrapper .field.textarea textarea{
    float:left;
    padding: 5px;
    width: calc(100% - 105px) !important;
    border: none;
}
#gradesForm.form .field.buttons.submit-buttons input[type="submit"]{
    width: 195px;
    height: 45px;
    line-height: 25px;
    font-family: 'Roboto-Black', sans-serif;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    margin-top:18px;
}
#fancybox-wrap div#fancybox-title.fancybox-title-float table#fancybox-title-float-wrap tbody tr{
    border: none;
}
/*sonda*/

.poll-form .form label.error{
    color: #800000;
}
.poll-answers .label .number{
    float: left;
}
.poll-answers .label .counter{
    float: right;
}
.poll-answers .answer-container{
    height: 18px;
    margin-bottom: 10px;
}
.module-content .controls{
    float: right;
    width: auto;
    height: 20px;
    margin-top: 20px;
}
.module-content .fa {
    cursor: pointer;
    display: block;
    float: right;
    font-size: 16px;
    margin-left: 15px;
    transition: all 0.5s ease 0s;
}
#blocks2.banners #bot-item.section1 .poll-answers-foot{
    bottom: 0;
    height: 50px;
    line-height: 50px;
    margin-left: -22px;
    padding-left: 20px;
    position: absolute;
    width: calc(100% + -20px);
}
#blocks2.banners #bot-item.section1 .poll-answers-foot p a{
    float: right;
    display: block;
    text-align: right;
    width: calc(100% - 20%);
    padding-right: 20px;
}
.poll-answers .answer-container .answer{
    height: 15px;
    margin-top: 1px;
}
#module-poll-content .polls a.more,
#module-experts-content .more,
#module-news-content .more{
    font-family: "Roboto-Black",sans-serif;
}
#module-poll-content.module-content.clearfix div.polls.clearfix{
    float: left;
    width: 100%;
    height: auto;
    font-size: 0.6em;

}
#module-poll-content.module-content.clearfix h3.poll-question{
    font-family: "Roboto-Black";
    font-size: 1.2em;
}
#module-poll-content.module-content.clearfix div.polls.clearfix h2,
#module-poll-content.module-content.clearfix div.polls.clearfix h2 span{
    float: left;
    width: 100%;

    text-transform: none;
}
#module-poll-content.module-content.clearfix div.polls.clearfix a.more{
    float: left;
    font-size: 14px;
    margin-left: 7px;
    margin-top: -10px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

#blocks2.banners #bot-item.section1 .block-content p a img{
    float: right;
    margin-top: 20px;
    margin-left: 20px;
}
#blocks2.banners #bot-item.section1 .block-content p a:hover img{
    margin-left: 10px;
}
/*menu usera*/
.left-side .custom_edit_data{
    float: left;
    margin-top: 15px;
    width: 100%;
}
.left-side .custom_edit_data .step {
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    width: calc(100% - 40px);
}
.left-side .custom_edit_data .step a {
    font-family: "Roboto-Black",sans-serif;
}
#module-useraccount-content .header {
    font-family: "Roboto-Black",sans-serif;
    float:left;
    width: 100%;
}
#module-useraccount-content .field{
    float: left;
    margin: 10px 0;
    width: 100%;
}
#module-useraccount-content .field.textarea label{
    float: left;
    width: 100%;
}
#module-useraccount-content .form div.field.buttons.submit-buttons input {
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-family: "Roboto-Black",sans-serif;
    font-size: 1.1em;
    height: 38px;
    margin: 20px 20px 0 0;
    padding: 0 20px;
    width: auto;
}
form.form .field.text input#login, form.form .field.password input#password, form#userForm.form .field input#email_new, #module-useraccount-content form input, #module-useraccount-content form textarea {
    max-width: 322px;
}
#module-useraccount-content.module-content.clearfix form.form.clearfix div#owner-content.clearfix.text div.owner_image div.field.file input#avatar_button, #module-useraccount-content.module-content.clearfix form.form.clearfix #owner-content.clearfix.text .owner_image input#deleteAvatar {
    background: none repeat scroll 0 0 #0b589a;
    border: medium none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: block;
    font-family: "Roboto-Black",sans-serif;
    height: auto;
    padding: 7px 0 !important;
    width: 100%;
}
#module-useraccount-content .field.texteditor, .mceEditor, .mceEditor .mceLayout {
    float: left;
    width: 100% !important;
}
#module-useraccount-content .field.separator {
    font-family: "Roboto-Black",sans-serif;
}
#owner-content .file {
    overflow: hidden;
    width: 162px;
}

#block-5.block-content.block-useraccount.pl.active{
    right: 0px !important;
}

#module-useraccount-content.module-content.clearfix form.form.clearfix div#owner-content.clearfix.text div.owner_image div.field.file input#avatar_remove, #module-useraccount-content.module-content.clearfix form.form.clearfix div#owner-content.clearfix.text div.owner_image div.field.file input#avatar.inputfile {
    display: none;
}

#module-useraccount-content.module-content.clearfix form.form.clearfix div#owner-content.clearfix.text div.owner_image div.field.file input#avatar_button, #module-useraccount-content.module-content.clearfix form.form.clearfix #owner-content.clearfix.text .owner_image input#deleteAvatar {
    background: none repeat scroll 0 0 #0b589a;
    border: medium none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: block;
    font-family: "Roboto-Black",sans-serif;
    height: auto;
    padding: 7px 0 !important;
    width: 100%;
}
#owner-content .file input {
    border: medium none;
}
.texteditor {
    margin-top: 20px;
}
#module-useraccount-content.module-content.clearfix form.form.clearfix div#owner-content.clearfix.text div.owner_image div.field.file input#avatar_remove, #module-useraccount-content.module-content.clearfix form.form.clearfix div#owner-content.clearfix.text div.owner_image div.field.file input#avatar.inputfile {
    display: none;
}
/*mapa interaktywna*/
#interactivemap .page-title{
    display: none;
}
#interactivemap #module-interactivemap-content .news div#map_canvas .gm-style .gm-style-iw .newsItem h4{
    color: #003c82;
    font-family: "Roboto-Black",sans-serif;
}

.owner-label{
    position:absolute;
    right:0;
    bottom:-5px;
    margin:0;
    padding:0;
    color:#FFF;
    font-family: "Roboto-Black",sans-serif;
    font-size:1.857em;
    width: calc(100% - 400px);
    text-align: right;
}
.right-side .block-content #more{
    clear: both;
}
.gsWrapper{
    width: 100% !important;
}
.message.error, .message.highlight,
.message.error, .message.error {
    border-radius: 5px;
    margin-bottom: 20px;
}
#module-useraccount-content .step {
    background: url("/themes/prz/images/news-li_bg.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin-left: 30px;
    padding: 5px 20px;
}
#module-useraccount-content #userForm .field.checkbox, #module-useraccount-content #userForm .field.checkboxlist {
    float: left;
    margin: 20px;
}
#module-useraccount-content #userForm .field.checkbox input {
    float: left;
    margin: 3px 7px 0 0;
    width: auto;
}
#module-useraccount-content #userForm .field.checkbox .description {
    float: left;
    max-width: 670px;
}
.experts-form_position,
.experts-form_position *{
    float:left;
}
.experts-form_position{
    margin-bottom: 20px;
}
.experts-form_position .checkbox label{
    font-family: "Roboto-Black",sans-serif;
}
.experts-form_position .checkbox{
    width: 100%;
    max-width: 440px !important;
}
.experts-form_position .checkbox input{
    margin-top: 2px;
    margin-right: 5px;

}
.experts-form_position .textarea label{
    width: 100%;
    max-width: 440px !important;
    text-align: left;

}
.experts-form_position .textarea label .counter span{
    margin-left: 5px;
    float: right;
}
.experts-form_position .textarea label .counter{
    float: right;
    width: auto;
    margin-right: calc(100% - 440px) !important;
}
.experts-form_position .textarea textarea{
    width: 100%;
    max-width: 420px !important;
    min-width: 420px !important;
}
#module-contact-content .message-container .message ul{
    padding: 0px;
}
#module-contact-content .message-container .message ul li ul li{
    margin-bottom: 0px;
}
#module-useraccount-content.module-content.clearfix form.form.clearfix div#owner-content.clearfix.text div.owner_image div.field.file input#avatar.inputfile{
    opacity: 0.3 !important;
}
.field.checkbox input[type='checkbox']{
    max-width: none;
    width: auto;
    float: left;
}
/*.container .left-side .nav.nav-list li:hover a,
.container .left-side .nav-list li.folder ul li.folder.active a,
.container .left-side .nav-list li.folder.active a*/{
    text-decoration: underline;
}

#responsive_recaptcha {
    padding-top: 0.5em;
    border-radius: 1em;
    position: relative;
    overflow: auto;
    max-width: 342px;
    /*max-width: 485px;*/
    font: 0.75em/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#responsive_recaptcha a {
    text-decoration: none;
}
#responsive_recaptcha img,
#responsive_recaptcha #recaptcha_image {
    width: 100% !important;
    height: auto !important;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#responsive_recaptcha .solution {
    margin-top: 0.5em;
    padding: 0.5em;
    padding-top: 1em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    margin: 5px auto;
}
#responsive_recaptcha .solution input {
    display: block;
    width: 100%;
    margin: 0.5em auto;
    -webkit-appereance: none;
    font: inherit;
    font-size: 150%;
    outline: none;
}
#responsive_recaptcha .options {
    margin-top: 20px;
    margin-bottom: 5px;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#responsive_recaptcha .options a {
    display: block;
    padding: 0.5em;
}
#responsive_recaptcha .options a:first-child {
    border-radius: 0.5em 0.5em 0 0;
}
#responsive_recaptcha .options a:last-child {
    border-radius: 0 0 0.5em 0.5em;
}
/*wersja kontrastowa i strona zablokowana*/

.error404{
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    height: 600px;
}
.error404 .more,
.error404 .more:hover{
    float: none;
    padding: 10px 0 !important;
    background: none !important;
}
 #module-error404 .icon{
     left: -6px;
     top: 15px;
     position: relative;
}
.error404 .home{
    text-align: center;
}
.error404 #header{
    height: 112px;
    position: relative;
}
.error404 #header #secound #logo{
    float: none;
    margin: 0px auto;
    width: 176px;
}
.error404 #header #secound #logo a img{
    margin-top: 15px;
    margin-left: 6px;
}
#module-error404{
    margin-top: 152px;
    text-align: center;
}
.error404 .home{text-align: center;}
#module-error404 .icon{
    left: -6px;
    position: relative;
}
#module-error404 .title{
    font-size: 18px;
    font-weight: 600;
    margin-top: 16px;
}
#module-error404 .more {
    margin: 37px auto 0;
    padding: 8px 8px 8px 0;
    display: inline-block;
    width: 220px;
    float: none;
}
#module-error404 .more:hover{
    background-image: none;
}
#module-error404 .more .home-url{
    font-family: "Roboto-Black",sans-serif;
    font-size: 1.2em;
}
.error404 .footer{
    display: block;
    height: 27px;
    position: relative;
    top: 18px;
}
.errlogo{
    margin-top: 41px;
}
body .container.error{
    height: 430px;
}
.errortitle,
.errortitle2{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 16px;
}
.errorbutton{
    margin: 37px auto 0;
    padding: 8px 8px 8px 0;
    width: 280px;
}
.errorbutton a{
    text-decoration: none;
    font-family: "Roboto-Black",sans-serif;
    font-size: 1.2em;
    font-weight: 700;
}
.news.single .author {
    float: left;
    margin-bottom: 15px;
    width: auto;
}
#more a:hover,
.more.back{
    text-decoration: none !important;
}
form .field input[type="checkbox"] {
    float: left;
    margin-right: 20px;
    width: auto;
}
#module-contact-content.module-content.clearfix .contact.scale .description {
    float: none;
    text-align: left;
    width: 100%;
}
#footer #author-foot .optilogo img {
    float: right;
    height: 11px;
    margin-left: 10px;
    margin-top: 3px;
    width: 63px;
}
/* popup */

#fade {
    display: none;
    background: #000;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .80;
    z-index: 9999;
}
#popup .popup_block{
    display: none;
    float: left;
    position: fixed;
    top: 50%; left: 50%;
    z-index: 99999;

}

#popup .close {
    position: absolute;
    right: -40px;
    top: -39px;
}
#popup img.btn_close {
    float: right;
    margin: 0px 0px 0 0;
}
/*--Kod pozwalający na prawidłowe pozycjonowanie w  IE6--*/
*html #fade {
    position: absolute;
}
*html #popup .popup_block {
    position: absolute;
}
.news-archiv{
    display: block;
    float: left;
    width: 100%;
    font-family: "Roboto-Black",sans-serif;
    margin-bottom: 20px;
}
.news-archiv .archiv{
    display: block;
    float: left;
    width: 60px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}
#module-news-content .news.single.right .photos, #module-interactivemap-content .news.single.right .photos, #module-description-content .news.single.right .photos {
    float: right;
    margin-left: 20px;
    width: 235px;
    z-index: 1000;
}
#module-news-content .news.single.left .photos .photo, #module-news-content .news.single.right .photos .photo, #module-interactivemap-content .news.single.left .photos .photo, #module-interactivemap-content .news.single.right .photos .photo, #module-description-content .news.single.left .photos .photo, #module-description-content .news.single.right .photos .photo {
    height: 156px;
    margin-bottom: 10px;
    width: 100%;
}
#module-blog-content .news .photos .photo a, #module-description-content .news .photos .photo a, #module-interactivemap-content .news .photos .photo a, #module-news-content .news .photos .photo a {
    display: block;
    max-width: 234px;
    overflow: hidden;
}
#module-news-content .news.single.left .photos, #module-interactivemap-content .news.single.left .photos, #module-description-content .news.single.left .photos {
    float: left;
    margin-right: 20px;
    width: 235px;
    z-index: 1000;
}

#module-news-content .news.single.left .photos .photo,
#module-news-content .news.single.right .photos .photo,
#module-interactivemap-content .news.single.left .photos .photo,
#module-interactivemap-content .news.single.right .photos .photo,
#module-description-content .news.single.left .photos .photo,
#module-description-content .news.single.right .photos .photo {
    height: 156px;
    margin-bottom: 10px;
    width: 100%;
}
.experts-form_position {
    margin-bottom: 0;
    width: 100%;
}
.experts-form_position .expert-title {
    border-bottom: 1px solid #e1e1e1;
    color: #00468c;
    cursor: pointer;
    margin-bottom: 0;
    padding: 11px 23px 11px 5px;
    width: 100%;
}
.experts-form_position .expert-title .arrow {
    float: right;
    height: 3px;
    margin: 9px 0 0;
    position: relative;
    right: 5px;
    width: 7px;
}
#expertsForm .field.textarea {
    margin-bottom: 10px;
    margin-top: 20px;
    overflow: hidden;
}
#expertsForm .field.textarea {
    display: none;
}
.module-content .info .text p img{
    max-width: 100%;
    height: auto;
}
.nav.nav-list li.folder ul li.folder ul li a{
    margin-left: 10px;
}
.nav.nav-list li.active.folder ul li a{
    display: block;
    margin-left: 0px;
}
.nav.nav-list li.active.folder ul li.active.folder ul li a{
    display: block;
    /*  margin-left: 10px;*/
}
.nav.nav-list li.active.folder ul li.active.folder ul li.active.folder ul li a{
    display: block;
    margin-left: 20px;
}
.nav.nav-list li.active.folder ul li.active.folder ul li.active.folder ul li.active.folder ul li a{
    display: block;
    margin-left: 30px;
}

.errortitle,
.errortitle2{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 220px;
}
.scale ul.list-page li{
    background: url("/themes/prz/images/news-li_bg_gray.png") no-repeat scroll left center !important;
}

.safari .news-item {
    width: 45%;
}

.container .bread-crumbs .breadcrumb li {
    display: inline;
    padding: 5px 10px;
    width: auto;
}
#module-blogs-content .news-item:nth-child(2n - 1 ) {
    margin-right: 20px;
}
#module-useraccount-content #userForm .checkboxlist .subfield label{
    width: auto;
}
.popup_block{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

#footer #both .footer-home-logo_gray,
#footer #both .bip_gray{
    display: none;
}
.www-version{
    text-align: center;
    padding: 10px 0;
    clear: both;
}
.www-version span{
    font-size: 0.9em;
    cursor: pointer;
}
.www-version .mobilewww{
    display: none;
}
.right-side.scale .module-content.clearfix .single h3.heading-title{
    text-transform: none;
}
#module-news-content .news.single .info.clearfix a.more.back{
    display: block;
    width: auto;
    background: url("/themes/prz/images/back_bg.png") no-repeat scroll 10px center;
    border-radius: 5px;
    padding-right: 25px;
}
#module-news-content .news.single .info.clearfix a.more.back:hover{
    background: #ebebeb url("/themes/prz/images/back_bg.png") no-repeat scroll 5px center;
}
#header #secound #controls .contrast h1 {
    font-family: "Roboto-Light",sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
}
.right-side .block-userinfo .owner-data tbody tr th{
    background: none;
    font-family: "Roboto";
    color: #404040;
    padding: 0;
}
.right-side .block-userinfo .owner-data tbody tr th:last-child{
    font-weight: 400;
}
#header #first .search-form #searchForm .field.text label,
.block-useraccount #LoginForm .field.text label,
.block-useraccount #LoginForm .field.password label,
.block-newsletter .newsletter .field.text label{
    display: none;
}
#responsive_recaptcha a {
    color: #000;
}
#owner-content .owner-data {
    border: medium none;
    float: left;
    width: 70%;
    min-width: 320px;
}
#owner-content .owner-data a{
    float: left;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
#module-useraccount-content #CoreUserEdit #owner-content{
    float: left;
    width: auto;
    min-width: 360px;
}
#owner-content{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding-bottom:0;
}

#owner-content .owner_image{
    position: absolute;
    top:0;
    right: 0;
    max-width: 320px;
}
#module-useraccount-content #CoreUserEdit.form #owner-content.clearfix.text div.owner-data div.field{
    width: 100%;
}
.message-container {
    margin-bottom:20px;
}
#module-useraccount-content #userForm .field.textarea{
    margin: 0;
    padding-top: 0;
}
.custom_edit_password{
    float: left;
    width: 100%;
}
.mce-tinymce.mce-container.mce-panel{
    max-width: 700px !important;
    width: calc(100% - 10px) !important;
}
#footer div.both div.home div.container div.contact-block .block-content p a{float: none; display: inline;}

.marginated { margin-top: 10px; }
.block-useraccount .form {
    overflow: visible;
}
.newsletter_info,
.newsletter_info_steps{
    margin-bottom: 10px;
    clear: left;
}
.grayscale .block-banner div.banner *{
    color: #000 !important;     
}
.left-side.scale  .nav-collapse.collapse ul.nav.nav-list li{
    background: none;
    margin-bottom: 0px;
}
.piwik_stat{
    color: #757575;
    font-size: 12px;
    margin-right: 5px;
    text-align: right;
}
#header #secound #main-menu li.folder ul li:first-of-type{
    margin-top: 0px;
}
#header #secound #main-menu li.folder ul li:last-of-type{
    margin-bottom: 15px;
}
.scale .message-container ul li{
    padding-right: 15px;
}
video.poster_default, audio.poster_default {
    background: url(/themes/prz/images/no-photo.jpg)  center center no-repeat;
}
a span.new-window {
    display: none;
}

/*searchadvanced*/
.module-searchadvanced-content .search-area{
    position: relative;
}
#module-searchadvanced-content .actionIndex ul,
#module-searchadvanced-content .actionIndex li
{
    list-style-type:none;
    background: none;
    padding:0;
    margin:0;
	overflow: visible;
}

#module-searchadvanced-content  h4.project_title{
    padding:7px 7px 8px 19px;
    margin-bottom:8px;
    margin-top:28px;
}

#module-searchadvanced-content  li.page_title h4{
    padding:4px 5px 5px;

}


#module-searchadvanced-content h4.project_title .expand_all {
    float: right;
    font-size: 0.857em;
    margin-right: 7px;
    margin-top: 2px;
    cursor: pointer;
}


#module-searchadvanced-content .info_title{
    margin:0;
    padding:0;
    margin-bottom:11px;
}

#module-searchadvanced-content .expand{
    float:left;
    text-align: center;
    display:block;
    padding:0;
    height:21px;
    width:27px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    font-family: "Roboto-Black";
    padding-top:5px;
    margin-top:0px;
}
#module-searchadvanced-content .sub,
#module-searchadvanced-content .simple_structure_results
{
    display:none;

}
#module-searchadvanced-content .sub li{
    padding-left:20px;
    padding-right:20px;
    margin-top:5px;
    padding-bottom:6px;
    margin-bottom:5px;
}

body #module-searchadvanced-content .portal-maps {
    margin-top:26px;
}

#module-searchadvanced-content .search-result-li{
    margin-top:9px;
}


#module-searchadvanced-content .simple_structure_results li{

    padding-left:20px;

}

#module-searchadvanced-content .left{
    float:left;
}
#module-searchadvanced-content .right{
    float:right;
}


#module-searchadvanced-content .title{
    font-size:14px;
    font-family: "Roboto-Black";
    margin-bottom:0;
    margin-top:3px;
}

#module-searchadvanced-content .line-pattern {
    background: url("/themes/bip/images/tech-pattern.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    margin-bottom:23px;

}

#module-searchadvanced-content .count_result{
    cursor: pointer;
    min-width:125px;
    text-align: center;
    border-radius: 3px;
    margin-top:0;
    padding: 8px 5px;
    margin-bottom: 3px;

}

#module-searchadvanced-content .search-result h5{
    margin-bottom: 10px;
}


/*employers*/
#module-searchadvanced-content .ou_link{
    text-transform: uppercase;

}

#module-searchadvanced-content .blue{
    font-family: "Roboto-Black";
    font-size: 14px;
}

#module-searchadvanced-content .blue_link{
    font-family: "Roboto-Black";
    font-size: 14px;
}

#module-searchadvanced-content .ou li{
    margin-bottom:0;
    padding-bottom:0;
}
#module-searchadvanced-content .ou li b{
    font-family: "Roboto-Black";
}

#module-searchadvanced-content .ou li b{

}

#module-searchadvanced-content #available-projects-top{
    padding:18px;
    border-radius: 3px;
    margin-top:14px;
    margin-bottom:24px;
}

#module-searchadvanced-content #query {
    border-left: medium none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right: medium none;
    border-top: medium none;
    float: left;
    font-size: 0.86em;
    height: 42px;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 11px;
    width: calc(100% - 57px);
    max-width: 100%;
}

#module-searchadvanced-content  h4.search-title{
    font-size: 1.286em;

}

#module-searchadvanced-content .line-pattern{
    float:none;
}

#module-searchadvanced-content .show_submenu{
    margin-top:1px;
}

#module-searchadvanced-content .page_title{
    margin-bottom:4px;
}

#available-projects-top  input.submit {
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    float: left;
    font-size: 1em;
    height: 42px;
    margin-top: 0px;
    max-width: 34px;
    width: 30%;
    text-indent: -999px;
    padding-bottom: 5px;

    padding-top: 5px;

    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom:1px solid #d7dde2;
}

#available-projects-top  .text {
    float:none;
}

#available-projects-top form .field input:focus,#available-projects-top form .field textarea:focus{
    border:none;
}

#available-projects-top  .text {
    float:none;
}


#available-projects-top h5{
    font-size:14px;
    margin:1px 0 0 ;
    padding:0;
    font-family: "Roboto-Black";

}

#available-projects-top h5.search-text-dark-blue{
    /*margin-top:56px;*/margin-top:0;
    padding-left:6px;
}


#available-projects-top .main-project-search {
    padding-left: 7px;
    padding-top: 8px;
}
#available-projects-top label{
    padding-left:5px;
}
#module-searchadvanced-content #searchModuleForm #available-projects-top .field.text{
    padding: 0px;
}