.drop-line {
  height: 350px!important; 
}

.tabs-simple li a {
  padding: 0.75rem 1.35rem!important;
}

/* ====== Section cover ====== */

@media only screen and (min-width: 768px) {
  .section-cover-image {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .section-cover-image {
    background: url(/webresources/tht/img/mob-naslovica-cover.jpg) no-repeat center top;
    height: 100vw; /*mora biti kockica*/
    background-size: 100vw !important;
  }

  .section-cover-image.en {
    background: url(/webresources/tht/img/mob-naslovica-cover_eng.jpg) no-repeat center top;
  }


}


/* ====== Video ====== */

.header-video {
  background: transparent;
  height: 100%;
}

video {
  max-width: 100%;
  margin: auto;
  display: block;
}

/*.header-video-fallback {
  background: url(https://www.hrvatskitelekom.hr/WebResources/video/young-video-fallback.jpg) no-repeat center bottom;
}*/

@media only screen and (max-width: 767px) {
  .section-video {
    display: none;
  }
}

/**** DT video section update 17.02.2020. **/

.section-video {position: relative;}
.section-video .headline {
  position: absolute;
  left: calc(50% - 320px);
  top: calc(50% - 80px);
  text-align: center;
}


/* ====== Odgovornost i karijere ====== */

.odgovornost-section {
  color: white;
}

.odgovornost-section .l {
  opacity: 80%;
  /* font-size: 18px; */
  margin-bottom: 0;
  font-family: telegroteskscreen-ultra;
}

.odgovornost-section .xxxl {
  /* font-size: 48px; */
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: telegroteskscreen-ultra;
}

.odgovornost-section .single-first {
  background: url(/webresources/tht/img/drustvena-odgovornost_desk.jpg) no-repeat center top;
  background-size: 100%!important;
  height: calc(100vw * 0.21875);
  padding: 2rem;
  align-items: center;
}

.odgovornost-section .single-second {
  background: url(/webresources/tht/img/karijere_desk.jpg) no-repeat center top;
  background-size: 100%!important;
  height: calc(100vw * 0.21875); /*omjer visine i širine slike za desktop*/
  padding: 2rem;
  align-items: center;
}


@media only screen and (max-width: 767px) {
  .odgovornost-section .single-content {
    max-width: 100% !important;
    width: 100% !important;
    align-items: center;
  }
  
  .odgovornost-section .single-first {
    background: url(/webresources/tht/img/drustvena-odgovornost_mob.jpg) no-repeat center top;
    height: calc(100vw * 1.302);
    align-items: center;
  }

  .odgovornost-section .single-second {
    background: url(/webresources/tht/img/karijere_mob.jpg) no-repeat center top;
    height: calc(100vw * 1.302); 
  }
  
  .odgovornost-section .xxl {
    font-size: 27px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .odgovornost-section .single-first, .odgovornost-section .single-second {
    height: calc(100vw * 0.65);
  }

  .dionice-section .col-md-4:last-child {
    margin-top: 24px;
  }
}


/* @media only screen and (min-width: 768px) and (max-width: 1259px) { */
@media only screen and (min-width: 576px) and (max-width: 1400px) {
  .odgovornost-section .single-content .button-holder {
    padding-top: 1rem;
  }

  .odgovornost-section .single-content {
    max-width: 100% !important;
    width: 100% !important;
  }

  .odgovornost-section .xxl {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .odgovornost-section .xxxl {
    font-size: 36px;
    line-height: 1;
  }

  .odgovornost-section .l {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1201px) {
  .odgovornost-section .single-content {
    width: 22vw;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 2110px) {
  .odgovornost-section .xxxl {
    font-size: 48px;
    line-height: 1;
  }

  .webshop-section .xxl {
    font-size: 36px;
  }
}


/* ====== Webshop ====== */

.webshop-section .single-first, .webshop-section .single-second {
  padding: 72px;
  align-items: center;
}

.webshop-section .single-second {
  padding-left: 0;
}

.webshop-section .single-first .single-content {
  text-align: right;
}

.webshop-section .single-second .single-content {
  text-align: left;
}

/* .webshop-section .single-first .single-content {
  max-width: 300px;
} */

.webshop-section .single-first .single-content img {
  max-width: 100%;
}

.webshop-section .xxl {
  /* font-size: 36px; */
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: telegroteskscreen-ultra;
}

.webshop-section .l {
  font-family: telegroteskscreen-ultra;
}

@media only screen and (max-width: 767px) {
  .webshop-section .single-first, .webshop-section .single-second {
    align-items: center;
    justify-content: center !important;
  }

  .webshop-section .single-second .single-content, .webshop-section .single-first .single-content {
    text-align: center;
  }

  .webshop-section .single-first {
    padding-bottom: 1rem;
  }

  .webshop-section .single-second {
    padding-left: 5rem;
    padding-top: 0;
  }
  
  .webshop-section h1.xxl {
    font-size: 27px;
  }
}


/* ====== Izdvojeno ====== */

.izdvojeno {
  margin-top: 72px;
  margin-bottom: 96px;
}

.izdvojeno h1 {
  color: #A3A3A3;
  margin-bottom: 48px;
}

/* .izdvojeno-thumb{
  display: block;
} */

.izdvojeno img {
  width: 100%;
  display: block;
}

/* .izdvojeno .izdvojeno-naslov {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid lightgrey;
  padding: 15px;
} */

/* .izdvojeno .izdvojeno-naslov h2 {
  color: black;
  text-decoration: none;
} */

.izdvojeno a:hover {
  text-decoration: none;
}

.izdvojeno a h1 {
  color: black;
}

/* @media only screen and (max-width: 768px) {
  .izdvojeno .izdvojeno-thumb {
    margin-bottom: 24px;
  }
} */

/* ====== Dionice ====== */

.dionice-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.dionice-section h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

.dionice-section .text-magenta.text-ultra {
  font-size: 30px;
}

.dionice-section #datum {
  padding-left: 5px;
}

.dionice-section .col-md-4:first-child a:hover {
  text-decoration: none;
}

.magenta-bar-1, .magenta-bar-2, .magenta-bar-3, .magenta-bar-4 {
  background-color: #e20074;
  height: 36px;
}

.magenta-bar-1 {
  width: 100%;
  margin-bottom: 36px;
  float: right;
}

.magenta-bar-2 {
  width: 76.91%;
  margin-bottom: 36px;
  float: right;
  clear: both;
}

.magenta-bar-3 {
  width: 13.11%;
  margin-bottom: 36px;
  float: right;
  clear: both;
}

.magenta-bar-4 {
  width: 5.68%;
  float: right;
  clear: both;
}

.bar-1, .bar-2, .bar-3, .bar-4 {
  height: 36px;
  padding-left: 12px;
}

.bar-1, .bar-2, .bar-3 {
  margin-bottom: 36px;
}

.struktura-prvi-stupac {
  width: 30%;
  height: 100%;
  display: inline-block;
}

.struktura-drugi-stupac {
  width: 70%;
  height: 100%;
  float: right;
}

.vijesti li {
  border-bottom: 1px solid #DCDCDC;
  padding-top: 12px;
  padding-bottom: 12px;
}

.vijesti li:first-child {
  border-top: 1px solid #DCDCDC;
}

.vijesti li a {
  color: #A3A3A3;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.dionice-section h2{
  margin-bottom: 24px;
}

.dionice-section {
  color: #A3A3A3;
}

.dionice-cijena {
  display: block;
  background-color: #e20074;
  width: 240px;
  min-height: 89.6px;
  padding: 10px 15px;
}

.dionice-kapital, .dionice-isin {
  width: 100%;
}

.dionice-section .dionice-kapital h3, .dionice-section .dionice-isin h3 {
  margin-bottom: 10px;
}

.dionice-kapital h2 {
  margin-bottom: 10px;
}

.dionice-cijena {
  margin-top: 10px;
}

@media only screen and (max-width: 575px) {

  .dionice-section {
    padding-top: 36px;
    padding-bottom: 52px;
  }
  

  .dionice-section .text-magenta.text-ultra {
    font-size: 22px;
  }


  .izdvojeno {
    margin-top: 36px;
    margin-bottom: 48px;
  }
  
  .izdvojeno h1 {
    margin-bottom: 24px;
    text-align: center;
  }

  .dionice-kapital, .dionice-isin {
    width: 50%;
  }

  .dionice-section .dionice-isin h3 {
    margin-top: 0;
  }

  .dionice-section .dionice-kapital {
    margin-bottom: 12px;
  }

  .dionice-kapital {
    display: inline-block;
  }

  .dionice-isin {
    float: right;
  }

  .dionice-cijena {
    width: 100%;
    margin-bottom: 24px;
  }

  .struktura {
    margin-bottom: 36px;
    margin-top: 36px;
  }

  .dionice-section h1{
    text-align: center;
  }

  .custom-p {
      margin-top: 10px;
      margin-bottom: 50px;
  }
}

/*! overriding ht-2014.css?v=3 i nav-2016.css */
.vijesti .list-dated li > span.date {
  display: none;
}

@media only screen and (min-width: 960px) {
  .vijesti .list-dated li {
    padding-left: 0;
  }
}

.vijesti .list-entities a:hover {
  color: #A3A3A3;
}

.vijesti .list-entities li {
  border-top: none;
}

.vijesti li {
  border-bottom: 1px solid #DCDCDC;
}

.vijesti li:first-child {
  border-top: 1px solid #DCDCDC;
}

.izdvojeno .box-news > p {
  display: none;
}

.izdvojeno h4 {
  text-transform: none;
  min-height: 72px;
  border: 1px solid lightgrey;
  padding: 15px;
  font-size: 18px;
  font-family: telegroteskscreen;
}

.izdvojeno h4 a {
  color: black;
}

.box-group .box.box-news img {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .box-group .box.box-news {
    margin-bottom: 15px;
  }

  .box-group .box.box-news:last-child {
    margin-bottom: 0px;
  }
}

/* @media only screen and (min-width: 960px) {
  .dionice-section h1, .dionice-section h2, .dionice-section h3 {
    margin-bottom: 0;
  }
} */

@media only screen and (min-width: 960px) {
  .headline .xxxxxl {
    font-family: "telegroteskscreen-ultra";
    font-size: 72px;
    line-height: 1.2;
  }
}
.headline .xxxxxl {
  font-family: "telegroteskscreen-ultra";
  font-size: 72px;
  line-height: 1.2;
}

/*@media only screen and (min-width: 960px) {
  h1, .xxl {
    font-family: "telegroteskscreen-ultra";
  }
}*/

/*h1, .xxl {
  font-family: "telegroteskscreen-ultra";
}*/

/* html {
  font-size: 62.5%;
}

h4 {
  font-size: 15px;
} */

@media only screen and (max-width: 959px) and (min-width: 700px) {
  .dionice-section h1, .dionice-section h2, .dionice-section h3 {
    margin-bottom: 0;
  }
}

.dionice-section .col-md-4:first-child a:hover {
  text-decoration: none;
}

.section-header {
  padding-top: 0;
  padding-bottom: 0;
}

.section-header h2 {
  text-transform: uppercase;
  color: black;
  font-family: Headline, sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media screen and (min-width: 1200px) {
  .section-header h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}

.table-pairs table td, .table-pairs table th {
  border: none;
}

.section-header h1 {
    text-transform: uppercase;
}

a.button-primary:hover {
	color: #fff;
	text-decoration: none;
}

.box h3 {
	font-family: 'HT', 'Helvetica Neue', Arial, sans-serif;
}

.list-entities a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: telegroteskscreen-ultra;
  font-weight: 400;
}

@media only screen and (max-width: 400px) {
  footer .icons-container {
    margin-left: 0px;
    margin-right: 0px;
  }
}