@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  -moz-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 30px;
  width: 30px;
  border: 8px solid #ffffff;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  position: static;
  margin: 0 auto;
  display: block;
}
@-webkit-keyframes blinker {
  from {
    color: #FFF;
  }
  to {
    color: #000;
  }
}
.page-with-depth-menu {
  margin-bottom: 15px;
}
.page-with-depth-menu .sidebar-ri {
  float: left;
}
.page-with-depth-menu .forInvestorsNavibar {
  border-bottom: 1px solid #E8E8E8;
  margin-top: 5px;
  padding: 0;
}
.page-with-depth-menu .forInvestorsNavibar a {
  color: #3D3D3D;
  outline: 0;
}
.page-with-depth-menu .forInvestorsNavibar a .navBox {
  float: left;
  width: auto;
  background: #FFF;
  border: 1px solid #E8E8E8;
  padding: 13px 20px;
  margin-right: 7.5px;
  text-align: center;
  transition: 0.2s ease-in;
}
.page-with-depth-menu .forInvestorsNavibar a .navBox.first {
  margin-left: 15px;
}
.page-with-depth-menu .forInvestorsNavibar a .navBox.active {
  background: #cc1e13;
  color: #FFF;
}
.page-with-depth-menu .forInvestorsNavibar a:hover {
  outline: 0;
}
.page-with-depth-menu .forInvestorsNavibar a:hover .navBox {
  background: #cc1e13;
  color: #FFF;
}
.page-with-depth-menu .contentWrapper {
  display: block;
  float: left;
  margin-top: 50px;
  min-height: 400px;
}
.page-with-depth-menu .contentWrapper .navigationList {
  float: left;
  width: 220px;
}
.page-with-depth-menu .contentWrapper .navigationList ul {
  list-style: none;
  padding-left: 10px;
  line-height: 24px;
}
.page-with-depth-menu .contentWrapper .navigationList ul li {
  position: relative;
  cursor: pointer;
}
.page-with-depth-menu .contentWrapper .navigationList ul li .arrowForLinks {
  margin: 11px 11px 0 0;
  float: right;
}
.page-with-depth-menu .contentWrapper .navigationList ul li span.labelForLinks {
  width: 190px;
  line-height: 18px;
  margin: 4px 0px;
}
.page-with-depth-menu .contentWrapper .navigationList ul li.indentation {
  margin-left: 32px;
}
.page-with-depth-menu .contentWrapper .navigationList ul li.indentation span.labelForLinks {
  width: 150px;
}
.page-with-depth-menu .contentWrapper .navigationList ul li a {
  text-shadow: 0.2px 0 0;
  color: #3D3D3D;
}
.page-with-depth-menu .contentWrapper .navigationList ul li a:hover {
  color: #cc1e13;
}
.page-with-depth-menu .contentWrapper .navigationList ul li a:hover .arrowForLinks {
  background: url("/images/atal/arrow_red.png") no-repeat 0 0;
  background-size: contain;
}
.page-with-depth-menu .contentWrapper .navigationList ul li.active a {
  color: #cc1e13;
}
.page-with-depth-menu .contentWrapper .navigationList ul li.active .arrowForLinks {
  background: url("/images/atal/arrow_red.png") no-repeat 0 0;
  background-size: contain;
}
.page-with-depth-menu .contentWrapper .content {
  float: left;
  width: 665px;
  margin-left: 95px;
}
.page-with-depth-menu .contentWrapper .content .articleHeader {
  font-size: 19px;
  padding-bottom: 5px;
  border-bottom: 2px solid red;
  font-family: 'PT Sans Narrow', sans-serif;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle {
  padding-top: 35px;
  line-height: 22px;
  min-height: 200px;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle table {
  width: 99%;
  margin: 0 auto;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle table thead th {
  background: #dcdcdc;
  border: 1px solid #f0f0f0;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle table tbody tr:nth-child(even) td {
  background: #dcdcdc;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle table tbody tr td {
  border: 1px solid #f0f0f0;
  white-space: nowrap;
  padding: 0px 10px 0px 10px;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle ul {
  margin: 0px;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle ul#ri-news-years-tab {
  clear: both;
  height: 25px;
  list-style-type: none;
  margin: 0 0 28px 42px;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle ul#ri-news-years-tab li {
  float: left;
  height: 100%;
  width: 80px;
  text-align: center;
  background-color: white;
  color: black;
  /*border: 1px gray solid;*/
  cursor: pointer;
  margin-right: 5px;
  border: 1px solid #E8E8E8;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle ul#ri-news-years-tab li.displayedYear {
  background-color: #cc1e13;
  color: white;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle ul.frames {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle ul.frames li {
  display: flex;
  list-style: none;
  flex-direction: column;
  padding: 2% 0px;
  width: 450px;
  height: 278px;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle ul.frames li span {
  margin: 0px;
}
@media (max-width: 600px) {
  .page-with-depth-menu .contentWrapper .content .forInvestorsArticle ul.frames li {
    width: auto;
    height: auto;
  }
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle .attachments a {
  color: #808080;
  font-style: italic;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle .attachments a:hover {
  color: #cc1e13;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle .attachments span {
  display: block;
  margin: 15px 0;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle a.email {
  color: #3d3d3d;
  text-decoration: none;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle a.email:hover {
  font-weight: bold;
  color: #e82417;
  text-decoration: none;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle.capital_group ul {
  padding: 0px;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle.capital_group ul li {
  padding: 0px;
  list-style: none;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle.the_management_board_and_supervisory_board ul {
  padding-left: 18px;
  width: 100%;
  max-width: 350px;
}
.page-with-depth-menu .contentWrapper .content .forInvestorsArticle .legend-footer {
  margin-top: 20px;
}
.page-with-depth-menu .contentWrapper .content #nawigacja {
  margin-bottom: 22px;
}
.page-with-depth-menu .contentWrapper .content #nawigacja input {
  background-color: #f0f0f0;
  border: none;
  padding: 5px;
  margin-right: 10px;
  outline: none;
  height: 30px;
}
.page-with-depth-menu .contentWrapper .content #nawigacja input.active {
  border-bottom: 1px solid red;
}
.page-with-depth-menu .contentWrapper .content #nawigacja input:hover {
  background-color: red;
  color: white;
}
.page-with-depth-menu .contentWrapper .content #GPWchart {
  padding-right: 60px;
  margin-right: 0;
  margin-left: 30px;
  height: 312px;
  margin-bottom: 20px;
}
.page-with-depth-menu .contentWrapper .content #GPWchart .jqplot-xaxis {
  bottom: -10px !important;
}
.page-with-depth-menu .contentWrapper .content #GPWchart .jqplot-y2axis {
  right: 46px !important;
}
.page-with-depth-menu .contentWrapper .content #GPWchart .jqplot-yaxis {
  width: 46px;
  margin-left: -14px;
  margin-right: 10px;
}
.page-with-depth-menu .contentWrapper .content #GPWchart .jqplot-highlighter-tooltip {
  z-index: 10;
  border: #c2c2c2 1px solid;
}
.page-with-depth-menu .contentWrapper .content #GPWchart .jqplot-highlighter-tooltip .jqplot-highlighter {
  width: 72px !important;
}
.page-with-depth-menu .contentWrapper .content #GPWchart .jqplot-highlighter-tooltip .jqplot-highlighter td {
  background-color: #efefef !important;
}
.page-with-depth-menu .contentWrapper .content #GPWchart .jqplot-highlighter-tooltip .jqplot-highlighter .name {
  background-color: #ffdbcf;
}
.page-with-depth-menu .contentWrapper .content #GPWchart .jqplot-highlighter-tooltip .jqplot-highlighter .value {
  background-color: #adadad;
}
.page-with-depth-menu .contentWrapper .content #GPWchart .jqplot-title {
  font-family: arial;
  font-size: 14px;
  height: 25px;
  padding-bottom: 15px;
}
.page-with-depth-menu .contentWrapper .content #infoTable {
  /*display: none;*/
  color: #000000;
  font-family: Arial;
}
.page-with-depth-menu .contentWrapper .content #infoTable table {
  /*width: 600px;*/
  width: 100%;
}
.page-with-depth-menu .contentWrapper .content #infoTable table tr {
  height: 31px;
}
.page-with-depth-menu .contentWrapper .content #infoTable table tr td {
  /*border-bottom: 1px black solid;*/
  text-align: left !important;
  padding: 2px 0 2px 27px;
  width: 50%;
}
.page-with-depth-menu .contentWrapper .content #infoTable table tr.wolumen td {
  border-bottom: none;
}
.page-with-depth-menu .contentWrapper .content #infoTable table tr:nth-child(even) td {
  background: #dcdcdc;
}
.page-with-depth-menu .contentWrapper .content #infoTable table .name {
  font-size: 12px;
}
.page-with-depth-menu .contentWrapper .content #infoTable table .value .stat {
  font-size: 12px;
  font-weight: bold;
  padding-right: 14px;
}
.page-with-depth-menu .contentWrapper .content #infoTable table .value .date {
  font-size: 12px;
}
.page-with-depth-menu .contentWrapper .content.ri-current .date,
.page-with-depth-menu .contentWrapper .content.ri-quarterly .date,
.page-with-depth-menu .contentWrapper .content.ri-semi_annual .date,
.page-with-depth-menu .contentWrapper .content.ri-annual .date,
.page-with-depth-menu .contentWrapper .content.ri-significant_transactions .date,
.page-with-depth-menu .contentWrapper .content.ri-current_ebi_reports .date,
.page-with-depth-menu .contentWrapper .content.ri-presentations .date,
.page-with-depth-menu .contentWrapper .content.ri-videoconferencing .date,
.page-with-depth-menu .contentWrapper .content.ri-newsletters .date,
.page-with-depth-menu .contentWrapper .content.ri-current .a_date,
.page-with-depth-menu .contentWrapper .content.ri-quarterly .a_date,
.page-with-depth-menu .contentWrapper .content.ri-semi_annual .a_date,
.page-with-depth-menu .contentWrapper .content.ri-annual .a_date,
.page-with-depth-menu .contentWrapper .content.ri-significant_transactions .a_date,
.page-with-depth-menu .contentWrapper .content.ri-current_ebi_reports .a_date,
.page-with-depth-menu .contentWrapper .content.ri-presentations .a_date,
.page-with-depth-menu .contentWrapper .content.ri-videoconferencing .a_date,
.page-with-depth-menu .contentWrapper .content.ri-newsletters .a_date,
.page-with-depth-menu .contentWrapper .content.ri-current .b_date,
.page-with-depth-menu .contentWrapper .content.ri-quarterly .b_date,
.page-with-depth-menu .contentWrapper .content.ri-semi_annual .b_date,
.page-with-depth-menu .contentWrapper .content.ri-annual .b_date,
.page-with-depth-menu .contentWrapper .content.ri-significant_transactions .b_date,
.page-with-depth-menu .contentWrapper .content.ri-current_ebi_reports .b_date,
.page-with-depth-menu .contentWrapper .content.ri-presentations .b_date,
.page-with-depth-menu .contentWrapper .content.ri-videoconferencing .b_date,
.page-with-depth-menu .contentWrapper .content.ri-newsletters .b_date {
  font-weight: bold;
}
.page-with-depth-menu .contentWrapper .content.ri-calendar div.ri-subpage-item,
.page-with-depth-menu .contentWrapper .content.ri-general_meetings_of_shareholders div.ri-subpage-item {
  margin: 42px 0 24px;
}
.page-with-depth-menu .contentWrapper .content.ri-calendar div.ri-subpage-item:first-child,
.page-with-depth-menu .contentWrapper .content.ri-general_meetings_of_shareholders div.ri-subpage-item:first-child {
  margin: 0px 0px 24px;
}
.page-with-depth-menu .contentWrapper .content.ri-calendar div.ri-subpage-item.news-item,
.page-with-depth-menu .contentWrapper .content.ri-general_meetings_of_shareholders div.ri-subpage-item.news-item {
  display: none;
}
.page-with-depth-menu .contentWrapper .content.ri-calendar div.ri-subpage-item.displayedYear,
.page-with-depth-menu .contentWrapper .content.ri-general_meetings_of_shareholders div.ri-subpage-item.displayedYear {
  display: block;
}
.page-with-depth-menu .contentWrapper .content.ri-calendar div.ri-subpage-item .date,
.page-with-depth-menu .contentWrapper .content.ri-general_meetings_of_shareholders div.ri-subpage-item .date,
.page-with-depth-menu .contentWrapper .content.ri-calendar div.ri-subpage-item .a_date,
.page-with-depth-menu .contentWrapper .content.ri-general_meetings_of_shareholders div.ri-subpage-item .a_date,
.page-with-depth-menu .contentWrapper .content.ri-calendar div.ri-subpage-item .b_date,
.page-with-depth-menu .contentWrapper .content.ri-general_meetings_of_shareholders div.ri-subpage-item .b_date {
  color: #cc1e13;
  font-family: 'Dosis', sans-serif;
}
.page-with-depth-menu .contentWrapper .content.ri-calendar div.ri-subpage-item div.ri-item-title-content span.item-title,
.page-with-depth-menu .contentWrapper .content.ri-general_meetings_of_shareholders div.ri-subpage-item div.ri-item-title-content span.item-title {
  font-weight: bold;
}
.page-with-depth-menu .contentWrapper .content.ri-calendar div.ri-subpage-item a.moreControllHook,
.page-with-depth-menu .contentWrapper .content.ri-general_meetings_of_shareholders div.ri-subpage-item a.moreControllHook {
  color: #cc1e13;
  text-transform: uppercase;
  float: left;
  font-size: 11px;
}
.page-with-depth-menu .contentWrapper .content.ri-calendar div.ri-subpage-item a.moreControllHook span.more-arrow,
.page-with-depth-menu .contentWrapper .content.ri-general_meetings_of_shareholders div.ri-subpage-item a.moreControllHook span.more-arrow {
  display: block;
  float: right;
  background: url("/images/atal/skin_atal_main.png");
  background-position: -130px -582px;
  margin: 3px 10px 0 11px;
  height: 5px;
  width: 5px;
  position: relative;
  top: 5px;
  right: 7px;
}
.page-with-depth-menu div.not-for-responsive.en div.navBox {
  padding: 13px 17px;
}
.page-with-depth-menu table {
  width: 100%;
  padding: 0px;
  border: 1px solid #F0F0F0;
}
.page-with-depth-menu table th,
.page-with-depth-menu table td {
  text-align: center;
}
.page-with-depth-menu table thead tr:nth-child(odd),
.page-with-depth-menu table tbody tr:nth-child(even) {
  background-color: #dcdcdc;
}
.page-with-depth-menu table:nth-child {
  background-color: #f0f0f0;
}
.page-with-depth-menu .frame-video-box {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
.page-with-depth-menu .frame-video-box .video-box {
  width: 50%;
  height: 56%;
}
@media (max-width: 1067px) {
  body.for-investors-ri section#header-page-section {
    display: none;
  }
  body.for-investors-ri #forInvestors .container .contentWrapper .forInvestorsArticle .ri-subpage-item.item .ri-item.ri-item-description span.item-title.description {
    display: flex;
    flex-flow: column nowrap;
  }
  body.for-investors-ri #forInvestors .container .contentWrapper .forInvestorsArticle .ri-subpage-item.item .ri-item.ri-item-description span.item-title.description p {
    display: flex;
    justify-content: center;
  }
  body.for-investors-ri #forInvestors .container .contentWrapper .forInvestorsArticle .ri-subpage-item.item .ri-item.ri-item-description span.item-title.description p img {
    padding: 7px;
    border: 1px solid #e6e6e6;
  }
  body.for-investors-ri #forInvestors .container .contentWrapper .forInvestorsArticle .ri-subpage-item.item .ri-item.ri-item-description span.item-title.description p span {
    background-color: transparent !important;
    width: 100%;
  }
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper {
    width: 100%;
  }
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content {
    width: 95%;
    float: none;
    margin: 0 auto 20px;
  }
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content div.forInvestorsArticle table td,
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content div.forInvestorsArticle table th {
    padding: 2px 20px;
    white-space: nowrap;
  }
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content div.forInvestorsArticle img.atal_wykres_gielda {
    max-width: 622px;
    width: 100%;
  }
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content div.forInvestorsArticle.profile_czlonkow_zarzadu p:not(:last-child) {
    text-align: center;
  }
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content div.forInvestorsArticle.profile_czlonkow_zarzadu p:not(:last-child) img {
    float: none !important;
    width: 100%;
    max-width: 400px;
  }
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content div.forInvestorsArticle.profile_czlonkow_zarzadu p:not(:last-child) span.management_proifiles {
    float: left;
    padding: 15px 0 30px;
    text-align: left;
  }
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content div.forInvestorsArticle.profile_czlonkow_zarzadu p:not(:last-child) span:not(.management_proifiles) {
    width: auto !important;
    display: block !important;
    float: none !important;
    position: relative;
  }
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content div.forInvestorsArticle div.table-responsive-ri {
    overflow-y: hidden;
    overflow-x: initial !important;
  }
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content div.forInvestorsArticle.notowania .nawigacja label input {
    padding-left: 0;
  }
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content div.forInvestorsArticle.notowania div.table-responsive-ri #GPWchart {
    margin-left: 15px;
  }
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content div.forInvestorsArticle.notowania #infoTable div.table-responsive-ri table tr td {
    padding-left: 0;
  }
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content div.forInvestorsArticle.aktualnosci ul#ri-news-years-tab {
    padding: 0;
    margin: 0 auto;
    display: table;
  }
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content div.forInvestorsArticle.aktualnosci ul#ri-news-years-tab li {
    margin-top: 5px;
    height: auto;
  }
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content div.forInvestorsArticle.wyniki_finansowe p:first-child {
    text-align: left;
  }
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content div.forInvestorsArticle.strategia p:last-child {
    line-height: 22px !important;
  }
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content div.forInvestorsArticle.historia {
    text-align: center;
  }
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content div.forInvestorsArticle.historia p:nth-child(2),
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content div.forInvestorsArticle.historia div {
    text-align: left;
  }
  body.for-investors-ri .page-with-depth-menu div.container div.contentWrapper div.content div.forInvestorsArticle.historia img {
    float: none !important;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
  }
}
