/*2*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Istok Web', sans-serif;
}

@font-face {
  font-family: "VanishingBoy";
  font-display: swap;
  src: url("../fonts/Vanishing Boy BTN.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "BebasNeue";
  font-display: swap;
  src: url("../fonts/BebasNeue Light.woff") format("woff"), url("../fonts/BebasNeue Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "BebasNeue";
  font-display: swap;
  src: url("../fonts/BebasNeue Regular.woff") format("woff"), url("../fonts/BebasNeue Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "BebasNeue";
  font-display: swap;
  src: url("../fonts/BebasNeue Bold.woff") format("woff"), url("../fonts/BebasNeue Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: "SONGER";
  font-display: swap;
  src: url("../fonts/songer/SONGER_C_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SONGER";
  font-display: swap;
  src: url("../fonts/songer/SONGER_C_Medium.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "SONGER";
  font-display: swap;
  src: url("../fonts/songer/SONGER_C_Bold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
    font-family: 'DS Diploma';
    src: url('../fonts/diploma/DSDiploma-Bold.eot');
    src: url('../fonts/diploma/DSDiploma-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/diploma/DSDiploma-Bold.woff2') format('woff2'),
        url('../fonts/diploma/DSDiploma-Bold.woff') format('woff'),
        url('../fonts/diploma/DSDiploma-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DS Diploma';
    src: url('../fonts/diploma/DSDiploma.eot');
    src: url('../fonts/diploma/DSDiploma.eot?#iefix') format('embedded-opentype'),
        url('../fonts/diploma/DSDiploma.woff2') format('woff2'),
        url('../fonts/diploma/DSDiploma.woff') format('woff'),
        url('../fonts/diploma/DSDiploma.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


audio,
canvas,
img,
svg,
video {
  max-width: 100%;
  box-sizing: border-box
}

a {
  color: #6666cc;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ff6699;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.loader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  text-align: center;
}

.cssload-bell {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -109px 0 0 -107px;
  width: 214px;
  height: 218px;
  border-radius: 100%;
}

.cssload-circle {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cssload-circle .cssload-inner {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 11px solid rgba(168, 168, 168, 0.6);
  border-right: none;
  border-top: none;
  background-clip: padding;
  box-shadow: inset 0px 0px 21px rgba(255, 255, 255, 0.15);
}

.cssload-circle:nth-of-type(0) {
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

.cssload-circle:nth-of-type(0) .cssload-inner {
  animation: cssload-spin 2.3s infinite linear;
  -o-animation: cssload-spin 2.3s infinite linear;
  -ms-animation: cssload-spin 2.3s infinite linear;
  -webkit-animation: cssload-spin 2.3s infinite linear;
  -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-circle:nth-of-type(1) {
  transform: rotate(70deg);
  -o-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  -webkit-transform: rotate(70deg);
  -moz-transform: rotate(70deg);
}

.cssload-circle:nth-of-type(1) .cssload-inner {
  animation: cssload-spin 2.3s infinite linear;
  -o-animation: cssload-spin 2.3s infinite linear;
  -ms-animation: cssload-spin 2.3s infinite linear;
  -webkit-animation: cssload-spin 2.3s infinite linear;
  -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-circle:nth-of-type(2) {
  transform: rotate(140deg);
  -o-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  -webkit-transform: rotate(140deg);
  -moz-transform: rotate(140deg);
}

.cssload-circle:nth-of-type(2) .cssload-inner {
  animation: cssload-spin 2.3s infinite linear;
  -o-animation: cssload-spin 2.3s infinite linear;
  -ms-animation: cssload-spin 2.3s infinite linear;
  -webkit-animation: cssload-spin 2.3s infinite linear;
  -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-bell {
  animation: cssload-spin 5.75s infinite linear;
  -o-animation: cssload-spin 5.75s infinite linear;
  -ms-animation: cssload-spin 5.75s infinite linear;
  -webkit-animation: cssload-spin 5.75s infinite linear;
  -moz-animation: cssload-spin 5.75s infinite linear;
}

@keyframes cssload-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-spin {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-spin {
  from {
    -ms-transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

.grid-1col {
  display: grid;
  grid-template-columns: 1fr;
}

.grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 991px) {
  .grid-3col{
    display: grid;
    grid-template-columns: 1fr;
  }
  .grid-4col {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .grid-1col, .grid-2col, .grid-3col, .grid-4col {
    display: grid;
    grid-template-columns: 1fr;
  }
}


.sppb-row {
  margin-left: 0px;
  margin-right: 0px;
}

.sppb-row .sppb-col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.sppb-row .sppb-col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.sp-simpleportfolio .sp-simpleportfolio-items {
  margin-right: 0px;
  margin-left: 0px;
}

#t3-mainnav .head-search {
  font-size: 22px;
  letter-spacing: 0;
  font-weight: 700;
  margin-left: 7px;
  margin-top: 25px;
}

#t3-mainnav.affix .head-search {
  margin-top: 13px;
}

.head-search .custom {
  top: -3px;
}

#t3-mainnav .t3-megamenu .nav>li {
  margin-left: 20px;
}

#t3-mainnav .t3-megamenu .nav>li:first-child {
  margin-left: 0px;
}

.affix-top .head-search a {
  color: #ffffff;
}

.affix-top .head-search a:hover {
  color: #ff6699;
  text-decoration: none;
}

#t3-mainnav.affix .head-search a {
  color: #ffffff;
}

#t3-mainnav.affix .head-search a:hover {
  color: #5890c2;
}

.img-left iframe {
  margin: 40px auto;
}

.img-left .container div:last-child img,
.container .details span {
  display: inline-block;
  vertical-align: middle;
}

.img-left .container div:last-child img {
  width: 50px;
  height: 50px;
}

/*.img-left img.main {padding-top:90px;}*/
@media screen and (max-width: 992px) {
  .img-left img.main {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}

.img-left h2.sppb-title-heading {
  margin: 10px 0 25px 0;
}

.img-left ul {
  margin-top: 10px
}

.img-left h2 {
  margin-bottom: 30px;
}

.bigsize {
  font-size: 17px;
}

.prog-hr p {
  padding: 0 0 17px;
}

.container .details span {
  width: -moz-calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  width: -o-calc(100% - 70px);
  width: calc(100% - 70px);
  padding-left: 20px;
}

#hr img {
  width: 100%
}

#hr .col-lg-4.col-md-4 h3:first-child {
  margin-top: 0;
}

#hr .btn.btn-primary.animated.pulse {
  margin: 30px auto;
}

.prog-hr p.col-lg-4.col-md-6 img,
.prog-hr p.col-lg-4.col-md-6 span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}

.prog-hr p.col-lg-4.col-md-6 span {
  width: 50%;
}

.prog-hr div {
  overflow: auto;
}

.masthead p.soc {
  margin-top: 50px;
}

.customvid iframe {
  width: 500px;
  height: 281px;
}

.customvid>div:first-child {
  margin-right: 50px;
  width: 45%
}

.customvid>div {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 45%
}

.googlemap {
  position: relative;
}

.lead.text-muted {
  font-size: 22px;
  color: #fff;
  margin: 30px auto 20px auto;
  width: 70%;
}

.lead.text-muted.enter {
  color: #6666cc;
  font-weight: bold;
  font-size: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.lead {
  color: #ffffff;
}

#t3-mainnav.affix {
  background: #6666cc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

#t3-mainnav.affix-top {
  background: rgb(102 102 204 / 70%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.t3-copyright {
  display: none;
}

.masthead {
  padding: 80px 0;
}

.masthead h1 strong,
.inside .container h1 strong {
  /*font-family: "SONGER";*/
  
  font-family: "DS Diploma";
  font-size: 72px;
  color: #99cc33;
  text-transform: uppercase;
  letter-spacing: 4px;
  word-spacing: -40px;
}

@media (max-width: 600px) {
  .masthead h1 strong {
    font-size: 48px;
    letter-spacing: 4px;
    word-spacing: -24px;
  }
}

.masthead h1 {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
}

.masthead .btn-lg {
  margin-top: 20px;
  padding: 18px 42px;
  font-size: 21px;
}

.btn {
  background: #6666cc;
  color: #ffffff;
  font-weight: 700;
  border: none;
}

.btn:hover {
  background: #ff6699;
  color: #ffffff;
  border-color: #485577
}

.masthead p.soc a {
  color: #6666cc;
}

.masked:after {
  background: linear-gradient(to top, rgb(0 0 0 / 45%), rgb(8 8 8 / 65%));
  /*background:linear-gradient(to top, rgba(214, 232, 216, 0.5), rgba(255, 255, 255, 0.8))*/
}

#t3-mainnav .nav>li>a {
  color: #ffffff;
  /*text-transform:uppercase;*/
  font-weight: 700;
  font-size: 1.1em;
}

#t3-mainnav .nav>li>a:hover {
  color: #ff6699 !important;
}

#t3-mainnav.affix .navbar-header>a,
#t3-mainnav.affix .nav>li>a {
  padding: 0;
  line-height: 55px;
  color: #ffffff;
}

.sppb-title-heading:after {
  background-color: #6666cc
}

.custompartners {
  text-align: center;
}

.custompartners div {
  display: inline-block;
  margin: 10px;
}

.conts .place {
  background: url(../images/ico/picker.png) no-repeat 8px;
  padding: 5px 0 5px 35px;
  margin: 0 0 0 -35px;
}

.conts .velcom {
  background: url(../images/ico/velcom.png) no-repeat 3px;
  padding: 5px 0 5px 35px;
}

.conts .a1 {
  background: url(../images/ico/A1.png) no-repeat 7px;
  padding: 5px 0 5px 35px;
}

.conts .mts {
  background: url(../images/ico/mts.png) no-repeat 7px;
  padding: 5px 0 5px 35px;
}

.conts .tel {
  background: url(../images/ico/tel.png) no-repeat 3px 0;
  padding: 0 0 5px 35px;
}

.conts .mail {
  background: url(../images/ico/mail.png) no-repeat 3px 0;
  padding: 0 0 0 35px;
}

.conts p {
  margin: 12px 5px 5px 5px;
}

.conts p.text {
  padding: 0 0 0 35px;
}

.customfoot div:first-child {
  float: left;
  padding: 15px 0 0 0;
}

.customfoot div:last-child {
  float: right;
  padding: 10px 0 0 0;
}

.customfoot div a,
.customfoot div p {
  color: #fff;
}

#t3-mainnav .nav>li>a:hover,
#t3-mainnav .nav>li.active>a,
#t3-mainnav.affix .navbar-header>a:hover,
#t3-mainnav.affix .nav>li>a:hover {
  color: #ff6699
}

#t3-mainnav {
  padding-top: 5px;
}

.details {
  margin: 30px 0 30px 50px;
}

.details img {
  margin-right: 10px;
}

.sppb-panel-default>.sppb-panel-heading.active {
  background: #485577;
  color: #fff;
}

#sp-page-builder .sppb-section-title .sppb-title-heading {
  text-transform: uppercase;
  font-family: "SONGER";
  font-size: 50px;
  line-height: 52px;
}

#news .sppb-addon-container {
  text-align: center;
}

#news .upper-mix-hover a {
  display: block;
  width: 100%;
  height: 100%
}

.lead.text-muted {
  font-weight: 400
}

.conts>div.organiz {
  padding-top: 25px;
}

/* #cards_logos {display:inline-block; background:#fff; padding:20px; border-radius:10px;}*/
#cards_logos img {
  vertical-align: middle;
  height: 30px;
}


.col-md-5.col-lg-5.col-xs-12.col-sm-12.text {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}


/*#ticket {
	 -webkit-column-count:2;  
    -moz-column-count:2;  
    column-count:2;
}*/
#sections h2.sppb-title-heading,
#program h2.sppb-title-heading {
  color: #6666cc
}

#photo h2.sppb-title-heading,
#news h2.sppb-title-heading,
#testimonials h2.sppb-title-heading,
#recommendations h2.sppb-title-heading {
  color: #6666cc
}

#recommendations p.sppb-title-subheading {
  font-weight: bold;
  color: #6666cc;
}

.green.btn {
  background: #6666cc;
  color: #fff;
}

.green.btn:hover {
  background: #ff6699;
  color: #fff;
}

#ticket input,
#ticket select {
  width: 100%;
}

#ticket input[type="checkbox"] {
  width: 14px;
  margin: 0 5px 0 10px;
}

#ticket input[type="radio"] {
  width: 14px;
  margin-right: 5px;
}

#ticket .rsform-block-place-of-residence {
  font-weight: bold;
}

#ticket .rsform-block-description {
  font-style: italic;
}

#ticket #rsform_error_1 {
  font-weight: bold;
  color: red;
  text-align: center;
}

@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-controls {
    margin-top: 7px;
  }
}

@media screen and (max-width: 991px) and (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 120px !important;
  }

  .uk-form-horizontal .uk-form-controls {
    margin-left: 165px !important;
  }
}

#registration .pretext {
  background: #b0cb1f;
  color: #000;
  padding: 30px 40px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 10px;
  font-size: 1.2em
}

#registration .org {
  background: #ebecec;
  padding: 40px 40px 20px 40px;
  color: #000;
  border-radius: 10px;
}

#registration .org div {
  margin-bottom: 10px;
}

#ticket #Submit {
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #6666cc;
  font-size: 18px;
  transition: all 0.2s ease-out;
  color: #fff;
  font-weight: 700;
}

#ticket #Submit:hover {
  background-color: #ff6699;
}

h2.sppb-title-heading {
  font-size: 36px;
  color: #6666cc;
}

#sections .sppb-addon-container,
#program .sppb-addon-container {
  text-align: center;
}

#program .sppb-addon-container .sppb-addon-accordion {
  text-align: left;
}

.ba-gallery .ba-pagination a.ba-btn.ba-dots {
  width: 15px !important;
  height: 15px;
}

.t3-mainnav .t3-navbar-collapse,
.t3-footer,
.t3-footnav .t3-module {
  background: #6666cc;
}

.t3-mainnav .t3-navbar-collapse a {
  color: #fff !important;
}

.navbar-toggle {
  color: #485577
}

.theme_fancy.mix-grid .mix:hover .darkhover,
.upper-mix-hover {
  background: rgba(255, 255, 255, 0.6);
}

.theme_fancy.mix-grid .mix .mix-introtext {
  color: #000;
}

.theme_fancy.mix-grid .mix .mix-title,
.regridart .inner-mix h3 a {
  color: #485577;
  font-size: 1.1em;
}

.inside .container {
  height: auto !important;
  padding: 70px 0 50px;
  text-align: center;
}

.article-title,
.article-header h1 {
  text-align: center;
  padding-top: 70px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.soc {
  text-align: right;
}

.soc a {
  color: #fff;
  transition: 0.5s;
}

.soc a:hover{
  color: #ff6699;
}

.theme_fancy.mix-grid .inner-mix h3 .mix-title {
  font-weight: 700
}

.conts {
  padding: 20px 40px;
}

#accordion_116 h3 {
  background: url(../images/up-arrow.png) no-repeat 10px 18px #485577;
  text-transform: uppercase;
  padding: 15px 35px;
  font-family: 'Istok Web', sans-serif;
  border: #dddddd solid 1px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
}

#accordion_116 h3[style="color: rgb(54, 54, 54);"] {
  background: url(../images/down-arrow.png) no-repeat 10px 18px #fff
}

#accordion_116 h3 img {
  height: 40px;
  margin: 20px 10px 10px 10px;
}

div#accordion_116 ul {
  padding-left: 0;
  text-align: left;
}

#accordion_116 table td {
  border: #666 dotted 1px;
  padding: 10px;
}

#accordion_116 table {
  width: 100%;
  background: #f5f5f5
}

#accordion_116 table.table1 td:first-child {
  width: 120px;
  font-weight: 700;
  text-align: center;
}

#accordion_116 table.table2 td:last-child {
  width: 200px;
  text-align: center;
}

#accordion_116 .content_116 {
  padding: 20px 50px 50px 50px;
}

#program .btn {
  margin-top: 45px;
}

#sections .btn,
#participants .btn {
  margin-top: 30px;
}

.custompartners .newline {
  width: 100%;
  margin: 0;
  height: 0;
}

.custompartners a img {
  transition: .5s
}

.custompartners a img:hover {
  transform: translateY(-10px)
}

#events a img {
  transition: .5s
}

#events a img:hover {
  transform: translateY(-10px)
}

.container.item-page {
  padding: 85px 15px 30px 15px;
  min-height: 80vh;
}

.article-info {
  margin: 0 0 10px 0;
  color: #666;
}

.btn-group.pull-right+div {
  clear: both;
}

.socbuttons {
  position: fixed;
  top: 30%;
  right: 0;
}

.pluso-more {
  display: none !important
}

.affix .navbar-header .navbar-toggle {
  color: #fff;
}

.nspCol3.nspArt {
  position: relative;
}

.nspCol3.nspArt h4.nspHeader {
  /*position:absolute;bottom:0;*/
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px !important;
  padding: 0 20px 20px 0;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
}

.nspCol3.nspArt:hover h4.nspHeader {
  /*bottom:60px;*/
}

.nspCol3.nspArt h4.nspHeader {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.nspCol3.nspArt h4.nspHeader a {
  font-family: 'Neucha', cursive;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

#news .nspArt h4.nspHeader a {
  color: #6666cc;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Neucha', cursive;
  font-weight: 600;
}

.nspCol3.nspArt p.nspText {
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  height: 100px;
  transition: all 0.5s ease-in-out;
  padding: 10px 20px !important;
}

.nspCol3.nspArt:hover p.nspText {
  opacity: 1
}

/*.nspArt img.nspImage:hover{opacity:0.7}*/
.nspArt.nspCol5 h4.nspHeader {
  font-weight: 400;
}

.nspCol3.nspArt p.nspText a {
  color: black;
  text-decoration: none;
}

#news .nspArt p.nspText {
  background: #fff;
  color: #333;
}

#news .nspArt h4.nspHeader {
  text-align: center;
  padding: 5px 0 7px 0;
}

#news .nspArt.nspCol4 {
  height: 400px;
  background: #fff;
  margin-bottom: 50px;
  overflow: hidden;
  border: 5px solid rgb(219 254 1 / 50%);
  border-radius: 25px;
}

#news .nspArt.nspCol4:hover {
  border: 5px solid rgba(255, 0, 121, 0.3);
}

.nspArt .nspCol3 .page-header h2 {
  text-transform: uppercase;
  font-size: 36px;
  padding-top: 30px;
  color: #545778;
}

#ticket {
  background: #fff;
  /*rgba(29, 200, 205, 0.3)*/
  ;
  padding: 20px;
  border-radius: 25px;
}

.page-header h2:after {
  background-color: #6666cc;
  border-radius: 50%;
  /*content: "";*/
  display: inline-block;
  height: 14px;
  margin-left: 0px;
  width: 14px;
}

h3.uk-accordion-title:first-child {
  color: #6666cc
}

.pretext {
  display: inline-block;
  background: #5f7291;
  text-align: center;
  padding: 30px;
  font-size: 20px;
  border-radius: 20px;
}

#press h3 {
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 2.5;
  padding: 0;
  display: inline-block;
  width: 120px;
  vertical-align: top;
  margin-top: 0;
}

.prog-hr p.spikers {
  background: #ffffff;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 20px;
  color: #485577;
  text-transform: uppercase;
  margin: 20px 10px;
}

.prog-hr p.bigsize {
  margin-bottom: 0;
}

#participants {
  text-align: center;
}

.thankyoupage>p:last-child {
  color: #485577;
  font-weight: bold;
  font-size: 20px;
}

.atan {
  border: 1px solid #6666cc;
  padding: 20px;
  border-radius: 25px;
  background: rgba(29, 200, 205, 0.3);
}

.atan p:first-child {
  font-weight: bold;
  text-align: center;
}

#news .regridart .inner-mix h3 {
  line-height: 1.1;
  font-size: 18px;
  height: 77px;
}

#news .theme_elegant.mix-grid .inner-mix {
  height: 206px;
  overflow: hidden;
  border-bottom: #fff 5px solid
}

.uk-accordion .uk-accordion-title {
  text-transform: uppercase;
  padding: 15px 35px;
  font-family: 'Istok Web', sans-serif;
  border: #dddddd solid 1px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 700;
  color: #6666cc;
  margin: 20px 0 0 0;
  background: url(../images/down-arrow.png) no-repeat 14px 21px #fff;
}

.uk-accordion .uk-accordion-content>:last-child {
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 15px;
}

.item-page .uk-accordion .uk-accordion-content>:last-child {
  background-color: rgba(29, 200, 205, 0.1);
}

.uk-accordion .uk-accordion-title.uk-active {
  background: url(../images/up-arrow.png) no-repeat 14px 21px #6666cc;
  color: #fff;
}

.uk-accordion .uk-accordion-content {
  color: #000;
}

.uk-accordion .uk-accordion-content h4 {
  color: #df1e46;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 10px;
}

#sp-page-builder .uk-accordion-title img {
  height: 40px;
  margin: 20px 10px 10px 10px
}

.nodisplay {
  display: none;
}

.nspArt h4.nspHeader a {
  color: #545778;
  font-weight: 400;
}

.nspArt h4.nspHeader a:hover {
  color: #6666cc
}

@media screen and (max-width: 1200px) {
  .nspCol3.nspArt:hover h4.nspHeader {
    bottom: 0;
  }

  .nspCol3.nspArt h4.nspHeader {
    padding: 10px !important;
  }
}

@media (min-width: 992px) {
  .masthead .col-md-offset-3 {
    margin-left: 15%;
  }

  .masthead .col-md-6 {
    width: 70%;
  }
}

@media screen and (max-width:560px) {
  #about iframe {
    width: 350px;
    height: 207px;
    text-align: center;
  }

  #t3-mainnav.affix .navbar-toggle {
    color: #fff;
  }

  .container,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .container>.navbar-header {
    margin-right: 0;
  }

  .head-search>div {
    margin-left: 0;
  }

  #accordion_116 .content_116 {
    padding: 10px;
  }

  #t3-footer,
  #contacts .conts {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width:480px) {
  .masthead {
    padding-top: 170px;
  }

  .head-search {
    float: none;
    margin-left: 0;
    text-align: center;
  }

  .ba-gallery .ba-pagination a.ba-btn.ba-dots.ba-next,
  .ba-gallery .ba-pagination a.ba-btn.ba-dots.ba-prev {
    padding: 15px;
  }

  .custompartners div {
    margin-right: 10px !important;
  }

  #news .nspImageWrapper {
    margin: 0 !important;
  }

  #press .green.btn {
    margin: 10px !important;
  }
}

@media screen and (max-width:360px) {
  #about iframe {
    width: 100%;
    height: 100%;
  }

  .masthead h1 strong,
  .inside .container h1 strong {
    font-size: 40px;
  }

  .masthead .lead.text-muted {
    width: 90%;
  }

  #about .details {
    margin: 30px 0;
  }

  #about img.festival {
    height: 200px
  }

  #about .festival {
    text-align: center;
    margin: 10px 0;
  }

  #sections .nspCol3.nspArt h4.nspHeader {
    margin: 0 0 30px 10px !important;
  }

  #photo .nodisplay {
    display: block;
    margin-bottom: 40px
  }

  #photo #sppb-addon-1532612650,
  #photo #sppb-addon-1532612655608 {
    display: none;
  }

  #news .nspArt h4.nspHeader a {
    font-size: 16px;
  }

  #news .nspArt h4.nspHeader {
    padding: 0;
  }
}

#modalVideoDesc iframe {
  width: 100%;
  height: 400px;
}

a.text {
  text-decoration: underline;
  color: #90A2C2;
  font-weight: normal;
}

a.text:hover {
  text-decoration: underline;
  color: #ff6699;
  font-weight: normal;
}


.page-header h2 {
  /*text-transform: uppercase;*/
  font-size: 36px;
  padding-top: 30px;
  text-align: center;
  color: #6666cc;
}

.container.item-page .item-image {
  margin-right: 10px;
}

.fa {
  color: #6666cc;
}

#t3-mainnav.wrap.navbar.t3-mainnav.affix-top .fa {
  color: #fff;
}

#t3-mainnav.wrap.navbar.t3-mainnav.affix .fa {
  color: #fff;
}

#contacts .fa {
  color: #5890c2;
}

#photo h2.sppb-addon-title {
  color: #6666cc;
  text-align: center;
  margin-bottom: 20px;
}

#press p {
  background-color: #ebecec;
  border-radius: 25px;
  font-style: italic;
}

#about hr {
  margin: 10px 0;
  border-top: 1px solid #5890c2;
}

#press .video {
  margin: 0;
  padding: 30px 20px;
}

#video-rep h2 {
  text-align: center;
}

@media screen and (max-width:360px) {
  #sections .nspCol3.nspArt h4.nspHeader {
    margin: 0 0 32px 12px !important;
    width: calc(100% - 24px) !important;
  }

  #sections .nspCol3.nspArt h4.nspHeader a {
    font-size: 16px;
  }
}

#sections .nspArt .fnone {
  padding: 5px 10px;
}

#sections .nspCol3.nspArt h4.nspHeader {
  margin: 0 0 12px 12px;
  width: calc(100% - 24px);
  border-radius: 5px;
  text-transform: unset;
}

#photo .ba-image img {
  border-radius: 15px;
}

#news .nspArt img.nspImage {
  border-radius: 25px;
  max-height: 137px;
}

#sections .nspArt img.nspImage {
  /* border: 2px solid; */
  border-radius: 5px;
  box-shadow: 2px 2px 6px rgba(255, 54, 128, 0.2);
}

.no-indent {
  padding: 0
}

.stend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
  border: 2px solid #5890c2;
  border-radius: 25px;
}

.stend div {
  padding: 20px;
}

@media screen and (max-width:800px) {
  .stend {
    display: block;
  }
}

.news-det-j {
  border: 5px solid #fff;
  border-radius: 25px;
  text-align: center;
  background: rgba(29, 200, 205, .2);
}

.news-det-j img {
  border-radius: 50px;
  max-height: 200px;
  margin-top: 20px;
}

.news-det-j h2 {
  color: #6666cc;
}

.news-det-j a {
  color: #333333
}

.news-det-j h2:hover {
  color: #5890c2;
}

.news-det-j:hover {
  background: rgba(29, 200, 205, .4);
}

.news-det-j p {
  padding: 0 15px;
}

@media screen and (max-width: 600px) {
  #news .nspImageWrapper {
    margin: 0 0 10px 0 !important;
  }

  #news .nspArt img.nspImage {
    max-height: 200px;
  }

  #sections .nspCol3.nspArt h4.nspHeader {
    margin: 0 0 32px 12px;
  }
}

@media screen and (max-width: 800px) and (min-width: 601px) {
  #sections .nspArt h4.nspHeader {
    font-size: 14px;
  }

  #sections .nspArt h4.nspHeader a {
    font-size: 14px;
  }

  #news .nspArt p.nspText {
    display: none !important;
  }

  #news .nspArt h4.nspHeader {
    font-size: 16px;
  }

  #news .nspArt.nspCol4 {
    height: 200px;
  }
}

.countdown-timer {
  margin: 20px 0 0 0;
}

.countdown-timer h1 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
}

.countdown-timer h3 {
  color: #ffffff;
  font-size: 22px;
  text-transform: unset;
  margin: 0;
  font-weight: 500;
  font-family: "SONGER";
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 28px;
}

.countdown-timer ul {
  border: 2px solid #ffffff;
  border-radius: 100px;
  margin: 0 auto;
  padding: 0 40px;
  width: max-content;
}

.countdown-timer li {
  display: inline-block;
  font-size: 15px;
  list-style-type: none;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
}

.countdown-timer li span {
  display: block;
  font-size: 4.5rem;
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .countdown-timer {
    display: none;
  }
}

@media screen and (max-width: 380px) {
  .masthead {
    padding-top: 100px;
  }
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
  }
}

.pulse-button {
  box-shadow: 0 0 0 0 rgba(255, 0, 121, 0.7);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.btn .fa {
  color: #fff;
}

.stats {
  display: flex;
  margin: 10px 0;
}

.stats .circle {
  display: flex;
  margin: auto 10px auto 0;
  text-align: center;
}

.stats .circle:before {
  display: inline-block;
  content: " ";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #5890c2;
  margin-top: 3px;
}

.stats .circle:after {
  display: inline-block;
  content: " ";
  width: 76px;
  height: 76px;
  border: 1px solid #5890c2;
  border-radius: 50%;
  margin-left: -73px;
}

.stats .circle.red:before {
  background: #6666cc;
}

.stats .circle.red:after {
  border: 1px solid #6666cc;
}

.stats .circle span {
  position: absolute;
  line-height: 1.2;
  font-weight: 600;
}

.stats .info {
  margin: auto 0;
}

.stats .info p {
  margin: 0 !important;
}

.stats .info p:first-child {
  /*text-transform: uppercase;*/
  font-weight: 600;
}

.stats .circle.first span {
  margin-top: 20px;
  margin-left: 22px;
}

.stats .circle.second span {
  margin-top: 16px;
  margin-left: 17px;
  font-weight: 500;
}

.stats .circle.second b {
  font-size: 26px;
}

.stats .circle.third span {
  margin-top: 23px;
  margin-left: 10px;
  font-size: 26px;
}

.stats .circle.icon span {
  margin-top: 14px;
  margin-left: 15px;
  font-size: 40px;
}

.stats .circle.icon span .fa {
  color: #fff;
}

#contacts #conts p.lead {
  background: #6666cc;
  padding: 5px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin: 0;
  color: #fff;
}

#contacts #conts div.lead {
  border: 1px solid #6666cc;
  border-radius: 3px;
  margin-top: 17px;
  background: #fff;
  min-height: 140px;
}

#contacts #conts .lead img {
  float: left;
  margin: 5px;
  border-radius: 50%;
  width: 92px;
}

#participants .custompartners,
#participants #hs-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#participants #button-show {
  margin: auto;
}

#program .uk-margin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#program li.nav-link:last-child {
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 20px;
}

#program .nav-link.active,
#program .nav-link:hover {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

#program .nav>li>a:hover,
#program .nav>li>a:focus {
  background-color: #ff6699;
  color: #fff;
}

#program .nav-pills>li>a {
  border-radius: 0;
  padding: 20px;
}

#program .nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  background-color: #ff6699;
}

#program .nav-link h3 {
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  color: #000;
}

#program .nav-link h4 {
  font-size: 14px;
  color: #848484;
  line-height: 16px;
  font-weight: 400;
  text-transform: inherit;
  margin: 0;
  padding: 0;
}

#program .nav-link.active h3,
#program .nav-link:hover h3,
#program .nav-link:focus h3,
#program .nav-link.active h4,
#program .nav-link:hover h4,
#program .nav-link:focus h4 {
  color: #fff;
}

#program .card .card-header {
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
  position: relative;
}

#program .card .card-header[data-toggle="collapse"] {
  cursor: pointer;
}

#program .card .card-header .images-box {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
}

#program .card .card-header .images-box img {
  border-radius: 50%;
}

#program .card .card-header .time {
  color: rgb(29 170 180);
  font-weight: bold;
}

#program .card .card-header h4 {
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 8px 0;
  padding: 0;
  color: #6666cc;
}

#program .card .card-header h5 {
  margin: 0 0 5px 0;
  ;
  color: #777777;
}

#program .card .card-header .name {
  color: #777777;
  font-weight: 500;
  display: inline-block;
  margin: 0 0 5px 0;
}

#program .card .card-header .info {
  display: inline-block;
  margin: 0 0 5px 0;
  float: right;
}

#program .card .card-header .info .fa.pulse-button {
  border-radius: 50%;
}

#program .card .card-body {
  padding: 15px;
  background: rgba(209, 244, 245, 0.5);
  border-bottom: 1px solid rgb(221, 221, 221);
}

#program .card .card-body .time {
  margin-right: 10px;
  color: #6666cc;
  font-weight: bold;
}

#program .card .card-body .body-box {
  display: flex;
  align-items: center;
}

#program .location {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 10px 0px 0 0;
}

#program .location p {
  font-size: 24px;
  font-weight: bold;
  color: #5890c2;
  text-transform: uppercase;
}

#program .location p.last {
  font-size: 14px;
}

/*#program .card .card-body .location {font-size: 13px;color: #777777;}*/
/*#program .card .card-body .location span {color: #95633f;margin-right: 5px;}*/
#program .card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

@media screen and (max-width: 480px) {
  #program .card .card-header h4 {
    font-size: 15px;
  }

  #program .card .card-header .images-box {
    display: none;
  }
}

#program .card .card-header .zone {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px 10px 0 0;
  font-size: 14px;
  color: #5890c2;
  text-transform: uppercase;
}

#minor_program .card .name {
  color: #000;
  font-weight: 500;
  margin: 0 0 5px 0;
}

#minor_program .card {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(255 255 255);
  /*border-top: 1px solid #c5ffff;*/
  padding: 10px 20px;
}

#minor_program .card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

#minor_program .card .images-box,
#program .card-body .images-box {
  min-width: 100px;
  float: left;
  margin-right: 20px;
}

#minor_program .card .images-box img,
#program .card-body .images-box img {
  border-radius: 50%;
}

#minor_program .card .event .time {
  color: rgb(29 170 180);
  ;
  font-weight: bold;
}

#minor_program .card .event h3 {
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 8px 0;
  padding: 0;
  color: #6666cc;
  text-transform: uppercase;
  text-align: left;
}

@media screen and (max-width: 480px) {

  #minor_program .card .images-box,
  #program .card-body .images-box {
    display: none;
  }
}

.stat_contaner {
  text-align: center;
}

h3.counter-about {
  font-size: 5rem;
  padding: 8px;
  border-radius: 20px;
  color: #6666cc;
  margin: 0px 20px;
}


.stat_contaner p {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.orange {
  color: #f25511;
}

.orange.btn {
  background: #f25511;
  color: #fff;
}

.orange.btn:hover {
  background: #5890c2;
  color: #fff;
}

.red {
  color: #f30200;
}

.red.btn {
  background: #f30200;
  color: #fff;
}

.red.btn:hover {
  background: #31a8db;
  color: #fff;
}

/*Recommindations*/
#recommendations {
  background: linear-gradient(-20deg, #baeef0, #ffffff);
}

#recommendations .line {
  width: 100%;
  height: 20px;
}

#recommendations .line hr {
  position: absolute;
  width: 100%;
  padding: 2px;
  background: #5890c2;
  margin: 0;
}

#recommendations .line p {
  background: #baeef0;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: calc(50% - 95px);
  top: -18px;
  font-size: 13px;
  padding: 10px 20px 10px 50px;
  color: #5890c2;
  border-radius: 10px;
  border: 2px solid #5890c2;
}

#recommendations .line img {
  position: absolute;
  left: calc(50% - 85px);
  top: -10px;
  width: 30px;
}

#recommendations .grid_covid {
  margin: 60px 10px;
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: center;
  width: 100%;
}

#recommendations .grid_covid__item {
  width: 24rem;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  background: linear-gradient(-20deg, #6666cc, #ffffff);
  transition: all 0.3s;
}

#recommendations .grid_covid__item.item_large {
  width: calc(36rem + 20px);
}

#recommendations .grid_covid__item h2,
#recommendations .grid_covid__item h3,
#recommendations .grid_covid__item h4 {
  margin: 4px 0;
  color: #fff;
}

#recommendations .grid_covid__item h3 {
  text-transform: uppercase;
}

#recommendations .grid_covid__item span {
  text-transform: lowercase;
}

#recommendations .grid_covid__item .covid-img {
  padding: 20px;
}

#recommendations .grid_covid__item .covid-img img {
  max-width: 100%;
}

@media (max-width: 560px) {
  #recommendations .grid_covid__item {
    width: 12rem;
    padding: 4px;
    box-sizing: border-box;
    margin: 10px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
    background: linear-gradient(-20deg, #6666cc, #ffffff);
    transition: all 0.3s;
  }

  #recommendations .grid_covid__item h2,
  #recommendations .grid_covid__item h3,
  #recommendations .grid_covid__item h4 {
    font-size: 10px;
  }

  #recommendations .grid_covid__item .covid-img {
    padding: 10px;
  }
}

.video-grid {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.video-grid h3 {
  padding: 8px 15px;
  display: inline-block;
  text-align: center;
  width: 100%;
  background: rgb(242 85 17);
  color: #fff;
  border-radius: 5px;
}

.video-grid h4 {
  margin: 0;
  padding: 10px 0;
  background: #f25511;
  color: #fff;
}

.video-grid .video-item {
  margin: 10px;
}

.video-grid .video-item::before {
  content: '';
}

.video-grid video::before {
  content: '';
}

/*New About Section*/

#about .about-section{
  text-align: center;
}

#about .about-section h2 {
  font-family: "SONGER";
  color: #6666cc;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 500;
  /*letter-spacing: 1.5px;*/
}

#about .about-section p{
  font-weight: bold;
  font-size: 20px;
}

#about .local{
  display: flex;
  justify-content: center;
  column-gap: 100px;
  margin: 40px 0 0 0;
}

#about .local > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  text-align: left;
  gap: 25px;
  align-items: center;
}


#about .local > div img {
  width: 100%;
}

#about .local > div p {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 991px) {
  #about .local {
    column-gap: 30px;
  }
}

@media (max-width: 561px) {
  #about .local {
    justify-content: left;
    flex-direction: column;
    row-gap: 10px;
    column-gap: 30px;
  }
}

#sections-about h2 {
  font-family: "SONGER";
  font-size: 50px;
  color: #dbf91c;
  text-transform: uppercase;
  font-weight: 500;
  /*letter-spacing: 1.5px;*/
  text-align: center;
}

#sections-about .section_container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  margin: 40px 0 0;
  color: #fff;
  font-weight: 800;
  column-gap: 20px;
  font-size: 20px;
}

#sections-about .section_container > div > div {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 10px;
    align-items: start;
}

@media (max-width: 771px) {
  #sections-about .section_container {
    grid-template-columns: 1fr;
  }
}

#sections-about .twins{
  margin: 60px 0 0 0;
}

/*#about .about-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  border: 2px solid #6666cc;
  padding: 20px;
  margin: 0 0 40px 0;
  border-radius: 20px;
}

@media (max-width: 991px) {
  #about .main-banner {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  #about .sections {
    grid-column-start: 1;
    grid-column-end: 3;
    gap: 20px;
  }
}

#about .main-banner {
  position: relative;
  margin: 0;
  box-shadow: 1px 1px 2px 2px rgb(102 102 204 / 20%);
  display: flex;
  justify-content: center;
  padding: 10px;
  border-radius: 20px;
}

#about .main-banner img {
  max-height: 300px;
}

.main-banner a {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 14px 24px 14px 35px;
  font-size: 52px;
  line-height: 60px;
  background-color: rgb(102 102 204 / 70%);
  -webkit-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
  cursor: pointer;
}

.main-banner a:hover,
.main-banner a:focus {
  background-color: #ff6699;
}

.main-banner a:hover:before,
.main-banner a:focus:before {
  border-color: #ff6699;
}

.main-banner a:before {
  content: " ";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 5px solid rgb(102 102 204 / 70%);
  -webkit-transition: border-color .25s ease-in-out;
  transition: border-color .25s ease-in-out;
}

.main-banner .fa {
  color: #fff;
}

.about-section h2 {
  font-family: "SONGER";
  font-size: 40px;
  color: #6666cc;
  text-transform: uppercase;
}*/

/*Program 2.0*/

.program-main>h2 {
  font-family: "SONGER";
  color: #6666cc;
  text-transform: uppercase;
  text-align: center;
  font-size: 50px;
  line-height: 52px;
  margin: 5px 0 30px 0;
}

.program-main .event-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;

  background: #fff;
  box-shadow: 2px 2px 2px 2px #6666cc;
  padding: 20px;
  margin: 30px 0;
  border-radius: 20px;
}


.event-details h2 {
  color: #9999ff;
  /*font-family: 'Neucha', cursive;*/
  margin: 0 0 10px 0;
}

.event-details h3 {
  /*font-family: 'Neucha', cursive;*/
  margin: 0 0 10px 0;
}

.event-img img {
  padding: 10px;
}

.event-details div.grid-3col {
  gap: 20px;
}

.program-event-container .event-item ul {
  padding: 0 0 0 15px;
  margin: 10px 0 0;
  list-style: none;
  position: relative;
  font-style: italic;
}

.program-event-container .event-item li:before {
  content: "-";
  position: absolute;
  left: 0;
}

@media (max-width: 661px) {
  .program-main .event-item {
    grid-template-columns: 100px 1fr;
  }

  .event-img img {
    padding: 0px;
  }

  .program-main .event-item {
    gap: 10px;
  }
}

@media (max-width: 421px) {
  .program-main .event-item {
    grid-template-columns: 1fr;
  }

  .event-img img {
    max-width: 205px;
  }
}

.program-main .card {
  margin: 10px 0;
  padding: 15px;
  width: 100%;
}

.program-main .event-details a {
  margin: 10px 0;
  margin-top: 10px !important;
  border-radius: 15px;
}

.program-main .card .time {
  color: #6666cc;
  font-weight: 600;
  border: 2px solid #6666cc;
  padding: 5px;
  border-radius: 10px;
}

.program-main .card h3 {

  margin: 10px 0 0 0;
  /*font-family: 'Neucha', cursive;*/
  color: #6666cc;
  font-size: 20px;
  letter-spacing: 1.5px;
}

.program-main .card h5.name {
  font-weight: 500;
}

.event-coorganizers {
  margin: 60px auto 20px;
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  width: max-content;
}

.event-coorganizers h2 {
  color: #6666cc;
  /*font-family: 'Neucha', cursive;*/
  margin: 0 0 30px 0;
  text-align: center;
}

.event-coorganizers a img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.event-coorganizers a:hover img {
  webkit-transform: scale(110%);
  -ms-transform: scale(110%);
  transform: scale(110%);
}


/*Hero Carnaval*/

.nomination-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin: 20px 0;
}

@media (max-width: 992px) {
  .nomination-grid {
    grid-template-columns: 1fr;
  }
}

.nomination-grid>div {
  border: 2px solid #30a8db;
  padding: 15px;
  background: linear-gradient(-20deg, rgb(48 168 219 / 60%), #ffffff);
  position: relative;
  padding-left: 60px;
}

.nomination-grid.not-even>div:last-child {
  grid-column-start: 1;
  grid-column-end: 3;
  margin: 0 20%;
}

@media (max-width: 992px) {
  .nomination-grid>div:last-child {
    grid-column-start: 1;
    grid-column-end: 2;
    margin: unset;
  }
}

.nomination-grid>div h2 {
  font-family: "SONGER";
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}

.nomination-grid>div h2 span {
  position: absolute;
  font-size: 90px;
  color: #333333;
  top: 20px;
  left: 14px;
}


.events-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 40px 0;
}


@media (max-width: 768px) {
  .events-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .events-grid div {
    padding: 40px;
  }
}

@media (max-width: 560px) {
  .events-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .events-grid div {
    padding: 0px;
  }
}

/*Partners*/

#partners h2 {
  font-family: "SONGER";
  color: #6666cc;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  font-size: 50px;
  line-height: 52px;
  margin: 5px 0 30px 0;
}

.partners-main_grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 30px;
  justify-content: center;
  align-items: flex-end;
}

.partner-header>* {
  font-size: 22px;
  text-align: center;
  color: #ff6699;
  /*font-family: 'Neucha', cursive;*/
}

.grid {
  margin: 20px 0;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.grid>div:not(.grid_row) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 220px;
  height: 90px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.grid>div:not(.grid_row) h3 {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  text-align: center;
}

.grid>div:not(.grid_row) a {
  max-width: 100%;
  max-height: 100%;
}

.grid>div:not(.grid_row) a img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 100%;
  max-height: 70px;
}

.grid>div:not(.grid_row) a img.svg {
  width: 100%;
  height: auto;
  min-height: 60px;
}

.grid>div:not(.grid_row) a:hover img {
  -webkit-transform: scale(110%);
  -ms-transform: scale(110%);
  transform: scale(110%);
}

.grid .grid_row h3 {
  margin-top: 30px;
  text-align: center;
}

.grid.named>div {
  width: unset;
  height: unset;
}

.grid.named>div div:not(.partners-row) {
  max-width: 220px;
  max-height: 90px;
}

.grid.alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
}

.grid.alt>div:not(.grid_row) {
  border: 1px solid #dedede;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*Partisipants*/

.grig-partisipants {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

@media (max-width: 992px) {
  .grig-partisipants {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .grig-partisipants {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grig-partisipants>div {
  padding: 8px 2px;
  margin: 0 10px;
  border-bottom: 1px solid #bbb;
  min-height: 40px;
  transition: 0.2s;
  overflow: hidden;

}

.grig-partisipants>div:hover,
.grig-partisipants>div:active,
.grig-partisipants>div:focus {
  background: #eee;
}

.grig-partisipants>div:hover h3 {
  white-space: normal;
}

.grig-partisipants>div h3 {
  margin: 0;
  font-size: 14px;
  white-space: nowrap;
}

.pic-container {
  text-align: center;
}

.article img {
  margin: 40px 0;
  box-shadow: 6px 6px 10px 2px #777;
  max-width: 800px;
  width: 100%;
}

h3.bebas-title {
  font-family: 'BebasNeue', sans-serif;
  font-size: 30px;
}

.mamaexpo {
  font-family: "SONGER";
  font-size: 20px;
  color: #6666cc;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

span.mamaexpo {
  font-size: 20px;
  letter-spacing: 1.3px;
}

.news-img-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  margin: 40px 0;
}

@media (max-width: 768px) {
  .news-img-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 400px) {
  .news-img-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

nav .logo-img {
  height: 50px;
}

.sppb-title-heading:after {
  display: none;
}

.color-main {
  background: #FFFBF2
}

.ba-gallery .ba-pagination .ba-btn.ba-dissabled {
  opacity: 1;
}

.gkResponsive img.nspImage,
img.nspImage.gkResponsive {
  height: auto;
  width: unset !important;
  margin: auto;
}


.nspList.active,
.nspArtPage.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#contacts, #press{  
  padding: 80px 0 60px 0;
}

#news {
  padding: 80px 0 60px 0;
  background: rgb(219 254 1 / 50%);
}