@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'ionicons';
  src: url('../fonts/ionicons.woff') format('woff'), url('../fonts/ionicons.svg') format('svg'), url('../fonts/ionicons.ttf') format('truetype'), url('../fonts/ionicons.eot') format('embedded-opentype');
}
body {
  font-family: 'OpenSans-Regular';
}
@keyframes leftToRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes borderMove {
  
}
.lines-slider:before {
  content: '';
  display: block;
  width: 1px;
  height: 80px;
  background-color: white;
  opacity: 0.8;
  margin: 0 auto 30px auto;
}
.lines-slider:after {
  content: '';
  display: block;
  width: 1px;
  height: 80px;
  background-color: white;
  opacity: 0.8;
  margin: 30px auto 0px auto;
}
/*header */

#ns-header {
  z-index: 150;
  position: fixed;
  width: 100%;
}
#ns-header .menu-container {
  background-color: #9a9a9a;
}
#ns-header .menu-container .navbar-default.main-menu {
  background-color: transparent;
  border: none;
  margin-bottom: 0px;
  border-radius: 0px;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-brand {
  height: 100px;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-header {
  float: right;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-header .navbar-toggle {
  display: block;
  margin-top: 32px;
  margin-bottom: 31px;
  margin-right: 0;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-header .navbar-toggle .title {
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  text-shadow: none;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-header .navbar-toggle .lines {
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-header .navbar-toggle .lines .icon-bar + .icon-bar {
  margin-top: 8px;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-header .navbar-toggle .lines:hover .icon-bar:after {
  left: 0;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-header .navbar-toggle .lines span.icon-bar {
  float: right;
  clear: both;
  background-color: white;
  height: 1px;
  /*transition: all 0.25s linear;*/
  position: relative;
  overflow: hidden;
  width: 18px;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-header .navbar-toggle .lines span.icon-bar:after {
  content: '';
  position: absolute;
  width: 100%;
  background-color: #b95365;
  left: 100%;
  display: block;
  top: 0;
  height: 1px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-header .navbar-toggle .lines span.icon-bar.bigger-line {
  width: 27px;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-header .navbar-toggle .lines span.icon-bar:nth-of-type(2):after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-header .navbar-toggle .lines span.icon-bar:nth-of-type(3):after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-header .navbar-toggle .lines span.icon-bar:nth-of-type(4):after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-header .navbar-toggle:focus {
  background-color: transparent;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-header .navbar-toggle:hover {
  background-color: transparent;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-header .navbar-toggle:hover .icon-bar {
  background-color: #74071b;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-collapse .navbar-nav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  bottom: 0;
  background-color: white;
  padding: 25px;
  padding-top: 95px;
  transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-collapse .navbar-nav li {
  float: none;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-collapse .navbar-nav li a {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  padding-top: 12px;
  padding-bottom: 12px;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-collapse .navbar-nav li a:hover {
  color: #c56f7f;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-collapse.in .navbar-nav {
  display: block;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: -3px 0px 5px rgba(10, 10, 10, 0.1);
  overflow-y: visible;
  overflow-x: auto;
}
#ns-header .menu-container .navbar-default.main-menu .navbar-collapse.in .navbar-nav::-webkit-scrollbar-thumb {
  background: #646466;
  border-radius: 5px;
}
#ns-header .search-wrapper {
  position: relative;
}
#ns-header .search-wrapper .search {
  position: absolute;
  bottom: 27px;
  right: 140px;
}
#ns-header .search-wrapper .search input {
  border: none;
  border-bottom: 1px solid white;
  background-color: transparent;
  padding: 10px;
  color: white;
}
#ns-header .search-wrapper .search .s-btn {
  display: inline-block;
  padding: 10px;
  color: white;
}
/*header end*/

/*slider */

#ns-content {
  z-index: 1;
}
#ns-content .mainImgBack {
  height: 100%;
}
#ns-content .hompage-slider.carousel .social-media {
  width: 12px;
  margin-right: 15px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  position: absolute;
  left: auto;
  z-index: 99;
}
#ns-content .hompage-slider.carousel .social-media:before {
  content: '';
  display: block;
  width: 1px;
  height: 80px;
  background-color: white;
  opacity: 0.8;
  margin: 0 auto 30px auto;
}
#ns-content .hompage-slider.carousel .social-media:after {
  content: '';
  display: block;
  width: 1px;
  height: 80px;
  background-color: white;
  opacity: 0.8;
  margin: 30px auto 0px auto;
}
#ns-content .hompage-slider.carousel .social-media ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}
#ns-content .hompage-slider.carousel .social-media ul li {
  color: white;
  margin: 15px 0;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  max-height: 8px;
}
#ns-content .hompage-slider.carousel .carousel-indicators-wrapper {
  width: 12px;
  margin-left: 15px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  position: absolute;
  left: 390px;
  z-index: 99;
}
#ns-content .hompage-slider.carousel .carousel-indicators-wrapper .carousel-indicators {
  position: relative;
  margin-left: 0;
  left: 0;
  top: 0%;
  transform: none;
  width: 20px;
  bottom: 0;
  margin-bottom: 0px;
}
#ns-content .hompage-slider.carousel .carousel-indicators-wrapper .carousel-indicators:before {
  content: '';
  display: block;
  width: 1px;
  height: 80px;
  background-color: white;
  opacity: 0.8;
  margin: 0 auto 30px auto;
}
#ns-content .hompage-slider.carousel .carousel-indicators-wrapper .carousel-indicators:after {
  content: '';
  display: block;
  width: 1px;
  height: 80px;
  background-color: white;
  opacity: 0.8;
  margin: 30px auto 0px auto;
}
#ns-content .hompage-slider.carousel .carousel-indicators-wrapper .carousel-indicators li {
  width: 8px;
  height: 8px;
  border: 4px solid transparent;
  border-radius: 10px;
  background-color: white;
  margin: 15px auto;
  display: block;
  float: none;
}
#ns-content .hompage-slider.carousel .carousel-indicators-wrapper .carousel-indicators li.active {
  width: 8px;
  height: 8px;
  background-color: white;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.51);
}
#ns-content .hompage-slider.carousel .carousel-inner {
  height: 100vh;
}
#ns-content .hompage-slider.carousel .carousel-inner .item {
  height: 100%;
}
#ns-content .hompage-slider.carousel .carousel-inner .item .item-container {
  height: 100%;
  background-position: center !important;
  animation: zoom 20s;
}
#ns-content .hompage-slider.carousel .carousel-arrows {
  position: absolute;
  width: 90px;
  height: 80px;
  margin: auto;
  left: 0;
  right: 0;
  top: 435px;
  bottom: 0;
  padding-top: 45px;
}
#ns-content .hompage-slider.carousel .carousel-arrows .carousel-control {
  background-image: none;
}
#ns-content .hompage-slider.carousel .carousel-arrows span {
  font-size: 60px;
}
#ns-content .hompage-slider.carousel img {
  display: none;
}
#ns-content .hompage-slider.carousel .carousel-caption {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  height: auto;
  /*background-color: rgba(255, 255, 255, 0.15);*/
  background-color: rgba(20, 20, 20, 0.5);
  width: 40%;
  padding: 30px 25px;
  text-shadow: none;
}
#ns-content .hompage-slider.carousel .carousel-caption h1 {
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 20px;
  font-size: 55px;
  font-family: 'PlayfairDisplay-Regular';
}
#ns-content .hompage-slider.carousel .carousel-caption p {
  font-size: 18px;
  font-family: 'PlayfairDisplay-Regular';
  line-height: 1.4;
  padding: 0 95px;
  text-transform: uppercase;
}
/*slider end*/

/*last activties*/

.last-activities {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../content/images/article-listing-background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 100px;
}
.last-activities h1.title {
  position: relative;
  text-transform: uppercase;
  color: #3a3d3f;
  padding-left: 100px;
  font-size: 29px;
  font-family: PlayfairDisplay-Regular;
  margin-top: 50px;
}
.last-activities h1.title:after {
  height: 1px;
  width: 80px;
  left: 0;
  background-color: #5a5958;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
}
.last-activities .carousel-inner {
  margin: 20px 0 40px;
}
.last-activities .carousel-indicators {
  bottom: -50px;
}
.last-activities .carousel-indicators li {
  background-color: #c3b5a0;
  width: 8px !important;
  height: 8px !important;
  margin: 0 7px;
  box-shadow: 0 0 0 0px #c3b5a0;
  border: none;
}
.last-activities .carousel-indicators li.active {
  /*background-color: #fff;*/
  background-color: #d9d9d9;
  height: 8px !important;
  /*box-shadow: 0 0 0 4px rgba(218, 212, 205,1);*/
  box-shadow: 0 0 0 4px #bbb0b0;
}
.last-activities .item > a {
  display: inline-block;
  margin: auto;
}
.last-activities .item > a .image {
  display: inline-block;
  width: 500px;
  height: 300px;
  position: relative;
  float: left;
  text-align: right;
  margin-right: -15px;
  margin-top: 50px;
  overflow: hidden;
  z-index: 2;
  margin-left: 100px;
}
.last-activities .item > a .image img {
  max-width: 100%;
  height: auto;
}
.last-activities .item > a .carousel-caption {
  display: inline-block;
  width: 444px;
  height: 377px;
  float: left;
  text-align: left;
  background-color: #5a5958;
  padding: 50px 30px 50px 45px;
  z-index: 1;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  margin-right: 100px;
}
.last-activities .item > a .carousel-caption:after {
  height: 1px;
  width: 80px;
  position: absolute;
  right: -100px;
  content: '';
  background-color: #5a5958;
  bottom: 50px;
}
.last-activities .item > a .carousel-caption h1 {
  font-size: 21px;
  margin-bottom: 25px;
  margin-top: 0px;
  text-transform: uppercase;
  font-family: PlayfairDisplay-Regular;
}
.last-activities .item > a .carousel-caption p {
  margin-bottom: 15px;
}
.last-activities .item > a .carousel-caption p.date {
  font-size: 12px;
  opacity: 0.75;
}
.last-activities .item > a .carousel-caption p.activityIntro {
  font-size: 15px;
  overflow: hidden;
  line-height: 1.3;
  width: 90%;
  text-shadow: none;
}
.last-activities .item > a .carousel-caption .btn-slider-pocetna {
  background-color: transparent;
  box-shadow: none;
  float: right;
  font-weight: 100;
  margin: 0px;
  margin-top: 15px;
  padding: 0px;
  position: absolute;
  bottom: 46px;
  right: 35px;
  pointer-events: none;
}
/*last activites end*/

.search_button span {
  font-size: 22px;
  line-height: 1;
}
.additional-icons {
  background-color: #343434;
  padding: 50px 0;
}
.additional-icons .icon {
  width: 139px;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
  transition: all 0.25s ease-in-out;
  position: relative;
  /*&:before {
            position: absolute;
            left: 5px;
            right: 5px;
            bottom: 5px;
            top: 5px;
            border: 1px solid transparent;
            transition: all 0.25s ease-in-out;
            content: '';

        }*/

}
.additional-icons .icon p {
  color: rgba(255, 255, 255, 0.8);
  margin: 15px 20px 0;
  text-align: center;
  transition: all 0.25s ease-in-out;
  LINE-HEIGHT: 1.2;
  HEIGHT: 32px;
  overflow: hidden;
}
.additional-icons .icon:hover {
  cursor: pointer;
  /*background-color: #5a5958;*/

  /*&:before {
                border: 1px solid #ceb69c;
                animation:borderMove 1s ease-in-out;
                }*/

}
#ns-footer {
  background-color: #4a4a4a;
  padding: 30px 0;
}
#ns-footer .institutions-link {
  text-align: center;
  margin-bottom: 25px;
}
#ns-footer .institutions-link a {
  display: inline-block;
  padding: 0px 10px;
  border-right: 1px solid white;
  line-height: 1;
  color: white;
  font-size: 13px;
}
#ns-footer .institutions-link a:last-of-type {
  border-right: none;
}
#ns-footer .dropdown > button {
  background: transparent;
  border-radius: 0px;
  border-bottom: 1px solid white;
  margin: 0px 0 3px;
  padding: 5px 10px 10px;
  box-shadow: none;
  min-width: 110px;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  text-shadow: none;
  outline: none;
}
#ns-footer .dropdown > button .caret {
  float: right;
  margin-top: 5px;
}
#ns-footer .dropdown a {
  color: black;
  display: block;
  padding: 10px;
  border: none;
}
#ns-footer .dropdown a:hover {
  text-decoration: none;
  background: #eaeaea;
}
#ns-footer .dropdown.open > .dropdown-menu {
  border-radius: 0px;
  right: 0;
}
#ns-footer .dropdown .dropdown-menu {
  margin: 0px;
  padding: 0px;
  background: white;
  min-width: 110px;
}
#ns-footer .social-links {
  text-align: center;
}
#ns-footer .social-links a {
  color: white;
  font-size: 23px;
  padding: 5px 13px;
  height: 45px;
  border: 1px solid transparent;
  width: 45px;
  cursor: pointer;
  display: inline-block;
}
#ns-footer .social-links a:before {
  line-height: 35px;
}
#ns-footer .social-links a:hover {
  border: 1px solid #d2ba9f;
}
#ns-footer .copyright p {
  text-align: center;
  color: #929292;
  font-size: 12px;
  margin: 25px 0 0;
  line-height: 1;
}
/*#region calendar*/

.well {
  background-color: #ececed;
  box-shadow: none;
  margin-top: 10px;
  padding: 10px !important;
}
.well .calendar {
  border-bottom: 0 !important;
  padding-top: 0 !important;
  position: relative;
}
.well .calendar .fc-toolbar.fc-header-toolbar .fc-button {
  box-shadow: none;
  top: 0;
  bottom: 0;
  margin: auto;
}
.well .calendar .fc-toolbar.fc-header-toolbar .fc-button:focus {
  outline: none;
}
.well .calendar .fc-toolbar.fc-header-toolbar .fc-left {
  text-align: center !important;
  float: none !important;
  display: block;
}
.well .calendar .fc-toolbar.fc-header-toolbar .fc-right {
  float: none !important;
}
.well .calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-today-button {
  display: none;
}
.well .calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group {
  width: 100%;
  text-align: center;
}
.well .calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-prev-button {
  float: left !important;
  position: absolute;
  left: 100px;
  top: 7px;
}
.well .calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-prev-button span {
  color: #2c518d !important;
}
.well .calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-next-button {
  float: right !important;
  position: absolute;
  right: 100px;
  top: 7px;
}
.well .calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-next-button span {
  color: #2c518d !important;
}
.well .fc-scroller > .fc-day-grid {
  box-sizing: border-box;
  padding: 0px;
}
.well .fc-week {
  height: 50px !important;
  min-height: 50px !important;
}
.well .fc table {
  border: none !important;
}
.well .fc-unthemed td {
  border: none !important;
}
.well .fc-unthemed thead {
  border: none !important;
}
.well .fc-unthemed tbody {
  border: none !important;
}
.well .fc-unthemed .fc-divider {
  border: none !important;
}
.well .fc-unthemed .fc-row {
  border: none !important;
}
.well .fc-unthemed .fc-content {
  border: none !important;
}
.well .fc-unthemed .fc-popover {
  border: none !important;
}
.well .fc-unthemed .fc-list-view {
  border: none !important;
}
.well .fc-unthemed .fc-list-heading td {
  border: none !important;
}
.well .fc-right button.fc-prev-button.fc-button.fc-state-default.fc-corner-left {
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
}
.well .fc-right button.fc-next-button.fc-button.fc-state-default.fc-corner-right {
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
}
.well .fc-content-skeleton thead td {
  text-align: center;
  height: 35px;
  vertical-align: middle;
}
.well .fc-content-skeleton thead .fc-day-number {
  float: none !important;
  position: relative;
  z-index: 1;
  line-height: 35px;
}
.well .fc-content-skeleton tbody td.fc-event-container {
  position: relative;
}
.well .fc-content-skeleton tbody td.fc-event-container .fc-day-grid-event {
  height: 2px;
  border-radius: 0px;
  margin-top: -4px;
  margin-bottom: 7px;
  display: block;
}
td.fc-event-container .fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end .fc-content {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.theme-background {
  width: 30px;
  height: 5px;
  align-self: center;
  margin-right: 10px;
}
.icon {
  position: relative;
}
.icon:before {
  border: none;
}
.icon:hover:before {
  border: none;
}
svg {
  position: absolute;
  top: 5px;
  left: 5px;
  fill: transparent;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  stroke-linecap: butt;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
}
svg:hover {
  stroke: #ceb69c;
  stroke-dashoffset: 0;
  stroke-dasharray: 700;
}
svg rect {
  margin: auto;
}
#last-news {
  margin: 50px 0;
  display: block;
}
#last-news:before,
#last-news:after {
  clear: both;
  content: '';
  display: table;
}
.news-inner label {
  font-weight: normal;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.news-inner .newsItem {
  max-width: 450px;
  margin: 0 auto;
  text-align: left;
  background-color: #5a5958;
  padding: 0px 0px 0px 0px;
  z-index: 1;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 25px;
}
.news-inner .news-caption {
  padding: 30px;
  min-height: 310px;
  position: relative;
  padding-bottom: 70px;
}
.news-inner .image {
  max-height: 200px;
  height: 200px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news-inner .image {
    max-height: inherit;
    height: inherit;
  }
}
.news-inner .image img {
  max-width: 100%;
}
.news-inner a {
  color: white;
}
.news-inner a:hover {
  text-decoration: none;
}
.news-inner h3 {
  font-size: 21px;
  margin-bottom: 25px;
  margin-top: 0px;
  text-transform: uppercase;
  font-family: PlayfairDisplay-Regular;
  height: 70px;
  overflow: hidden;
}
.activityIntro {
  font-size: 15px;
  overflow: hidden;
  line-height: 1.3;
  width: 90%;
  max-height: 100px;
  text-shadow: none;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
p.date {
  font-size: 12px;
  opacity: 0.75;
}
.titleNews {
  margin-top: 85px !important;
  border-top: 1px double #cbcbcb;
  padding-top: 60px;
  position: relative;
}
.titleNews:after {
  top: 50% !important;
}
.last-activities.last-news {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(../content/images/statii-bg.jpg);
}
.last-activities.last-news h1 {
  color: white;
  position: relative;
  padding-right: 115px;
}
.last-activities.last-news h1:after {
  background-color: white;
}
.last-activities.last-news h1:before {
  content: url(/content/images/icon.png);
  position: absolute;
  right: 15px;
  top: -15px;
}
@media (max-width: 767px) {
  .last-activities.last-news h1:before {
    position: relative;
    right: 0;
    display: block;
  }
}
