/*-----Fonts in use-----*/

@font-face {
  font-family: "FuturaPTLight";
  src: url("../fonts/FuturaPT-Light/FuturaPT-Light.eot");
  src: url("../fonts/FuturaPT-Light/FuturaPT-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FuturaPT-Light/FuturaPT-Light.woff2") format("woff2"),
    url("../fonts/FuturaPT-Light/FuturaPT-Light.woff") format("woff"),
    url("../fonts/FuturaPT-Light/FuturaPT-Light.ttf") format("truetype"),
    url("../fonts/FuturaPT-Light/FuturaPT-Light.svg#FuturaPT-Light")
      format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPTMedium";
  src: url("../fonts/FuturaPT-Medium/FuturaPT-Medium.eot");
  src: url("../fonts/FuturaPT-Medium/FuturaPT-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FuturaPT-Medium/FuturaPT-Medium.woff2") format("woff2"),
    url("../fonts/FuturaPT-Medium/FuturaPT-Medium.woff") format("woff"),
    url("../fonts/FuturaPT-Medium/FuturaPT-Medium.ttf") format("truetype"),
    url("../fonts/FuturaPT-Medium/FuturaPT-Medium.svg#FuturaPT-Medium")
      format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPTHeavy";
  src: url("../fonts/FuturaPT-Heavy/FuturaPT-Heavy.eot");
  src: url("../fonts/FuturaPT-Heavy/FuturaPT-Heavy.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FuturaPT-Heavy/FuturaPT-Heavy.woff2") format("woff2"),
    url("../fonts/FuturaPT-Heavy/FuturaPT-Heavy.woff") format("woff"),
    url("../fonts/FuturaPT-Heavy/FuturaPT-Heavy.ttf") format("truetype"),
    url("../fonts/FuturaPT-Heavy/FuturaPT-Heavy.svg#FuturaPT-Heavy")
      format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-HeavyOblique/FuturaPT-HeavyObl.eot");
  src: url("../fonts/FuturaPT-HeavyOblique/FuturaPT-HeavyObl.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FuturaPT-HeavyOblique/FuturaPT-HeavyObl.woff2")
      format("woff2"),
    url("../fonts/FuturaPT-HeavyOblique/FuturaPT-HeavyObl.woff") format("woff"),
    url("../fonts/FuturaPT-HeavyOblique/FuturaPT-HeavyObl.ttf")
      format("truetype"),
    url("../fonts/FuturaPT-HeavyOblique/FuturaPT-HeavyObl.svg#FuturaPT-HeavyObl")
      format("svg");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "FuturaPT-Bold";
  src: url("../fonts/FuturaPT-Bold/FuturaPT-Bold.eot");
  src: url("../fonts/FuturaPT-Bold/FuturaPT-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FuturaPT-Bold/FuturaPT-Bold.woff2") format("woff2"),
    url("../fonts/FuturaPT-Bold/FuturaPT-Bold.woff") format("woff"),
    url("../fonts/FuturaPT-Bold/FuturaPT-Bold.ttf") format("truetype"),
    url("../fonts/FuturaPT-Bold/FuturaPT-Bold.svg#FuturaPT-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPTBook";
  src: url("../fonts/FuturaPT/FuturaPTBook.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPTBook-2";
  src: url("../fonts/FuturaPT/FuturaPTBookOblique.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "FuturaPTHeavy", "FuturaPTMedium", "FuturaPTLight", "Futura PT",
    "Raleway";
}

a {
  color: #000000;
  text-decoration: none !important;
}

a:hover {
  color: #000000;
  text-decoration: none !important;
}

.ovr {
  overflow: hidden;
}

/*INDEX PAGE*/

/*HEADER*/

header {
  width: 100%;
  overflow: hidden;
}
.new-header-content {
  margin: 0 auto;
  background-image: url("../img/img2022/hero-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  /* background-position: center; */
  height: 100%;
}
@media (max-width: 1280px){
  .new-header-content{
    width: 100%;
  }
}
/* @media (max-width: 992px){
  .new-header-content{
    width: 100%;
  }
}
@media (max-width: 768px){
  .new-header-content{
    width: 100%;
  }
} */
.new-header-index {
  /* background-color: #0220d2; */
  background-color: #e98bbd;
  /* height: 474px; */
  height: 480px;
}
.new-header-index .menu-socials li img{
  max-width: 25.6px;
  margin-bottom: 10px;
}
.new-header-index .menu-socials li:first-of-type img{
  max-width: 15.2px;
}
header .row {
  margin-left: 0;
}

header .logo {
  float: left;
  padding: 10px 0;
  position: relative;
  display: none;
}

header .header-logo {
  padding: 0;
}

header .header-logo a {
  color: #fff;
}
header .header-logo a.single-logo {
  color: #000;
}

header .header-menu {
  padding-left: 0;
  /* margin-top: 43px; */
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .header-menu ul {
  height: 100%;
  text-align: center;
  /* display: flex;
  align-items: center; */
}
header .header-menu ul.menu-socials {
  padding-right: 43px;
}
header .header-menu ul.menu-years {
  padding-left: 14px;
}

header .header-menu ul li {
  list-style-type: none;
  margin: 0 3px;
}

header .header-menu ul li a {
  /* font-size: 30px; */
  font-size: 22px;
  color: #fff;
  font-family: "FuturaPTMedium";
  opacity: 0.8;
}

/*BURGER*/
.burger {
  font-size: 36px;
  cursor: pointer;
  padding-top: 10px;
  display: none;
  color: #fff;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  /* right: 23px; */
  font-size: 60px;
  right: 8px;
  top: -17px;
}

/*LOGO TRANSITION*/

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translate(-43px, 0);
  }

  40% {
    -webkit-transform: translate(-43px, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes animate {
  0% {
    -moz-transform: translate(-43px, 0);
  }

  40% {
    -moz-transform: translate(-43px, 0);
  }

  100% {
    -moz-transform: translate(0, 0);
  }
}

@-o-keyframes animate {
  0% {
    -o-transform: translate(-43px, 0);
  }

  40% {
    -o-transform: translate(-43px, 0);
  }

  100% {
    -o-transform: translate(0, 0);
  }
}

@keyframes animate {
  0% {
    transform: translate(-43px, 0);
  }

  40% {
    transform: translate(-43px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translate(-228px, 0);
  }

  50% {
    -webkit-transform: translate(-228px, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes slidein {
  0% {
    -moz-transform: translate(-228px, 0);
  }

  50% {
    -moz-transform: translate(-228px, 0);
  }

  100% {
    -moz-transform: translate(0, 0);
  }
}

@-o-keyframes slidein {
  0% {
    -o-transform: translate(-228px, 0);
  }

  50% {
    -o-transform: translate(-228px, 0);
  }

  100% {
    -o-transform: translate(0, 0);
  }
}

@keyframes slidein {
  0% {
    transform: translate(-228px, 0);
  }

  50% {
    transform: translate(-228px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

.flip-container .logo-animated {
  -webkit-animation: 2s linear slidein;
  -moz-animation: 2s linear slidein;
  -o-animation: 2s linear slidein;
  animation: 2s linear slidein;
  text-align: left;
}

.flip-container .logo-animated span {
  display: inline-block;
  -webkit-animation: 0.5s linear animate;
  -moz-animation: 0.5s linear animate;
  -o-animation: 0.5s linear animate;
  animation: 0.5s linear animate;
}

.flip-container {
  -ms-perspective: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  overflow: hidden;
}

.flip-container,
.flip-container .front,
.flip-container .back {
  /* width: 138px; */
  height: 64px;
  text-align: center;
}

.flip-container .flipper {
  -ms-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}

.flip-container .front,
.flip-container .back {
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.flip-container .front {
  z-index: 2;
  -ms-transform: rotateY(0deg) scale(1.1);
  -webkit-transform: rotateY(0deg) scale(1.1);
  transform: rotateY(0deg) scale(1.1);
}

.flip-container .back {
  -ms-transform: rotateY(180deg) scale(1.1);
  -webkit-transform: rotateY(180deg) scale(1.1);
  transform: rotateY(180deg) scale(1.1);
}

.vertical.flip-container {
  position: relative;
}

.vertical .back {
  -ms-transform: rotateX(180deg) scale(1.1);
  -webkit-transform: rotateX(180deg) scale(1.1);
  transform: rotateX(180deg) scale(1.1);
}

.vertical.flip-container .flipper {
  -ms-transform-origin: 100% 37px;
  -webkit-transform-origin: 100% 37px;
  transform-origin: 100% 37px;
}

.vertical.flip-container.hover .flipper {
  -ms-transform: rotateX(-180deg) scale(1.1);
  -webkit-transform: rotateX(-180deg) scale(1.1);
  transform: rotateX(-180deg) scale(1.1);
}

.vertical.flip-container h1 {
}

.flip-container .front .trendovi {
  background: #fff8a1;
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #fff8a1 0%,
    #fff955 15%,
    #f62f97 30%,
    #bc49f8 50%,
    #0090ff 70%,
    #00f6ff 85%,
    #16fc8c 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #fff8a1 0%,
    #fff955 15%,
    #f62f97 30%,
    #bc49f8 50%,
    #0090ff 70%,
    #00f6ff 85%,
    #16fc8c 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #fff8a1 0%,
    #fff955 15%,
    #f62f97 30%,
    #bc49f8 50%,
    #0090ff 70%,
    #00f6ff 85%,
    #16fc8c 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8a1', endColorstr='#16fc8c', GradientType=0);
  /* IE6-9 */

  background-size: 300% auto;
  -webkit-background-clip: text;
  -o-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  /*    text-fill-color: transparent;*/
  -webkit-animation: shine 2s linear infinite;
  -o-animation: shine 2s linear infinite;
  -moz-animation: shine 2s linear infinite;
  animation: shine 2s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}

@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}

@-o-keyframes shine {
  to {
    background-position: 200% center;
  }
}

@-moz-keyframes shine {
  to {
    background-position: 200% center;
  }
}

.flip-container .front .card__text {
  position: absolute;
  /*	top: 10px;*/
  top: -11px;
  /*	left: -7px;*/
  left: -15px;
  font-weight: 900;
  font: italic 35px "FuturaPTHeavy", "Raleway";
  width: 190px;
}

.flip-container .back .card__text {
  position: absolute;
  top: 4px;
  left: 49px;
  font-weight: 900;
  font: italic 30px "FuturaPTHeavy", "Raleway";
}

/*END LOGO TRANSITION*/

header .twitter-header {
  padding: 0;
}

header .hashtag {
  float: left;
  padding: 18px 0;
  font: 19px "FuturaPTHeavy", "Raleway";
  color: #757575;
}

header .twitter-header-img {
  padding: 17px 12px;
  float: left;
}

header p {
  padding: 10px 0;
  font: italic 16px "FuturaPTLight", "Raleway";
}

header p span {
  font-weight: 800;
  font: italic/bold 16px "FuturaPTLight", "Raleway";
}

.gradient {
  width: 100%;
  height: 4px;

  background: #fff8a1;
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #fff8a1 0%,
    #fff955 15%,
    #f62f97 30%,
    #bc49f8 50%,
    #0090ff 70%,
    #00f6ff 85%,
    #16fc8c 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #fff8a1 0%,
    #fff955 15%,
    #f62f97 30%,
    #bc49f8 50%,
    #0090ff 70%,
    #00f6ff 85%,
    #16fc8c 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #fff8a1 0%,
    #fff955 15%,
    #f62f97 30%,
    #bc49f8 50%,
    #0090ff 70%,
    #00f6ff 85%,
    #16fc8c 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8a1', endColorstr='#16fc8c', GradientType=0);
  /* IE6-9 */
}

header .gradient {
  clear: both;
}

/*BODY INDEX PAGE*/

.index .section-body {
  padding: 0;
  /* margin-top: 80px; */
  margin-top: 40px;
}

.index .first-row {
  margin-bottom: 10px;
}

.index .panel-heading,
.index .panel-footer {
  background: #fff;
  max-height: 300px;
  display: flex;
  flex-direction: column;
}

.index .panel:hover {
  /* box-shadow: 0 0 6px #797979;*/
  cursor: pointer;
  box-sizing: border-box;
}

.index .panel-body {
  padding: 0;
}

.index .panel-body .panel-img {
  width: 100%;
}

.index .hover {
  text-decoration: none;
  color: black;
}

.index p.author {
  font: italic 12px "FuturaPTLight", "Raleway";
  font-weight: 600;
  text-align: right;
}

.index .panel-footer p.txt {
  font: 18px "FuturaPT-Bold", "Raleway";
}

.index .btn-show,
.index .btn-hide {
  margin-bottom: 25px;
}

.index .btn-hide {
  display: none;
}

/*LARGE PANEL*/

.large-pnl p.author {
  text-align: left;
}

.large-pnl h3.heading {
  clear: both;
  font: italic 26px "FuturaPTHeavy", "Raleway";
  margin: 0px;
}

.large-pnl .top-border {
  width: 100%;
  height: 5px;
  background: #ffff00;
}

.large-pnl .panel-footer .txt {
  padding: 10px 0;
  /* height: 54px; */
  height: 51px;
  overflow: hidden;
  margin-bottom: 9px;
}

/*SMALL&MEDIUM PANEL*/

.medium-pnl h3,
.small-pnl h3 {
  /* height: 55px;
    overflow: hidden; */
  clear: both;
  font: italic 22px "FuturaPTHeavy", "Raleway";
  font-stretch: semi-condensed;
  margin: 0;
}

.index .medium-pnl .panel-footer p.txt,
.index .small-pnl .panel-footer p.txt {
  padding: 10px 0;
}

h1.main-heading,
.index .panel-footer h3 {
  text-transform: uppercase;
}

/*MEDIUM PANEL*/

.medium-pnl .bottom-border {
  width: 100%;
  height: 5px;
  background: #ff00ff;
}

.index .medium-pnl .panel-footer p.txt {
  /* height: 175px; */
  overflow: hidden;
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 425px) {
  .index .medium-pnl .panel-footer p.txt {
    margin-bottom: 10px !important;
  }
}

/*SMALL PANEL*/

.small-pnl .bottom-border {
  width: 100%;
  height: 5px;
  background: #00ffac;
}

.index .small-pnl .panel-footer p.txt {
  height: 150px;
  overflow: hidden;
}

/*BOTTOM-BORDERS*/
/* Border bottoms 2020*/
.bottom-border-yellow {
  width: 100%;
  height: 5px;
  background: #fecb16;
}

.bottom-border-lightgreen {
  width: 100%;
  height: 5px;
  background: #88d2be;
}

.bottom-border-orange {
  width: 100%;
  height: 5px;
  background: #fe8624;
}

.bottom-border-brown {
  width: 100%;
  height: 5px;
  background: #913c36;
}

.bottom-border-lightblue {
  width: 100%;
  height: 5px;
  background: #82a3d8;
}

.bottom-border-purple {
  width: 100%;
  height: 5px;
  background: #b181b9;
}

.bottom-border-green {
  width: 100%;
  height: 5px;
  background: #1c4f24;
}

.bottom-border-bordeaux {
  width: 100%;
  height: 5px;
  background: #bc0036;
}

.bottom-border-blue {
  width: 100%;
  height: 5px;
  background: #104b80;
}

.bottom-border-gray {
  width: 100%;
  height: 5px;
  background: #627b65;
}

/* Border bottoms 2019*/
.top-border-digital,
.bottom-border-digital {
  width: 100%;
  height: 5px;
  background: #960cff;
}

.bottom-border-dizajn {
  width: 100%;
  height: 5px;
  background: #00ffac;
}

.bottom-border-tech {
  width: 100%;
  height: 5px;
  background: #069ec9;
}

.bottom-border-finansije {
  width: 100%;
  height: 5px;
  background: #f7ff00;
}

.bottom-border-trziste {
  width: 100%;
  height: 5px;
  background: #e58f23;
}

.bottom-border-adv {
  width: 100%;
  height: 5px;
  background: #0000f4;
}

.bottom-border-food {
  width: 100%;
  height: 5px;
  background: #ff3f59;
}

.bottom-border-fashion {
  width: 100%;
  height: 5px;
  background: #ff00ff;
}

/*SHOW MORE/LESS*/

.button-show {
  margin: 5px auto 25px auto;
}

.btn-show,
.btn-hide {
  border: 2.5px solid #555555;
  border-radius: 0;
  font: 22px "Futura PT", "FuturaPTMedium";
  color: #555555;
  width: 110px;
  height: 50px;
}

.btn-show:hover,
.btn-hide:hover,
.btn-default:hover,
.btn-default:focus,
.btn-link:active:focus {
  background-color: #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
  border-color: #555555 !important;
  color: #555555 !important;
}

/*PARTNERI*/

.partneri {
  margin-top: 30px;
}

.partneri p {
  /* margin-bottom: -25px; */
  text-align: center;
  /* font: 14px "FuturaPTHeavy", "Raleway"; */
  font-size: 21px;
  font-family: "Futura PT";
  color: #fff;
  padding-bottom: 50px;
  letter-spacing: 1.17px;
}

/* .partneri nav a {
  padding-right: 12px;
} */

.partneri nav a:last-of-type {
  padding-right: 0;
}

/*FOOTER*/

footer .gradient {
  clear: both;
}

footer p {
  font: 14px "FuturaPTHeavy", "Raleway";
  /* color: #757575; */
}

footer ul {
  list-style-type: none;
  text-decoration: none;
}

footer ul li {
  display: inline;
  text-align: center;
}

footer hr {
  margin-top: 0;
}

footer .share {
  text-align: center;
  margin: 0 auto;
}

footer .a2a_default_style a {
  float: none !important;
}

footer .a2a_default_style a img {
  border-right: 1px solid #c1c1c1;
}

footer .brd-right {
  border-right: none !important;
}

footer .a2a_default_style a img:hover {
  background-color: #757575;
}

.o-nama {
  margin-bottom: 15px;
}

/* .copyright {
  margin-top: 0;
} */

.copyright p,
.copyright p a {
  font: 16px "FuturaPTMedium", "Raleway";
  text-align: center;
  letter-spacing: 0.89px;
}

/* Up button */
.up-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 1px solid black;
  background-color: rgba(128, 128, 128, 0.51);
  transform: translate(0, 60px);
  transition: all 0.5s;
}

.up-button a {
  padding: 5px 10px;
  display: inline-block;
}

/*BLOG PAGE*/

/*BODY BLOG PAGE*/

.naslov-kategorije {
  padding: 15px 0;
  font: 14px "FuturaPTHeavy", "Raleway";
  color: #757575;
}

.naslov-kategorije span {
  font: 14px "FuturaPTLight", "Raleway";
}

.bottom-color-digital {
  width: 100%;
  height: 12px;
  background: #960cff;
}

.bottom-color-dizajn {
  width: 100%;
  height: 12px;
  background: #00ffac;
}

.bottom-color-tech {
  width: 100%;
  height: 12px;
  background: #069ec9;
}

.bottom-color-finansije {
  width: 100%;
  height: 12px;
  background: #f7ff00;
}

.bottom-color-adv {
  width: 100%;
  height: 12px;
  background: #0000f4;
}

.bottom-color-food {
  width: 100%;
  height: 12px;
  background: #ff3f59;
}

.bottom-color-fashion {
  width: 100%;
  height: 12px;
  background: #ff00ff;
}

.bottom-color-trziste {
  width: 100%;
  height: 12px;
  background: #e58f23;
}

.main-heading {
  font: italic 50px "FuturaPTHeavy", "Raleway";
  margin: 25px 0;
}

.foreword {
  font-family: "FuturaPTHeavy";
  font: italic 28px "FuturaPTHeavy", "Raleway";
  margin: 30px 0;
  text-align: justify;
  text-transform: uppercase;
}

.maintxt h2 {
  font: italic 30px "FuturaPTHeavy", "Raleway";
  text-align: left;
}

.maintxt p {
  font: 30px "FuturaPTLight", "Raleway";
  text-align: left;
}

.txt-img {
  padding: 25px 0;
}

.left-txt,
.right-img {
  padding: 0;
}

.left-txt {
  padding-right: 25px;
}

.maintxt .section-author,
.maintxt .section-share {
  padding: 25px 0;
}

.maintxt .section-author i {
  font-size: 23px;
}

.maintxt .section-author p {
  float: left;
  font: italic 30px "FuturaPTLight", "Raleway";
}

.maintxt .section-share p {
  float: right;
  padding-right: 15px;
}

.maintxt .section-share ul {
  list-style-type: none;
  float: right;
}

.maintxt .section-share ul li {
  display: inline;
}

.maintxt .section-share ul li a img {
  border-right: 1px solid #c1c1c1;
}

.maintxt .section-share ul li a .brd-right {
  border-right: none !important;
}

.maintxt .section-share ul li a img:hover {
  background-color: #757575;
}

.section-paragraf {
  padding: 35px 0 25px 0;
}

.section-paragraf .gradient {
  width: 80%;
  margin: 0 auto;
}

.section-paragraf .paragraf {
  margin: 10px 0;
  font: italic 30px "FuturaPTMedium", "Raleway";
  text-align: center;
}

/*GALLERY PAGE*/

/*MAP PAGE*/

/*RESPONSIVE PART*/

/*---  1200px  ---*/

@media only screen and (max-width: 1200px) {
  header p {
    float: left;
  }

  .index .panel-footer p.txt {
    padding-bottom: 16px;
  }

  .container {
    padding: 0;
  }

  header .twitter-header {
    width: 100%;
  }

  header twitter-header p {
    float: left;
  }

  .medium-pnl,
  .small-pnl {
    height: auto;
  }

  .index p.author {
    padding-top: 15px;
  }

  /* .partneri {
    text-align: center;
  } */

  /* .partneri nav a {
    padding-right: 40px;
  } */

  .partneri nav a:last-of-type {
    padding-right: 0;
  }

  .large-pnl h3.heading {
    margin: 8px 0;
  }
}

/*---  960px  ---*/

@media only screen and (max-width: 960px) {
  header twitter-header p {
    float: none;
  }

  footer .share,
  footer .about {
    padding-top: 35px;
  }

  .index .panel-footer p.txt {
    padding-bottom: 0px;
  }

  .large-pnl h3.heading {
    margin: 0;
  }
}

/*---  768px  ---*/

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 15px;
  }

  header .hashtag {
    padding: 20px 0 0 0;
  }

  .section-author-share {
    text-align: center;
    overflow: hidden;
  }

  .maintxt .section-share ul {
    float: none;
  }

  .maintxt .section-author p {
    font-size: 25px;
  }
}

/*---  640px  ---*/

@media only screen and (max-width: 640px) {
  .main-heading {
    font-size: 8vw;
  }

  .small-pnl {
    height: auto;
  }

  .small-pnl h3,
  .medium-pnl h3 {
    height: 85px;
  }

  F .partneri p {
    margin-bottom: 0;
  }

  .maintxt .section-author,
  .maintxt .section-share {
    width: 100%;
  }
}

/*---  480px  ---*/

@media only screen and (max-width: 480px) {
  @keyframes slidein {
    0% {
      transform: translate(-165px, 0);
    }

    50% {
      transform: translate(-165px, 0);
    }

    100% {
      transform: translate(0, 0);
    }
  }

  .flip-container .logo-animated {
    font-size: 26px;
  }

  .foreword,
  .maintxt h2,
  .maintxt p {
    font-size: 6vw;
  }

  .index .col-xs-6 {
    height: auto;
  }

  header .header-logo {
    padding: 0;
  }

  header .twitter-header {
    padding-left: 0;
  }

  .medium-pnl h3,
  .small-pnl h3 {
    height: auto;
  }

  .flip-container .front .card__text {
    left: 4px;
  }

  .flip-container .back .card__text {
    left: 55px;
  }

  .partneri nav a {
    padding-right: 0px;
  }

  .maintxt .section-author p {
    font-size: 18px;
    text-align: center;
  }

  .maintxt .section-author p i {
    font-size: 16px;
  }
  /* header .header-menu ul {
    display: none;
  }
  .burger {
    display: block;
  } */
}

@media only screen and (max-width: 300px) {
}

/*@media only screen and (max-width: 992px) {*/
/*.index .panel-heading,*/
/*.index .panel-footer {*/
/*background: #fff;*/
/*max-height: 300px;*/
/*display: flex;*/
/*flex-direction: column;*/
/*height: 300px;*/
/*}*/
/*}*/

/* NewStyle2021 */
.section-author-share .section-author.multipleAuthor .nameAuthor {
  font-size: 28px;
}
.section-author-share .section-author.multipleAuthor .descAuthor {
  font-size: 22px;
}
.section-author-share .section-author.multipleAuthor .rightPadd {
  padding-right: 15px;
}
.newTitleSize {
  font-size: 25px;
}

.title-single-page {
  font-size: 45px;
  color: #000;
  padding-bottom: 57px;
  padding-top: 55px;
  display: inline-block;
  padding-left: 14px;
  text-transform: uppercase;
}
.title-socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.socials-single-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 44px;
}
.socials-single-page a {
  padding-bottom: 14px;
}

.summary-single-page {
  font-size: 25px;
  color: #000;
  text-align: left;
  padding-bottom: 32px;
  padding-left: 14px;
  max-width: 85%;
  text-transform: uppercase;
}
.newParagraph {
  padding-top: 16px;
  padding-bottom: 125px;
  padding-left: 14px;
}
.newParagraph p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.newParagraph p span {
  display: inline-block;
  vertical-align: middle;
}
.newParagraph .textSpan {
  font-family: "FuturaPTBook";
  color: #4a4a4a;
  font-size: 35px;
  line-height: 1.14;
  text-align: justify;
  margin-bottom: 0;
}
.newParagraph p .bulletSpan {
  font-size: 35px;
  line-height: 1.14;
  font-family: "FuturaPT-Bold";
}
/* .newParagraph p span {
  border-radius: 50%;
  background-color: #4a4a4a;
  width: 20px;
  height: 20px;
  display: inline-block;
} */

.newParagraph.firstTxt {
  padding-bottom: 15px;
  font-family: "FuturaPTBook" !important;
  color: #4a4a4a !important;
  text-align: justify;
}
.numberTitle {
  font-family: "Futura PT";
  color: #000;
  padding-top: 42px;
  padding-left: 14px;
  text-transform: uppercase;
}
.withoutPadding {
  padding-top: 0;
}
.withoutPaddingBottom {
  padding-bottom: 0;
}
.firstTxt.withoutPaddingBottom {
  padding-bottom: 0;
}
.nameAuthor {
  color: #000;
  font-family: "FuturaPTMedium";
  font-size: 35px;
}
.maintxt .section-author .descAuthor {
  font-size: 30px;
  font-family: "FuturaPTLight";
}

.image-part img {
  max-width: 100%;
}
.maintxt .section-share ul li a .newIcons {
  border-right: none;
  padding-right: 10px;
  max-height: 35px;
}
.maintxt .section-share ul li a .newIconsShare {
  border-right: 1px solid #000;
  padding-right: 15px;
}
.maintxt .section-share ul li a .newIconsFB {
  padding-left: 15px;
}
.maintxt .section-author-share {
  padding-left: 14px;
}
.maintxt .section-share {
  padding-right: 34px;
}
/* .img-panorama-part {
  margin-bottom: 150px;
} */
.index .panel-footer p.new-size {
  font-size: 15px;
}
.panel-footer.new-format {
  max-width: 90%;
}
.new-footer-content {
  margin: 0 auto;
  padding-left: 54px;
  padding-right: 54px;
}
.copyright p {
  opacity: 0.6;
}
.copyright p,
.copyright p a {
  color: #fff;
  transition: 0.2s ease-in-out;
}
.copyright p a:hover {
  color: #4a4a4a;
}
.newFooterColor {
  background-color: #000;
  margin-top: 40px;
}
.flip-container .logo-animated {
  font-size: 36px;
  /* margin-left: 14px; */
}
.vertical.flip-container {
  margin-left: 14px;
}
.index p.author.first-author {
  text-align: left;
  padding-left: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid #979797;
  padding-top: 4px;
}
.index h3.first-title {
  padding-left: 14px;
}
.maintxt .section-share ul li a img.hoverState {
  transition: 0.2s ease-in-out;
}
.maintxt .section-share ul li a img.newIconsShare:hover {
  background-color: #fff;
}
.maintxt .section-share ul li a img.hoverState:hover {
  opacity: 0.5;
  background-color: #fff;
}
.newSocials-single-page li a {
  display: inline-block;
}
.logo-partner {
  max-width: 850px;
  text-align: center;
  margin: 0 auto;
  /* display: flex;
  flex-wrap: wrap;
  align-items: center; */
}
.logo-partner a {
  display: inline-block;
  margin-bottom: 60px;
  /* padding-right: 0; */
}
.logo-partner a.margin-right {
  margin-right: 87px;
}
.logo-partner a.margin-left {
  margin-left: 82px;
}
.tab {
  display: none;
}
.tab.active-tab {
  display: block;
}
/* .newParagraph p span {
  border-radius: 50%;
  background-color: #4a4a4a;
  width: 18px;
  height: 18px;
  display: inline-block;
  font-size: 35px;
  line-height: 1.14;
  margin-bottom: 2px;
} */

.show-btn {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
}
.show-btn .show-more,
.show-btn .show-less {
  font-size: 18px;
  font-family: "FuturaPT-Bold";
  border: 1px solid#979797;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: opacity 0.2s ease-in-out;
}
.show-btn .show-more:focus,
.show-btn .show-less:focus {
  color: #000;
}
/* .show-btn .show-more:hover,
.show-btn .show-less:hover {
  opacity: 0.5;
} */
/* @media only screen and (max-width: 1010px) {
  .flip-container .logo-animated {
    font-size: 30px;
  }
} */

@media only screen and (max-width: 1199px) {
  .logo-partner{
    max-width: 700px;
  }
  .logo-partner a.margin-left {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .logo-partner a.margin-left {
    margin-left: 0;
  }
  .logo-partner a {
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1025px) {
  /* .new-header-index {
    height: 402px;
  } */
  /* .logo-partner a {
    width: 33%;
  } */
  .flip-container .logo-animated {
    font-size: 30px;
    /* margin-left: 14px; */
  }
}

@media only screen and (max-width: 768px) {
  .new-header-content {
    /* background-image: url("../img/img2022/hero-mobile1.jpg"); */
    /* background-image: url("../img/img2022/hero-mobile2.jpg"); */
    /* background-position: center; */
    background-position: center;
    background-size: contain;
  }
  /* .logo-partner {
    text-align: center;
  }
  .logo-partner a {
    display: block;
  } */
  .flip-container .logo-animated {
    font-size: 26px;
    /* margin-left: 14px; */
  }
  .vertical.flip-container {
    margin-left: 0;
  }
  /* .new-header-index {
    height: 313px;
  } */
  .maintxt .section-share {
    padding-right: 0;
  }
  .index h3.first-title,
  .newParagraph,
  .numberTitle,
  .summary-single-page,
  .title-single-page {
    padding-left: 0;
  }
  .title-single-page {
    padding-top: 0;
    padding-right: 15px;
  }
  .socials-single-page {
    padding-right: 0;
  }
  .summary-single-page {
    max-width: 100%;
  }
  .socials-single-page a img {
    max-height: 20px;
  }
  .vertical.flip-container {
    margin-left: 0;
  }
  .index p.author.first-author {
    padding-left: 0;
  }
  .newParagraph p .textSpan {
    font-size: 3.5vw;
    text-align: left;
  }
  /* .newParagraph p span {
    width: 11px;
    height: 11px;
  } */
  .newParagraph p .bulletSpan {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  header .header-menu ul {
    display: none;
  }
  .new-header-content {
    /* background-image: url("../img/img2022/hero-mobile1.jpg"); */
    /* background-image: url("../img/img2022/hero-mobile2.jpg"); */
    background-position: center;
    /* background-size: auto; */
    background-size: contain;
  }
  .burger {
    display: block;
  }
  header .header-menu {
    margin-top: 0;
    display: inline-block;
  }
  .logo-partner {
    text-align: center;
  }
  .logo-partner a {
    display: block;
  }
  /* .logo-partner {
    flex-direction: column;
  }
  .logo-partner a {
    width: 100%;
  } */
}

@media only screen and (max-width: 640px) {
  .new-header-index {
    height: 480px;
  }
  .new-header-content {
    background-image: url("../img/img2022/hero-mobile1.jpg");
    /* background-image: url("../img/img2022/hero-mobile2.jpg"); */
    background-position: center;
    background-size: cover;
  }

  .large-pnl h3.heading {
    font-size: 22px;
  }
  .flip-container .logo-animated {
    font-size: 26px;
    /* margin-left: 14px; */
  }
  .vertical.flip-container {
    margin-left: 0;
  }
  .summary-single-page,
  .newParagraph {
    font-size: 5vw;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .newParagraph .textSpan {
    font-size: 5vw;
    text-align: left;
  }
  .newParagraph {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .title-single-page {
    font-size: 8vw;
    padding-bottom: 0;
  }
  .nameAuthor {
    font-size: 18px;
  }
  .maintxt .section-author .descAuthor {
    font-size: 15px;
  }
  .maintxt .section-author p {
    float: none;
  }
  .numberTitle {
    padding-top: 0;
  }
  .newParagraph.firstTxt {
    padding-bottom: 0;
    padding-top: 0;
    font-size: 5vw;
  }
  .image-part {
    padding-bottom: 20px;
  }
  .img-panorama-part {
    margin-bottom: 0;
  }
  .maintxt .section-share ul li a .newIcons {
    max-height: 20px;
  }
  /* .newParagraph p span {
    margin-bottom: 0;
  } */
}
@media only screen and (max-width: 481px) {
  /* .new-header-index {
    height: 200px;
  } */
  .new-header-content {
    /* background-image: url("../img/img2021/hero-mobile.png"); */
    background-image: url("../img/img2022/hero-mobile1.jpg");
    /* background-image: url("../img/img2022/hero-mobile2.jpg"); */
    background-position: bottom center;
    background-size: cover;
  }
  .index .section-body {
    margin-top: 30px;
  }
  /* header .header-menu {
    margin-top: 0;
  } */
  /* .newParagraph p span {
    width: 9px;
    height: 9px;
  } */
  .newParagraph p .bulletSpan {
    font-size: 16px;
  }
  .panel-footer.new-format {
    max-width: 100%;
  }
}

.large-pnl .panel-footer .padd {
  padding: 10px 0;
}

.reduceText{
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 15px 0;
}
.reduceText.reduceText2{
  -webkit-line-clamp: 2;
}
/* .reduceTextSmall{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
} */

/* navigation in contenet of all posts */
/* .nav-alltrends{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 10px;
}
.nav-alltrends h2{
  margin-top: 0;
  text-transform: uppercase;
  font-size: 25px;
}
.nav-alltrends ul{
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.nav-alltrends ul li{
  margin-right: 10px;
}
.nav-alltrends ul li a{
  font-size: 16px;
} */
@media only screen and (min-width: 1280px){
  .year2022 .no-padding,
  .year2021 .no-padding,
  .year2020 .no-padding
  /* .year2019 .no-padding,
  .year2018 .no-padding,
  .year2017 .no-padding */
  {
  margin-left: -30px;
  margin-right: -30px;
  }
}

.newParagraph.firstTxt a{
  opacity: 0.8;
  color: #4a4a4a;
}
.newParagraph.firstTxt a:hover{
  opacity: 1;
}