  *, *::before, *::after {
      box-sizing: border-box;
  }

  body, html {
      margin:0px;
      padding:0px;
      background-color:white;
      color:black;

      /* min-width: 480px; */
      
      font-family: 'Arimo', sans-serif !important;
      font-size: 15pt;
      line-height: 1.5em;
      text-indent: 0em;


      -webkit-transition-delay: 0.5s; /* Safari */
      transition-delay: 0.5s;

      -webkit-transition: all 0.5s; /* Safari */
      transition: all 0.5s;
      /*min-width:480px; */
      
      text-rendering: optimizeSpeed;                  
  }
  html {
      height: 100%;
  }
  body {      
      overflow-x:hidden;
      overflow-y:scroll;
  }
  body, button, caption, dd, dl, form, h1, h2, h3, h4, hr, iframe, input, li, ol, ul, p, pre, select, tbody, td, tfoot, th, textarea, tr {
      border: 0 none;
      font-size: 100%;
      margin: 0px;
      padding: 0px;
      vertical-align: baseline;
  }
  
  h1 {
  }
  
  h3 {
	/* text-transform: uppercase; */
	color:#646464;  
  }
  
  .main_about .tresc div.col1 p {
      margin-bottom:1em;
  }

  * {
      box-sizing: border-box;
  }

  ul {
      list-style: outside none none;
  }
  ul[class="menu"], ol {
      font-size: 1rem;
      line-height: 1.25rem;
      margin: 0 0 1.25rem 0rem;
  }
  
  .ColorBlack {
      color:#202020 !important;
  }
  .ColorWhite {
      color:#fefefe !important;
  }
  
  .home {
      /* background:black url('../images/background-w2.png') scroll no-repeat top center / cover; */
      /* background:black url('../images/background-w2.png') scroll repeat-x top left; */
      /* background-size:cover; */
      /* background-size:calc(); /* cover; */
  }
  
  .desktop {
      display:block !important;
  }
  .mobile {
      display:none !important;
  }


  .topBarLeft {
      left:5px;
      display:inline-block;
      width:auto;
      position: relative;
  }
  .topBarRight {
      display:block;
      position:absolute;
      right:0;
      top:20px;
      /*top:0.9em; */
      width: auto;
      z-index: 500; 
  }

  .topBarRight .search {
      float:left;
      cursor:pointer;
      margin-right:1em;
	  display:none;
  }
  .topBarRight .language {
      display:inline-block;
      float:left;
      cursor:pointer;
      margin:3px;
  }

  .topBarRight a  {
      text-decoration:none;
  }
  .topBarRight a:hover {
      text-decoration:none;
  }

  .backToHome {
      background-color: #004a8f;
      color:white;
      border: 0px;
      bottom: 3em;
      display: block;
      height: 50px;
      position: fixed;
      right: 3em;
      width: 50px;
      cursor:pointer;
      
      z-index: 49000;
      opacity:0;
      
      border-radius: 2em;

      -webkit-transition-delay: 0.1s; /* Safari */
      transition-delay: 0.1s;

      -webkit-transition: all 0.5s, -webkit-transform 0.5s;
      transition: all 0.5s, transform 0.5s;
  }
  .backToHome:hover {
      color:#004a8f;
      background-color: #0D447B;
	  box-shadow:3px 3px 3px rgba(0,0,0,0.25);
  }
  
  .backToHome svg {
      height: 100%;
      margin: auto;
      padding: 0.65em;
      width: 100%;
  }
  .backToHomeVisible {
      opacity:1;
      -webkit-transform: rotate(360deg); /* Safari */
      transform: rotate(360deg);
  }
  .mouseScroll {
      position:fixed;
      bottom:4em;
      left:calc(50vw - 45px);
      margin:0;
      
      display:block;
      opacity:1;

      background:url('../images/mousescroll.png') center center no-repeat;
      background-size:contain;
      width:5vw;
      height:5vw;
      min-width:50px;
      min-height:40px;
      max-width:100px;
      max-height:80px;
      
      z-index:10000;
      
      -webkit-transition-delay: 0.1s; /* Safari */
      transition-delay: 0.1s;

      -webkit-transition: all 0.5s, -webkit-transform 0.5s;
      transition: all 0.5s, transform 0.5s;
      
  }
  .mouseScroll_hidden {
      opacity:0;

      -webkit-transition-delay: 0.1s; /* Safari */
      transition-delay: 0.1s;

      -webkit-transition: all 0.5s, -webkit-transform 0.5s;
      transition: all 0.5s, transform 0.5s;
  }

  .header {
      background-color:white;
       
      margin: 0px;
      padding:0em;
      /* height: 110px; */
      height: 170px;

      top: 0px;
      left: 0px;
      z-index: 1000;
      width: 100%;


      -webkit-transition-delay: 3s;
      transition-delay: 3s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
  }
  #headerNonStickyGap {
  }
  .addHeaderGap {
	  height:232px;
  }
  

  .background_visible {
      background-color:rgba(68,75,80, 1); /* 444b50 */
  }
  .stickyHeader  {
      background-color:rgba(68,75,80, 1); /* 444b50 */
      /* opacity: 1; */

      height: 62px;
      position:fixed;
      top:0px;
      width: 100%;
      z-index: 5000;
      padding-top:0.5em !important;
      padding-bottom:0.5em !important;

      -webkit-box-shadow: rgba(0, 0, 0, 0.30) 0px 5px 10px ;
      -moz-box-shadow: rgba(0, 0, 0, 0.30) 0px 5px 10px ;
      box-shadow:rgba(0, 0, 0, 0.30) 0px 5px 10px ;
      
      -webkit-transition-delay: 0.5s; /* Safari */
      transition-delay: 0.5s;

      -webkit-transition: all 1s; /* Safari */
      transition: all 1s; 
  }
  .stickyHeader .menu_wrapper {
      margin-top:0em;
      display:block;
  }
  
  .stickyHeader .search_wrapper {
      top:5px;
      width:50%;
  }
  .stickyHeader .search_wrapper .search_form {
      padding:0.2em 0.4em 0;
  }
  .stickyHeader .search_wrapper .search_form input {
      padding:0px;
  }
  
  .stickyHeader .topBarRight {
      display:none;
      
  } 

  
  
  
  
  
  
  .menuWrapper {

  }
  .stickyMenu {
	position: fixed !important;
	top: 0;
	z-index: 1000;
	width:100%;
	padding:0 1rem;
  }
  .header .stickyMenu  {
	  display:none;
  }
  
  
  
  
  
  
  .mobile_search {
  }
  
  .header_mobile {
      background: none;
  }              

  .row {
      margin-left: 0em;
	  padding:0 1rem;
      position: relative;
	  background-color:white;
  }

  .row::before, .row::after {
      content: "";
      display: table;
      line-height: 0;
  }
  .row::after {
      clear: both;
  }

  .row_full {
    padding:0 0rem;
  }

a {
	text-decoration: none;
	color:#00447C; /* black */
  }
  a:hover {
	text-decoration: underline;
	color:#148BCC;
  }


  .wrapper {
      position:relative;
      overflow:inherit;
      margin:0px auto;
  } 

  .siteWidthHeader {
      /* max-width: 100%; */
      max-width: 1100px;
      padding:0;
  }
  .siteWidth {
      /* max-width: 1400px; */
      max-width: 100%;
      padding:0em 3.5vw 2em 3.5vw;
  }
  .siteWidth2 {
      max-width: 1100px;

      /* max-width: 100%; */
      padding:0;
  }
  .flex_width_fix {
      /* padding:0em 0.75vw;
      padding-left:3.5vw;
      padding-right:3.5vw;
	*/      
  }
  
  .siteWidthBanner {
      /* max-width: 1400px; */
      padding:0em 0em;
  }

  
  
  .extraPadding {
      padding-bottom:2em;
  }
  .extraPaddingMain {
      padding-top:0em;
      padding-bottom:4em;
  }

  .wrapper_subpage_title {
      padding-top:5em;
      padding-bottom:1em;
  }


  .subpage {
      font-size:100%;
  }
  .subpage .siteWidth {
      max-width: 1400px;
      padding:0em 2.5em;
  }
  .subpage .header {
      position:relative;
  }


  .background0 {
      background: transparent url("../images/background-news.png") repeat fixed center top;
      background-size:calc(100%) auto;
      background-position:center top;
      background-attachment:fixed;
  }
  .background1 {
      background: rgb(222,222,222) url("../images/background-wooden-table.jpg") repeat fixed center center;
      background-size:calc(100%) auto;
      background-position:center top;
      background-attachment:fixed;
  }
  .background2 {
      background: transparent url("../images/background-pr6.jpg") repeat fixed center center;
      background-size:calc(100%) auto;
      background-position:center top;
      background-attachment:fixed;
  }
  .background3 {
      background: transparent url("../images/background-wood3.jpg") repeat fixed center top;
      background-size:calc(100%) auto;                                  
      background-position:center top;
      background-attachment:fixed;
  }
  
  .background_contact {
      background: transparent url("../images/background-contact-w1.jpg") no-repeat;
      background-size:auto auto;                                  
      background-position:38% bottom ;
      background-attachment:scroll;
  }
  
  .background_white {
      background:white;
  }
  .background_grey {
	  background:#0D447B;
  }
  .background_blue_light {
	  background:#E6E6E6;
  }
	  
  .background_graydark {
      background:#444b50;
  }
  .background_blue {
	  background-color:#00447C;
  }
  
  .background_graylight {
      background:#7a8186;
  }
  
  .background_default {
      background-color:#E6E6E6;

  }
  
  .backgroundParalax {
      background-size:calc(100%) auto;
      background-position:center top;
      background-attachment:fixed;
  }
  
  
  .backgroundPaperBoardEffect {
      padding:2em 2em !important;
      margin:2em auto 2em auto;
      background-color:white;
      color:black;    
  }
  .backgroundPaperBoardEffect .articles_list_title,
  .backgroundPaperBoardEffect .subpage_title {
      color:black !important;
  }
  .backgroundSubpageWhiteBackground {
      background-color:white;
  }  

  .video {
      position:relative;
      height:430px;
      width:100%;
      overflow:hidden;
      box-sizing:	border-box;
      background-origin:	padding-box;
      background-position:	0% 0%;
      background-repeat:	repeat;
      background-size:	cover;
  }
  
  .video video {
    max-width: 100%;
    min-height:600px;
    width: 100%;
    vertical-align:baseline;
    position:absolute;
    bottom:0px;
    background-size:cover;
    background-origin:padding-box;
  }
  
  .video>video>source {
      line-height: 22.85px;
  }
  
	.header_logo_wrapper {
		display: inline-block;
		position: relative;
		left: 0.25rem;
		top: 52px;
		margin-top:0.5rem;
	}
	.header_logo_wrapper .euroreg {
		display:inline-block;
	}
	.header_logo_wrapper .euroreg img {
		height:60px;
	}
	.header_logo_wrapper .rsa {
		display:inline-block;
	}
	.header_logo_wrapper .rsa img {
		height:60px;
	}
	


	.logo {
		display: inline-block;
		position: relative;
		left: 0vw;
		top: 44px;

		margin: 0px;
		/* max-width: 427px; */
		transition: height 1s;
		cursor: pointer;
		z-index: 500;
		padding: 0px;
		line-height: 0em;
	}
	.logo > img {
		height:85px;
	}

  .logo_small_on_scroll {
      /*
      top:-4px;
      height:50px;
      transition: height 1s;
      */

      height: 38px;
      transition: height 1s;
      padding: 8px 12px 6px 12px;
      top: -6px;
  } 
  .logo_small_on_scroll > img {
      height:40px;
      transition: height 1s;
  }
  
  .language_wrapper {
      position:absolute;
      top:0px;
      right:2em;
      margin:0px;
      padding:0px;
      width:auto;
  }
  .select_language_wrapper {
      background-color:white;
      position: absolute;
      right:20px;
      top: 0;
      width: 46px;
      z-index: 100;  
  }
  .select_language_wrapper > .language_button {
      /* display:block;
      margin-top:5px; */
  }
  
  .select_language_wrapper > .language_button:last-child {
      margin-right:0px;
  } 

  .mobile_menu {
      display:none;
      cursor:pointer;
  }
  
  .mobile_menu_wrapper {
      position:absolute;
      display:block;
      cursor:pointer;
      right:0px;
      top:12px;
      padding:0px;
      margin: 0px auto;
      z-index: 1000;
      
      display:none; /*  initially hidden */ 
  }

  .mobile_menu_button {
      margin-top:5px;
      display:block;
  }
  
  .search_wrapper {
	display: block;
	margin: 0;
	padding: 0px;
	position: absolute;
	text-align: right;
	top: 84px;
	right: 0;
	width: 100%;
	min-width: 350px;
	max-width: 350px;
	z-index:501; /* abowe topBarRight buttons*/
  }
  .search_wrapper:blur {
      width: 100%;
  }
  
  .search_wrapper .search_form {
		background-color: white;
		border: 1px solid #B1B3B6;
		border-radius: 10px;
		font-size: 0.9rem;
		float: left;
		max-width: 100%;
		padding: 0.4rem 1rem;
		width: calc(100% - 28px);
		height: 45px;
  }
  .search_wrapper .search_form input {
      font-size:0.9rem;
	  font-family:'Arimo', Helvetica, Arial, Sans-serif;
      background-color:transparent;
      color:black;
      width:100%;
  }
  .search_wrapper .search_warning {
    background: white none repeat scroll 0 0;
    border: 3px solid #dc2020;
    color: #dc2020;
    font-size: 100%;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -9px;
    visibility: hidden;
    opacity:0;
    width: 300px;
    z-index: 300;
  }
  .search_wrapper .search_submit {
	color: white;
	background-color: #B1B3B6;
	width: 70px;
	height: 45px;
	display: block;
	cursor: pointer;
	position: absolute;
	right: 0;
	border-radius: 0 10px 10px 0;
	font-size: 0.8rem;
  } 
  .search_wrapper .search_submit:hover {
	background-color: #0D447B;
  }

  .header_button {
      display:inline-block;
      width:40px;
      height:40px;
      padding:5px;
      /* border:1px solid #eee; */  
  }
  .header_button:hover {
  }
  
  .header_button_mobile {
      display:inline-block;
      width:30px;
      height:30px;
  }
  .header_button_mobile:hover {
  }
	

  .mobile_menu_list {

      background-color: #004a8f;
      border-color: grey -moz-use-text-color -moz-use-text-color;
      border-image: none;
      border-style: solid none none;
      border-width: 0px 0 0;
      display:none;
      height: 100vh;
      left: 0;
      min-height: 100%;
      padding: 1em 0em 5em 0em; /* iphone need more space */
      position: fixed;
      top: 0;
      
      width: 0%;
      z-index: 50000;

      -webkit-transition-delay: width 0.5s;
      transition-delay: 0.25s;
      
      -webkit-transition: width 0.5s;
      transition: width 0.5s;
      overflow-y:auto;
      overflow-x:hidden;
  }
  .mobile_menu_list .row {
	  background-color:#004a8f;
  }


  .showMobileMenu {
      display:none; /* TO BE ENABLED BY RESOLUTION CHANGE @mobile css */
      width:100%;
  }

  
  
  
  
  .mobile_menu_list_items {
      display:block;
      margin:3em 0 0 0em;
      overflow-x: hidden;
      overflow-y: auto;
  }
  
  .mobile_menu_list_items a {
      color:white; /* #231f20 */
      font-family:'Arimo', Helvetica, 'Arial Narrow', Arial, sans-serif;
      font-size:130%;
      text-decoration:none;
  }
  .mobile_menu_list_items a:hover {
      color:white;
  }
  .mobile_menu_list_items ul {
      padding:0em 0;
      margin:0;
  } 
  .mobile_menu_list_items li {
      padding:0;
      margin:1em 0.25em 1em 1.0em;
      text-align:left;
  } 
  .mobile_menu_list_items div  {
    display:block;
    clear:both;
    padding:0em 0em 1em 1em;
  }
  
  
  .mobile_menu_list_items div > a  {
    display:block;
    clear:both;
    font-size:130%;
    margin:0.5em 0em;
    color:#bbb; 
  }  
  
  .menu_wrapper {
    display: block;
    position: relative;
    margin: 0em auto; /* calc(1em + 5px); */
    z-index:400; 
	width:1100px;
	max-width:1100px;
	background-color: #00447C;
	/* max-height:3rem; */
	overflow:hidden;
	/* text-align:center; */
  }

  .menu a {
      font-size:1em;
      color: #323232; /* #0a3c6e */
      /* padding:0px 20px; 
      border-right:1px solid #0a3c6e; */
  }
  .menu a:hover {
      color: #aa0a0a;
  }
  .menu>li {
      float:left;
      display:inline-block;
      padding:0px;
      line-height: 1.0;
  }
  .menu>li:last-child {
      padding-right:0px;
      margin-right:0px;
      border-right:0px;
  }
  .menu>li.separator {
      display: inline-block;
      border-right:0px solid #ccc;
      line-height: 1.0;
  }
  .menu .separator_row {
	  display:none !important;
  }
  
  
  .show {
      display:block;
  }
  .showib {
      display:inline-block;
  }
                                                                                
  .hideMobileMenu, .hideLanguageSelector, .hide {
      display:none !important;
  }


  .showLanguageSelector {
  }

  .extramenu {
      height:auto;
      margin: 0em;
      padding:3rem 0rem 3rem 0rem;
      position: relative;
      z-index: 1000;
  }

  .extramenu a {
      line-height:1.6rem !important;
      color:#23438a;
      text-decoration:none;
  }
  .extramenu a:hover {
      text-decoration:underline;
	  color:#148BCC;
  }

  .extramenu li {
      line-height:1.8rem;
  }
  .extramenu ul {
      margin:0 0 0 0em;
      display:inline-block;
      
  }
  

footer {
  background-color: white;
  color: #646464;
  font-size:0.85rem;
  padding:0em 0em 0em 0em;
  margin:0em 0em 5em 0em;
}

.credits {
  margin: 0;
  padding: 2em 0;
  width: 100%;
  clear: both;
}
	
.credits .footerMenu_GDPR {
	display:inline-block;
	width:100%;
	clear:both;
	margin-bottom:.5rem;
}
.credits .footerMenu_GDPR li {
	float:left;
	display:inline-block;
	margin-right:1.5rem;
}

.credits .footer_copy {
  display:inline-block;
  color: #7a8186;
  float: left;
  font-size: 100%;
  margin: 0;
  padding: 0 0 1em;
  text-align: left;
  width:auto;
}

.credits .footer_created {
  display:inline-block;
  color: #7a8186;
  float: right;
  font-size: 100%;
  margin: 0;
  padding: 0 0 1em;
  text-align: right;
  width: auto;
}

.credits .footer_webmastersi_img {
  vertical-align:middle;
  margin:0px 0px 0px 10px; 
}
.credits .footer_a {
  color:#7a8186;
  text-decoration:none;
}
.credits .footer_a:hover {
  color:#7a8186; 
  text-decoration:underline;
}


#tresc {
  padding:2em 0em;
  margin:0em;
}





/*
======================================================================================
======================================================================================
======================================================================================
======================================================================================
======================================================================================
======================================================================================
======================================================================================
======================================================================================
======================================================================================
======================================================================================
======================================================================================
======================================================================================
======================================================================================
======================================================================================
======================================================================================
======================================================================================
======================================================================================
======================================================================================
======================================================================================
======================================================================================
*/
.portfolio_subtitle {
  font-family: 'Arimo', Helvetica, sans-serif;
  font-size: 1.8rem;
  color: #ccc; /* #ff9e35 */
  padding: 0em 0em 1em 0em;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

h1, .articles_list_title {
	font-family: 'Arimo', Helvetica, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 110%;
	color: black;
	display: inline-block;
	padding: 0;
	text-transform:uppercase;
}
.articles_list_title, .subpage_title {

}
.articles_list_title a {

}
.articles_list_title a:hover {
}

.portfolio_subtitle a {
  color: white;
  text-decoration:underline;
}
.portfolio_subtitle a:hover {
  color: #ff9e35;
  text-decoration:underline;
}

.articles_list_title {

}
.subpage_issue { 
  font-family: 'Arimo', Arial, sans-serif;
  font-size:180%;
  color:black;
  font-weight:bold;
  padding: 0em 0em 1em 0em;
}

.subpage_autorzy { 
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 1.4rem;
	color: black;
	padding: 0em 0em 0.5em 0em;
	font-weight: bold;
}
.subpage_article_title {
  font-family: 'Arimo', sans-serif;
  font-size:1.3rem;
  line-height:1.6rem;
  text-align:unset;
  /* text-transform: uppercase; */
  padding: 0 0 0.25rem 0;
  font-style:italic;
  color:#0D447B;
}

.subpage_title {
  font-family: 'Arimo', Arial, sans-serif;
  /* color:rgb(48,133,194); */
  /* color:rgb(50,50,50);  */
  /* color: #ff9e35; */
  
  color: black;
   
  font-size:1.3rem;
  line-height:1.6rem;
  text-align:unset;
  text-transform: uppercase;
  padding: 0em 0em 1em 0em;
  display:inline-block;
  
}

.article_summary {
  color:rgb(150,150,150);
}
.article_summary .label {
  margin-right:0.5em;
} 

.left {
  float:left;
}

.right {
  float:right;
}
.bold {
  font-weight:bold;
}
.clr {
  width:100%;
  clear:both;
  height: 0px;
  display:block;
  overflow:hidden;
}
.hide {
  display:none;
}
.show {
  display:block;
}



.pages_submenu {
  width:200px;
  padding:0px;
  margin:auto 0px;
  height:auto;
  display:block;
  float:left;
}
.pages_submenu_text_body {
  width:100%;
  padding:0px;
  margin:0px;
  display:block;
  float:right;
  padding-bottom:2em;
}




.pagesText {
  width:100%;
  padding:0em;
  margin:0 0 0em 0;
  display:inline-block;
}
.pagesText a {
}
	
.pagesText .page_image {
    
}


.page_image {


    width:auto;
}

.page_image img { 
    max-width:50%;
}

.page_image.right {
    float:right;
    margin:0 0 1em 1em;
}
.page_image.left {
    float:right;
    margin:0 1em 1em 0;
}

.pagesText img {
    display: block;
    max-height: 350px;
    max-width: 350px;
    width: 100%;
    height: auto;
    text-align: center;
    /* margin: auto; */
    margin: 0 0 1em 1em;
    width: 100%;
}



.pages_text_body p {
    margin:0;
    padding:0 0 1em 0;
} 

.pagesText ul {
    margin:0;
    padding:0 0 1em 1em;
}
 
.pagesText li {
    margin:0;
    padding:0 0 0.25em 0;
} 
.pagesText .image {
    height: auto;
    /* max-width: 40%; */
    /* padding: 0 0 0.5em 0.5em; */    
    text-align: center;
    width: 100%;
}


.pagesText .article_date {
  font-size:100%;
  color:#ccc;
  margin:-2.0em 0px 2em 0px;
}
.pagesText .article_text_lead {
  padding-bottom:2em;
  font-family:'Arimo', Tahoma, sans-serif;
  font-weight:bold;
  font-size:110%;
}
.pagesText .article_text_full {
  padding-bottom:2em;
}
.pagesText .article_text_full a {
  text-decoration:underline;
  border-bottom:0px;
  color:#004a8f;
  display:inline-block;
}
.pagesText .article_text_full a:hover {
  text-decoration:underline;
  border-bottom:0px;
  color:#148BCC;
}
.pagesText .article_text_full p {
  padding-bottom:1em;
}
.pagesText .article_text_full hr {
  border-top:1px solid #808080;
  padding: 0.5em 0;
}

.pagesText .article_text_full ul {
  list-style:none;
}
.pagesText .article_text_full ul li {
  padding-left:1em;
  margin-left:0em;
  background:transparent url("../images/wypunktowanie-li.svg") left 0.5rem no-repeat;
  background-size:0.3rem;

}
.pagesText .article_text_full img {
  width:unset;
  height:unset;
  margin:unset;
  float:unset;
  overflow:unset;
  max-width: 100%;
  max-height:unset;
}


.pagesText .articles_header2 {
  color:black; 
  font-family:'Arimo', Helvetica, sans-serif;
  font-size:1.3rem;
  font-weight:normal;
  padding-bottom:0.5em;
}
.pagesText .articles_download a {
  color: #23438a;
  text-decoration:none;
  /* display:inline-block; */
}
.pagesText .articles_download a:hover {
  color: #bd1111;
  text-decoration:underline;
}

.pagesText .articles_gallery {
/*
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    */
}

.pagesText .articles_gallery_thumbinal {
    background-color: unset;
    border: 0px;
    display: block;
    float: left;
    margin: 0 0.4em 0.4em 0;
    overflow: hidden;
    position: relative;
    text-align: center;

    -webkit-transition-delay: 0.5s; /* Safari */
    transition-delay:0.5s;

    -webkit-transition:all 0.5s, -webkit-transform 0.5s;
    transition:all 0.5s, -webkit-transform 0.5s;
}

.pagesText .articles_gallery_thumbinal:hover {
    transform:scale(1.1);
    z-index:5000;
}

.pagesText .articles_gallery a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;

    margin: 0;

    max-width: 130px;
    max-height: 130px;
    width: 10vw;
    height: 10vw;
} 

.pagesText  .articles_files_icon {
    width: unset;
    margin: 0.25em auto;
    float: left;
}
.pagesText  .press_releases_files_a {
    margin:0 auto;
}



.pages_left_menu_a {
  padding:2px 4px;
  margin:0px 3px 0px 0px;
  font-weight:bold;
  text-decoration:none;
  color:#040404;
}

.pages_left_menu_a:hover {
  padding:2px 4px;
  margin:0px 3px 0px 0px;
  font-weight:bold;
  text-decoration:none;
  background-color:#c4161c;
  color:white;
}

.pages_left_menu_a_selected {
  padding:2px 4px;
  margin:0px 3px 0px 0px;
  font-weight:bold;
  text-decoration:none;
  background-color:#c4161c;
  color:white;
}
.pages_left_menu_a_selected:hover {
  padding:2px 4px;
  margin:0px 3px 0px 0px;
  font-weight:bold;
  text-decoration:none;
  background-color:#c4161c;
  color:white;
}
.page_selector {
  width:100%;
  text-align:center;
}
.page_switch_selector {
  padding:3px 7px;
  margin:0px 4px 0px 0px;
  color:white;
  background-color:#404040;
  border:1px solid black;
  text-decoration:none;
}
.page_switch_selector:hover {
  padding:3px 7px;
  margin:0px 4px 0px 0px;
  color:white;
  background-color:#c4161c;
  border:1px solid black;
  text-decoration:none;
}
.page_switch_current {
  display:inline;
  width:auto;
  padding:3px 7px;
  margin:0px 4px 0px 0px;
  color:black;
  background-color:white;
  border:1px solid black;
  text-decoration:none;  
}


.articles_download {
    margin-bottom:2em;
}
.articles_download ul {
  list-style:none;
  margin:0px;
}
.articles_download li {
  background: transparent url("../images/wypunktowanie-li.svg") left 0.5rem no-repeat;
  background-size:0.3rem;

  padding: 0 0 0 1em;
  margin: 0 0 1em 0;
  color:#7a8186;
}





.mainBody {
  margin-top:0em;
  margin-bottom:3rem;
  /* margin:0px; */ 
}

.articles_lead {
  margin:0 0 2em 0;
}
.articles_leadout {
    clear: both;
    display: inline-block;
    margin: 2em 0;
    width: 100%;
}

.articles_list_item {
  display:inline-block;
  margin:0 0 2em 0;
  cursor:pointer;
  width:100%;
}

.articles_list_item_img_div {
    background-size: cover !important;
    display: block;
    float: left;
    margin: 0 2em 1em 0;
    padding: 0;
    width: 15vw;
    height: 15vw;
    max-width:200px;
    max-height:200px;
}
.articles_list_item .image_missing {
    background:transparent url('../images/gears.png') center center  no-repeat;
    background-size:unset !important;

    border:1px solid gray;
}
.articles_list_item_title {
  font-size:130%;
  font-weight:normal;
  padding:0;
  margin:0 0em 0.25em 0;
  color:white;
  text-decoration:none;
  text-transform:uppercase;
  
  /* cursor:pointer; */
}
.articles_list_date {
  color:#7a8186; /* #ccc */
  margin:0 0em 0.25em 0;
}
.articles_list_item_lead {
  margin:0 0em 0.5em 0;
}

.articles_list_item_link_div {
  display:block;
  float:right;
  margin:0 0em 0.5em 0;
}

.articles_list_item_link {
  color:#ff9e35; 
  clear:both;
  text-decoration:none;  
}
.articles_list_item_link:hover {
  color:#ff9e35;
  text-decoration:underline;  
}

.articles_list_item .contact_details {
    width: 50%;
    float: left;
    height: auto;    
}
.articles_list_item .contact_details_logotype {
    display: block;
    float: right;
    max-width: 200px;
    max-height: 100px;
    margin: 0 0 1em 1em;
    padding: 0;
    width: auto;
}


.articles_list_item .contact_map {
    width: 50%;
    float: left;
    height: 300px;
}


.promo .articles_list_item {
  display:block;
  margin:0;
}
.promo .articles_list_item_img_div {
  width:100%;
  height:100%;
  min-height:411px; /* 931 x 411 = proporcje do 600 x 265 ze starej strony*/
  margin:0;
  padding:0;
}
.promo .articles_list_item_title {
  display:none;
} 
.promo .articles_list_date {
  display:none;
} 
.promo .articles_list_item_lead {
  display:none;
} 
.promo .articles_list_item_link_div {
  display:none;
} 



.oferta .articles_list_item {
    display: inline-block;
    float: left;
    margin: 0 0 2em;
    min-height: 32em;
    overflow: hidden;
    width: 50%;
}       
.oferta .articles_list_item_img_div {  
  clear:both;
  float:unset;
  margin:0 auto 1em auto;
  height: 90px;
  width: 90px;
  min-height:90px;
}
.oferta .articles_list_item_title {
  text-align:center;
} 
.oferta .articles_list_date {
   display:none;
} 
.oferta .articles_list_item_lead {
   text-align:center;
   max-width: 60%;    
    margin:0 auto 1em auto;
} 
.oferta .articles_list_item_link_div {
    float:unset;
    margin:0 auto 0em auto;
    text-align:center;
} 






/* PAGINATOR ODSTEP Z LEWEJ */
.odstep_lewa {
}

.paginator {
    clear: both;
    display: block;
    height: auto;
    margin: 0em auto 2em auto;
    position: relative;
    width: 100%;
    text-align: center;
}
.paginator_button_div {
    display:inline-block;
}

.paginator_button {
    background-color: #0D447B;
    color: #B3B4B6;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 100%;
    font-weight: bold;
    margin: 0 0.5em 0em 0em;
    padding: 0.5em 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border-radius:50%;

    -webkit-transition-delay: 0s; /* Safari */
    transition-delay:0s;

    -webkit-transition:all 0.3s, -webkit-transform 0s;
    transition:all 0.3s, -webkit-transform 0s;
}
.paginator_button:hover {
    background-color: white !important;
    color:black;
    transform:scale(1.2);
    text-decoration: none;
}

.paginator_button.rotate {
    background-position: left top;
    transition: width 1s ease 0s, height 1s ease 0s, background-color 1s ease 0s, transform 1s ease 0s;
}

.paginator_switch_page {
    margin-top:4px;
    color: #0D447B;
    float:left;
    height: 26px;
    width: auto;
    margin-right:10px;
    vertical-align:middle;
    display:none;
}

.paginator_selected {
    background:#148BCC top left no-repeat; /* #004a8f */
    color: white;
    font-weight:bold;
}

.footer_title {
    font-weight:bold;
    font-size:100%;
    clear:left;
    margin-bottom:1rem;
    color:#646464;
}


.footerPaddingFix {
    padding-left:0vw;
    padding-right:0vw;
    display:flex;
}

.footerMenu {
    display: inline-block;
    float: left;
    max-width: 24%;
    min-height: 17em;
    height: auto;
    margin-bottom: 0em;
    border-left: 1px solid white;
    padding: 0;
    margin-right: 1vw;
    width: 100%;
    box-sizing: border-box;
}

.menu_contact {
    margin-right: 0vw;
	max-width:100%;
}


.footerMenu a {
}

.footerMenu div a {
    font-weight:normal;
    font-size:90%;
}

.footerMenu li {
    display:table-cell;
    text-align:left;
    clear:both;
    float:left;
    /* background:url("../images/bullet-footer-gray-7px.png") left 50% no-repeat; */
    padding:0;
    margin:0;
}


.footerMenu ul>li>div {
    display:inline; /* table-cell */
    text-align:left;
}
.footerMenu ul>li>div .separator_row {
    border-right: 1px solid #a0a0a0;
    content: " ";
    display: inline;
    height: 1em;
    margin: 0 0.75em;
    padding: 0;
    width: 1em;
}
.footerMenu ul>li>div:before {
    content:' : ';
}

.footerFollowUs {
    display: none; /* inline-block; */
    text-align: center;
    width: 20%;
    margin: 0 auto;
}

.footerFollowUs .followItem {
    position:relative;
    display:inline-block;
    width:32px;
    height:32px;
    margin:0 0.25em;
}
.footerFollowUs .followItem a>img {
    text-align:center;
    vertical-align:middle;
    width:100%;
    height:100%;
}

.footerFastContact {
    display: block;
    float: left;
    margin-bottom: 0em;
    max-width: 100%;
    width: auto;
    color: #7a8186;
}
.footerFastContact a {
    color:#231f20;
    text-decoration:none;
}
.footerFastContact a:hover {
    text-decoration:underline;
}


footer .footerFastContact a {
    color:#23438a;
	font-weight:bold;
    text-decoration:none;
}
footer .footerFastContact a:hover {
    text-decoration:underline;
    color:#148BCC;
}


.footerFastContact ul {
    padding:0;
}

 
.main_section {
   padding-top:4rem;
   padding-bottom:2rem;
}
.main_section_title {
   margin:0em auto 0em auto;
   display:block;
   text-align: left;
   width: 100%;
   margin-bottom:1rem;
}
.main_section_title .title {
   font-family:'Arimo', Helvetica, sans-serif;
   font-size:180%;
   font-weight:bold;
   line-height:110%;

   color:#0D447B;
   display:inline-block;
   padding:0; 
}

.main_section_title .nopadding {
   padding:0; 
}
.main_section_title .title_over_slide {
    position: absolute;
    z-index: 100;
    top: 2em;
    width: 100%;
    text-align: center;
    left: 0;
}

.header1 {

}

.main_section_items_v1_old {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: left;
}

.main_section_special_issue {

}
.main_section_special_issue img {
    width:100%;
    max-height:200px;
    background-position: center;
    background-size: contain;
}


.main_contact_section {
    display: block;
    min-height: 500px;
    position: relative;
}
.main_contact_section .contact_body {
    
}
.main_contact_section .subtitle {
    font-weight:bold;
    font-size:90%;
    margin-bottom:0.5em;
}
.main_contact_section .slogan {
    color: #231f20;
    font-family: "Teko",Tahoma,sans-serif;
    font-size: 180%;
    font-weight: bold;
    line-height: 150%;
    max-width: 320px;
    float:left;
    display:block;
}

.main_contact_section .blue {
    color:rgb(48, 133, 194);
}
.main_contact_section .black {
    color:black;
}

.main_contact_section .region_wrapper {
    background-color: rgb(225, 225, 225);
    height: 32px;
    width: 100%;
    position:relative;
    display:block;
    margin-bottom:1em;
}

.main_contact_section .region {
    position:relative;
    display:block;
}
.main_contact_section .placeholder {
    font-weight:bold;
    font-size:80%;
    color: rgb(77, 77, 77);
    padding: 0.36em 1em;
    max-width:100%;
    width:auto;
    display:block;
    max-width:calc(100% - 64px);
}

.region .lista {
    background-color: rgb(225, 225, 225);
    color: rgb(77, 77, 77);
    display: block;
    height: auto;
    max-height: 320px;
    min-width: 32px;
    overflow-y: scroll;
    position: absolute;
    padding:0.25em 0;
    width: calc(100% - 30px);
    z-index: 500;
}
.region .lista ul {
    padding:1em 0;
    margin:0px;
}
.region .lista li {
    padding:0.5em 1em 0.5em 1em;
    cursor:pointer;
}
.region .lista li a {
    color: #323232;
    
}

.region .placeholder {
    cursor:pointer;
}

.region .submit {
    position:absolute;
    top:0;
    right:0px;
    width:32px;
    height:32px;
    color: rgb(77, 77, 77);
    display:block;

    background: rgb(248, 195, 0) url("../images/icon-search-arrow-right-32px.png") center center no-repeat;
    background-size:0.7em 0.7em;    
    cursor:pointer;
}
.region .more {
    position:absolute;
    top:0;
    right:32px;
    width:32px;
    height:32px;
    background: rgb(200, 200, 200) url("../images/icon-search-arrow-down-32px.png") center center no-repeat;
    background-size:0.7em 0.7em;
    
    color: rgb(77, 77, 77);
    display:block;
    cursor:pointer;
}
.region .more_close {
    background: rgb(200, 200, 200) url("../images/icon-search-abort-32px.png") center center no-repeat;
    background-size:0.7em 0.7em;
}
.region a {
    color: rgb(77, 77, 77);
    text-decoration:none;
    vertical-align:middle;
    width:100%;
    height:100%;
    min-width:32px;
    min-height:32px;
    display:block;
}



.main_contact_section .mapa_wrapper {
    float: right;
    position:scroll;
    display:block;
    
    max-width:267px;
    overflow:hidden;
    
    font-size:90%;    
}

.mapa {
    display:block;
    width:267px;
    height:247px;
    background:url("../images/mapa-polski-gray-267px.png") transparent top left no-repeat;
    position:relative;
    margin-bottom:1em;
    overflow:hidden;
}
.mapa .mapa_punkt {
    position:absolute;
    width:11px;
    height:11px;
    background:url("../images/mapa-polski-gray-point-11px.png") transparent center center no-repeat;    
}
.mapa_wrapper .contact_data_general {
    max-width: 270px;
    width: 100%;
    margin-bottom:1em;
}




.contact_data_general ul {
    line-height:150%;
    font-size:80%;
}
.contact_data_general li {
    margin-bottom:0.25em;
    clear:both;
}
.contact_data_general a {
    text-decoration:none;
    color:black;
}
.contact_data_general a:hover {
    text-decoration:underline;

}

  











.flex-justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between; 
      -ms-flex-pack: space-between; 
          justify-content: space-between; 
}

.main_offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: left; 
      -ms-flex-pack: left; 
          justify-content: left; 

    width:100%;
    position: relative;
    margin-bottom:2em;
    
}
.main_offer .item_wrapper {
    width:100%;
    max-width:25%;
    padding:0 1em 1em 1em;
    position: relative;
    display:block;
    margin:0 auto;
    float:left;
}
.main_offer .image {
    width:100%;
    margin-bottom:1vw;
}
.main_offer img  {
    display: block;
    margin:0 auto;
    padding:0;    
    
    max-width: 6vw;
    width: 100%;
}
.main_offer .title_wrapper {
    /* width: 60%; */
    margin-bottom:2em;
    margin: 0 auto;

    max-width: 70%;
    margin: 0 auto;
}

.main_offer  .title {
    font-size:100%;
    color:#ccc;
    text-align:center;
    line-height:1.3em;
    min-height:4em;
}

.main_offer .lead {
    font-size:80%;
    color:#333;
    line-height:1.5em;
    margin-bottom:1em;
    min-height:32em;
    max-height:40em;
}
.main_offer .more_wrapper {
    background-color: rgb(74, 176, 52);  /* rgb(248, 195, 0); */
    color:black;
    text-align:center;
    padding:0.25em 1em;
    margin:0em auto 2em auto;
    cursor:pointer;

    -webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;

    -webkit-transition:all 0.2s, -webkit-transform 0.2s;
    transition:all 0.2s, -webkit-transform 0.2s;

    opacity:1;
    cursor:pointer;
}
.main_offer .more_wrapper:hover {
    background: rgba(74,176,52,0.9) none repeat scroll 0 0;
    opacity:1;
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}

.main_offer .more_wrapper a {
    text-decoration:none;
    color:white;
    font-size:90%;
}
.main_offer .more_wrapper a:hover {
    text-decoration:none;
}


.main_about {
    
}
.main_about img {
/*
    float:right;
    width:8vw;
    height:8vw;
    margin:0 0 1em 1em ;
	*/
	margin:0 auto;
	display:block;
}
.main_about .tresc {
    text-align:left;
    
    display: block;
    font-size: 100%;
    line-height: 1.5em;
    max-width: 100%;
    min-height: 20em;
    width: 100%;
    margin:0 0 1em 0;
}
.main_about .tresc a {
	color:#0D447B;
	text-decoration:underline;
}	

.main_about .tresc a:hover {
	color:#148BCC;
	text-decoration:underline;
}	

.main_about .tresc h2 {
    margin:0 0 1em 0;    
}

.main_about .tresc h2 {
    margin:0 0 1em 0;
}   

.main_about .tresc ul {
    margin:0.5em 0em 0.5em 0em;
}
.main_about .tresc li {
    margin:0 0 1em 2em;
    list-style-type:disc;
}
.main_about .tresc div.col1 {
    display: block;
    float:left;
    width: calc(50% - 1rem);
    margin:0 2rem 1rem 0em;
}
.main_about .tresc div.col2 {
    display: block;
    float:right;
    width: calc(50% - 1rem);
    margin:0 0rem 1rem 0em;
}


div.col1 {
    display: block;
    float:left;
    width: calc(50% - 1rem);
    margin:0 0em 1rem 0em;
}
div.col2 {
    display: block;
    float:right;
    width: calc(50% - 1rem);
    margin:0 0em 1em 0em;
}


.main_about .tresc h2 {
    color:white;
    font-size:1.2rem;
    font-weight:bold;
}

.main_about .image_wrapper {
    float:right;
    width:100%;
    margin:0em 0em 1em 2em;
    max-width:9vw;    
}

.main_about .image_wrapper>img{
    display:block;
    width:100%;    
    max-width:100%;
}

.main_about .more {
    background-color: rgb(48, 133, 194);
    cursor: pointer;
    display: block;
    margin: 2em 0;
    text-align: center;
    width: 50%;
}
.main_about .more a {
    display:block;
    padding:1em;
    color:white;
    text-decoration:none;
}
.main_about .more a:hover {
    text-decoration:none;
}



.main_news {

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between; 
      -ms-flex-pack: space-between; 
          justify-content: space-between; 

    width:100%;
    position: relative;
    /*
    display:block;
    float:left; */
    
    
}

 
.main_news .item_wrapper {
    position: relative;
    
    background-color:transparent;

    cursor:pointer;
    display:block;

    margin-bottom: 1em;
    /* margin: 0 auto 2em auto; */

    width:100%;
    /* max-width:20vw; /* 420px */ 
    /* max-width:8vw; /* 14vw; /* 420px */
    max-width:220px;
    min-width:150px;  
    
    box-sizing: border-box;
    flex:1;
    flex-basis:30%;
    
    min-width:200px;
}

.main_news .item_wrapper:hover {
    /*
    background-color:rgba(255,255,255,0.8);
    padding:1em;
    transform: scale(1.2);
    box-shadow:5px 5px 10px rgba(0,0,0,0.5);
    */
    z-index:3000;
}

.main_news .item {
    position: relative;
    overflow:hidden;
    /* margin-bottom:1em; */
                                                            
    width:100%;

    height:auto;
    
    background-position: center;
    background-size: cover;
    /* margin-bottom:1em; */ /* SET IN WRAPPER */  
    
    
    /* background:transparent url('../images/gears.png') center 5.5vw  no-repeat; */
    
    background-size:3vw;

    -webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;

    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;  
    
}
.main_news .item_signature {
    display:none;
}

.main_news .wide_video {
    /* max-width: calc(100% * 0.663 - 10px); */
    padding: 0;
    max-width:calc(100% - 18px);
    width:100%; /* auto ?? */     
    transform:unset !important;
    height:auto;
    max-height:450px;
}
.main_news .wide_video:hover {
    transform:unset !important;
}


.main_news .video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}                                   .main_news .item_wrapper

.main_news video {
    /*margin: auto;
    max-width: 90%;
    
    padding: 0;
    width: 100%;
    height:auto;*/

  	position: absolute;
  	top: -8%;
  	left: 0;
  	width: 100%;
  	height: 100%;

}











.main_news .image {
    /* display: block; */
    margin: 0 0em 1em 0;
    
/*
    width:20vw;
    height:20vw;
*/

    width:8vw; /* 14vw; */
    height:8vw; /* 14vw; */               

    
    /*
    max-width:420px;
    max-height:420px;
    */

    max-width:200px; /* 100%; */
    max-height:200px; /* 100%; */
    
    min-width:200px;
    min-height:200px;

    background-size:cover;
    background-position:center center;
    
    border:1px solid #545B60; /*  #444B50; */
    
    position:relative;
    
}

.main_news .item:hover {
    transform:scale(1.1);

    -webkit-transition-delay: 0.5s; /* Safari */
    transition-delay: 0.5s;

    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
}

.main_news .image img {
    /*width:100%;
    height:100%;
    */
    top:50%;
    left:50%;
    
    box-sizing: initial;
    background-size:cover;
    min-height: 100%;
    min-width: 100%;
    
    max-height: 111px;
    max-width: auto;
}
.main_news .news_image_on_main {
}
.main_news .news_image_on_mobile {
    display:none;
}


.main_news .dark .title a,
.main_news .dark .lead {
    /* DARK BACKGROUND NEED LIGHT TEXT */
    color:#ccc;
}
.main_news .dark .overflow_mask {
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0) 0%, black 50%) repeat scroll 0 0;
} 

.main_news .item_dark .overflow_mask {
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0) 0%, black 50%) repeat scroll 0 0;
} 

.main_news .item_dark .title,
.main_news .item_dark .lead {
    /* DARK BACKGROUND NEED LIGHT TEXT */
    /*color:white; */
}

.main_news .title {
    /* font-family:'Arimo', Helvetica, sans-serif; */
    font-size: 130%;
    line-height:1.2em;
    color:#ccc;
    max-width:100%;

    margin: 0em 0em 0.25em 0em;
    text-transform: uppercase;
}
.main_news .title a {
    color:#333; /* 808080 */ 
    text-decoration:none;
}
.main_news .title a:hover {
    text-decoration:none;
}
    

.main_news .title {


}

.main_news .lead {
    font-size: 90%;
    margin: 0em 0em 0.25em 0em;
    z-index:50;
    display:table-cell;
}
.main_news .date {
    color: #ccc; 
    font-size: 100%;
    margin: 0em 0em 0.25em 0em;
}

.main_news .more {
    display:block;
    position: absolute;
    padding: 0em 0em 0em 0.5em;

    right: 5%;
    bottom: 5%;
}

.main_news .more > a {
    text-decoration:none;
    color:white;
    font-size:80%;
    text-shadow:1px 1px 2px rgba(0,0,0,0.8);
}    
.main_news .more>a:hover {
    text-decoration:none;
    color:#ff9e35;
}

.main_news .lead_big {
    display:none;
}
.main_news .lead_visible {
}
    
.main_news .overflow_mask {
    display:none; /* dynamically enabled */
    position:absolute;
    background:black;
    width:100%;
    height:7em;
    bottom:0px;
    left:0px;
    z-index:100;

    /* background: white; /* For browsers that do not support gradients */ 
    background: -webkit-linear-gradient(rgba(255,255,255,0.0) 0%, white 50%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,0.0) 0%, white 50%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255,0.0) 0%, white 50%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255,255,255,0.0) 0%, white 50%); /* Standard syntax */
}
.main_news .separator {

}




















.main_sril {

    display: grid;
    width: 100%;
    position: relative;
    grid-template-columns: repeat(8, calc(calc(100% - calc(7 * 1rem)) / 8));
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    cursor:pointer;
}

 
.main_sril .item_wrapper {
    text-align:center;
    padding-bottom: 1rem;
/*	position: relative;
	background-color: transparent;
	cursor: pointer;
	display: block;
	margin-bottom: 1em;
	margin: 0 1rem 2em 0;
	width: 100%;
	max-width: 100px;
	min-width: 60px;
	box-sizing: border-box;
	flex: 1;
	flex-basis: 5%; */
}

.main_sril .item_wrapper:hover {
    /*
    background-color:rgba(255,255,255,0.8);
    padding:1em;
    transform: scale(1.2);
    box-shadow:5px 5px 10px rgba(0,0,0,0.5);
    */
    z-index:3000;
}

.main_sril .item {
    position: relative;
    overflow:hidden;
    /* margin-bottom:1em; */
                                                            
    width:100%;

    height:auto;
    
    background-position: center;
    background-size: cover;
    /* margin-bottom:1em; */ /* SET IN WRAPPER */  
    
    
    /* background:transparent url('../images/gears.png') center 5.5vw  no-repeat; */
    
    background-size:3vw;

    -webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;

    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;  
    
}
.main_sril .item:hover {
    transform:scale(1.1);

    -webkit-transition-delay: 0.5s; /* Safari */
    transition-delay: 0.5s;

    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
}

.main_sril .item_signature {
    display:none;
}


.main_sril .image {
	display: block;
	margin: 0 auto;
	max-height: 420px;
	width: 112px;
	background-size: cover;
	background-position: center center;
	border: 1px solid #B1B3B6;
	position: relative;
	height: 165px;
}
.main_sril .image:hover {
	border: 1px solid #C8ECFF;
	transform: scale(1.1);
	transition-duration: 0.2s;	
}



.main_sril .image img {
    /*width:100%;
    height:100%;
    */
    top:50%;
    left:50%;
    
    box-sizing: initial;
    background-size:cover;
    min-height: 100%;
    min-width: 100%;
    
    max-height: 111px;
    max-width: auto;
}



.main_sril .news_image_on_main {
}
.main_sril .news_image_on_mobile {
    display:none;
}



.main_sril .title {
    font-family:'Arimo', Helvetica, Helvetica, sans-serif;
    font-size: 100%;
    line-height:1.2em;
    color:black; /* #646464; */
    max-width:100%;

    margin: 0em 0em 0.25em 0em;
    text-transform: uppercase;

}
.main_sril .title a {
    color:#333; /* 808080 */ 
    text-decoration:none;
}
.main_sril .title a:hover {
    text-decoration:none;
}
    

.main_sril .more {
    display:block;
    position: absolute;
    padding: 0em 0em 0em 0.5em;

    right: 5%;
    bottom: 5%;
}

.main_sril .more > a {
    text-decoration:none;
    color:white;
    font-size:80%;
    text-shadow:1px 1px 2px rgba(0,0,0,0.8);
}    





























.bright .title {
    color: white;
}
.bright .lead {
    color: white;
}
.dark .title {
    color: #333;
}
.dark .lead {
    color: #404040;
}













    




.main_logotypes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    
    -webkit-flex-basis: 80px; /* Safari 6.1+ */
    flex-basis: 80px;
    
    overflow: hidden;
    display: -webkit-box;   /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
    display: -moz-box;      /* OLD: Firefox (buggy) */
    display: -ms-flexbox;   /* MID: IE 10 */
    display: -webkit-flex;  /* NEW, Chrome 21?28, Safari 6.1+ */
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.main_logotypes .item {
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; /* cover  | contain */
    box-sizing: border-box;
    float:left;
    
    /* display: list-item; */
    display: block;

    min-height: 10vw;
    min-width: 10vw;
    
    min-height: 5vw;
    min-width: 10vw;
    
    width: 15vw;
    height: 6vw;

    overflow: hidden;

    border:0px solid red;
    margin: 1vw 2vw;
        
    -webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;

    -webkit-transition: all 0.5s, -webkit-transform 0.5s;
    transition: all 0.5s, transform 0.5s;
    
    max-width:240px;
}

/*
.main_logotypes .item img {
    max-width:200px;
    max-height:100px;
    width:100%;
    height:100%;
    background-position:center center;
    margin:auto;

}
*/    
.main_logotypes .logotype {
/*
   display: flex;
    margin: auto;
    text-align:center;
    */
}
.main_logotypes .title {
    font-family:'Arimo', Helvetica, sans-serif;
    font-size:130%;
    line-height:1.2em;
    margin-bottom: 0.25em;
    color:#808080;
}
    
.main_logotypes .lead {

}
.main_logotypes .separator {

}
.main_logotypes a {
    color: darkgoldenrod;
    display: block;
    float: left;
    text-decoration: none;
}    
.main_logotypes a:hover {
    text-decoration:underline;
    color:gold;
}
    



.main_references {
    display: flex;
    flex-wrap: wrap;
    justify-content: spaces-between;
    margin-bottom:2em;
    position:relative;
}

.main_references .item {
    cursor:pointer;
    display: block;
    /*max-width: calc(100% * 0.15 - 1px); */
    margin: 0.75em auto;
    max-width: calc(15% - 10px);
    min-width: 120px;
    width:auto;
    
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;

    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
/*
    clear: right;

    height: auto;
    margin: 0 5px 5px 0;
    max-width: calc(100% * 0.15 - 1px);
    min-width:140px;
    overflow: hidden;
    padding: 0.2em;
    width: 100%;

    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;

    -webkit-transition: all 0.2s;
    transition: all 0.2s;
*/
.main_references .item:hover {
    transform: scale(1.1);
    z-index:3000;
}


.main_references .item img {
    background-color: white;
    background-position: center center;
    background-size: cover;
    margin: auto;
    max-width: 100%;
    width: 100%;
}
    
.main_references .title_wrap {
}
.main_references .title {
    color: white;
    font-family: "Teko",Helvetica,sans-serif;
    font-size: 90%;
    line-height: 1.2em;
    margin: 0.25em auto;
    text-align: center;
}
    
.main_references .image {
    display: block;
    margin: auto;
}
.main_references .lead {

}
.main_references .separator {

}
.main_references a {
    text-decoration:none;
    color:darkgoldenrod;
}    
.main_references a:hover {
    text-decoration:underline;
    color:gold;
}
    
.main_section_items_more {
    padding: 1em 0 2em 0;
}
.main_section_items_more .text {
    color: white;
}

.main_section_items_more .button {
    display: block;
	float:left;
    background-color: #0B457A;
    font-family:'Arimo', Helvetica, Helvetica, sans-serif;
	font-size: 100%;
    font-weight:normal;
    line-height:100%;
    margin: 0em 0 1rem 0;
    padding: 0.5rem 0.25rem;
    min-width: 10%;
    width: 100%;
    max-width: 8rem;
    text-align: center;
    /* clear: both; */
	margin-right:1rem;
    border-radius: 0.25rem;
    font-weight: normal;
    text-decoration: none; 
        
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.5s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;

    opacity:1;
    cursor:pointer;
}

.main_section_items_more .button:hover {
    
    transform: scale(1.1);
    opacity:0.9;
    
    /* background-color:#444b50; */
    
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.5s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.main_section_items_more .button a {
    color:white;
    text-decoration:none;
}
.main_section_items_more .button a:hover {
    text-decoration:none;
}



.main_section_items_more .button_white {
	background:white;
	color:white;
}
.main_section_items_more .button_white a {
}
.main_section_items_more .button_white a:hover {
}


.main_section_items_more_black .button a {
    color:white;
}


.article_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-evenly; /* space-between; */
      -ms-flex-pack: justify;
          justify-content: space-evenly; /* space-between; */
}

.article_items .item {
    background-color: white;
    background-size: cover;
    border: 1px solid grey;
    clear: right;
    cursor: pointer;
    display: block;
    float: left;
    height: 290px;
    margin: 0 1em 1em 0;
    max-width: calc(20% - 1em);
    min-width: 200px;
    padding: 0.25em;
    position: relative;
    width: 100%;
    
    background-position: right bottom;
    background-size: cover;
    
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;

    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.article_items .item:hover {
    transform: scale(1.1);
    z-index:3000;
}

.article_items .item a {
    display: block;
    height: 100%;
    width: 100%;
}

.article_items .more {
}

.article_items .image_wrapper {
    height: 100%;
    width: 100%;
}



.mapTextLeadin {
    margin-bottom:1em;
}

.mapTextLeadout {
    margin-bottom:1em;
}




.articles_list {
    /* 
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    */
    margin-bottom: 0em;
    padding: 0;
}
.articles_list_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.articles_list .item {
    background: url("../images/wypunktowanie-li.svg") left 0.5rem no-repeat;
    background-size:0.3rem;
	padding: 0 0 0em 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    clear: both;
}

.articles_list .section_title {
    color:white;
    font-family:'Open Sans', sans-serif;
    font-weight:bold;
    font-size:120%;
}

.articles_list .item .autorzy {
	margin-bottom:0.25rem;
    font-family:'Arimo', Helvetica, Sans-serif;
	font-weight:bold;
	color:black;
}

.articles_list .item .title {
	margin-bottom:0.25rem;
}
.articles_list .item .title a {
    font-family:'Arimo', Helvetica, Sans-serif;
	font-size:1.2rem;
    color:#23438a;    
	text-decoration:none;
	
}
.articles_list .item .title a:hover {
	color:#148BCC;
    text-decoration:underline;
}
.articles_list .lead {
    color:#646464;
} 


.articles_list .search_list_mark {

}
 
.articles_list .more {
} 

.articles_gallery {

}

.articles_gallery_item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 140% auto;
    display: block;
    float: left;
    height: 100%;
    margin: 0 0.5rem 2rem 0;
    max-width: 15.5%;
    min-height: 200px;
    padding: 0;
    width: 100%;
}

.articles_gallery_item:hover {
    /* border:1px solid darkcyan; */
}
.articles_gallery_item_img_div {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;

    width:100%;
    height:100%;
    display:block;
}
.articles_gallery_item_title {
	font-family: 'Arimo', 'Helvetica', sans-serif;
	height:3rem;
	color:black;
	position:relative;
	margin-bottom: 0.5rem;
}
.articles_gallery_item_title .title {
	bottom:0px;
	position:absolute;
}

.articles_gallery_item_thumbinal_cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 100%;
    min-height: 100px;
    min-width: 100px;
    width: 100%;
	max-height: 229px;
	max-width: 165px;
}

.articles_gallery_item_thumbinal_cover img {
	width: 160px;
	height: 235px;
	
	margin:0;
	padding:0;
	border:1px solid #B1B3B6;
	cursor:pointer;
}

.articles_gallery_item_thumbinal_cover img:hover {
	border:1px solid #0D447B;
	transform:scale(1.1);
	transition-duration: 0.2s;
	
}

/*
.articles_gallery_item_link {
    width:100%;
    height:100%;
}

.articles_gallery_item_img_div {
  width:140px;
  height:120px;
  margin:0px 0px 10px 0px;
  display:block;
  float:left;
  border:1px solid white; 
}
.articles_gallery_item_img_div:hover {
  border:1px solid darkcyan; 
}

*/

.articles_gallery.main_product_leaflet {
  
}
.main_product_leaflet .articles_gallery_thumbinal {
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 100%;
    margin: 0 0 0.5em;
    max-height: 220px;
    max-width: 150px;
    min-height: 150px;
    padding: 0.25em;
    width: 100%;

    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;

    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.main_product_leaflet .articles_gallery_thumbinal:hover {
    transform: scale(1.1);
    z-index:3000;
}
    
.main_product_leaflet .articles_gallery_thumbinal a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;

    min-height: 210px;
    min-width: 137px;
    
    width: 100%; 
}
.main_product_leaflet .articles_gallery_item_img_div {
  
}
.main_product_leaflet .articles_gallery_item_title {
  
}
.main_product_leaflet .articles_gallery_item_thumbinal_cover {
  
}

.noclick {
    cursor:unset !important;
}

.icon {
  width:16px;
  min-height:16px;
  height:100%;
  margin-left:1em !important;
  display:inline-block;
}

.icon_phone_black {
  min-width:16px;
  min-height:16px;
  background:url("../images/icon-phone-black-16px.png") transparent left center no-repeat !important;
  padding-left: calc(16px + 0.5em) !important;
}

.icon_mobile_black {
  min-width:16px;
  min-height:16px;
  height:100%;
  background:url("../images/icon-mobile-black-16px.png") transparent left center no-repeat !important;
  padding-left: calc(16px + 0.5em) !important;
}

.icon_email_black {
  min-width:16px;
  min-height:16px;
  height:100%;
  background:url("../images/icon-email-black-16px.png") transparent left center no-repeat !important;
  padding-left: calc(16px + 0.5em) !important;
}

.icon_phone_gray {
  min-width:16px;
  min-height:16px;
  background:url("../images/icon-phone-gray-16px.png") transparent left center no-repeat !important;
  padding-left: calc(16px + 0.5em) !important;
}

.icon_mobile_gray {
  min-width:16px;
  min-height:16px;
  height:100%;
  background:url("../images/icon-mobile-gray-16px.png") transparent left center no-repeat !important;
  padding-left: calc(16px + 0.5em) !important;
}

.icon_email_gray {
  min-width:16px;
  min-height:16px;
  height:100%;
  background:url("../images/icon-email-gray-16px.png") transparent left center no-repeat !important;
  padding-left: calc(16px + 0.5em) !important;
}

.contact .article_text_full p {
  padding-bottom:0.3em;
}

.contact .page_image img {
    max-height: 100px;
    max-width: 200px;
}
.voivodship_separator {
    color:#3085c3;
}

.footer_infolinia_wrapper {
    width:100%;
    padding:0 0 1em 0;
}
.footer_infolinia {
    display:block;
    margin:0 auto;
    text-align:center;
}

.footer_issn_wrapper {
	
}
.footer_issn_text {
}

.footer_logo_wrapper {
	margin-top:0.5rem;
    display: grid;
    grid-template-columns: 50% 50%;
}

.footer_logo_wrapper .euroreg, 
.footer_logo_wrapper .rsa {
        display:inline-block;
}
.footer_logo_wrapper .euroreg img,
.footer_logo_wrapper .rsa img {
	height:60px;
}

.footer_logo_wrapper .idub {
    display:inline-block;
    margin-left:0.5rem;
    margin-right:0.5rem;
}
.footer_logo_wrapper .idub img {
	height:60px;
}


.footer_logo_wrapper .mein {
	display:inline-block;
    margin-left:0.5rem;
    margin-right:0.5rem;
}
.footer_logo_wrapper .mein img {
	height:60px;
}

.footer_mein_claim_wrapper {
    margin-top: 1rem;
}

.footer_mein_claim {
	
}


.portfolio_image {
    overflow: hidden;
    display: block;
    margin: 0 0 1em 0;
    max-height: 350px;
}
.portfolio_image img {
    width: 100%;
    margin:0;
    max-width: unset;
    max-height: unset;
}

.portfolio_tech_data {
    padding:0 0 2em 0;
    font-size:90%;
}

.portfolio_tech_data .row {
    display:table-row;
}
.portfolio_tech_data .title {
    display:table-cell;
    padding-right:1em;
    color:#7a8186;
    min-width:30%;
} 

.portfolio_tech_data .data {
    display:table-cell;
}

.lokalizacja {
    display:table;
}

.lokalizacja .navi_header {
    display:table-cell;
}

.lokalizacja .navi_item {
    display:table-cell;
}

.search_phrase_title {
    color: black;
    margin-bottom:1em;
}
.odstep {
    margin-bottom:1em;
}

.main_button_portfolio {
    margin-top:2em !important; 
}
.groupPlaceholder {
    display:none;
}


.sril_hero_issue {
	display:block;
	float:left;
	width:100%;
	margin-right:2%;
	max-width:49%;
	margin-bottom:2%;
}

.sril_hero_number {
	display:block;
	float:left;
	width:100%;
	margin-right:2%;
	max-width:21%;
	margin-bottom:2%;
}

.sril_hero_articles {
	display:block;
	float:left;
	width:100%;
	margin-right:0;
	max-width:49%;
	margin-bottom:2em;
}

.sril_hero_articles75 {
	max-width:75%;
}

.sril_hero_articles ul {
	
}

.sril_hero_articles li {
	list-style-type: disc;
	color:black;
}
.sril_hero_articles li::marker {
	display:list-item;
    color:black;
}
.sril_hero_articles ul, ol {
	padding-left:1rem;
}
.sril_hero_articles a {
	display:inline;
}

.sril_hero_big {
	display:block;
	float:left;
	margin-right:1rem;
	width:100%;
}
.sril_hero_big img {
	width:100%;
	background-size:cover;
	max-width: calc(100% - 1rem);
	margin:0;
	max-height:unset;
	max-width:unset;
	border: 1px solid #B3B4B6;
}


.sril_hero {
	display:block;
	float:left;
	margin-right:1rem;
	margin-bottom:1rem;
	cursor:pointer;
}
.sril_hero img {
	width:100%;
	background-size:cover;
	/* max-width: calc(300px - 1rem); */
	margin:0;
	border:1px solid #B1B3B6;
}
.issue_description {
	float:left;
}
.issue_description .newest_issue_title {
	float:left;
	color:black;
	font-family: 'Arimo', Helvetica, sans-serif;
	font-size:0.9rem;
	clear:both;
	margin-bottom:0.4rem;
}
.issue_description .newest_issue_number {
	float:left;
	font-family: 'Arimo', Helvetica, sans-serif;
	font-size:1.7rem;
	font-weight:bolder;
	color:black; /* #646464;  */
	clear:both;
	margin-bottom:2rem;
}


.issue_description .newset_issue_button {
	float: left;
	clear: both;
	width:100%;
}
.issue_description .newset_issue_button .button {
	background-color:#148BCC;
	min-width:7rem;
	max-width:10rem;
	border-radius:unset;
}
.issue_description .newset_issue_button .button a {
	color: white;
}

.sril_hero_autorzy {
	font-family:'Arimo', Helvetica, sans-serif;
	font-weight:bold;
	font-size:1rem;
	margin-bottom:0.1rem;
	color:black;
    display: inline;
}
.sril_issue_description {
	
}

.sril_hero_tytul {
	margin-bottom:0.5rem;
	font-style:italic;
	font-size:0.9rem;
	color:black;
}
.sril_more_text {
	color: #0D447B;
	text-decoration: none;
	display: inline-block;
	margin-left: 0.25rem;
	font-style: normal;
}
.sril_more_text:hover {
	text-decoration: underline;
	color:#148BCC;
}

.sril_hero_tags {
}

.sril_issue_articles_wrapper {
	clear:both;
	padding-top:2rem;
}

.sril_issue_articles_wrapper .item {
	margin-bottom:3rem;
}

.sril_issue_articles_wrapper .autorzy {
	font-family:'Arimo', Helvetica, sans-serif;
	font-size:1.4rem;
	font-weight:bold;
	margin-bottom:0.25rem;
	color:black;
}

.sril_issue_articles_wrapper .tytul_glowny {
	font-size:1.3rem;
	line-height:1.6rem;
	font-style:italic;
	font-weight:normal;
	margin-bottom:1rem;
}
.sril_issue_articles_wrapper .wersja_pl {
	background-color:#C8ECFF;
	border:0px solid #C8ECFF;
	padding:1rem;
	color:black;
}
.sril_issue_articles_wrapper .wersja_en {
	background-color:#DEF4FF;
	border:0px solid #DEF4FF;
	padding:1rem;
}
.sril_issue_articles_wrapper .tytul {
	margin-bottom:1rem;
	font-weight:bold;
}
.sril_issue_articles_wrapper .wstep {
	margin-bottom:1rem;
}
.sril_issue_articles_wrapper .tagi {
	margin-bottom:1rem;
}
.sril_issue_articles_wrapper .afiliacja {
	background-color: transparent;
	border: 1px solid #B1B3B6;
	padding: 1rem;
}
.sril_issue_articles_wrapper .pobieranie {
	background-color:#C8ECFF;
	border:1px solid #C8ECFF;
	padding:1rem;
}
.sril_issue_articles_wrapper .afiliacja .title {
	margin-bottom:1rem;
	font-weight:bold;
	color:black;
}
.sril_issue_articles_wrapper .afiliacja .item {
	margin-bottom:1rem;
}
.sril_issue_articles_wrapper .afiliacja .item .autor {
	font-weight:bold;
}
.sril_issue_articles_wrapper .pobieranie {
	padding:1rem;
}

.sril_see_more_in_issue {
	font-family: 'Arimo', Helvetica, sans-serif;
	font-size: 160%;
	color: black;
	padding: 2rem 0rem 2rem 0rem;
	border-top: 0px solid #0D447B;
	margin-top: 2rem;
	text-transform: uppercase;

}
	
	
	
.sril_download_button .button {
    display: block;
	float:left;
    background-color: #0D447B;
    font-family:'Arimo', Helvetica, Helvetica, sans-serif;
	font-size: 100%;
    font-weight:normal;
    line-height:100%;
    color: white;
    margin: 0em 0 1rem 0;
    padding: 0.5rem 0.25rem;
    min-width: 10%;
    width: 100%;
    max-width: 12rem;
    text-align: center;
    /* clear: both; */
	margin-right:1rem;
    border-radius: 0.25rem;
    font-weight: normal;
    text-decoration: none; 
        
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.5s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;

    opacity:1;
    cursor:pointer;
}

.sril_download_button .button:hover {
    
    transform: scale(1.1);
    opacity:0.9;
    
    color:white;
    /* background-color:#444b50; */
    
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.5s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.sril_download_button .button a {
    color:white;
    text-decoration:none;
}
.sril_download_button .button a:hover {
    text-decoration:none;
}

.cookies {
	background-color:#148BCC !important;
}

.cookies .cookieClose {
	color:#148BCC !important;
}

.tagi a {
	text-decoration: underline;
}
