/*#region font family*/

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Thin';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
}
/*#endregion font family*/

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/*MEDIA QUERIES*/
.headingOnImg,
h1 {
  font-size: 48px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: Roboto-Bold;
  color: white;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .headingOnImg,
  h1 {
    font-size: 45px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .headingOnImg,
  h1 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .headingOnImg,
  h1 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  body,
  html {
    min-height: 100%;
    height: 100%;
    position: initial !important;
  }
}
p.eventDate {
  background-color: #f73646;
  width: 50%;
  text-align: left;
  line-height: 1;
  padding: 5px;
}
p.eventOrganization {
  text-align: left;
  line-height: 1;
}
.p0 {
  padding: 0px;
}
.defaultBtn {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  float: right;
  text-align: center;
  color: white;
  line-height: 1;
  margin-top: 5px;
  font-size: 11px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.defaultBtn.soldOut {
  color: #f73646;
}
.defaultBtn.soldOut:hover {
  color: white;
}
.defaultBtn:hover {
  background-color: #f73646;
  border-color: #f73646;
  text-decoration: none;
  color: white;
}
.defaultBtn:focus {
  outline: none;
  color: white;
}
.soldOut,
.eventClosed {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  float: right;
  text-align: center;
  color: white;
  line-height: 1;
  margin-top: 5px;
  font-size: 11px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  position: relative;
  margin-right: 10px;
  color: #f73646;
  border-color: #f73646;
}
.soldOut.soldOut,
.eventClosed.soldOut {
  color: #f73646;
}
.soldOut.soldOut:hover,
.eventClosed.soldOut:hover {
  color: white;
}
.soldOut:hover,
.eventClosed:hover {
  background-color: #f73646;
  border-color: #f73646;
  text-decoration: none;
  color: white;
}
.soldOut:focus,
.eventClosed:focus {
  outline: none;
  color: white;
}
.soldOut:hover,
.eventClosed:hover {
  background: transparent;
  color: #f73646 !important;
  border-color: #f73646;
}
.soldOut:focus,
.eventClosed:focus {
  color: #f73646;
}
.eventPreview {
  color: white;
  margin-bottom: 35px;
  text-decoration: none;
}
.eventPreview .eventNames {
  font-size: 18px;
  margin-top: 0px;
  text-transform: uppercase;
  height: 38px;
  overflow: hidden;
}
.eventPreview p {
  margin-bottom: 0px !important;
}
.eventPreview p.eventTime {
  display: block;
  color: #6aff7f !important;
  margin-bottom: 10px !important;
  background-image: url(../images/time-icon.png);
}
.eventPreview p.eventOrganization {
  color: #778fc3 !important;
  background-image: url(../images/location-icon.png);
}
.eventPreview p.eventOrganization,
.eventPreview p.eventTime {
  text-align: left;
  padding-left: 30px;
  background-position: top 0px left;
  background-repeat: no-repeat;
  margin-top: 15px;
  line-height: 1.2 !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .eventPreview p.eventOrganization,
  .eventPreview p.eventTime {
    height: 30px;
    overflow: hidden;
  }
}
.eventPreview .eventBtn {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  float: right;
  text-align: center;
  color: white;
  line-height: 1;
  margin-top: 5px;
  font-size: 11px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.eventPreview .eventBtn.soldOut {
  color: #f73646;
}
.eventPreview .eventBtn.soldOut:hover {
  color: white;
}
.eventPreview .eventBtn:hover {
  background-color: #f73646;
  border-color: #f73646;
  text-decoration: none;
  color: white;
}
.eventPreview .eventBtn:focus {
  outline: none;
  color: white;
}
.pl0 {
  padding-left: 0px;
}
img {
  max-width: 100%;
}
/*#region view All links on HomePage*/
/*#endregion view All links on HomePage*/
/*#region homepage heading*/
/*#endregion homepage heading*/
/*#region ReadMore links*/
/*#endregion ReadMore links*/

.right-bottom-smaller {
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 0%, 100% 75%, 0 100%);
}
.right-bottom-smaller img {
  width: 100%;
  max-width: 100%;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.35, 1.35);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.35, 1.35);
  }
}
.container-fluid-custom {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid-custom {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .container-fluid-custom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body {
  font-family: 'Roboto-Regular';
  font-size: 14px;
  background: unset;
}
body #ns-wrapper {
  position: relative;
  min-height: 100vh;
  padding-bottom: 398px;
}
body #ns-wrapper #ns-header {
  position: fixed;
  top: 0;
  z-index: 2;
  text-align: right;
  right: 0;
  margin: auto;
  left: 0;
  background-color: black;
  transition: background-color 0.25s ease-in;
}
body #ns-wrapper #ns-header .dropdown-menu {
  padding: 20px;
}
body #ns-wrapper #ns-header .dropdown-menu h3 {
  margin: 0;
  font-size: 16px;
}
body #ns-wrapper #ns-header .navbar-brand {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
body #ns-wrapper #ns-header.affix {
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0px;
  width: 100%;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 0 auto;
  position: fixed;
}
body #ns-wrapper #ns-header.affix .navbar-brand {
  opacity: 1;
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-header .navbar-toggle {
    margin: 15px 0px;
    background: transparent !important;
    border: 0;
    box-shadow: none;
    color: white;
  }
  body #ns-wrapper #ns-header .navbar-toggle span {
    background-color: white;
    width: 30px;
    height: 3px;
  }
}
body #ns-wrapper #ns-header .navbar-brand {
  padding-left: 0px;
  height: auto;
  position: absolute;
  left: 50px;
  top: 0;
  padding: 10px;
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-header .navbar-brand {
    padding-left: 0px;
    position: initial;
    right: auto;
    width: 160px;
    padding: 7px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body #ns-wrapper #ns-header .navbar-brand {
    padding: 10px 0px 10px;
  }
}
body #ns-wrapper #ns-header .navbar-brand img {
  display: block;
  width: 200px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body #ns-wrapper #ns-header .navbar-brand img {
    width: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body #ns-wrapper #ns-header .navbar-brand img {
    width: 55px;
  }
}
body #ns-wrapper #ns-header .main-menu {
  margin: 0px 0px 0px;
  background-color: transparent;
  border: none;
  display: inline-block;
  /*animation: 1s ease-out 0s 1 slideInFromTop;*/

}
@media (min-width: 992px) and (max-width: 1199px) {
  body #ns-wrapper #ns-header .main-menu {
    margin: 10px 0px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body #ns-wrapper #ns-header .main-menu {
    margin: 5px 0px 0px;
  }
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-header .main-menu {
    margin: 0px 0px 0px;
    background-color: transparent;
    border: none;
    display: block;
  }
}
body #ns-wrapper #ns-header .main-menu .navbar-header {
  padding: 0px 20px;
}
body #ns-wrapper #ns-header .main-menu .navbar-collapse {
  border: none;
  box-shadow: none;
}
body #ns-wrapper #ns-header .main-menu .navbar-collapse .nav.navbar-nav li {
  font-family: 'Roboto-Bold';
  padding: 15px 10px 0px 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body #ns-wrapper #ns-header .main-menu .navbar-collapse .nav.navbar-nav li {
    padding: 5px 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body #ns-wrapper #ns-header .main-menu .navbar-collapse .nav.navbar-nav li {
    padding: 0px 4px;
  }
}
body #ns-wrapper #ns-header .main-menu .navbar-collapse .nav.navbar-nav li.artist a.active {
  color: #33cbcc;
}
body #ns-wrapper #ns-header .main-menu .navbar-collapse .nav.navbar-nav li a {
  padding: 15px 4px 15px 4px;
  color: white;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: border-color 0.25s;
  position: relative;
}
body #ns-wrapper #ns-header .main-menu .navbar-collapse .nav.navbar-nav li a:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
body #ns-wrapper #ns-header .main-menu .navbar-collapse .nav.navbar-nav li a.active {
  border-bottom: 1px solid white;
}
body #ns-wrapper #ns-header .main-menu .navbar-collapse .nav.navbar-nav li a:hover:before {
  transform: scaleX(1);
}
@media (min-width: 992px) and (max-width: 1199px) {
  body #ns-wrapper #ns-header .main-menu .navbar-collapse .nav.navbar-nav li a {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body #ns-wrapper #ns-header .main-menu .navbar-collapse .nav.navbar-nav li a {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-header .main-menu .navbar-collapse .nav.navbar-nav li a {
    padding: 15px !important;
    color: white;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    text-align: left;
    border-right: 0 !important;
  }
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-header .main-menu .navbar-collapse .nav.navbar-nav li {
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-header .main-menu .navbar-collapse .nav.navbar-nav {
    margin: 7.5px 0px;
  }
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-header .main-menu .navbar-collapse {
    z-index: 99999;
    background: rgba(19, 29, 47, 0.9);
    background: black;
    padding: 0 0px !important;
    width: 100% !important;
    position: absolute;
    top: 64px;
  }
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-header .container-fluid-custom {
    padding: 0;
  }
}
body #ns-wrapper #ns-content {
  overflow: hidden;
  background-color: white;
  margin-top: 73px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-content {
    margin-top: 63px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body #ns-wrapper #ns-content {
    margin-top: 63px;
  }
}
body #ns-wrapper #ns-content #newEvents.carousel-fade .carousel-inner .mainImgBack {
  position: relative;
  height: 816px;
  background-position: center;
  background-position: center top !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  body #ns-wrapper #ns-content #newEvents.carousel-fade .carousel-inner .mainImgBack {
    height: 716px;
    background-position: center !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  body #ns-wrapper #ns-content #newEvents.carousel-fade .carousel-inner .mainImgBack {
    height: 716px;
    background-position: center !important;
  }
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-content #newEvents.carousel-fade .carousel-inner .mainImgBack {
    background-position: center !important;
    height: 310px;
  }
}
body #ns-wrapper #ns-content #newEvents.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
body #ns-wrapper #ns-content #newEvents.carousel-fade .carousel-inner .item.active .mainImgBack {
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
}
body #ns-wrapper #ns-content #newEvents.carousel-fade .carousel-inner .item,
body #ns-wrapper #ns-content #newEvents.carousel-fade .carousel-inner .active.left,
body #ns-wrapper #ns-content #newEvents.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
body #ns-wrapper #ns-content #newEvents.carousel-fade .carousel-inner .active,
body #ns-wrapper #ns-content #newEvents.carousel-fade .carousel-inner .next.left,
body #ns-wrapper #ns-content #newEvents.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
body #ns-wrapper #ns-content #newEvents.carousel-fade .carousel-inner .next,
body #ns-wrapper #ns-content #newEvents.carousel-fade .carousel-inner .prev,
body #ns-wrapper #ns-content #newEvents.carousel-fade .carousel-inner .active.left,
body #ns-wrapper #ns-content #newEvents.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
body #ns-wrapper #ns-content #newEvents.carousel-fade .carousel-control {
  z-index: 2;
}
body #ns-wrapper #ns-content #newEvents .carousel-inner .carousel-caption {
  display: block;
  right: 450px;
  padding-bottom: 30px;
  top: 35%;
  left: 50px;
  bottom: 0;
  margin: auto;
  animation: 1s ease-out 0s 1 slideInFromLeft;
  text-align: left;
}
body #ns-wrapper #ns-content #newEvents .carousel-inner .carousel-caption h1 {
  font-size: 70px;
  text-transform: uppercase;
  font-family: Roboto-Bold;
  text-align: left;
  margin: 20px 0 5px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body #ns-wrapper #ns-content #newEvents .carousel-inner .carousel-caption h1 {
    font-size: 45px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body #ns-wrapper #ns-content #newEvents .carousel-inner .carousel-caption h1 {
    font-size: 33px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-content #newEvents .carousel-inner .carousel-caption h1 {
    font-size: 28px;
    margin-top: 5px;
  }
}
body #ns-wrapper #ns-content #newEvents .carousel-inner .carousel-caption p.eventDate {
  background-color: #f73646;
  font-size: 20px;
  min-width: 200px;
  text-align: left;
  line-height: 1;
  padding: 5px;
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-content #newEvents .carousel-inner .carousel-caption p.eventDate {
    font-size: 14px;
    min-width: 170px;
  }
}
body #ns-wrapper #ns-content #newEvents .carousel-inner .carousel-caption p.eventOrganization {
  font-size: 20px;
  text-align: left;
  line-height: 1;
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-content #newEvents .carousel-inner .carousel-caption p.eventOrganization {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-content #newEvents .carousel-inner .carousel-caption {
    left: 20px;
    top: 20px;
    bottom: auto;
    right: 20px;
  }
}
body #ns-wrapper #ns-content #newEvents .carousel-inner .carousel-caption button.btn-slider-pocetna {
  color: white;
  font-size: 15px;
  font-weight: normal;
  padding: 12px 30px;
  border-radius: 0;
  margin: 30px 0 0 0;
  background-color: rgba(239, 27, 32, 0.6);
  box-shadow: none;
  transition: 0.3s all linear;
}
body #ns-wrapper #ns-content #newEvents .carousel-inner .carousel-caption button.btn-slider-pocetna:hover {
  background-color: rgba(239, 27, 32, 0.9);
  transition: 0.3s all linear;
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators {
  left: auto;
  z-index: 15;
  right: 50px;
  width: 360px;
  padding-left: 0;
  margin-left: 0;
  bottom: 0;
  top: 10%;
  margin: auto;
  display: block;
  animation: 1s ease-out 0s 1 slideInFromRight;
  background-color: transparent;
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li {
  display: block;
  width: 100%;
  height: auto;
  margin: 1px;
  text-indent: 0;
  cursor: pointer;
  overflow: hidden;
  background-color: black \9;
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: relative;
  margin: 0 0 10px 0;
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li.active {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
@media (max-width: 1650px) {
  body #ns-wrapper #ns-content #newEvents .carousel-indicators li.active {
    margin: 0 0 0 0;
  }
}
@media (max-width: 1650px) {
  body #ns-wrapper #ns-content #newEvents .carousel-indicators li {
    margin: 0 0 0 0;
  }
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li:hover .imgMoreArticles:after {
  width: 100%;
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li h3 {
  color: white;
  font-size: 18px;
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li .imgMoreArticles {
  overflow: hidden;
  position: relative;
  height: 90px;
}
@media (max-width: 1650px) and (max-width: 991px) {
  body #ns-wrapper #ns-content #newEvents .carousel-indicators li .imgMoreArticles {
    height: 70px;
  }
}
@media (max-wdith: 767px) {
  body #ns-wrapper #ns-content #newEvents .carousel-indicators li .imgMoreArticles {
    height: 60px;
  }
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li .imgMoreArticles:after {
  content: '';
  bottom: 0;
  position: absolute;
  left: 100px;
  right: 0;
  width: 0;
  border-bottom: 4px solid #a91e23;
  transition: all 0.35s linear;
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li .imgMoreArticles:before {
  display: none;
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li .imgMoreArticles img {
  transform: translateY(-13%);
}
@media (min-width: 768px) and (max-width: 991px) {
  body #ns-wrapper #ns-content #newEvents .carousel-indicators li .imgMoreArticles img {
    transform: translateY(0);
  }
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li .imgMoreArticles .eventDate {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  background-color: rgba(239, 27, 32, 0.65);
  display: table-cell;
  vertical-align: middle;
  color: white;
  line-height: 1;
  padding: 21px 0;
  text-align: center;
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li .imgMoreArticles .eventDate span {
  font-family: Roboto-Thin;
  display: block;
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li .imgMoreArticles .eventDate span:first-of-type {
  font-size: 20px;
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li .imgMoreArticles .eventDate span:last-of-type {
  margin-top: 4px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body #ns-wrapper #ns-content #newEvents .carousel-indicators li .imgMoreArticles .eventDate {
    padding: 15px 0;
  }
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li .moreEventsInfo {
  line-height: 1;
  height: 54px;
  background-color: rgba(0, 0, 0, 0.25);
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li .moreEventsInfo .eventOrganization {
  color: #778fc3;
  text-align: left;
  padding-left: 30px;
  background-image: url(../images/location-icon.png);
  background-repeat: no-repeat;
  line-height: 1;
  background-position: center left 5px;
  padding-top: 7px;
  padding-bottom: 7px;
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li .moreEventsInfo .eventTime {
  float: left;
  color: #6aff7f;
  text-align: left;
  padding-left: 30px;
  background-image: url(../images/time-icon.png);
  background-repeat: no-repeat;
  line-height: 1;
  background-position: center left 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 5px;
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li .moreEventsInfo .eventTime,
body #ns-wrapper #ns-content #newEvents .carousel-indicators li .moreEventsInfo .eventMore {
  display: inline-block;
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li .moreEventsInfo .eventMore {
  border-left: 4px solid white;
  font-family: Roboto-Bold;
  padding-left: 30px;
  color: white;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 5px 30px 5px 30px;
  z-index: 2;
  transition: all 0.5s ease;
  position: relative;
  float: right;
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li .moreEventsInfo .eventMore:hover {
  color: white !important;
  text-decoration: none;
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li .moreEventsInfo .eventMore:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body #ns-wrapper #ns-content #newEvents .carousel-indicators li .moreEventsInfo .eventMore:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1b2550;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media (max-width: 991px) {
  body #ns-wrapper #ns-content #newEvents .carousel-indicators li .moreEventsInfo .eventMore {
    padding: 5px 20px 5px 20px;
  }
}
@media (max-width: 991px) {
  body #ns-wrapper #ns-content #newEvents .carousel-indicators {
    width: 280px;
  }
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-content #newEvents .carousel-indicators {
    right: 20px;
  }
}
body #ns-wrapper #ns-content #skopjeOhridCalling {
  position: relative;
  background-color: #181f2b;
  background-image: url(../images/background-grey-lines.png);
  background-position: right top -50px;
  background-repeat: no-repeat;
  background-size: 220px;
  padding-bottom: 160px;
  margin-top: 0;
}
body #ns-wrapper #ns-content #skopjeOhridCalling:after {
  position: absolute;
  content: '';
  height: 160px;
  background-image: url(../images/events-home.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: -160px;
  width: 100%;
}
@media (max-width: 1199px) {
  body #ns-wrapper #ns-content #skopjeOhridCalling:after {
    height: 100px;
    top: -100px;
    width: 100%;
  }
}
body #ns-wrapper #ns-content #skopjeOhridCalling h2 {
  line-height: 1;
  margin-top: 35px;
  margin-bottom: 25px;
  font-size: 33px;
  color: white;
  position: relative;
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-content #skopjeOhridCalling h2 {
    margin-top: 20px;
    font-size: 24px;
  }
}
body #ns-wrapper #ns-content #skopjeOhridCalling .view_all {
  display: block;
  position: relative;
  text-align: right;
  padding-left: 70px;
  border-bottom: 2px solid rgba(230, 231, 233, 0.1);
  color: white;
  text-transform: uppercase;
  font-family: Roboto-Bold;
  margin-bottom: 40px;
  font-size: 24px;
  cursor: pointer;
  min-height: 36px;
}
body #ns-wrapper #ns-content #skopjeOhridCalling .view_all a {
  color: white;
  padding: 0px 15px;
}
body #ns-wrapper #ns-content #skopjeOhridCalling .view_all::after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  bottom: 3px;
  height: 16px;
  width: 70px;
  background-color: #f73646;
}
body #ns-wrapper #ns-content #skopjeOhridCalling .view_all.ion-chevron-left {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
body #ns-wrapper #ns-content #skopjeOhridCalling .view_all.ion-chevron-right {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  
}
body #ns-wrapper #ns-content #latestNews {
  padding: 0px 50px;
  position: relative;
  background-color: white;
  padding-top: 100px;
  padding-bottom: 260px;
  -webkit-clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
  margin-top: -100px;
}
body #ns-wrapper #ns-content #latestNews h2 {
  line-height: 1;
  margin-top: 35px;
  margin-bottom: 25px;
  font-size: 33px;
  color: black;
  position: relative;
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-content #latestNews h2 {
    margin-top: 20px;
    font-size: 24px;
  }
}
body #ns-wrapper #ns-content #latestNews .view_all {
  display: block;
  position: relative;
  text-align: right;
  padding-left: 70px;
  border-bottom: 2px solid rgba(230, 231, 233, 0.1);
  color: #0f152c;
  text-transform: uppercase;
  font-family: Roboto-Bold;
  margin-bottom: 40px;
}
body #ns-wrapper #ns-content #latestNews .view_all:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  bottom: 3px;
  height: 16px;
  width: 70px;
  background-color: #f73646;
}
body #ns-wrapper #ns-content #latestNews .newsContent .imageWrapper {
  height: 240px;
  overflow: hidden;
}
@media (max-width: 1199px) and (min-width: 768px) {
  body #ns-wrapper #ns-content #latestNews .newsContent .imageWrapper {
    height: 175px;
  }
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-content #latestNews .newsContent .imageWrapper {
    height: 145px;
  }
}
body #ns-wrapper #ns-content #latestNews .newsContent .news-intro-title h3 {
  color: #303342;
  font-size: 18px;
  margin: 15px 0px;
  height: 45px;
  overflow: hidden;
}
@media (max-width: 1199px) and (min-width: 992px) {
  body #ns-wrapper #ns-content #latestNews .newsContent .news-intro-title h3 {
    height: 55px;
  }
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-content #latestNews .newsContent .news-intro-title h3 {
    height: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body #ns-wrapper #ns-content #latestNews .newsContent .eventDateLocation {
    min-height: 40px;
  }
}
body #ns-wrapper #ns-content #latestNews .newsContent .eventDateLocation span {
  color: #484b59;
  font-family: Roboto-Bold;
  letter-spacing: 2px;
}
body #ns-wrapper #ns-content #latestNews .newsContent .eventDateLocation span:first-of-type {
  padding-right: 40px;
}
body #ns-wrapper #ns-content #latestNews .newsContent p {
  color: #7c8092;
  margin: 15px 0px;
  line-height: 1.4;
  height: 80px;
  overflow: hidden;
}
body #ns-wrapper #ns-content #latestNews .newsContent img {
  width: 100%;
}
body #ns-wrapper #ns-content #latestNews .newsContent a {
  border-left: 4px solid #1b2550;
  font-family: Roboto-Bold;
  padding-left: 30px;
  color: #1b2550;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 5px 30px 5px 30px;
  z-index: 2;
  transition: all 0.5s ease;
  position: relative;
}
body #ns-wrapper #ns-content #latestNews .newsContent a:hover {
  color: white !important;
  text-decoration: none;
}
body #ns-wrapper #ns-content #latestNews .newsContent a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body #ns-wrapper #ns-content #latestNews .newsContent a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1b2550;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media (max-width: 991px) {
  body #ns-wrapper #ns-content #latestNews .newsContent a {
    padding: 5px 20px 5px 20px;
  }
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-content #latestNews .newsContent {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-content #latestNews {
    padding-top: 60px;
    padding-bottom: 100px;
    -webkit-clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 100%);
    margin-top: -60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body #ns-wrapper #ns-content .white-box {
  background-color: white;
  -webkit-clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
}
body #ns-wrapper #ns-content .newsInner .bannerNews {
  background-image: url(../images/introImg.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  position: relative;
  background-position: center top;
}
body #ns-wrapper #ns-content .newsInner .bannerNews h1 {
  position: absolute;
  bottom: 60px;
  color: white;
  text-transform: uppercase;
  margin: 0;
  font-size: 40px;
  text-align: center;
  width: 100%;
}
body #ns-wrapper #ns-content .newsInner .bannerNews h1 span {
  border-bottom: 2px solid #f73646;
  padding-bottom: 5px;
}
body #ns-wrapper #ns-content .newsInner .bannerNews h1 .glyphicon {
  display: none;
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-content .newsInner .bannerNews h1 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  body #ns-wrapper #ns-content .newsInner .bannerNews {
    background-position: inherit;
  }
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-content .newsInner .bannerNews {
    min-height: 135px;
  }
}
body #ns-wrapper #ns-content .newsInner #latestNewsT {
  padding: 20px 0px 50px 0px;
}
body #ns-wrapper #ns-content .newsInner #latestNewsT .newsContent {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-content .newsInner #latestNewsT .newsContent {
    margin-bottom: 20px;
  }
}
body #ns-wrapper #ns-content .newsInner #latestNewsT .newsContent .imageWrapper {
  height: 240px;
  overflow: hidden;
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-content .newsInner #latestNewsT .newsContent .imageWrapper {
    height: 145px;
  }
}
body #ns-wrapper #ns-content .newsInner #latestNewsT .news-intro-title h3 {
  color: #303342;
  font-size: 20px;
  margin: 15px 0px;
  overflow: hidden;
  height: 45px;
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-content .newsInner #latestNewsT .news-intro-title h3 {
    height: auto;
  }
}
body #ns-wrapper #ns-content .newsInner #latestNewsT span {
  color: #484b59;
  font-family: Roboto-Bold;
  letter-spacing: 2px;
}
body #ns-wrapper #ns-content .newsInner #latestNewsT span:first-of-type {
  padding-right: 40px;
}
body #ns-wrapper #ns-content .newsInner #latestNewsT p {
  color: #7c8092;
  margin: 15px 0px;
  line-height: 1.4;
  height: 80px;
  overflow: hidden;
}
body #ns-wrapper #ns-content .newsInner #latestNewsT img {
  width: 100%;
}
body #ns-wrapper #ns-content .newsInner #latestNewsT a {
  border-left: 4px solid #1b2550;
  font-family: Roboto-Bold;
  padding-left: 30px;
  color: #1b2550;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 5px 30px 5px 30px;
  z-index: 2;
  transition: all 0.5s ease;
  position: relative;
}
body #ns-wrapper #ns-content .newsInner #latestNewsT a:hover {
  color: white !important;
  text-decoration: none;
}
body #ns-wrapper #ns-content .newsInner #latestNewsT a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body #ns-wrapper #ns-content .newsInner #latestNewsT a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1b2550;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media (max-width: 991px) {
  body #ns-wrapper #ns-content .newsInner #latestNewsT a {
    padding: 5px 20px 5px 20px;
  }
}
body #ns-wrapper #ns-footer {
  background-image: url(../images/home-redesign/footerRedesign.png);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-footer {
    position: absolute;
  }
}
body #ns-wrapper #ns-footer #footermenu .footer-links {
  padding-left: 0;
  list-style: none;
  display: table;
  margin: auto;
  padding: 25px 0px;
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-footer #footermenu .footer-links {
    text-align: center;
    padding: 15px 0px;
  }
}
body #ns-wrapper #ns-footer #footermenu .footer-links li {
  display: table-cell;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-footer #footermenu .footer-links li {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
  }
}
body #ns-wrapper #ns-footer #footermenu .footer-links li a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Roboto-Regular';
  transition: all 0.35s ease-in-out;
}
body #ns-wrapper #ns-footer #footermenu .footer-links li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
body #ns-wrapper #ns-footer #footermenu .footer-social-media {
  padding-left: 0;
  list-style: none;
  display: table;
  margin: auto;
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-footer #footermenu .footer-social-media {
    padding: 0px;
  }
}
body #ns-wrapper #ns-footer #footermenu .footer-social-media li {
  display: table-cell;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-footer #footermenu .footer-social-media li {
    padding: 0px;
    font-size: 11px;
  }
}
body #ns-wrapper #ns-footer #footermenu .footer-social-media li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 22px;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}
@media (max-width: 767px) {
  body #ns-wrapper #ns-footer #footermenu .footer-social-media li a {
    padding: 0px 10px;
  }
}
body #ns-wrapper #ns-footer #footermenu .footer-social-media li a:hover {
  color: white;
}
.inner-content .about {
  margin-top: 30px;
}
.inner-content .about .second-box-blue {
  width: 260px;
  background: #33cbcc;
}
.inner-content .about h3.title {
  background: #1b2550;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  padding: 5px 10px;
  width: 250px;
  font-weight: bold;
}
.inner-content .about h1 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 5px;
  margin: auto;
  display: block;
  margin-bottom: 50px;
}
.inner-content .about h1 span {
  border-bottom: 2px solid #f73646;
}
@media (max-width: 767px) {
  .inner-content .about h1 {
    width: 90px;
    font-size: 24px;
  }
}
.inner-content .about h3.artist-site {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
}
.inner-content .about p {
  color: #bfc4d9;
  margin-bottom: 20px;
  line-height: 1.6;
}
.inner-content .about p.artist-intro {
  color: white;
  width: 500px;
  margin: 60px 0;
}
.inner-content .about .artist-image {
  width: 60%;
}
.inner-content .about .artist-image img {
  width: 100%;
  height: auto;
}
.inner-content .about p.artist-bio {
  font-size: 14px;
  line-height: 1.6;
  color: #616677;
  margin: 30px 0;
  width: 500px;
}
.contact-address .people-for-contact {
  padding: 15px 0;
}
.contact-address .people-for-contact p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  text-transform: uppercase;
}
.contact-address .people-for-contact h3 {
  margin: 0;
  font-family: Roboto-Bold;
  font-size: 18px;
}
.contact-address .people-for-contact a {
  color: #ea2227;
  font-size: 14px;
}
.contact-form {
  background: rgba(7, 12, 28, 0.53);
  margin-left: 10px;
  width: 95%;
}
.contact-us-form {
  padding: 160px 20px;
}
@media (max-width: 767px) {
  .contact-us-form {
    padding: 20px;
  }
}
.contact-us-form .captcha {
  width: 100%;
  height: 45px;
}
.contact-us-form h3 {
  color: white;
  margin: 0 0 25px 0;
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
}
.contact-us-form .blue-border {
  width: 150px;
  content: '';
  height: 4px;
  background-color: #33cbcc;
  margin: auto auto 25px auto;
  position: relative;
}
.contact-us-form .blue-border:after {
  width: 20px;
  content: '';
  height: 4px;
  background-color: #6aff7f;
  margin: auto auto 25px auto;
  right: 0px;
  position: absolute;
}
.contact-us-form .blue-border:before {
  width: 20px;
  content: '';
  height: 4px;
  background-color: #032c9e;
  margin: auto auto 25px auto;
  right: 20px;
  position: absolute;
}
.contact-us-form p {
  color: #778fc3;
  margin-bottom: 30px;
}
.contact-us-form input {
  border: none;
  border-bottom: 1px solid white;
  background-color: transparent;
  display: block;
  border-radius: 0;
  margin-bottom: 25px;
  padding: 6px 0px;
  transition: all 0.35s ease-in-out;
  color: #efefef;
  height: 45px;
  width: 100%;
  box-shadow: none;
}
.contact-us-form input::placeholder {
  color: #efefef;
  font-family: Roboto-Regular;
}
.contact-us-form input:focus {
  padding: 6px 12px;
  border-bottom-color: #33cbcc;
  outline: 0;
  box-shadow: none;
}
.contact-us-form .inputWrapper {
  padding: 0;
}
.contact-us-form .inputWrapper textarea {
  border-image: initial;
  border: 1px solid white;
  background-color: transparent;
  display: block;
  border-radius: 0px;
  margin: 0px 28.7969px 25px 0px;
  padding: 6px;
  transition: all 0.35s ease-in-out;
  resize: vertical;
  height: 100px;
  color: white !important;
}
.contact-us-form .inputWrapper textarea::-ms-input-placeholder {
  color: #efefef;
  font-family: Roboto-Regular;
}
.contact-us-form .inputWrapper textarea::placeholder {
  color: #efefef;
  font-family: Roboto-Regular;
}
.contact-us-form .inputWrapper textarea:focus {
  padding: 6px 12px;
  border-color: #33cbcc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 203, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 203, 204, 0.6);
}
.contact-us-form .defaultBtn {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.25s ease-in-out;
  background: #f73646;
  border: 0;
  font-size: 13px;
  margin-top: 50px;
  float: none !important;
}
.contact-us-form .alert-danger {
  color: white;
  background-color: rgba(239, 104, 104, 0.4);
  border: 1px solid #8d4f4f;
  border-radius: 0px !important;
  transition: all ease-in 0.3s;
}
.contact-us-form .alert-success {
  color: white;
  background-color: rgba(140, 167, 130, 0.5);
  border-color: #4e6838;
  border-radius: 0px !important;
  transition: all ease-in 0.3s;
}
.concertInner {
  background-image: url('../images/concerts-back.jpg');
  background-color: #161d29;
  background-repeat: no-repeat;
  background-size: cover;
}
.language_selection {
  margin: 30px 0px 30px 20px;
  display: inline-block;
  float: right;
}
.language_selection a {
  color: white;
  text-decoration: none;
}
.language_selection a:first-of-type {
  padding: 0px 5px 0 5px;
  border-right: 1px solid;
}
@media (max-width: 991px) {
  .language_selection a {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .language_selection {
    margin: 20px 0px 25px 7px;
  }
}
@media (max-width: 767px) {
  .language_selection {
    display: none;
  }
}
.white-diagonal-box-wrapper {
  position: relative;
  padding-bottom: 150px;
}
/*.white-diagonal-box-wrapper:before {
    background-image: url('../images/white-news-img.png');
    position: absolute;
    content: '';
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    top: -160px;
    width: 100%;
}*/

.artistSocialNetworks {
  padding: 50px 0;
}
.artistSocialNetworks .artistPreview {
  position: relative;
}
.artistSocialNetworks h3 {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  font-size: 22px;
  text-transform: uppercase;
  z-index: 9;
  color: white;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  bottom: 0;
}
.artistSocialNetworks .artistImg {
  margin: 0px 0px;
  overflow: hidden;
  position: relative;
}
.artistSocialNetworks .artistImg .artist-social-links {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background-color: transparent;
}
@media (max-width: 767px) {
  .artistSocialNetworks .artistImg .artist-social-links {
    transform: scaleY(1) !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
  }
  .artistSocialNetworks .artistImg .artist-social-links a {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .artistSocialNetworks .artistImg .artist-social-links > div {
    width: 60% !important;
  }
}
.artistSocialNetworks .artistImg .artist-social-links > div {
  display: table;
  min-height: 100%;
  width: 40%;
  margin: auto;
  height: 100%;
}
.artistSocialNetworks .artistImg .artist-social-links > div a {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.85s ease-in;
}
.artistSocialNetworks .artistImg .artist-social-links > div a img {
  width: 50px;
}
.artistSocialNetworks .artistImg:hover .artist-social-links {
  transform: scaleY(1);
  background-color: rgba(0, 0, 0, 0.6);
}
.artistSocialNetworks .artistImg:hover .artist-social-links a {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .artistSocialNetworks .artistImg {
    margin-bottom: 20px;
  }
}
.gallery-intro {
  margin: 30px 0px;
}
.gallery-intro a {
  position: relative;
  transition: all 0.5s cubic-bezier(0.24, 1, 0.31, 1);
  overflow: hidden;
  display: block;
  margin: 15px 0;
}
.gallery-intro a:after {
  -webkit-transform: translateX(102%) translateZ(0);
  transform: translateX(102%) translateZ(0);
  opacity: 0;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 21, 44, 0.7);
  z-index: 1;
  -webkit-transition: 0.45s cubic-bezier(0.76, 0, 0.174, 1), opacity 0s 500ms;
  transition: 0.45s cubic-bezier(0.76, 0, 0.174, 1), opacity 0s 500ms;
}
.gallery-intro a:before {
  -webkit-transform: translateX(-102%) translateZ(0);
  transform: translateX(-102%) translateZ(0);
  opacity: 1;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 21, 44, 0.7);
  z-index: 1;
  -webkit-transition: 0.45s cubic-bezier(0.76, 0, 0.174, 1), opacity 0s 500ms;
  transition: 0.45s cubic-bezier(0.76, 0, 0.174, 1), opacity 0s 500ms;
}
.gallery-intro a:hover {
  background: rgba(14, 21, 44, 0.7);
}
.gallery-intro a:hover:before {
  opacity: 0;
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
  transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1), opacity 0s 500ms;
  -webkit-transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1), opacity 0s 500ms;
}
.gallery-intro a:hover:after {
  opacity: 1;
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
  transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1), opacity 0s 500ms;
  -webkit-transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1), opacity 0s 500ms;
}
.gallery-intro a:hover .wrapperGallery .infoGallery .dateGallery span {
  transform: translateX(0);
  transition-delay: 0.3s;
}
.gallery-intro a .wrapperGallery .infoGallery {
  position: absolute;
  bottom: 0;
  padding: 15px;
  z-index: 99;
}
.gallery-intro a .wrapperGallery .infoGallery .dateGallery {
  line-height: normal;
  z-index: 3;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  overflow: hidden;
}
.gallery-intro a .wrapperGallery .infoGallery .dateGallery span {
  color: #f73646;
  display: inline-block;
  position: relative;
  transition: all 0.5s 0s cubic-bezier(0.24, 1, 0.31, 1);
  transform: translateX(-102%);
}
.gallery-intro a .wrapperGallery .infoGallery h4 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
}
.gallery-intro a img {
  width: 100%;
}
.logo-groups {
  margin-top: 5%;
  text-align: center;
}
@media (max-width: 1199px) {
  .logo-groups {
    margin-top: 2%;
  }
}
@media (max-width: 767px) {
  .logo-groups {
    margin-top: 0;
    text-align: center;
  }
}
.logo-groups img {
  max-width: 6%;
  margin-right: 30px;
  min-width: 100px;
}
@media (max-width: 1199px) {
  .logo-groups img {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .logo-groups img {
    max-width: 5%;
    margin-right: 30px;
    min-width: 90px;
  }
}
#ns-footer {
  text-align: center;
}
#ns-footer .container {
  padding: 30px 0 50px;
}
@media only screen and (max-width: 767px) {
  #ns-footer .container {
    padding: 30px 0 40px;
  }
}
#ns-footer .contact {
  padding: 20px 0 20px 0;
}
#ns-footer .contact ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  #ns-footer .contact ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
    padding: 0;
  }
}
#ns-footer .contact ul li {
  padding: 5px 20px;
  list-style: none;
}
#ns-footer .contact ul li:first-of-type {
  border-right: 1px solid;
}
#ns-footer .contact ul li a {
  color: white;
  padding: 0 15px;
  transition: all 0.25s ease-in-out;
}
#ns-footer .contact ul li a:hover {
  text-decoration: unset;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.25s ease-in-out;
}
#ns-footer .copyright {
  text-align: center;
  color: white;
  position: relative;
  z-index: 11;
  background-color: rgba(255, 255, 255, 0.05);
}
#ns-footer .copyright P {
  padding: 13px 0;
}
#homeRedesign {
  background-color: #e7ebed;
}
#homeRedesign .mainBanner {
  position: relative;
  background-image: url(../images/home-redesign/hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* Default slide */

  /* Active center slide (You can change anything here for cenetr slide)*/

}
#homeRedesign .mainBanner .wrapper {
  padding: 50px 0px 120px 100px;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #homeRedesign .mainBanner .wrapper {
    padding: 50px 0px 120px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #homeRedesign .mainBanner .wrapper {
    padding: 50px 0px 120px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #homeRedesign .mainBanner .wrapper {
    padding: 50px 0px 120px 0px;
  }
}
@media only screen and (max-width: 767px) {
  #homeRedesign .mainBanner .wrapper {
    padding: 50px 0px 120px 0px;
  }
}
#homeRedesign .mainBanner .slick-slider {
  width: 1750px;
  margin-bottom: 0;
  position: unset !important;
  /**/
}
@media (min-width: 1550px) {
  #homeRedesign .mainBanner .slick-slider {
    width: 2250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #homeRedesign .mainBanner .slick-slider {
    width: 1700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #homeRedesign .mainBanner .slick-slider {
    width: 1400px;
  }
}
@media only screen and (max-width: 767px) {
  #homeRedesign .mainBanner .slick-slider {
    width: 650px;
  }
}
#homeRedesign .mainBanner .slick-track {
  margin: unset !important;
}
#homeRedesign .mainBanner .center-slider .slick-slide {
  color: white;
  height: 600px;
  width: 850px !important;
  margin: 0 0 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.5);
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 1550px) {
  #homeRedesign .mainBanner .center-slider .slick-slide {
    width: 1100px !important;
  }
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #homeRedesign .mainBanner .center-slider .slick-slide {
    margin: 0 0 0 20px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #homeRedesign .mainBanner .center-slider .slick-slide {
    width: 800px !important;
    margin: 0 0 0 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #homeRedesign .mainBanner .center-slider .slick-slide {
    width: 675px !important;
  }
}
@media only screen and (max-width: 767px) {
  #homeRedesign .mainBanner .center-slider .slick-slide {
    width: 300px !important;
    height: 500px;
    margin: 0 0 0 25px;
  }
}
#homeRedesign .mainBanner .center-slider .slick-slide img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
}
#homeRedesign .mainBanner .center-slider .slick-slide .event-info {
  padding: 30px 50px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: transparent linear-gradient(90deg, #010101 0%, #010101cc 80%) 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 767px) {
  #homeRedesign .mainBanner .center-slider .slick-slide .event-info {
    padding: 30px 30px;
  }
}
#homeRedesign .mainBanner .center-slider .slick-slide .event-info span {
  color: white;
  padding-left: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #homeRedesign .mainBanner .center-slider .slick-slide .event-info span {
    display: table;
  }
}
#homeRedesign .mainBanner .center-slider .slick-slide .event-info span:before {
  content: " ";
  display: block;
  position: absolute;
  left: 5px;
  top: -5px;
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/home-redesign/calendar-white.png);
}
@media only screen and (max-width: 767px) {
  #homeRedesign .mainBanner .center-slider .slick-slide .event-info span:before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
#homeRedesign .mainBanner .center-slider .slick-slide .event-info h1 {
  color: white;
  margin: 15px 0;
}
#homeRedesign .mainBanner .center-slider .slick-slide .event-info p {
  color: white;
  display: inline-block;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #homeRedesign .mainBanner .center-slider .slick-slide .event-info p {
    width: 100%;
    margin-bottom: 50px;
  }
}
#homeRedesign .mainBanner .center-slider .slick-slide .event-info .info-btns {
  position: absolute;
  right: 50px;
  bottom: 30px;
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  #homeRedesign .mainBanner .center-slider .slick-slide .event-info .info-btns {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 25px;
    justify-content: center;
  }
}
#homeRedesign .mainBanner .center-slider .slick-slide .event-info .info-btns a {
  color: white;
  border-radius: 24px;
  padding: 12px 30px;
  line-height: normal;
  position: relative;
  display: inline-table;
  transition: 0.25s ease-in-out !important;
  text-decoration: unset !important;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #homeRedesign .mainBanner .center-slider .slick-slide .event-info .info-btns a {
    padding: 10px 25px;
  }
}
#homeRedesign .mainBanner .center-slider .slick-slide .event-info .info-btns a:hover {
  transition: 0.25s ease-in-out !important;
}
#homeRedesign .mainBanner .center-slider .slick-slide .event-info .info-btns .details {
  border: 1px solid white;
}
#homeRedesign .mainBanner .center-slider .slick-slide .event-info .info-btns .details:hover {
  background-color: white;
  color: black;
}
#homeRedesign .mainBanner .center-slider .slick-slide .event-info .info-btns .buy {
  border: 1px solid #d72328;
  background: transparent linear-gradient(90deg, #d72328 0%, #a50105 100%) 0% 0% no-repeat padding-box;
}
#homeRedesign .mainBanner .center-slider .slick-slide .event-info .info-btns .buy:hover {
  border: 1px solid #7e0104;
  background: transparent linear-gradient(90deg, #b22226 0%, #7e0104 100%) 0% 0% no-repeat padding-box;
}
#homeRedesign .mainBanner .center-slider .slick-slide,
#homeRedesign .mainBanner .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
#homeRedesign .mainBanner .center-slider .slick-center,
#homeRedesign .mainBanner .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1);
}
#homeRedesign .mainBanner .center-slider .slick-current.slick-active {
  transform: scale(1);
}
#homeRedesign .mainBanner .slick-next,
#homeRedesign .mainBanner .slick-prev {
  z-index: 5;
}
#homeRedesign .mainBanner .slick-arrow {
  bottom: 40px;
  top: unset !important;
  box-shadow: unset !important;
  opacity: 0.2;
  transition: all 0.4s ease-in-out;
  height: 50px;
  width: 50px;
}
#homeRedesign .mainBanner .slick-arrow:hover {
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
#homeRedesign .mainBanner .slick-arrow:hover:after {
  transition: all 0.4s ease-in-out;
}
#homeRedesign .mainBanner .slick-arrow:before {
  display: none !important;
}
#homeRedesign .mainBanner .slick-arrow:after {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../images/home-redesign/arrow-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease-in-out;
}
#homeRedesign .mainBanner .slick-next {
  right: calc(50% - 70px);
}
#homeRedesign .mainBanner .slick-prev {
  left: calc(50% - 70px);
}
#homeRedesign .mainBanner .slick-prev:after {
  transform: rotate(180deg);
}
#homeRedesign .mainBanner .slick-next:before,
#homeRedesign .mainBanner .slick-prev:before {
  color: black;
  font-size: 26px;
}
#homeRedesign .view_all {
  margin-bottom: unset !important;
  font-family: 'Roboto-Regular';
  text-transform: none;
}
#homeRedesign .view_all:after {
  display: none;
}
#homeRedesign .view_all:hover {
  background: #c9292c;
  color: white;
}
#homeRedesign .mainSection {
  padding-top: 50px;
}
@media (max-width: 991px) {
  #homeRedesign h1 {
    font-size: 34px;
  }
}
#homeRedesign h2 {
  font-weight: 600;
  color: #010101;
  margin-bottom: 0;
  font-size: 34px;
}
@media (max-width: 991px) {
  #homeRedesign h2 {
    font-size: 30px;
  }
}
#homeRedesign .middle-banner {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin: 40px 0;
  height: 400px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #homeRedesign .middle-banner {
    height: 300px;
    margin: 30px 0 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #homeRedesign .middle-banner {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  #homeRedesign .middle-banner {
    height: 180px;
  }
}
#homeRedesign .middle-banner img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#homeRedesign #latest-News:before {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/home-redesign/novosti-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0.2;
  z-index: -1;
}
#latest-News {
  position: relative;
  padding: 60px 0 60px;
  z-index: 1;
}
#latest-News .row .news-intro {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #latest-News .row .news-intro:last-of-type {
    display: none;
  }
}
#latest-News .newsContent {
  background-color: rgba(255, 255, 255, 0.6);
  transition: all ease-in-out 0.3s;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 28px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 767px) {
  #latest-News .newsContent {
    margin-bottom: 20px;
  }
}
#latest-News .newsContent:hover {
  background-color: white;
  transition: all ease-in-out 0.3s;
}
#latest-News .newsContent a {
  color: black;
  font-weight: 500;
  border: 1px solid #d72328;
  border-radius: 24px;
  padding: 12px 30px;
  line-height: normal;
  position: relative;
  display: inline-table;
  transition: 0.25s ease-in-out !important;
  text-decoration: unset !important;
}
#latest-News .newsContent a:hover {
  background: #c9292c;
  border: 1px solid transparent;
  text-decoration: unset !important;
  transition: 0.25s ease-in-out !important;
  color: white;
}
#latest-News .newsContent .imageWrapper {
  height: 170px;
  position: relative;
  width: 100%;
}
#latest-News .newsContent .imageWrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#latest-News .newsContent .news-intro-title {
  padding: 30px 20px 30px;
  position: relative;
}
#latest-News .newsContent .news-intro-title h3 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 0;
  padding: 0;
  margin-bottom: 20px;
  min-height: 44px;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #latest-News .newsContent .news-intro-title h3 {
    min-height: 22px;
  }
}
#latest-News .newsContent .news-intro-title p.intro {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.4;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 63px;
}
.redesign {
  margin: 30px 0;
}
.redesign .eventPreview {
  background-color: white;
  border-radius: 15px;
  position: relative;
  box-shadow: 0px 10px 28px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .redesign .eventPreview {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .redesign .eventPreview {
    margin-bottom: 10px;
  }
}
.redesign .eventPreview .imgMoreArticles {
  height: 232px;
}
.redesign .eventPreview .imgMoreArticles:before {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .redesign .eventPreview .imgMoreArticles {
    height: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .redesign .eventPreview .imgMoreArticles {
    height: 185px;
  }
}
.redesign .eventPreview .imgMoreArticles img {
  position: absolute;
  width: 100%;
  object-fit: cover;
}
.redesign .eventPreview .moreEventsInfo {
  padding: 30px 25px 30px;
  position: relative;
}
.redesign .eventPreview .moreEventsInfo h3 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 0;
  padding: 0;
  margin-bottom: 20px;
  color: #010101;
}
.redesign .eventPreview .moreEventsInfo p {
  color: #010101 !important;
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .redesign .eventPreview .moreEventsInfo p {
    height: unset !important;
    overflow: unset !important;
  }
}
.redesign .eventPreview .moreEventsInfo p:before {
  content: " ";
  display: block;
  position: absolute;
  left: 5px;
  top: -5px;
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  background-size: contain;
}
.redesign .eventPreview .moreEventsInfo p.eventTime:before {
  background-image: url(../images/home-redesign/calendar.png);
}
.redesign .eventPreview .moreEventsInfo p.eventOrganization:before {
  background-image: url(../images/home-redesign/location.png);
}
.redesign .eventPreview .moreEventsInfo .btns {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .redesign .eventPreview .moreEventsInfo .btns {
    gap: 5px;
  }
}
.redesign .eventPreview .moreEventsInfo .btns a {
  font-size: 14px;
  width: 50%;
  border-radius: 30px;
  text-transform: unset;
  margin-right: 0;
  padding: 14px 20px;
  border: 1px solid #d72328;
  background: unset;
  background-color: unset;
  transition: all 0.25s ease-in-out !important;
}
.redesign .eventPreview .moreEventsInfo .btns a:hover {
  transition: all 0.25s ease-in-out !important;
  text-decoration: unset;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .redesign .eventPreview .moreEventsInfo .btns a {
    padding: 14px 15px;
  }
}
.redesign .eventPreview .moreEventsInfo .btns a.eventBtn {
  color: #010101;
}
.redesign .eventPreview .moreEventsInfo .btns a.eventBtn:hover {
  background: #010101;
  border: 1px solid transparent;
  color: white;
}
.redesign .eventPreview .moreEventsInfo .btns a.eventSale {
  color: white;
  background: transparent linear-gradient(90deg, #d72328 0%, #a50105 100%) 0% 0% no-repeat padding-box;
}
.redesign .eventPreview .moreEventsInfo .btns a.eventSale:hover {
  border: 1px solid #7e0104;
  background: transparent linear-gradient(90deg, #b22226 0%, #7e0104 100%) 0% 0% no-repeat padding-box;
}
@media (min-width: 1450px) {
  #ns-header .container-fluid-custom,
  #homeRedesign .container-fluid-custom {
    max-width: 1400px;
    margin: auto;
  }
}
.container-fluid-custom {
  max-width: 1680px !important;
  margin: auto;
}
@media (min-width: 1450px) {
  #ns-header .menu-transf {
    display: flex;
    justify-content: space-between;
    margin: 5px 0px;
  }
}
@media (min-width: 1450px) {
  #ns-header .navbar-brand {
    position: relative !important;
    left: unset !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #ns-header .navbar-brand img {
    width: 200px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #ns-header .navbar-brand img {
    width: 150px !important;
  }
}
.heading.news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.heading.news a.view_all {
  color: black;
  font-weight: 500;
  border: 1px solid #d72328;
  border-radius: 24px;
  padding: 12px 30px;
  line-height: normal;
}
.heading.news a.view_all:hover {
  background: #f4dbdb;
  border: 1px solid transparent;
  text-decoration: unset !important;
  transition: 0.25s ease-in-out !important;
  transition: all ease-in-out 0.3s;
}
.social-icons {
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.9);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 30px 12px;
}
@media only screen and (max-width: 767px) {
  .social-icons {
    top: 25%;
  }
}
.social-icons ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.social-icons ul li {
  list-style: none;
}
.slick-slide:not(.slick-current.slick-active) {
  opacity: 0.5;
}
.slick-slide:not(.slick-current.slick-active):hover {
  opacity: 1;
}
