html, body {
  margin:0px;
  padding:0px;
  font-family:Tahoma, Arial, Trebuchet MS, Helvetica, sans-serif;
  font-size:12px;
  color:black;
  line-height:1.2em;
  background-color: white;
}
/* STANDARD LINK */  
.hide {
  /* visibility:none;*/
  display:none !important;
}
.show {
  display:block !important;
}

.bold {
    font-weight:bold !important;
}

.label {
    margin-right:5px;
}
.label_inline {
    margin-right:5px;
    display:inline;
    float:left;
}
.label_value {
    
}

a {
    color:#72bf44;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}


.kolor_bialy {
  color:white;
}


.subpage_title {
    font-size:30px !important;
    font-weight:bold;
    line-height:1.2em;
    margin-bottom:10px !important;
    text-align:left !important;
    color:black;    
}

#cont p {
    margin-bottom:10px;
}
#cont ul {
    margin:0px;
    padding:0px 0px 0px 12px;
    list-style:none;
}

#cont li {
    background: url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/li-background-w1.gif") no-repeat scroll left 4px transparent;  /* li */
    padding: 0px 0px 7px 25px;
}

.no_bullet {
    background:none !important;
    list-style:none !important;
}



p {
    margin:0px 0px 5px 0px;
    padding:0px;
}

h1 {
/*
    font-family:"Lucida Sans Unicode", Arial, Palatino, sans-serif;
    font-size:25px/20px;
    color:#888;
    color:#747474;
*/
    font-size:22px;
    margin:40px 0px 20px 0px;
    font-weight:normal;
}

h2 {
    font-size:14px;    
    margin:0px 0px 10px 0px;
}

.title1 {
/*    font-size:20px !important; */ 
/*    color:#014d93; */
    margin-top:0px;
    margin-bottom:9px; 
    display:block;
    clear:both;
    letter-spacing: 0px;
}

.title2 {
    clear: left;
    color: #999; /* 034ea2; */
    display: inline;
/*    float: left; */
/*    font-size: 13px !important;  */
/*    font-weight: bold; */
/*    line-height: 100%; */
/*    margin-bottom: 5px; */
}

.title2b {
    clear: left;
    display: block;
/*    color: #444444 ; /* #014D93 */
/*    font-size: 13px !important; */
    font-weight: bold;
/*    line-height: 100%; */
    margin-bottom: 5px;
}

form {
    margin:0px;
    padding:0px;
}
#main {
    width:100%;
    height:100%;
    background-color:white;
}

.newsletter_form {
    position:absolute;
    top:20px;
    right:10px;
    width:200px;
    height:80px;
    border:0px solid green;
}
.newsletter_form_fields {
    
}
.newsletter_form_title {
    font-size:12px;
    color:white;
    margin-bottom:10px;    
}
.newsletter_form_text {
    font-size:10px;
    margin-bottom:15px;
}
.newsletter_email {
    border: 1px solid #DDDDDD;
    color: #888888;
    display: block;
    float: left;
    font-size: 10px;
    height: 14px;
    min-width: 150px;
    width: auto;
    padding:2px;
}
.newsletter_submit {
    display:block;
    width:25px;
    height:19px;
    border:1px solid #ddd;
    font-size:10px;      
    color:#888;
    background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/button-search.gif") left center no-repeat;
    cursor:pointer;
    box-shadow: 0px 0px 2px #fff;
    float:right;
    overflow:hidden;
}
.newsletter_submit:hover {
    background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/button-search.gif") -25px center no-repeat;
    border:1px solid #ddd;
}
.newsletter_warning {
    background: none repeat scroll 0 0 #d60000;
    border: 3px solid #c25656;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    padding:5px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 23px;
    text-align: center;
    top: 8px;
    visibility: hidden;
    width: 160px;
    z-index: 300; 
}

.search_warning {
    background: none repeat scroll 0 0 white;
    border: 3px solid #dc2020;
    border-radius: 2px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    color: #dc2020;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 4px;
    visibility: hidden;
    width: 230px;
    z-index: 300;
}

.author_informations_parent {
    position:relative;
    width:1px;
    height:1px;
}
.author_informations {
    background: none repeat scroll 0 0 darkcyan;
    border: 3px solid #8d9edd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    visibility: hidden;
    width: 150px;
    padding:10px;
    z-index: 300;
}

.hr {
    /* background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/hr.gif") top left repeat-x; */
    border-top:1px solid #999;  /* #034ea2; */
    height:2px;
    clear:both;
    width:100%;
}
.br { display:block !important; width:100%; height:1px !important; clear:both !important; }
.clr { display:block !important; width:100%; height:1px !important; clear:both !important; }

.block { display:block !important; min-height:1px !important;}
.odstep { margin-bottom:10px !important; }
.odstep2 { margin-bottom:20px !important; }


#header_wrapper {
    padding:0px;
    width:969px;
    height:140px;

    margin:0px auto;
    background-color:white;
/*    background-color:#571b1b; */
/*    border-bottom:4px solid #b7abab; */
/*    background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/tlo-bg-repeat-x.gif") top left repeat-x; */
}

#header {
    position:relative;
    width:969px;
    height:140px;
    padding:0px;
    margin:0px auto 0px auto;
    display:block;
    clear:both;
    border:0px solid red;
    /* background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/naglowek-tlo-czerwona-linia.gif") center top no-repeat; */    
}

#menu_wrapper {
    padding:0px;
    width:969px;
    height:43px;

    margin:0px auto;
    background-color:white;
/*    background-color:#571b1b; */
/*    border-bottom:4px solid #b7abab; */
/*    background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/tlo-bg-repeat-x.gif") top left repeat-x; */
}

#menu {
    position:relative;
    width:969px;
    height:39px;
    padding:0px;
    margin:0px 0px 4px 0px;
    display:block;
    clear:both;
    border:0px solid red;
    background:transparent url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/header-menu-tlo.png") center top no-repeat;    

    border-bottom-left-radius: 5px;  
    border-bottom-right-radius: 5px;
}
#menu ul {
  padding:0px;
  margin:0px;
  width:100%;
  padding:0px;
  list-style: none;
  clear:both;  
}

.wyszukiwarka {
    border: 0 solid green;
    display: block;
    height: auto;
    position: absolute;
    right: 48px;
    top: 8px;
    width: 205px;
}
.search_form_title {
    display:inline;
    width:60px;
    font-size:10px;
    color:#444444;
}

.search_query {
    display: inline;
    line-height: 1em;
    padding: 5px;
    height:10px;
    border:1px solid #dddddd;
    font-size:10px;
    color: #777777;
    width:100%;
    z-index:1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 0px 0px 3px #034896;
    -webkit-box-shadow: 0px 0px 3px #034896;
    box-shadow: 0px 0px 3px #034896;
}

.search_submit {
    background: url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/search-go.png") no-repeat scroll center center transparent;
    border: 0 solid #DDDDDD;
    color: #444444;
    cursor: pointer;
    display: block;
    height: 22px;
    line-height: 1em;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: -50px;
    top: 0;
    width: 40px;
    z-index: 2;
}




.search_form_field {
    border: 1px solid #DDDDDD;
    color: #444;
    display: inline;
    font-size: 12px;
    height: 22px;
    margin: 0px 5px 0px 0px;
    min-width: 120px;
    padding: 2px;
    width: auto;
}


.search_form_field_submit {
    background-color: #EFEFEF;
    border: 1px solid #DDDDDD;
    color: #444;
    display: inline;
    font-size: 12px;
    height: 22px;
    margin-right: 5px;
    padding: 2px;
    width: auto;
    cursor:pointer;
}


.logo_espon {
    position:absolute;
    top:40px;
    left:47px; /* ok */
}

.logo_usespon {
    position:absolute;
    top:42px;
    right:47px; /* ok */
}

#banner {
    position:relative;
    display:block;

    width:960px;
    height:auto;
    margin:0px auto 20px 0px;

    padding:0px 0px 0px 0px;

    clear:both;
    border:0px solid white;
    text-align:center;
    overflow:hidden;
}
#banner_bar {
    width:960px;
    margin:5px auto;
    clear:both;
    border:0px;
    overflow:hidden;
}


#share {
    padding:5px 0px 0px 0px;
    display:block;
    float:right;
    height:20px;
    color:white;
    overflow:visible;
}

.share_buttons {
    margin-top:5px;
    margin-bottom:20px;
    display:block;
    width:240px;
    float:right;
}
.share_buttons a {
    text-decoration:none !important;
    border-bottom:0px !important;
}
.share_buttons_text {
    display:block;
    float:left;
    width:112px;
    text-align:right;
}
.share_buttons_icons {
    display:block;
    float:right;
    width:110px;
    padding-top:1px;    
    text-align:right;
}

.share_txt {
    font-size:15px;
    display:block;
    float:left;
    width:120px;
    vertical-align:middle;
    text-align:right;
    margin-right:10px;
    margin-top:3px;
}

#srodek {
    position:relative;
    display:block;
    margin:0px auto;
    width:969px;
    clear:both;
    padding:0px;
    border:0px solid gray;
    z-index:0;
    background-color:white;
}
#moveup {
    position:absolute;
    top:-60px;
}

.vle_platform_button {
    color: white;
    display: block;
    height: 19px;
    padding: 12px 0px 8px 0px;
    position: absolute;
    right: 280px;
    text-align: right;
    top: 0;
    vertical-align: middle;
    width: 160px;
}
.vle_platform_button a {
    color: #EFEFEF;
    cursor: pointer;
    text-decoration: none;
}
.vle_platform_button a:hover {
    color:white;
    text-decoration:none;
    text-shadow:0.1em 0.1em 0.8em #ddd;
}

.header_topright_options {
    position:absolute;
    display:block;
    top:0px;
    right:0px;
    width:205px;
    height:20px;
    border:0px solid red;
}
#change_language {
    position:absolute;
    top:5px;
    right:0px;
    width:auto; /*63px; */
    height:20px;
    border:0px solid red;
}
#change_language a {
    color:#808080;
    text-decoration:none; 
}
#change_language a:hover {
    color:#1583e9;
    text-decoration:underline; 
}

#change_language img {
    margin-left:2px;
    border:1px solid #bbb;
}
#change_language img:hover {
    margin-left:2px;
    border:1px solid #efefef;
}

#lokalizacja {
    position:absolute;
    width:620px;
    height:30px;
    clear:both;        
    border:0px solid green;
    padding:0px;
    font-size:12px;
    display:block;
    top:133px;
    left:10px;
    color:#454545;
    
}
#lokalizacja .col1 {
    position:absolute;
    left:0px;
    top:8px;
} 
#lokalizacja .col2 {
    position:absolute;
    right:0px;
    top:5px;
} 
#lokalizacja ul {
    margin:0px;
    padding:0px;
    list-style:none outside none;
}

#lokalizacja .navi_header {
    margin:0px 5px 0px 0px;
    display:block;
    float:left;
    width:60px;
}
#lokalizacja .navi_item {
    margin:0px;
    display:block;
    float:left;
    margin:0px 4px 0px 0px;
    padding:0px 11px 0px 0px;
}
#lokalizacja .navi_item_separator {
    background:url('/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/arrow2.png') center right no-repeat;
    display:block;
    float:left;
}
#lokalizacja .navi_item_current {
    color:blue;
    text-decoration:none !important;
}
 
#lokalizacja .navi_item_a {
    text-decoration:underline;
    color:#777;
}
#lokalizacja .navi_item_a:hover {
    color:#999;
}


#cont_wrapper {
    position:relative;
    width:100%;
    height:100%;
    z-index:0;
}


.cont {
    position:relative;
    width:439px;
    min-height:493px;
    display:block;
    padding:40px 30px 30px 30px;
    float:left;
    text-align:justify;
    border:1px solid #f2f2f2;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow:hidden;

    background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/cont-bg-top-gradient.gif") top left repeat-x;
    background: -webkit-linear-gradient(top, #eaeaea 0%, white 10%, white 90%, #eaeaea 100%);
    background: -moz-linear-gradient(top, #eaeaea 0%, white 10%, white 90%, #eaeaea 100%);
    background: -ms-linear-gradient(top,  #eaeaea 0%, white 10%, white 90%, #eaeaea 100%);
    background-attachment: scroll;
    line-height:1.5em;
}

.cont2 {

    position:relative;
    width:675px;
    min-height:439px;
    display:block;
    padding:50px 30px 40px 30px;
    float:left;
    text-align:justify;
    line-height:1.5em;
    
    border:1px solid #f2f2f2;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow:hidden;

    background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/cont-bg-top-gradient.gif") top left repeat-x;
    background: -webkit-linear-gradient(top, #eaeaea 0%, white 10%, white 90%, #eaeaea 100%);
    background: -moz-linear-gradient(top, #eaeaea 0%, white 10%, white 90%, #eaeaea 100%);
    background: -ms-linear-gradient(top,  #eaeaea 0%, white 10%, white 90%, #eaeaea 100%);
    background-attachment: scroll;
}
.cont2_nopadding {
    padding:0px;
    width:735px;
}
.cont2_partners_flash {
    padding:0px;
    width:735px;
    height:529px;
    overflow:hidden;
}


.cont2 a {
    color:#034ea2;
    text-decoration:underline;
    border-bottom:1px solid #034ea2;
}
.cont2 a:hover {
    color:#72bf44;
    text-decoration:underline;
    border-bottom:1px solid #72bf44;
}

.left_col {
    position:relative;
    width:216px;
    display:block;
    margin-right:16px;
    margin-bottom:0px;
    min-height:300px;
    float:left;
}

.right_col {
    position:relative;
    width:216px;
    display:block;
    margin-left:20px;
    min-height:200px;
    float:left;
    font-size:12px;
    line-height:1.3em;
    border:0px solid red;
}

.cont_row_1 {
    width:920px;
    padding:0px 30px 0px 30px;
    display:block;
    clear:both;
    position:relative;
    height:auto;
}

.cont_col_1 {
    width:250px;
    padding-left:0px;
    padding-right:28px;
    display:block;
    float:left;
    border:0px solid red;
}
.cont_col_2 {
    display:block;
    width:620px;
    padding-left:0px;
    padding-right:0px; /* INCLUDED IN #tresc */     
    display:block;
    float:right;
}
.cont_col_3 {
    width:272px;
    margin-left:20px;
    margin-right:0px;
    display:block;
    float:left;
    border:0px solid red;
}

.header1 {
    color: black;
    font-size: 24px;
    font-weight:bold;
    min-height: 16px;
    overflow: hidden;
    padding: 0px 10px 0px 22px;
    margin: 0px 0px 10px 0px;
    width: auto; 
    background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/title-bullet-w1.gif") left top no-repeat transparent;     
}

.main_menu_header {
    background: url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/header-black-bg-title-main-menu.gif") repeat-x scroll left top transparent;
    color: white;
    font-size: 16px;
    height: 22px;
    min-height: 16px;
    overflow: hidden;
    padding: 18px 10px 12px 18px;
    width: auto; 
}

.left_menu {
    background:#034ea2 url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/left-menu-bg.gif") repeat-x scroll left bottom;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: white;
    min-height: 442px; /* 478px - 2*18px = 442px; */
    overflow: hidden;
    padding: 18px;
    width: 180px;
}

.reklama {
    font-weight:bold;
    color:red;
    margin-left:5px;
}

.ramka_title {
    position:relative;
    top:10px;
    float:right;
    width:250px;
    height:20px;
    margin-right:10px;
    font-size:18px;
    color:#cccccc;
    text-align:right;
    border:0px solid red;    
}
.ramka_items {
    width:640px;
    border:1px solid red;
    display:block;
    clear:both;
    
}


.ramka_more_green {
    position:absolute;
    width:19px;
    height:100%;
    display:block;
    right:0px;
    top:0px;
    text-align:center;
    vertical-align:middle;

    color:white;

    background-color:#1a6f0f !important;

    background-image:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/more-arrows.png");
    background-position:center center;
    background-repeat:no-repeat;
    border:0px !important;
    cursor:pointer;
    margin-left:10px; 
}

.ramka_more_green:hover {
    background-color:#269c16 !important;
}



.ramka_more {
    position:absolute;
    width:19px;
    height:100%;
    display:block;
    float:right;
    text-align:center;
    vertical-align:middle;

    color:white;

    background-color:#ddd !important;

    background-image:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/more-arrows.png");
    background-position:center center;
    background-repeat:no-repeat;
    border:0px !important;
    cursor:pointer;
    right:0px;
    top:0px; 
}

.ramka_more:hover {
    background-color:#888 !important;
}


.title_header {
    font-family:"Impact",Tahoma, sans-serif;
    position:relative;
    min-height:30px;
    text-align:left;
    font-size:30px;
    color:#555;
    margin-top:10px;
    margin-bottom:10px;
    line-height:110%;
}
.title_header_wide {
    position:relative;
    top:10px;
    left:10px;
    width:930px;
    height:20px;
    text-align:right;
    font-size:20px;
    color:#cccccc;
}

#footer_wrapper {
    position:relative;
    display:block;
    color:black;
    clear:both;
    height:auto;
    margin-top:4px;

    padding:0px;
    width:969px;
    margin:0px auto;
    
    background:white;
    border-top:0px solid tan;
}


#footer {
    position:relative;
    padding:0px 0px;
    width:100%;
    margin:0px auto;
    display:block;
    clear:both;
    border:0px solid red;
    color:black;
    height:100%;
}

#footer .footer_div {
    position:relative;
    width:969px;
    display:block;
    clear:both;
    margin-bottom:4px;
}
#footer .footer_separator {
    display:block;
    width:100%;
    height:4px;
    clear:both;
    background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/footer-separator.gif");
    margin-bottom:4px;
}

#footer .copyright {
    height:50px;
}
#footer .finansowanie {
    height:auto;
    min-height:56px;
    text-align: center;
    vertical-align: middle;
    padding:20px 0px 0px 0px;
}
#footer .finansowanie_logo {
    display: inline;
    margin-bottom:10px;
    vertical-align: middle;
}


#footer .c1 {
    position:absolute;
    display:block;
    width:640px;
    bottom:20px;
    left:0px;
    font-size:10px;
    color:#999;
}
#footer .c2 {
    position:absolute;
    display:block;
    width:240px;
    bottom:20px;
    right:0px;
    text-align:right;
    vertical-align:text-top;
    font-size:10px;
    color:#999;
}
#footer img {
    vertical-align:middle;
    margin-left:5px;
}

#footer_links {
    display: inline;
    line-height: 1.0em;
    text-align: center;
}
#footer_links a {
    font-weight:normal;
    color:black;
    text-decoration:none;
    margin-right:10px;
    padding-right:10px;
}
#footer_links a:hover {    
    color:#72bf44;
    text-decoration:none;
}

.footer_menu {
    list-style:none;
    margin:0px;
    padding:10px 0px;
    font-size:13px;
}
.footer_menu li {
    display:inline;
}
.footer_menu_item {
    margin-right:12px;
    padding-right:12px;
    background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/footer-menu-separator.gif") right 70% no-repeat;
}
.footer_menu_item:hover {
}
.footer_menu_item_first {
}
.footer_menu_item_last {
    margin-right:0px;
    padding-right:0px;
    background:none;
}



#tresc {
    position:relative;
    display:block;
    width:620px;
    border:0px solid red;
    margin:0px 0px 0px 0px;
    padding:0px 20px 5px 0px;
    float:right;
    min-height:300px;
    height:auto;
}
#tresc img {
  border:0px;
}

#tresc .realestate_page_image_wrapper { 
    width:232px;
    display:block;
}

#tresc .realestate_page_image { 
    border:2px solid #ccc;
    width:227px;
}


.page_image { 
/*    border:2px solid #ccc; */
/*    border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    overflow:hidden;
}


#tresc table {
    border-color:#eee;
}
#tresc th {
    border-color:#eee;
    padding:3px;
    margin:0px;
} 
#tresc td {
    border-color:#eee;
    padding:3px;
    margin:0px;
} 

#subpage_banner_separator {
    display:block;
    clear:both;
    width:100%;
    height:10px;
}
.share_line {
    clear:both;
    margin:0px 0px 20px 0px;
}

.right {
    float:right;
    margin:0px 0px 20px 20px;
}
.left {
    float:left;
    margin:0px 20px 20px 0px;
}

.read_more_in_this_section {
    width:326px;
    margin:15px 0px 15px 0px;
    padding:0px;
    float:left;
}

.b1 {
    position:relative;
    display:block;
    width:326px;
    margin:0px;
    padding:15px;
    float:left;    
}
/* #  {
    position: relative;
    width:285px;
    padding:0px;
    float:left;
    display:block;
    border:0px solid red;
    padding-top:0px;
}
*/
.ramka_podstrona {
    position:relative;
    display:block;
    width:316px;        
    margin-bottom:10px;
}
.advbox {
    text-align:center;
    margin:0px 0px 10px 0px;
}

.pages_leadin {
           
}

.pages_submenu ul {
    color:#1583e9;
    list-style:disc inset none;
    padding-left:20px;
    margin:0px;
}


.article_summary {
    color:#999;
    margin-bottom:10px;
}
.article_text_lead {
    /* font-weight:bold; */
    margin-bottom:10px;
    text-align:justify;
}

.article_in_media_text_lead {
    margin-bottom:10px;
    text-align:justify;
}

.article_menu {
    overflow:hidden;
}
.article_menu_item {

}
.article_menu a {
    width:151px;
    min-height:20px;
    display:block;
    float:left;

    text-align:center;
    background-color:#afafaf !important; /* darkcyan */ 
    color: white !important;
    padding:2px 2px;
    margin-right:1px;
    margin-top:1px;
    white-space:nowrap;
    text-decoration: none !important;    
}
.article_menu a:hover {
    background-color:#B2C1FA !important;
    color:white !important;
}
.article_menu .last {
    width:153px; /* last will be bigger (2px) than rest - to full fill line and match to header */
    margin-right:0px !important;
}

.article_menu .selected {
    background-color:#B2C1FA !important;
}

.article_text_date {
    width:100%;
    float:left;
    clear:both;
    color:#999;
    margin-bottom:20px;
    font-size:10px;
} 

.article_text_full {
    margin-bottom:20px;    
}

.article_text_full a {
/*    color:#1583e9; /* #3F56A6; /* #b2c1fa /* #0099EE; /* #1583e9; */

}
.article_text_full a:hover {
/*    color:#1583e9; /* #b2c1fa /* #0099EE; /* #1583e9; */
/*    text-decoration:underline; */
}


.article_text_clause {
    color:#efefef !important;
    margin-bottom:10px;
    
} 

.button {
    /* -moz-transition: all 0.10s ease-in-out 0.0s; */
    background-color: #5F9ADE;
    border: 1px solid #EAEAEA;

    color: white;
    cursor: pointer;
    display: inline;
    line-height: 1.6em;
    outline: medium none;
    font-size:12px;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none !important; /* to override #cont css  after add class to <a> inside text body */
    border-bottom:0px !important; /* to override #cont css  after add class to <a> inside text body */ 

    vertical-align: middle;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px; 

    background-image: linear-gradient(bottom, #DDDDDD 7%, #FAFAFA 84%);
    background-image: -o-linear-gradient(bottom, #DDDDDD 7%, #FAFAFA 84%);
    background-image: -moz-linear-gradient(bottom, #DDDDDD 7%, #FAFAFA 84%);
    background-image: -webkit-linear-gradient(bottom, #DDDDDD 7%, #FAFAFA 84%);
    background-image: -ms-linear-gradient(bottom, #DDDDDD 7%, #FAFAFA 84%);
    
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.07, #DDDDDD),
    	color-stop(0.84, #FAFAFA)
    );

}
.button:hover {
    background-color: #5F9ADE;
    color: white !important;
    border: 1px solid #5F9ADE;

    background-image: linear-gradient(bottom, #034DA2 7%, #5F9ADE 84%);
    background-image: -o-linear-gradient(bottom, #034DA2 7%, #5F9ADE 84%);
    background-image: -moz-linear-gradient(bottom, #034DA2 7%, #5F9ADE 84%);
    background-image: -webkit-linear-gradient(bottom, #034DA2 7%, #5F9ADE 84%);
    background-image: -ms-linear-gradient(bottom, #034DA2 7%, #5F9ADE 84%);
    
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.07, #034DA2),
    	color-stop(0.84, #5F9ADE)
    );
}

.button_blue {
    background-color: darkcyan;
    border: 1px solid #d4d4d4;
    color:white;
        
}
.button_blue:hover {
    border: 1px solid #eee;
    box-shadow: 1px 1px 2px #eee;
    background-color: #b2c1fa;
    color: white;
}


.form_button {
    -moz-transition: all 0.10s ease-in-out 0.10s; 
    background-color: #5F9ADE;
    border: 1 solid #034DA2;

    color: white;
    cursor: pointer;
    display: inline;
    line-height: 1.6em;
    outline: medium none;
    font-size:12px;
    padding: 7px 30px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px; 


    background-image: linear-gradient(bottom, #034DA2 7%, #5F9ADE 84%);
    background-image: -o-linear-gradient(bottom, #034DA2 7%, #5F9ADE 84%);
    background-image: -moz-linear-gradient(bottom, #034DA2 7%, #5F9ADE 84%);
    background-image: -webkit-linear-gradient(bottom, #034DA2 7%, #5F9ADE 84%);
    background-image: -ms-linear-gradient(bottom, #034DA2 7%, #5F9ADE 84%);
    
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.07, #034DA2),
    	color-stop(0.84, #5F9ADE)
    );
}

.form_button:hover {
    border: 1px solid #71BF44;
    box-shadow: 2px 2px 3px #eee;
    background-color: #9EE374;
    color: white;

    background-image: linear-gradient(bottom, #71BF44 7%, #9EE374 84%);
    background-image: -o-linear-gradient(bottom, #71BF44 7%, #9EE374 84%);
    background-image: -moz-linear-gradient(bottom, #71BF44 7%, #9EE374 84%);
    background-image: -webkit-linear-gradient(bottom, #71BF44 7%, #9EE374 84%);
    background-image: -ms-linear-gradient(bottom, #71BF44 7%, #9EE374 84%);
    
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.07, #71BF44),
    	color-stop(0.84, #9EE374)
    );
} 


.paginator {
    position:relative;
    border: 0 solid red;
    clear: both;
    display: block;
    margin-top: 10px;
    margin-bottom:20px;
    text-align: center;
    width: 100%;
    height:30px;
}

.paginator_button {
    background-color: transparent;
    color: black;
    display: block;
    float:left;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    width: 20px;
    vertical-align:middle;
}

.paginator_switch_page {
    border: 0 solid red;
    color: black;
    display: block;
    float: left;
    height: 20px;
    margin-right: 10px;
    margin-top: 11px;
    vertical-align: middle;
    width: auto;
}

.paginator_selected {
    border: 1px solid #71BF44;
    box-shadow: 2px 2px 3px #eee;
    background-color: #72bf44;
    color: white;

    background-image: linear-gradient(bottom, #71BF44 7%, #9EE374 84%);
    background-image: -o-linear-gradient(bottom, #71BF44 7%, #9EE374 84%);
    background-image: -moz-linear-gradient(bottom, #71BF44 7%, #9EE374 84%);
    background-image: -webkit-linear-gradient(bottom, #71BF44 7%, #9EE374 84%);
    background-image: -ms-linear-gradient(bottom, #71BF44 7%, #9EE374 84%);
    
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.07, #71BF44),
    	color-stop(0.84, #9EE374)
    );

}



.adv-body-background {
    
}

.adv-billboard-header {
    width:100%;
    text-align:center;
    overflow:hidden;
    margin-bottom:10px;
}
.adv-right-col-box {
    width:100%;
    text-align:center;
    overflow:hidden;
    margin-bottom:10px;
    padding:7px 0px;
    border:1px solid #eee;
}
.adv-middle-text {
    width:100%;
    text-align:center;
    overflow:hidden;
    margin:10px auto;
}


.qrcode {
    clear:both;
    float:left;
    margin:15px 0px;
}

.articles_main_list {
    padding:0px;
}



.articles_table {
    margin: 0;
    padding: 0px;
    border:0px solid #72BF44;
    width:100%;
}
.articles_table td {
    margin: 0;
    padding: 10px;
    border:1px solid #72BF44;
    border-collapse:collapse;
    font-size:11px;
}
.articles_table th {
    vertical-align:top;
    text-align:left;
}

.articles_table_row {

}
.articles_table_row_header {
    text-align:left;
}
.articles_table_no {
    text-align:center;
}
.articles_table_title {
    width:45%;
    text-align:left;
}
.articles_table_lead {
}
.articles_table_date {
    color:#999;
}
.articles_table_link {
    text-decoration:none !important;
    border-bottom:none !important;
    color:#034EA2 !important;
}
.articles_table_link:hover {
    color:#72bf44 !important;
    text-decoration:underline !important;
    border-bottom:1px solid #72bf44 !important;
}
.articles_table_country {
    width:10%;
    text-align:center;
}
.articles_table_type {
    width:15%;
    text-align:center;
}
.articles_table_tags {
    width:30%;
    text-align:center;
}
.articles_table_tags a {
    text-decoration:none !important;
    border-bottom:none !important;
}
.articles_table_tags a:hover {
    text-decoration:underline !important;
    border-bottom:1px solid #72bf44 !important;
}

.articles_table_row {
    
}
.articles_table_last {
}
.articles_table_first {
}
.articles_table_row_color1 {
    background-color:#fafafa;
}
.articles_table_row_color1:hover {
    background-color:#edffe3;
}
.articles_table_row_color2 {
    background-color:#f0f0f0;
}
.articles_table_row_color2:hover {
    background-color:#edffe3;
}




.articles_list {
    padding:0px;
    margin:0px 0px 5px 0px;
}
.articles_list_date {
    color: #999;
    display: inline;
    padding-left: 5px;
}

.articles_download {
    margin-bottom:20px;
}
.articles_download ul {
  list-style: none;
  margin:0px;
  padding-left:21px;
}
.articles_files_icon {
  margin-right:10px;
  display:inline;
  vertical-align:middle;
}

.articles_download li {
  background-image:none !important;
  padding: 0px 0px 7px 10px !important
}

.articles_header2 {
    margin-bottom:10px;
}

.articles_gallery_item {
/*  border-bottom:1px solid #d4d4d4;            */
    cursor: pointer;
    display: block;
    float: left;
    width:142px;
    min-height: 180px;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin:0px 20px 10px 0px;
    overflow: hidden;
}
    
.articles_gallery_item_thumbinal_cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 130px;
    width: 130px;    
}

.articles_gallery_item_img_div {
    border: 3px solid #DDDDDD;
    display: block;
    float: left;
    height: 130px;
    margin-bottom: 3px;
    margin-right: 3px;
    overflow: hidden;
    position: relative;
    width: 130px;
}
.articles_gallery_item_img_div:hover {
    border:3px solid #72bf44;  
}

.articles_gallery_item_img {
    display:block;
    min-width:80px;
    min-height:80px;
}
.articles_gallery_item_title {
    clear: both;
    color: #444444;
    display: block;
    float: left;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
    width: 137px;  
}

.articles_list_title {
    margin-bottom: 16px;
}

.articles_list_title2 {
    margin-bottom: 10px;
}

.articles_list_item {
  border-bottom:1px solid #d4d4d4;
  padding:0px 0px 10px 0px;
  margin:0px 0px 10px 0px ;
  color:black !important; 
/*
  padding:0px 0px 0px 0px;
  margin:0px 0px 20px 0px ;
*/
 
  width:100%;
  clear:both;
  cursor:pointer;
}
.articles_list_item_first {
}
.articles_list_item_last {
    border-bottom:0px !important;
/*    
    margin-bottom:0px !important;  */
}

.articles_list_item_img_div {
  display: block;
  float: right;
  margin: 3px 0 0 20px;
  width: 100px;
  overflow:hidden;
}

.articles_list_item_img {
  display:block;
  min-width:80px;
  min-height:80px;
}

.articles_list_item_date {
  display:inline;
  margin-right:10px;
  /* float:left; */
}

.articles_list_item_text {
  display:block;
  float:left;
  width:100%; /* 530px */
  border:0px solid red;
  margin-right:10px;
  margin-bottom:5px;
}

.articles_list_item_title {
  font-weight:bold;
  color:black; /* #72bf44 */
  display:inline;
  margin-bottom:0px;
}

.articles_list_item_lead {
   margin:5px 0px 0px 0px;
   padding:0px;
   display:block;
   clear:left;  
}
.articles_list_item_lead_a {
   color:black;
}

.articles_list_item_link {
    margin:0px
    padding:0px;  
    display:inline;
    cursor:pointer;
    white-space:nowrap;
    font-weight:bold;

    color:#034ea2;
    text-decoration:underline;
    border-bottom:1px solid #034ea2;
}
.articles_list_item_link:hover {
    color:#72bf44;
    border-bottom:1px solid #72bf44;
}
.articles_list_item_link_a {
}



.articles_in_press_list_item_title {
  color:black;
  display:block;
  margin-bottom:0px;
}
.articles_in_press_list_item_medium {
  font-weight:bold;
  color:#3A4E99;
  display:block;
  margin-bottom:0px;
}
.articles_in_press_list_item_medium2 {
  color:#808080;
  font-weight:normal;
  /* font-style:italic; */
}


.articles_gallery {
  position:relative;
  display:block;
  margin-bottom:20px;
  clear:both;
  height:auto;
}




.articles_gallery_thumbinal {
    position:relative;
    display:block;
    float:left;
    overflow:hidden;
    width:100px;
    height:80px;
    border:3px solid #ddd;
    margin-right:3px;
    margin-bottom:3px;
}
.articles_gallery_thumbinal:hover {
    border:3px solid #72bf44;    
}

.articles_gallery_thumbinal_img {
    width:100px;
    height:80px;
    display:block;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
} 






.articles_tags {
    margin-bottom:20px;
}
.articles_tags_title {
    margin-bottom:5px;
}
.articles_tags_items {

}

.articles_related_articles {
    padding-top:20px;
    margin-top:5px;
    margin-bottom:20px;
    background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/hr.gif") top left repeat-x;
}

.articles_related_articles_title {
    margin-bottom:5px;
}

.articles_related_articles_items {
}
.articles_see_all {
    display:block;
    text-align:left;
    margin-top:10px;
    margin-bottom:20px;
    width:100%;
}



.publications_cover_image {
    display:block;
    float:right;
    overflow:hidden;
    width:200px;
    height:283px;
    margin-top:4px;
    margin-left:10px;
    margin-bottom:10px;
    cursor:pointer;
}
.publications_cover_image dd {
    margin:0px;
    padding:0px;
}
.publications_cover_image img {
    display:none;
    width:200px;
    height:283px;
}
.publications_cover_image img.first {
    display:block;
    width:200px;
    height:283px;
}

.publications_list_title {
    margin-bottom: 18px;
}


.publications_list_item_a {
   color:black; 
}
.publications_list_item_a:hover {
/*    text-decoration:none; */
}

.publications_list_item {
  padding:0px;
  margin:0px;
  clear:left;
  cursor:pointer;
}

.publications_list_item_first {
  padding-top:0px;
}
.publications_list_item_last {
}

.publications_list_item_img_div {
  width:15px;
  height:20px;
  vertical-align:middle;
}

.publications_list_item_img {
  display:block;
  min-width:80px;
  min-height:80px;
}

.publications_list_item_txt_wrapper {
  width:auto;
  display:table;
}

.publications_list_item_title {
  color:#444;
}

.publications_leadin {
    
}
.publications_leadout {
}

#articles_related {
  margin-bottom:20px;
}

#articles_map {
  margin-bottom:20px;
}

.articles_location {
  width:100%;
  margin-bottom:20px;
}

#ads_toplayer_wrapper {
    position:fixed;
    display:block;
    width:100%;
    height:100%;
    z-index:65000;
}

#ads_toplayer_wrapper .ads_toplayer_center {
    position:absolute;
    display:block;
    top:50%;
    left:50%;
    width:1px;
    height:1px;
}
#ads_toplayer_wrapper .ads_toplayer {
/*
    position:absolute;
    display:block;
*/
}
#ads_background_center {
    position:absolute;
    width:100%;
    height:100%;
    z-index:-100;
    text-align:center;
    overflow:hidden;
}


.menuon {
  position:absolute;
  background-color:#cfcfcf;
  border:0px black solid;
  padding:0px 0px 5px 0px;
  display:block;
}

.menuoff {
  position:absolute;
  background:none;
  border:0px black solid;
  display:none;
}

#message {
  padding:80px;
  margin:0px;
  min-height:200px;
  text-align:center;
  font-size:13px;
}

/*============================================================================
    INDEX NEWS LIST
=========================================================================== */

#news .list_item {
/*  border-bottom:1px solid #d4d4d4;            */
  padding:20px 0px 20px 0px;
  margin:0px;
  background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/hr.gif") bottom left repeat-x;
  width:100%;
  clear:both;
}
#news .list_item_first {

}
#news .list_item_last {
   border-bottom:0px;
   background:none;
}

#news .list_item_title {
  margin-bottom:10px;
  font-weight:bold;
  color:#444;
}

#news .list_item_prelude {
   margin:0px;
   padding:0px;
   color:black;
   
   display:table;
}

#news .list_item_more {
   margin:0px;
   padding:0px;  
   color:#666;
   display:inline;
   cursor:pointer;
   text-decoration:none;
}

#news .list_item_more:hover {
   color:#777;
   text-decoration:underline;
}

#news .list_item_img {
  width:100px;
  height:75px;
  padding:0px 10px 10px 0px;
  display:block;
  float:left;
}


/*============================================================================
    INDEX PUBLIKACJE LIST
=========================================================================== */

.publikacje_item {
  border-bottom:1px solid #d4d4d4;
  padding-bottom:3px;
  margin-bottom:10px;
  width:100%;
  clear:both;
  cursor:pointer;
  
}
.publikacje_item:hover {
/*  background-color:#f7f7f7; */
}
.publikacje_item_first {
}

.publikacje_item_last {
/*   border-bottom:0px; */
}

.publikacje_item_title {
  margin-bottom:2px;
/*  font-weight:normal; */
  display:table;
  color:#3a4e99;
}

.publikacje_item_prelude {
   margin:0px;
   padding:0px;
   color:#444444;
   
   display:inline;
}

.publikacje_item_more {
   margin:0px;
   padding:0px;  
/*   color:#666; */
   display:block;
   cursor:pointer;
   text-decoration:none;
/*   float:right;
   clear:left;   */
}

.publikacje_item_more:hover {
/*   color:#777; */
   text-decoration:none;
}

.publikacje_item_img {
  width:52px;
  height:75px;
  padding:0px 10px 0px 0px;
  display:block;
  float:left;
}

/*============================================================================
    MENU STYLE
=========================================================================== */
.menu {
  padding:0px;
  margin:0px;
  width:100%;
  padding:0px;
  list-style: none;
  clear:both;  
}

.sub_menu {
    border-bottom: 1px solid white;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0px 15px;  
}
.sub_menu li {
  /*  border-top:1px solid #d4d4d4; */
}

.sub_menu_separator {
  margin-bottom:10px;
}

.menu_item {
/*  -moz-transition: all 0.25s ease-in-out 0s; */
  border-bottom:1px solid white;
  padding:8px 16px 10px 16px;
  margin:0px 0px;
  cursor:pointer;
  width:auto;
  min-height:13px;
  height:auto;
  display:block;
  text-decoration:none;
  font-size:13px;
  font-weight:bold;
  color:white;
}

.menu_item:hover {
  background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/left-menu-hover.gif") center right transparent;
  /* background:#72bf44; */
  color:white;
  text-decoration:none;
}

.menu_item_open {
/*  WARNING: it damaging showing/closing menu after mouse click !! */
/*  display:block !important; */
}
.menu_item_first {
  border-top:0px !important;
}
.menu_item_last {
  border-bottom:0px !important; 
  /* margin-bottom:0px !important; */
}

.menu_item_opened {
  /* color:#808080 !important; */
  /* background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/left-menu-opened.gif") center right transparent ; */
}

.menu_item_selected {
  /* color:red !important; */
  background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/left-menu-opened.gif") center right transparent;
  color:white !important;
}


.menu_item_group {
  background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/left-menu-group.png") center right transparent;
  border-top:0px solid #d4d4d4 !important;
}









.header_menu_item {
/*  -moz-transition: all 0.25s ease-in-out 0s; */
  color:#efefef;
  cursor:pointer;
  width:auto;
  display:block;
  text-decoration:none;
  background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/header-menu-separator-white.gif") right 50% no-repeat;
  height: 20px;
  padding: 10px 18px;
  vertical-align:middle;
}
.header_menu_item:hover {
  color:white;
  text-decoration:none;
  text-shadow:0.1em 0.1em 0.8em #ddd;
}

.header_menu_item a {
  color:white;
  display: block;
  margin:0px 0px;
	width: auto;
  height:100%;
  color:white;
	text-align: left;    
  vertical-align:middle;
	text-decoration: none;
  float:left;
  clear:left;
}

.header_menu_item_open {
/*  WARNING: it damaging showing/closing menu after mouse click !! */
/*  display:block !important; */
}
.header_menu_item_first {
  /* border-top:0px; */
}
.header_menu_item_last {
  border-bottom:0px !important;
  background: 
  /* margin-bottom:0px !important; */
}

.header_menu_item_opened {
  /* color:#808080 !important; */
}

.header_menu_item_selected {
  /* color:red !important; */
  color:teal !important;
}


.header_menu_item_group {
  background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/arrow2.png") right 8px  no-repeat ;
  border-top:1px solid #d4d4d4 !important;
}







.div_sort_order {
  display:block;
  float:right;
  padding:0px 0px 10px 20px;
  clear:both;
  width:auto;
  text-align:right;
}

.div_sort_order_submit_input {
    border: 1px solid #DDDDDD;
    color: #888888;
    display: inline;
    font-size: 12px;
    height: 22px;
    min-width: 150px;
    padding: 2px;
    width: auto;
    margin-right:5px;
}
.div_sort_order_submit {
/*    background: url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/button-search.gif") no-repeat scroll left center transparent; */
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 2px #FFFFFF;
    color: #888888;
    cursor: pointer;
    display: inline;
    font-size: 10px;
    height: 19px;
    overflow: hidden;
    width: 25px;
}

.articles_employees {
    margin-bottom:20px;
}
.articles_researches {
    margin-bottom:20px;
}
.articles_researches_lista li {
    font-size:12px;
    color:#1583E9; /* for bullet */
}

.summary_tabele {
    padding:2px;
    margin:0px;
    margin-bottom:20px;
    border:1px solid #d4d4d4;
    color:black;
    font-size:14px;
    line-height:1.5em;
}

.summary_tabele_row_color_1 {
    background-color:#f0f1f7;
}

.summary_tabele_row_color_2 {
    background-color:#d2d7e8;
}

.publications_title {
    clear:none !important;
}

.table2 {
    font-size:12px;
}

.employee_list {
    width:100%;
    padding:0px;
}
.employee_title {
    clear:none !important;
}
.employee_list_title_header {
    font-weight:bold;
    margin:20px 0px 10px 0px;
    color:#3f56a6;
}
.employee_list_title_header_first {
    margin-top:0px !important;
}
 
.employee_photo_full {
    display:block;
    float:right;
    margin:4px 0px 10px 20px;
/*    width:200px; */
}
.employee_photo_thumb {
    width:100px;
    height:125px;
}
.employee_lead {
    
}
.employee_leadout{
    margin-top:20px;
    
}
.employee_list_item {
    margin-bottom:20px;
    clear:both;
    cursor:pointer;
}
.employee_list_item_first {

}
.employee_list_item_last {

}
.employee_list_item_title {
}
.employee_list_item_photo {
    width:100px;
    min-height:100px;
    vertical-align:top;
    margin-right:20px;
    display:block;
    float:left;
}
.employee_list_item_description {
    vertical-align:top;
    display:table;
    width:auto;
}


.researches_leadin {
    
}

.researches_leadout {    
}

.researches_title {
    clear: none !important;
}

.researches_photo_full {
    display:block;
    float:right;
    margin:4px 0px 10px 20px;
}

.researches_list_item_a {
   color:black; 
}

.researches_list_title {
    color:#3f56a6; 
}
.researches_time_period {
    color:#808080;
}


.cooperation_leadin {
    
}

.cooperation_leadout {    
}

.cooperation_title {
    clear: none !important;
}

.cooperation_photo_full {
    display:block;
    float:right;
    margin:4px 0px 10px 20px;
}
.cooperation_country_city {
    color:#808080;
}


.naglowek {
    font-weight:normal;
/*    display:inline; */
    color:#808080;
}


.publication_photo_full {
    display:block;
    float:right;
    margin:4px 0px 10px 20px;
    width:200px;
}
.publication_photo_thumb {
    width:50px;
    height:63px;
}
.search_by_type {
    width:auto;
    margin-right:10px;
} 

.search_by_date {
    display:block;
    width:120px;
    float:left;
    margin-right:10px;
}
.search_by_author {
    display:block;
    width:200px;
    float:left;
    margin-right:10px;
}
.search_by_language {
    display:block;
    width:130px;
    float:left;
    margin-right:10px;
}
.search_by_access {
    display:block;
    width:130px;
    float:left;
}

.wypunktowanie {
    padding:0px 0px 0px 0px;
    margin:0px;
    color:black;
    list-style:none;
}

.wypunktowanie li {
/*  SET GLOBAL #cont li {}  background:url("../images/kwadracik-czarny.gif") top left no-repeat ; */
    padding:0px 0px 10px 15px !important;
    line-height:1.3em !important;
}

.wypunktowanie p {
    margin:0px;
}

.wypunktowanie2 {
    padding:0px 0px 0px 0px;
    margin:0px;
    color:black;
    list-style:none;
}

.wypunktowanie2 li {
    padding:0px 0px 5px 15px !important;
    line-height:1.3em !important;
}

.wypunktowanie2 p {
    margin:0px;
}
/*
.wypunktowanie2 {
    padding:0px 0px 0px 0px;
    margin:0px;
    color:black;
    list-style:none;
}

.wypunktowanie2 li {
    padding:0px 0px 0px 5px !important; 
    line-height:1.3em !important;
}
*/

.publications_search_wypunktowanie {
}
.publications_search_wypunktowanie .checkbox {
/*    border: 1px solid black; */
    display: inline;
    margin-top: 0;
    padding: 0;
    vertical-align: middle;
}
.publications_search_wypunktowanie li {
    background:none !important;
    padding-left:0px !important;
}
.search_item_selected {
    font-weight:bold;
}

.search_by_others {
}


.conferences_list_title {
    /* color:#3f56a6; */
}
.search_list_item_section_title {
    /* color:#3f56a6; */
}
.seminary_list_title {
    color:#3f56a6; 
}


.show_appointment {
    border:2px solid darkcyan;
    background:#ced3e5;
    padding:12px 10px 10px 10px;
}
.show_appointment_title {
    margin-bottom:30px;
}

.seminary_list_item {
    display:table;
    margin-bottom:10px;
    width:100%;
}
.seminary_list_item2 {
    display:table;
    margin-bottom:5px;
    width:100%;
}
.seminary_list_item_first {

}
.seminary_list_item_last {

}
.seminary_list_item_title {
    width:auto;
    display:table;
}

.seminary_title {
    color:black;
    font-style:italic;
    font-weight:bold;  
}
.seminary_author {
/*    color:#808080; */ 
    
}

.seminary_list_item_date {
    min-width:75px;
    display:block;
    float:left;
    color:#808080;
}

.seminary_years_row_item {
    background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/kwadracik-czarny.gif") top left no-repeat;
    padding:0px 0px 10px 15px;
    color:#1583e9;
 
}

.seminary_years_list {
    width:100%;
}
.seminary_years_col {
    display:block;
    float:left;
    width:120px;
    margin-right:20px;
}
.seminary_years_col_first {
}
.seminary_years_col_last {
}
.seminary_years_col_item {
}
.icon {
    display: inline;
    margin-left:3px;
}

.search_list_mark {
    background-color:#72bf44;
    color:white;
    padding-left:4px;
    padding-right:4px;
}
.search_list_item {
    background:url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/li-background-w1.gif") left 4px no-repeat; /* div */ 
    padding: 0px 0px 7px 25px;
    cursor:pointer; 
}

.search_list_item_first {
}

.search_list_item_last {
}

.search_list_item_section_title {
}

.search_list_item_title {
}

.search_list_item_lead {
}

.search_list_item_link {

}

.conferences_title {
    clear: none !important;
}

.conferences_photo_full {
    display:block;
    float:right;
    margin:4px 0px 10px 20px;
    width:200px;
}

.right_col_list {
}

.right_col_list_item {
    clear: both;
    cursor: pointer;
    margin: 0px 0px 3px 0px;
    padding: 0px 0px 5px 0px; /* bottom: match=3 but optical=5 */ 
    border-bottom: 1px solid #D4D4D4;
    width: 100%;
}
.right_col_list_item_first {

}
.right_col_list_item_last {
    border-bottom: 0px !important;
    padding-bottom:0px;
    margin-bottom:10px;
}

.right_col_list_item_txt_wrapper {
    display: table;
    width: auto;
}
.right_col_list_item_txt_title {
    color: #3A4E99;
    font-size:13px;
    display: inline;
    margin-bottom: 2px;
}

.right_col_list_item_section {
    color: black; /* #808080 */
    display: block;
    float:left;    
}

.right_col_list_item_date {
    color: black; /* #808080 */
    display: block;
    float:right;
    font-style:italic;
    padding-right:2px;    
}
.right_col_list_item_prelude {
    color: black; /* #444444 */
    display: inline;
    margin: 0;
    padding: 0;
}

.login_leadin { }

.login_form { }

.login_table {
    width:100%; 
}

.login_table th {
  text-align:left;
  width:40%;
  font-size:14px;
}
.login_table td {
  text-align:left;
  width:60%;
  font-size:12px;
}

.login_username { 
    border: 1px solid #DDDDDD;
    color: #444444;
    display: inline;
    font-size: 12px;
    line-height: 1em;
    padding: 2px;
    width: 100%;
}

.login_password { 
    border: 1px solid #DDDDDD;
    color: #444444;
    display: inline;
    font-size: 12px;
    line-height: 1em;
    padding: 2px;
    width: 100%;
}

.login_button {
    margin-left: 10px;
    vertical-align: middle;
}
.login_button_recovery { }
.login_button_register { }
.login_button_remove { }
.login_button_submit { }

.login_message {
    padding:10px 0px;
}

.login_error {
    color:red;
    font-weight:bold;
}

.login_ok {
    color:green;
    font-weight:bold;
}

#login {
    padding:10px;
}
#login .login {
    padding-bottom:10px;
}
#login .password {
    padding-bottom:10px;
}
#login .login_access_level {
    padding-bottom:10px;
}
#login .submit {
    
}
#login .options {
    padding-bottom:10px;
    font-size:12px;
    display: inline;
}



.intranet_leadin {
    
}

.intranet_leadout {    
}

.intranet_title {
    clear: none !important;
}

.intranet_photo_full {
    display:block;
    float:right;
    margin:4px 0px 10px 20px;
}


.intranet_list_item {
/*  
    background: url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/kwadracik-czarny.gif") no-repeat scroll left top transparent; 
    padding: 0 0 10px 15px;
*/
    background: url("/web/20180425122140im_/http://www.espon-usespon.eu/www/usespon/default/images/folder32.png") no-repeat scroll left top transparent;
    padding: 5px 0px 5px 45px;
    min-height:40px;
    color:black !important; 
  
    width:auto;
    clear:both;
    cursor:pointer;
    border-bottom:1px solid #eee;

}
.intranet_list_item:hover {
}
.intranet_list_item_first {
}
.intranet_list_item_last {
/*    border-bottom:0px !important;
    margin-bottom:0px !important;  */
}

.intranet_list_item_img_div {
  width:133px; /*150px;*/
/*  height:150px; /*75px;*/
  margin:4px 0px 0px 5px;
  display:block;
  float:right;
}

.intranet_list_item_img {
  display:block;
  min-width:80px;
  min-height:80px;
}

.intranet_list_item_date {
  display:block;
  margin-right:10px;
  float:left;
}

.intranet_list_item_text {
  display:block;
  float:left;
  width:100%; /* 530px */
  border:0px solid red;
  margin-right:10px;
  margin-bottom:5px;
}

.intranet_list_item_title {
  font-weight:bold;
  color:#3A4E99;
  display:block;
  margin-bottom:0px;
}

.intranet_list_item_lead {
   margin:0px;
   padding:0px;
   display:table;  
}
.intranet_list_item_lead_a {
   color:black;
}

.intranet_list_item_link {
   margin:0px;
   padding:0px;  
   display:inline;
   cursor:pointer;
   text-decoration:none;
}
.intranet_list_item_link_a {
}



.intranet_list_files_item {
    position:relative;
    padding: 5px 0px 5px 0px;
    min-height:20px;
    color:black !important; 
  
    width:auto;
    clear:both;
    cursor:pointer;
    border-bottom:1px solid #eee;
    overflow:hidden;
}
.intranet_list_files_item:hover {
}
.intranet_list_files_item_first {
}
.intranet_list_files_item_last {
/*    border-bottom:0px !important;
    margin-bottom:0px !important;  */
}
.intranet_list_files_icon {
  display:block;
  width:20px;
  margin-right:5px;
  float:left;
}

.intranet_list_files_options {
  position:absolute;
  display:block;
  padding-left:10px;
  width:80px;
  float:right;
  right:0px;
  top:2px;
}



.table {
    width:100%;
    padding:0px;
    border:0px solid black;
    margin:0px;
    border-spacing:0;
    border-collapse:collapse;
}
.table tr {
}
.table td {
    padding:3px;
    margin:0px;
    border:1px solid #ccc;
}

input[type="text"] {
    border: 1px solid #ccc;
    color: #444;
    display: inline;
    line-height: 1em;
    padding: 4px;
    margin-top:2px;
}

select {
    border: 1px solid #ccc;
    color: #444;
    display: inline;
    line-height: 1em;
    padding: 4px;
    margin-top:2px;
}

input[type="password"] {
    border: 1px solid #ccc;
    color: #444;
    display: inline;
    line-height: 1em;
    padding: 4px;
    margin-top:2px;
}

.intranet_message {
    color: green;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-weight:bold;
    width: 605px;
}

.intranet_message_red {
    color: red;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-weight:bold;
    width: 605px;
}

.failed {
    color:red;
    font-weight:bold;
}

.success {
    color:green;
    font-weight:bold;
}

.noclick {
    cursor:default !important;
    border-bottom:0px;
    padding-top:30px;
    text-align:center;
}

.main_boxes {
    margin-top:10px;
}
.main_boxes img {
    border:0px;
}

.main_boxes_item {
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #D4D4D4;
}
.main_boxes_item_first {
    border-top:0px solid !important;
}
.main_boxes_item_last {
    border-bottom:0px solid !important;
}

.main_boxes_item_title {
    margin-bottom:10px;
    color: #3A4E99;
}

.main_boxes_item_body {
    margin-bottom:10px;
}


.usespon_filter_title {
    width:300px;
}
.usespon_filter_country {
    width:100%;
}
.usespon_filter_type {
    width:100%;
}




.message_div_cookie {
    background-color: #FAFAFA;
    border: 2px solid #D4D4D4;
    clear: right;
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    position: relative;
    width: 826px;
}

.message_div_cookie p {
    padding:0px;
    margin:0px;
    text-align:left;
    font-weight:normal;
    color:black;
    width:90%;
}
.message_div_cookie a {
    color:#3A4E99;
    text-decoration:underline;
}
.message_div_cookie a:hover {
    color:#3A4E99;
}

.message_div_cookie .allow_close {
    display:block;
    float:right;
    margin-top:3px;
    padding:2px 5px;
    text-decoration:none;
    background-color:#6B7AB3;
    color:white;
}
.message_div_cookie .allow_close:hover {
    background-color:#b2c1fa;
    color:white;
}




.formularz_rejestracji {
    width:100%;
}
.formularz_rejestracji .form_item_title {
    width:30%;
}
.formularz_rejestracji .form_item_field {
    width:70%;
}
.formularz_rejestracji .form_item_required {
    font-weight:bold;
}
.formularz_rejestracji .form_item_required:after {
    content:"*";
}

.formularz_rejestracji select {
    border: 1px solid #CCCCCC;
    color: #444444;
    display: inline;
    line-height: 1em;
    padding: 2px;
} 

.formularz_rejestracji textarea {
    width:100%;
    border: 1px solid #CCCCCC;
    color: #444444;
    display: inline;
    line-height: 1em;
    padding: 2px;
} 
.formularz_rejestracji input[type="text"] {
    width:100%;
    border: 1px solid #CCCCCC;
    color: #444444;
    display: inline;
    line-height: 1em;
    padding: 2px;
}

.formularz_rejestracji input[type="submit"] {
    border: 1px solid #CCCCCC;
    background-color: #ededed;
    color:#444444;
    display: block;
    line-height: 1em;
    padding: 5px;
    cursor:pointer;
    margin-top: 15px;
}
.formularz_rejestracji input[type="submit"]:hover {
    border: 1px solid #fefefe;
    background-color: #efefef;
}
.formularz_rejestracji .error {
    background-color: transparent;
    color: red;
}


/*
     FILE ARCHIVED ON 12:21:40 Apr 25, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:12:48 May 15, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 342.148
  exclusion.robots: 0.089
  exclusion.robots.policy: 0.082
  cdx.remote: 0.062
  esindex: 0.009
  LoadShardBlock: 69.307 (3)
  PetaboxLoader3.datanode: 96.077 (5)
  CDXLines.iter: 17.564 (3)
  load_resource: 241.245 (2)
  PetaboxLoader3.resolve: 144.614 (2)
*/