body, html {
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #000000;
    line-height: 2;
}

/* .main {
    overflow: hidden;
} */

.no-scroll {
    overflow: hidden;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

a, button {
    text-decoration: none;
    -webkit-transition: all .3s ease-out;    
    transition: all .3s ease-out;    
}

a {
    color: #0061AF;
}

a:hover,
a:focus,
a:active {
    color: #FF69AC;
}

.btn {
    position: relative;    
    border-radius: 0;
    padding: 10px 40px;
    color: #1F1A1A;
}

strong {
    font-weight: 700;
}

h1, h2, h3, h4 {
    font-family: 'Boogy Brut Poster White', Georgia, serif;
    letter-spacing: 3px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

h1 { 
    margin: 30px 0 10px 0;  
    font-size: 90px;  
}

.subpage-header h1 {
    margin: 0 0 30px 0;
}

h2 {
    font-size: 65px;
}

ol, ul, dl {
    margin-bottom: 2rem;
}

.img_responsive,
.imgresponsive {
    max-width: 100%;
}

.no-padding {
    padding: 0;
}

.no-list-style {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.outline-btn-white {
    position: relative;
    border: 1px solid rgba(255,255,255,.4);
    background: transparent;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    transition: all .3s ease-out;
}

.outline-btn-white::after,
.outline-btn-white::after:hover,
.outline-btn-white::after:focus,
.outline-btn-white::after:active {
    content: '';
    position: relative;
    display: inline-block;
    margin: 0 0 0 15px;
    top: 1px;
    width: 8px;
    height: 13px;
    
}

.outline-btn-white svg {
    position: relative;
    display: inline-block;
    margin: 0 0 0 15px;
}

.outline-btn-white path {
    fill: #ffffff;
    transition: all .3s ease-out;
}

.outline-btn-white:hover path {
    fill: #1268B3;
}

.outline-btn-white:hover,
.outline-btn-white:focus,
.outline-btn-white:active {
    text-decoration: none;
    color: #1268B3;
    background: #ffffff;
}

.form-control {
    color: #000;
}


/* mobile nav ico */
.mobile-nav-wrapper {
    display: block;
    cursor: pointer;
}

.mobile-nav-wrapper svg {
    position: relative;
    top: -2px;
    width: 26px;
    height: 20px;
}

.mobile-nav-wrapper path {
    fill: #000000;
}

.close-nav {
    position: relative;
    text-align: right;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.close-nav:hover {
    color: #FF69AC;
}

.nav-mobile-wrapper {
    display: none;
}

.hidden-side-nav {
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    bottom: 0;
    background: #ffffff;
    width: 500px;
    margin: 0;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    float: none;
    z-index: 101;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: -10px 0 20px rgba(0,0,0,.3);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hidden-side-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-radius: 5px;
}

.hidden-side-nav ul li {
    padding: 13px 0;
    border-bottom: 1px solid #e8e8e8;
}

.hidden-side-nav a {
    color: #1F1A1A;
    display: block;
}

.main-cat-name-sidebar {
    position: relative;
}

.main-cat-name {
    max-width: 400px;
}

.show-submenu-side,
.nav-list li a.show-submenu-side-main {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 2;
    top: -2px;
    right: 0;
    bottom: 0;
    background: url(../img/chevron-right.svg) 50% 50% no-repeat;
    background-size: 7px auto;
    border-radius: 100%;
    border: 1px solid #b1b1b1;
    transform: rotate(0);
}

.main-cat-name-sidebar.active .show-submenu-side,
.nav-list .show-submenu.active .show-submenu-side-main {
    transform: rotate(90deg);
    background: #1268B3 url(../img/chevron-right-white.svg) 50% 50% no-repeat;
    border:  1px solid #1268B3;
    background-size: 6px auto;
}

.nav-list li a.show-submenu-side-main {
    display: none;
}

.hidden-side-nav .submenu-side {
    display: none;
    background: #f7f7f7;
    padding: 5px 15px;
    margin: 10px 0 0 0;
}

.hidden-side-nav ul li .submenu-side li {
    border-bottom: none;
    padding: 0;
    margin: 0 20px 0 0;  
}

.hidden-side-nav ul li .submenu-side li a {
    display: inline-block;
    padding: 5px 0;
    font-size: 16px;
}

.topbar {
    position: relative;
    line-height: 1;
    z-index: 14;
    padding: 10px 60px;
    font-size: 12px;
    border-bottom: 1px solid #E6E6E6;
}

.topbar-content-wrapper {
    max-width: 1700px;
    margin: 0 auto;
}

.topbar a {
    color: #000000;
}

.topbar .radio {
    position: relative;
    padding: 0 0 0 30px;
}

.topbar .radio::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    display: inline-block;
    width: 21px;
    height: 17px;
    background: url(../img/radio-ico.svg) 50% 50% no-repeat;
    background-size: 21px auto;
}

.topbar .left-side {
    font-weight: 400;
}

.topbar .right-side {
    margin: 0;
    font-weight: 600;
}

.nav-desktop-container {
    position: relative;
}

.search {
    position: relative;
    display: block; 
    top: -1px;
    width: 20px;
    height: 20px;
    margin: 0 40px 0 0;
    background: url(../img/search-ico.svg) 50% 50% no-repeat;
    background-size: 20px auto;
}

.lang-wrapper {
    position: relative;
}

.lang-wrapper .lang {
    position: relative;
    padding: 0 20px 0 0;
}

.lang-wrapper-mobile {
    display: none;
}

.lang::after {
    content: '';
    position: absolute;
    right: 0;
    top: 51%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    display: block;
    background: url(../img/chevron-down.svg) 50% 50% no-repeat;
    background-size: 10px auto;
}

.lang-wrapper-mobile .lang {
    font-weight: 700;
}

.lang-wrapper-mobile .lang::after {
    transform: none;
    top: 14px;
}

.lang-wrapper-mobile .lang-list {
    text-align: left;
    background: #f7f7f7;
    padding: 5px 15px;
    margin: 10px 0 0 0;
}

.lang-wrapper-mobile .lang-list li {
    border: none;
    padding: 5px 0;
}

.lang-list {
    display: none;
    position: absolute;
    padding: 15px;
    top: 28px;
    left: -17px;
    width: 50px;
    background: #ffffff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0,0,0,.3);
}

.nav-list li .lang-list li {
    margin: 0 0 5px 0;
    display: block;
}

.nav-list li .lang-list li:last-child {
    margin: 0;
} 

.nav-list li .lang-list a {
    font-size: 16px;
}

.main-nav-wrapper {
    padding: 0 60px;
    position: fixed;
    z-index: 13;
    width: 100%;
    background: #fff;
    top: 40px;
    left: 0;
    right: 0;
    box-shadow: 0 10px 12px rgba(0,0,0,.15);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.main-nav-wrapper.on-top {
    top: 0;
}

.main-nav {
    max-width: 1700px;
    margin: 0 auto;
}

.main-nav .logo {
    display: inline-block;
}

.main-nav .logo img {
    width: 221px;
    height: 62px;
    display: block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.main-nav.fixed {
    top: 0;
    box-shadow: 0 15px 20px rgba(0,0,0,.2);
}

.main-nav.fixed .logo {
    margin: 0 0 0 40px;
}

.main-nav.fixed .logo img {
    width: 140px;
    height: 35px;
}

.main-nav.fixed .search-wrapper {
    top: 75px;
}

.fixed .submenu {
    top: 88px;
}

.nav-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    height: 83px;  
}

.nav-list li {
    position: relative;
    display: inline-block;
    margin: 0 40px 0 0;
    font-size: 15px;
}

.nav-list > li {
    line-height: 83px;
}

.nav-list li:last-child {
    margin: 0 50px 0 0;
}

.nav-list li a {
    position: relative;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    color: #000000;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.nav-list li a:hover,
.nav-list li a:focus,
.nav-list li a:active {
    text-decoration: none;
    color: #0059a0;
}

.nav-list .alijansa {
    padding: 0 0 0 33px;
}

.nav-list .alijansa::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    display: block;
    background: url(../img/sea-eu-logo-menu.png) 50% 50% no-repeat;
    background-size: 24px auto;
}

.nav-list li.show-submenu > a:after {
    content: '';
    position: relative;
    display: inline-block;
    margin: 0 0 0 15px;
    width: 13px;
    height: 10px;
    background: url(../img/chevron-down-gray.svg) 50% 50% no-repeat;
    background-size: 13px auto;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.submenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 82px;
    left: 0;
    width: 300px;
    background: #F5F5F5;
    padding: 30px;
    line-height: 1;
    margin: 0;
    z-index: 4;
    list-style-type: none;
    box-shadow: 0 25px 20px rgba(0,0,0,.2);
    transition: all .3s ease-out; 
}

.nav-list li.show-submenu:hover .submenu {
    visibility: visible;
    opacity: 1;
}

.submenu li {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}

.submenu li:last-child {
    margin: 0;
}

.nav-list .submenu a {
    font-size: 16px;
}

.submenu-list {
    position: relative;
    padding: 0;
    margin: 0;
}

.submenu-list .submenu-list-last {
    padding: 20px 0 0 20px;
}

.submenu-list .submenu-list-last ul {
    padding: 20px 0 5px 20px;
}

.submenu-list .submenu-list-last li {
    margin: 0 0 15px 0;
}

.submenu-list .submenu-list-last li:last-child {
    margin: 0;
} 

.submenu-list .submenu-list-last a {
    font-weight: 400;
}

.toggle-last-submenu {
    position: absolute;
    width: 23px;
    height: 23px;
    display: block;
    top: -2px;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background: url(../img/chevron-right.svg) 50% 50% no-repeat;
    background-size: 7px auto;
    border-radius: 100%;
    border: 1px solid #b1b1b1;
    transform: rotate(0);
}


.mobile-nav {
    display: none;
}

.search-wrapper {
    display: none;
    position: absolute;
    right: 40px;
    top: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    z-index: 5; 
    width: 460px;
    height: 245px;
    background: #0061af;
    color: #fff;
    font-size: 15px;
}

.search-wrapper.fixed-search {
    top: 84px;
}

.search-wrapper .search-input {
    position: relative;
    padding: 20px;
}

.search-wrapper input {
    background: #0061af;
    border: none;
    border-bottom: 1px solid #64a1d2;
    color: #fff;
    width: 65%;
    display: block;
    float: left;
    padding: 13px 0;
    height: 50px;
    outline: none;
    font-size: 15px;
    -webkit-appearance: none;
}

.search-wrapper .search-btn {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: block;
    border: none;
    background: #ff69ac;
    border-radius: 100%;
    margin: 0 0 0 20px;
}

.search-wrapper .search-btn:hover {
    background: #42BA86;
}

.search-wrapper .search-btn:after {
    content: '';
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    background: url(../img/search-ico-menu.svg) 50% 50% no-repeat;
    background-size: 20px auto;
    top: 0;
    left: 0;
    right: 0;
}

.search-wrapper .close-search,
.close-nav-ico {
    position: relative;
    width: 50px;
    display: block;
    margin: 0;
    cursor: pointer;
    opacity: .7;
    transition: all .3s ease-out;
}

.close-nav-ico {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 0 0 10px;
}

.search-wrapper .close-search:hover,
.close-nav:hover .close-nav-ico {
    opacity: 1;
    transform: rotate(90deg);
}

.close-nav:hover .close-nav-ico::before,
.close-nav:hover .close-nav-ico::after {
    background-color: #FF69AC;
}  

.search-wrapper .close-search:before,
.search-wrapper .close-search:after,
.close-nav-ico::before,
.close-nav-ico::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 25px;
    width: 2px;
    background-color: #fff;
    top: 13px;
}

.close-nav-ico::before,
.close-nav-ico::after {
    background-color: #000;
    height: 15px;
    top: 0;
}

.search-wrapper .close-search::before,
.close-nav-ico::before {
    transform: rotate(45deg);
}

.search-wrapper .close-search::after,
.close-nav-ico::after {
    transform: rotate(-45deg);
}

.quick-links {
    padding: 0 20px;
    margin: 0;
    list-style-type: none;
}

.quick-links li {
    margin: 0 0 5px 0;
}

.quick-links li:last-child {
    margin: 0;
}

.quick-links a {
    color: #fff;
}

.quick-links a:hover {
    opacity: .6;
}

.quick-links-title {
    text-transform: uppercase;
    font-weight: 600;
}

/* search form */
.search-wrapper ::-webkit-input-placeholder {
    color: #fff;
}
.search-wrapper ::-moz-placeholder {
    color: #fff;
}
.search-wrapper :-ms-input-placeholder {
    color: #fff;
}
.search-wrapper :-moz-placeholder {
    color: #fff;
}


::-webkit-input-placeholder {
    color: #484848;
}
::-moz-placeholder {
    color: #484848;
}
:-ms-input-placeholder {
    color: #484848;
}
:-moz-placeholder {
    color: #484848;
}

.search-item {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.search-item:after {
    content: '';
    z-index: 1;
    top: 0;
    bottom: 120px;
    left: 0;
    -webkit-box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .08);
    box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .08);
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.search-item:hover:after {
    -webkit-box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .3);
}

.search-item img {
    display: block;
}

.search-item-name {
    font-size: 13px;
    font-weight: 600;
    color: #425263;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #0061af;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: '';
    background: #717171 url(../img/arrow-right-white.svg) 50% 50% no-repeat;
    background-size: 8px auto;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
    background: #1F1A1A url(../img/arrow-right-white.svg) 50% 50% no-repeat;
    background-size: 8px auto;
}

.swiper-button-next:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.znanost .swiper-button-prev:after,
.znanost .swiper-button-next:after,
.radio-kampus .swiper-button-prev:after,
.radio-kampus .swiper-button-next:after {
    background: #fff url(../img/arrow-right-black.svg) 50% 50% no-repeat;
    background-size: 8px auto;
}

.znanost .swiper-button-prev:hover:after,
.znanost .swiper-button-next:hover:after,
.radio-kampus .swiper-button-prev:hover:after,
.radio-kampus .swiper-button-next:hover:after {
    background: #ededed url(../img/arrow-right-black.svg) 50% 50% no-repeat;
    background-size: 8px auto;
}

.swiper-button-prev,
.swiper-button-next {
    left: auto;
    top: -48px;
    display: block;
}

.swiper-button-prev {
    right: 70px;
}

.swiper-button-next {
    right: 10px;
}

.swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #ffffff;
    opacity: 0.7;
    width: 15px;
    height: 15px;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
    opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0 15px 0;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-of-type,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-of-type {
    margin: 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    right: auto;
    left: 45px;
    width: 15px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.main-slider,
.subpage-header,
.article-page,
.splitscreen-header {
    position: relative;
    margin: 89px 0 0 0;
}

.main-slide-holder {
    position: relative;
    display: inline-block;
    width: 100%; 
}

.main-slide-holder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgb(10,79,139);
    background: linear-gradient(90deg, rgba(10,79,139,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
}

.slider-img {
    width: 100%;
}

.slide-info {
    position: absolute;
    max-width: 80%;
    width: 100%;
    left: 130px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    z-index: 2;
    font-size: 28px;
}

.slide-info h1 {
    margin: 0 0 50px 0;
    letter-spacing: 7px;   
}

.title-mobile {
    display: none;
}

.home-section {
    position: relative;
    margin: 0 0 60px 0;
    z-index: 3;
}

.home-section h2 {
    position: relative;
    margin: 0 0 30px 0;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none!important;
}

.bootstrap-select>.dropdown-toggle:active {
    background: transparent;
}

.bootstrap-select .dropdown-menu {
    max-height: 250px;
}

.bootstrap-select .dropdown-menu.inner {
    font-size: 14px;
}

.bootstrap-select .dropdown-menu li a {
    padding: 7px 10px;
}

.bootstrap-select .form-control {
    height: auto;
    padding: 5px 10px;
}

.bs-searchbox {
    margin: 0 0 10px 0;
}

.bootstrap-select>.dropdown-toggle:after,
.form-group.calendar::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    display: block;
    top: 13px;
    right: 0;
    background: url(../img/chevron-down.svg) 50% 50% no-repeat;
    background-size: 12px auto;
    border: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 140px;
}

@keyframes arrow-animation {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0);
    }
}

footer {
    display: inline-block;
    width: 100%;
    margin: 130px 0 0 0;
    padding: 0 0 60px 0;
    background: #F6F6F6;
    font-size: 16px;
    font-weight: 400;
}

footer a {
    color: #000000;
}

.footer-links li {
    margin: 0 0 10px 0;
}

.copyright {
    margin: 20px 0;
    text-align: center;
    font-size: 13px;
}

.copyright img {
    width: 65px;
    height: 54px;
    display: block;
    margin: 0 auto 10px auto;
}


.after-footer {
    padding: 30px 15px 10px 15px;
}

.partners {
    display: block;
    text-align: center;
}

.partners li {
    display: inline-block;
    margin: 0 40px 20px 0;
}

.partners li:last-child {
    margin: 0;
}

.partners img {
    max-width: 150px;
    max-height: 60px;
}

.partners.fixed-home {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background: #fff;
    padding: 20px 0 0 0;
    box-shadow: 0 -3px 15px rgba(0,0,0,.15);
}

.main-footer-content {
    width: 100%;
}

.social {
    margin: 0;
    padding: 0;
}

.social li,
.inline-list li {
    display: inline-block;
    margin: 0 0 0 50px;
}

.inline-list li {
    margin: 0 0 0 30px;
}

.social li {
    margin: 0 0 0 15px;
}

.social li:first-child,
.inline-list li:first-child {
    margin: 0;
}

.social path {
    fill: #616161;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.social a:hover path {
    fill: #FF69AC;
}

.footer-row {
    margin: 0 0 30px 0;
}

.dark-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 100;
}

.icon-direction-right {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: url(../img/chevron-down.svg) 50% 50% no-repeat;
    background-size: 12px auto;
    position: absolute;
    right: -30px;
    top: 6px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.page-nav.bottom {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding: 0 30px 0 0;
    font-size: 14px;
}

/* custom checkbox */

.inp-cbx {
    display: none;
}

.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 100%;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: top;
    margin: 4px 10px 0 0;
    border: 1px solid #C5AB7B;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all .3s ease;
    -webkit-transition-delay: .1s;
    -webkit-transform: translate3d(0, 0, 0);
    transition: all .3s ease;
    transition-delay: .1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #C5AB7B;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.cbx span:last-child {
    padding-left: 3px;
    width: 90%;
}

.cbx:hover span:first-child {
    border-color: #C5AB7B;
}

.inp-cbx:checked+.cbx span:first-child {
    background: #C5AB7B;
    border-color: #C5AB7B;
    animation: wave .4s ease;
}

.inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0
}

.inp-cbx:checked+.cbx span:first-child:before {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

@keyframes wave {
    50% {
        transform: scale(.9)
    }
}

/* end custom checkbox */

.form-control {
    max-width: 420px;
    width: 100%;
    font-size: 18px;
    padding: 0 0 10px 0;
    border-radius: 0;
    border: none;
    color: #1F1A1A;
    border-bottom: 1px solid #C9C9C9;
}

.lg-backdrop {
    background-color: #ffffff;
}

.lg-outer .lg-thumb-outer {
    background-color: #ededed;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #FF69AC;
}

.lg-next,
.lg-prev {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #d2d2d2;
    color: #696969;
    transition: all .3s ease-out;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
    background-color: #FF69AC;
}

.lg-toolbar .lg-icon:hover {
    color: #FF69AC;
}

.lg-sub-html {
    color: #000;
}

.nice-scrollbar,
.bootstrap-select .inner {
    scrollbar-width: thin;
    scrollbar-base-color:#fff;
    scrollbar-face-color:#fff;
    scrollbar-3dlight-color: #1268B3;
    scrollbar-highlight-color:#1268B3;scrollbar-track-color:#fff;scrollbar-arrow-color:#1268B3;scrollbar-shadow-color:#1268B3;scrollbar-dark-shadow-color:#fff;
}

.nice-scrollbar::-webkit-scrollbar,
.bootstrap-select .inner::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #fff
}

.nice-scrollbar::-webkit-scrollbar-thumb,
.bootstrap-select .inner::-webkit-scrollbar-thumb {
    background-color: #1268B3;
}

.nice-scrollbar::-webkit-scrollbar-track,
.bootstrap-select .inner::-webkit-scrollbar-track {
    background-color: #fff;
}

.intro-section-home {
    position: relative;
    padding: 70px 0 80px 0;
}

.field-interest-wrapper .container {
    position: relative;
}

.middle-line,
.middle-line-sub {
    position: absolute;
    width: 2px;
    display: block;
    background: #E3E3E3;
    height: 100%;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

.middle-line-sub {
    top: 0;
}

.field-interest-options-wrapper .middle-line {
    top: auto;
    height: 100px;
    bottom: -180px;
}

.intro-section-home h2 {
    margin: 0;
    width: 50%;
    padding: 0 60px 0 0;
}

.intro-content {
    padding: 0 0 0 60px;
}

.field-interest-options-wrapper  {
    position: relative;
}

.field-item {
    width: 30.8%;
    max-height: 640px;
    height: 100%;   
}

.field-item a {
    color: #000;
    display: inline-block;
}

.field-item a:hover {
    color: #ffffff;
}

.field-item.znanost a {
    background: #C1DECF;
}

.field-item.znanost a:hover {
    background: #42BA86;
    
}

.field-item.studiranje a {
    background: #DFEDF5;
}

.field-item.studiranje a:hover {
    background: #1268B3;
}

.field-item.sveuciliste-zajednica a {
    background: #FFBFD7;
}

.field-item.sveuciliste-zajednica a:hover {
    background: #FF69AC;
}

.field-item-img-wrapper {
    overflow: hidden;
}

.field-item img {
    width: 100%;
    transform: scale(1);
    transition: all .3s ease-out;
}

.field-item:hover img {
    transform: scale(1.1);
}

.field-item h3 {
    font-size: 45px;
    margin: 0 0 20px 0;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
}
  
.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform .3s ease-out;
}
  
.field-item:hover .hover-underline-animation::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.intro-content {
    font-size: 20px;
    max-width: 50%;
}

.field-item-content {
    position: relative;
    padding: 40px;
    height: 320px;
}

.field-item-content p {
    margin: 0;
    font-size: 18px;
}

.field-item-content .view-more {
    position: absolute;
    bottom: 40px;
    transition: all .3s ease-out;
}

.field-item:hover .view-more {
    color: #fff;
}

.view-more {
    position: relative;   
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    z-index: 2;
    display: inline-block;
    width: 100%;
    margin: 40px 0 0 0;
    height: 35px;
}

.news-carousel-section .view-more-wrapper,
.home-section .view-more-wrapper {
    position: relative;   
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    z-index: 2;
    display: block;
    width: 100%;
    margin: 0;
    float: right;
    display: block;
    width: auto;
    overflow: hidden;
}

.view-more::after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 35px;
    width: 35px;
    background: url(../img/chevron-circle.svg) 50% 50% no-repeat;
    background-size: 35px auto;
    margin: 0 0 0 20px;
    top: 0;
    transition: all .3s ease-out;
}

.field-item:hover .view-more::after {
    background: url(../img/chevron-circle-white.svg) 50% 50% no-repeat;
    background-size: 35px auto;
}

.news-carousel-section,
.slider-right {
    position: relative;
    margin: 130px 0;
    padding: 50px 0 120px 0;
}

.news-carousel-section::before,
.slider-right::before,
.featured-news::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 62%;
    height: 100%;
    background: #F6F6F6;
    z-index: 1;
}

.news-carousel-section .view-more {
    padding: 0 55px 0 0;
}

.news-carousel-section h2,
.explore-uni h2,
.calendar-wrapper h2,
.news-group-wrapper h2 {
    position: relative;
    z-index: 2;
    margin: 0 0 30px 0;
}

.news-carousel-section h2 {
    padding: 0 100px 0 0;
}

.news-group-wrapper h2 {
    padding: 0 125px 0 0;
}

.news-carousel,
.news-carousel-second,
.news-carousel-najave {
    position: relative;
    z-index: 2;
}

.news-carousel-section img,
.news-carousel-najave img {
    position: relative;
    z-index: 2;
    width: 100%;
}

.news-carousel-section .swiper {
    height: 100%;
}

.news-carousel-section .swiper-slide {
    height: auto;
  }

.news-item {
    display: inline-block;
    background: #ffffff;
    color: #000000;
    /* max-width: 390px; */
    width: 100%;
    height: 100%;
}

.news-item:hover,
.news-item:focus,
.news-item:active {
    color: #0059a0;
}

.news-item img,
.gallery-item img {
    width: 100%;
}

.news-item h3,
.gallery-item h3 {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.6;
}

.news-item-content {
    padding: 30px;
}

.news-item-desc {
    font-size: 16px;
}

.science-blog .intro-section-home {
    padding: 0 0 80px 0;
}

.blog-list-home  {
    position: relative;
    max-width: 600px;
    width: 100%;
    line-height: 1.6;
}

.blog-list-home ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin: 0;
}

.blog-list-home li {
    counter-increment: item;
    margin: 0 0 15px 0;
}

.blog-list-home li:before {
    content: '0' counter(item) '.';
    position: absolute;
    left: 0;
    width: 35px;
    display: inline-block;
    color: #919191;
    font-weight: 400;
}

.blog-list-home ol a {
    color: #000000;
    font-weight: 600;
    padding: 0 0 0 40px;
    display: block;
}

.blog-list-home ol a:hover,
.blog-list-home ol a:focus,
.blog-list-home ol a:active {
    color: #0059a0;
}

.blog-list-home .view-more::after {
    top: -4px;
}

.blog-home-carousel {
    position: relative;
    width: 58%;
}

.blog-item-desc {
    max-width: 485px;
    width: 100%;
    padding: 50px;
    background: #DFEDF5;
    color: #000;
}

.blog-item-wrapper img {
    width: 52%;
}

.blog-item-desc h3 {
    font-size: 40px;
    margin: 0 0 30px 0;
}

.blog-item-wrapper:hover h3 {
    color: #0059a0;
}

.blog-item-author {
    font-size: 16px;
    font-weight: 400;
}

.blog-home-carousel .swiper-button-prev:after,
.blog-home-carousel .swiper-button-next:after {
    content: '';
    width: 35px;
    height: 35px;
    background: transparent url(../img/arrow-right-black.svg) 50% 50% no-repeat;
    background-size: 7px auto;
    border: 1px solid #000000;
}


.blog-home-carousel .swiper-button-prev:hover:after,
.blog-home-carousel .swiper-button-next:hover:after {
    background: #1F1A1A url(../img/arrow-right-white.svg) 50% 50% no-repeat;
    background-size: 7px auto;
}

.blog-home-carousel .swiper-button-prev {
    right: auto;
    left: 50px;
    top: auto;
    bottom: 20px;
}

.blog-home-carousel .swiper-button-next {
    right: auto;
    left: 95px;
    top: auto;
    bottom: 20px;
}

.explore-uni {
    margin: 130px 0 0 0;
}

.explore-uni-item {
    position: relative;
    max-width: 32%;
}

.explore-uni-item::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.88) 0%, rgba(255,255,255,0) 100%);
}

.explore-uni-item h3 {
    position: absolute;
    color: #ffffff;
    bottom: 10px;
    left: 30px;
    z-index: 2;
    transform: translateY(-15px);
    transition: all .3s ease-out;
}

.explore-uni-item:hover h3 {
    transform: translateY(-30px);
}

.footer-address {
    font-family: 'Boogy Brut Poster White', Georgia, serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    font-size: 30px;
    background: #EBEBEB;
    padding: 25px 15px;
}

.footer-address a  {
    position: relative;
    color: #000;
}

.footer-address a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    display: block;
    height: 1px;
    width: 100%;
    background: #000;
}

.footer-address a:hover {
    color: #1268B3;
}

.footer-address a:hover::after {
    background: #1268B3;
}

.social li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 5px 10px rgba(0,0,0, .07);
}

.social li:last-child a {
    width: auto;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    height: auto;
}

.chat-fixed {
    position: fixed;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 100%;
    background: #FF69AC url(../img/chat-ico.svg) 50% 50% no-repeat;
    background-size: 24px auto;
    bottom: 20px;
    right: 30px;
    z-index: 10;
}

.chat-fixed:hover {
    background: #EF3C8C url(../img/chat-ico.svg) 50% 50% no-repeat;
    background-size: 24px auto;
}

.chat-popup {
    width: 400px;
    position: fixed;
    display: none;
    bottom: 100px;
    right: 30px;
    z-index: 10;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0,0,0, .10);
}

.chat-popup h3 {
    font-size: 25px;
    margin: 10px 0 20px 0;
    letter-spacing: 2;
}

.close-chat {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 12px;
    height: 12px;
    display: block;
    background: url(../img/close-ico.svg) 50% 50% no-repeat;
    background-size: 12px auto;
}

.pink-btn {
    background: #FF69AC;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    padding: 11px 40px;
}

.pink-btn:hover {
    color: #fff;
    background: #EF3C8C;
}

.chat-form ::placeholder {
    font-size: 14px;
    color: #818181;
}

.chat-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin: 0 0 10px 0;
}

.chat-form .bootstrap-select>.dropdown-toggle {
    border-radius: 8px;
    padding: 15px;
    font-size: 14px;
    background: #F3F3F3;
}

.chat-form .bootstrap-select>.dropdown-toggle.bs-placeholder,
.chat-form .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.chat-form .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.chat-form .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #818181;
}

.chat-form .bootstrap-select>.dropdown-toggle:after {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.chat-form textarea {
    height: 140px;
}

.chat-form .form-control {
    background: #F3F3F3;
    margin: 0 0 10px 0;
    border: none;
    border-radius: 8px;
    padding: 15px;
    font-size: 14px;
}

.chat-form .form-control:focus,
.chat-form .form-control:active {
    box-shadow: 0 0 10px rgba(255, 105, 172, .7);
}

.subpage-header {
    position: relative;
    height: 455px;
    background-position: 50% 50%;
    background-size: cover;
}

.subpage-header::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.studiranje .subpage-header::before {
    background: rgba(223,237,245,.9);
}

.znanost .subpage-header::before {
    background: rgba(193,222,207,.9);
}

.sveuciliste-zajednica .subpage-header::before {
    background: rgba(255,191,215,.9);
}

.subpage-header-content {
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 0 15px;
}

.subpage-intro {
    max-width: 640px;
}

.choose-subject {
    position: relative;
    z-index: 5;
    background: #1268B3;
    color: #ffffff;
    text-align: center;
    padding: 20px 15px;
    margin: 0 0 100px 0;
}

.znanost .choose-subject {
    background: #42BA86;
}
.sveuciliste-zajednica .choose-subject {
    background: #FF69AC;
}

.choose-subject  h2 {
    font-size: 40px;
    margin: 0 55px 0 0;
}

.choose-subject .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 470px;
}

.choose-subject .bootstrap-select>.dropdown-toggle {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 3px 0 10px 0;
    color: #fff;
}

.choose-subject .bootstrap-select>.dropdown-toggle:after {
    background: url(../img/chevron-down-white.svg) 50% 50% no-repeat;
    background-size: 12px auto;
}

.choose-subject .bootstrap-select>.dropdown-toggle.bs-placeholder,
.choose-subject .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.choose-subject .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.choose-subject .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #fff;
}

.studiranje .news-carousel-section::before,
.studiranje .slider-right::before {
    background: #DFEDF5;
}

.studies-item {
    width: 23.5%;
    background: #F6F6F6;
}

.studies-item a {
    display: inline-block;
}

.studies-item picture,
.studies-item img {
    width: 100%;
}

.studies-item h2 {
    font-size: 30px;
    color: #000;
}

.studies-item-content {
    position: relative;
    padding: 30px;
    min-height: 360px;
}

.studies-item .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin: 0 0 30px 0;
}

.studies-item .bootstrap-select>.dropdown-toggle {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    background: transparent;
    box-shadow: none;
    padding: 0 0 10px 0;
    border: none;
    border-bottom: 1px solid #C8C8C8;
}

.studies-item .bootstrap-select>.dropdown-toggle:hover {
    color: #000;
}

.studies-item .bootstrap-select>.dropdown-toggle:after {
    background: url(../img/chevron-down.svg) 50% 50% no-repeat;
    background-size: 12px auto;
}

.studies-item .view-more {
    display: inline-block;
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.bootstrap-select .dropdown-menu {
    background: #DFEDF5;
    border: none;
    border-radius: 0;
    padding: 15px;
    line-height: 1.3;
    box-shadow: 0 10px 30px rgba(0,0,0,.16);
}

.bootstrap-select .dropdown-menu.inner {
    padding: 0 5px;
}

.choose-subject .bootstrap-select .dropdown-menu {
    background: #fff;
}

.bs-searchbox {
    position: relative;
}

.bs-searchbox::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 14px;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/search-select.svg) 50% 50% no-repeat;
    background-size: 18px auto;
}

.bs-searchbox .form-control {
    border: none;
}

.dropdown-item {
    white-space: initial;
}

.studiranje .news-carousel-section .swiper-button-prev:after,
.studiranje .news-carousel-section .swiper-button-next:after {
    background: #fff url(../img/arrow-right-black.svg) 50% 50% no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35!important;
}

.slider-right,
.featured-news {
    padding: 0;
}

.slider-right-wrapper,
.featured-news-wrapper {
    position: relative;
    z-index: 2;
    padding: 120px 0;
}

.studiranje .slider-right::before,
.news-landing .featured-news::before {
    right: auto;
    left: 0;
}

.slider-right-content-left,
.featured-news-content-left {
    width: 40%;
    height: 100%;
}

.slider-right-content-left .view-more,
.featured-news-content-left .view-more {
    margin: 40px 0 0 0;
    float: none;
    display: inline-block;
}

.slider-right-content-left .slide-intro,
.featured-news-content-left .slide-intro {
    margin: 30px 0 0 0;
}

.slider-right-container,
.featured-news-img {
    max-width: 48%;
    position: relative;
    width: 100%;
}


/* kalendar */

.calendar-wrapper {
    padding: 0 0 130px 0;
}

.calendar-events {
    background-color: #DFEDF5;
}

.calendar-sidebar,
tr.calendar-body .calendar-day .day.calendar-today:hover,
tr.calendar-body .calendar-day .day.calendar-active,
tr.calendar-body .calendar-day .day.calendar-today:active,
tr.calendar-body .calendar-day .day.calendar-active:hover {
    background: #1268B3;
    color: #fff;
}

tr.calendar-body .calendar-day .day {
    border: none;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

tr.calendar-body .calendar-day .day.calendar-today {
    color: #000;
    background-color: #DFEDF5;
}

th[colspan="7"] {
    color: #1268B3;
}

th[colspan="7"]::after {
    background: #DFEDF5;
}

.calendar-sidebar > .month-list > .calendar-months > li.active-month,
.calendar-sidebar > .month-list > .calendar-months > li:hover,
#eventListToggler {
    background-color: #FF69AC;
    font-weight: 400;
}

#eventListToggler {
    border-radius: 100%;
    box-shadow: none;
    right: 40px;
    top: 20px;
}

button.icon-button > span.chevron-arrow-right {
    position: relative;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 11px;
    height: 11px;
    top: -11px;
    left: 2px;
}

.calendar-events > .event-header > p {
    font-size: 26px;
    font-weight: 400;
    color: #000000;
}

.calendar-inner,
.calendar-sidebar,
.evo-calendar,
.calendar-sidebar > span#sidebarToggler {
    box-shadow: none;
}

.evo-calendar {
    background: #fff;;
}

tr.calendar-header .calendar-header-day {
    color: #000000;
    font-weight: 700;
    padding: 50px 10px 10px 10px;
}

tr.calendar-body .calendar-day .day:hover {
    background-color: #EBEBEB;
}

.event-container > .event-info > p {
    color: #000;
}

.event-container > .event-info > p.event-title {
    font-size: 18px;
    font-weight: 700;
}

.event-list > .event-empty > p {
    color: #000;
}

.event-list > .event-empty {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 18px;
}

.calendar-sidebar > span#sidebarToggler {
    border-radius: 100%;
    background: #FF69AC;
    top: 0;
    right: -5px;
}

.calendar-sidebar > span#sidebarToggler .icon-button {
    position: relative;
    top: -15px;
    left: 2px;
    width: 20px;
}

button.icon-button > span.bars,
button.icon-button > span.bars::before,
button.icon-button > span.bars::after {
    width: 20px;
    height: 3px;
}

button.icon-button > span.bars::before {
    top: -7px;
}

.calendar-sidebar {
    width: 210px;
}

button.icon-button > span.bars::after {
    bottom: -7px;
}

.calendar-sidebar > .calendar-year > p {
    font-size: 26px;
    font-weight: 400;
}

.calendar-sidebar > .calendar-year > button.icon-button > span {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 10px;
    height: 10px;
}

.calendar-sidebar > .calendar-year {
    text-align: left;
    padding: 20px 28px;
}

.calendar-sidebar > .calendar-year > button.icon-button {
    position: relative;
    top: -4px;
}

.calendar-sidebar > .calendar-year > button.icon-button[data-year-val="next"] {
    top: 5px;
}

.calendar-sidebar > .calendar-year > p {
    padding: 0 10px;
}

.category-img-right-wrapper,
.category-img-left-wrapper {
    height: 100%;
}

.category-content-wrapper,
.category-img-left .cat-img-link {
    width: 50%;
    padding: 0 60px 0 0;
}

.category-img-right .cat-img-link,
.category-img-left .category-content-wrapper {
    padding: 0 0 0 60px;
}

.category-intro-content {
    margin: 30px 0 0 0;
    font-size: 18px;
}

.cat-padding {
    padding: 130px 0 0 0;
}

.cat-img-link {
    width: 50%;
    padding: 0 0 ;
}

.category-list-wrapper {
    position: relative;
}

.category-list-wrapper.sastavnice {
    margin: 100px 0 0 0;
}

.category-img-wrapper a {
    color: #000;
}

.category-list-wrapper .cat-padding:first-of-type {
    padding: 0;
}

.znanost .news-carousel-section::before {
    background: #C1DECF;
}

.znanost .news-carousel-section {
    margin: 0 0 130px 0;
}

.subpage-intro-text {
    font-size: 25px;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}

.bread {
    list-style-type: none;
    margin: 0;
    padding: 30px 0 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.bread li {
    position: relative;
    display: inline-block;
}

.bread li::after {
    content: '/';
    display: inline-block;
    margin: 0 10px;
}

.bread li:last-child {
    font-weight: 700;
}

.bread li:last-child:after {
    display: none;
}

.bread li a {
    color: #787878;
}

.article-page h1 {
    text-align: center;
    margin: 60px 0 30px 0;
}

.date {
    text-align: center;
    font-size: 18px;
}

.social-share {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 50px 0;
}

.social-share li {
    display: inline-block;
    margin: 0 10px;
}

.social-share svg {
    width: 50px;
    height: 50px;
}

.social-share .fb a circle {
    fill: #4267b2;
    transition: all .3s ease-out;
}

.social-share .fb a:hover circle {
    fill: #284b92;
}

.social-share .tw a circle {
    fill: #1da1f2;
    transition: all .3s ease-out;
}

.social-share .tw a:hover circle {
    fill: #0e75b6;
}

.article-main-img {
    position: relative;
}

.article-main-img img {
    width: 100%;
}

.view-gallery-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    display: block;
    background: #FF69AC url(../img/gallery-ico.svg) 50% 50% no-repeat;
    background-size: 32px auto;
}

.view-gallery-btn:hover {
    background: #EF3C8C url(../img/gallery-ico.svg) 50% 50% no-repeat;
    background-size: 32px auto;
}

.article-gallery {
    display: none;
}

.img-caption {
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #E3E3E3;
}

.article-main-wrapper {
    position: relative;
    margin: 50px 0 0 0;
}

.article-goals {
    position: absolute;
    width: 255px;
    left: 0;
    top: 0;
}

.article-goals h2 {
    font-size: 50px;
    margin: 0 0 30px 0;
}

.article-goals ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.article-goals ul li {
    display: inline-block;
    width: 47%;
    margin: 0 0 15px 0;
}

.article-goals a {
    display: inline-block;
}

.article-goals img {
    max-width: 120px;
    width: 100%;
}

.article-main-content {
    max-width: 850px;
    margin: 0 auto;
}

.article-main-content a,
.simple-page-content a,
.data-table a,
.category-intro-content a {
    position: relative;
    color: #000;
    display: inline;
    font-weight: 700;
    word-break: break-word;
    padding: 0 0 2px 0;
    border-bottom: 2px solid #FF69AC;
}

.data-table a {
    font-weight: 400;
}

.category-intro-content a {
    font-weight: 300;
}

/* .article-main-content a::before,
.simple-page-content a::before,
.data-table a::before,
.category-intro-content a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    display: block;
    width: 100%;
    height: 2px;
    background: #FF69AC;
    display: none;
}

.category-intro-content a::before {
    bottom: 0;
} */

.article-main-content a:hover,
.article-main-content a:focus,
.article-main-content a:active,
.data-table a:hover,
.data-table a:focus,
.data-table a:active,
.category-intro-content a:hover,
.category-intro-content a:focus,
.category-intro-content a:active,
.simple-page-content a:hover,
.simple-page-content a:focus,
.simple-page-content a:active    {
    color: #FF69AC;
}

.article-main-content img {
    margin: 40px 0;
    display: block;
}

.article-main-content h2 {
    margin: 60px 0 30px 0;
    font-size: 50px;
}

.article-main-content h3 {
    margin: 40px 0 20px 0;
    letter-spacing: 1px;
    font-size: 40px;
}

.article-main-content h4 {
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    margin: 30px 0 20px 0;
}

.testimonial {
    position: relative;
    text-align: center;
    padding: 60px 50px 60px 0;
    background: url(../img/testimonial-ico.svg) 100% 15% no-repeat;
    background-size: 177px auto;
    width: 110%;
}

.testimonial h3 {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 1.3;
    margin: 0;
}

.testimonial-author {
    font-weight: 700;
    margin: 40px 0 0 0;
}

.article-main-content ul,
.simple-page-content ul {   
    margin: 30px 0 50px 0;
    padding: 0;
    list-style-type: none;
}

.article-main-content ul li,
.simple-page-content ul li {
    position: relative;
    padding: 0 0 0 30px;
    display: block;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

.article-main-content ul li::before,
.simple-page-content ul li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 100%;
    display: block;
    background: #1268B3;
    width: 12px;
    height: 12px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-page table {
    width: 100%;
    margin: 50px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.article-page table th {
    font-weight: 700;
    background: #DFEDF5;
}

.article-page table>tbody>tr:nth-of-type(even) {
    background: #F6F6F6;
}

.article-page table td,
.article-page table th {
    padding: 15px 20px;
}

.links-attachment {
    margin: 80px 0 50px 0;
    display: inline-block;
    width: 100%;
}

.links-attachment ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.links-attachment h2 {
    font-size: 50px;
    margin: 0 0 40px 0;
}

.article-main-content .links-attachment ul li::before,
.links-attachment ul li::before {
    content: '';
    position: absolute;
    display: inline-block;
    background: url(../img/link-ico.svg) 50% 50% no-repeat;
    background-size: 19px auto;
    border-radius: 0;
    width: 19px;
    height: 19px;
    top: 3px;
    left: 0;
}

.article-main-content .links-attachment ul li,
.simple-page-content .links-attachment li {
    position: relative;
    padding: 0 0 15px 35px;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.links-attachment li {
    border-bottom: 1px solid #C8C8C8;
}

.links-attachment li:last-child {
    border-bottom: none;
    padding: 0 0 0 35px;
    margin: 0;
}

.links-attachment li a {
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

.links-attachment li a,
.article-navigation a,
.simple-page-content .uni-auth li a,
.gallery-wrapper a,
.data-table .view-more {
    border-bottom: none;
    padding: 0;
}

.links-attachment li a:hover,
.article-navigation a:hover {
    color: #1268B3;
}

.article-navigation {
    margin: 50px 0 0 0;
}

.article-navigation a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.article-navigation .view-more {
    width: auto;
    margin: 0 50px 0 0;
}

.article-navigation .view-more.prev {
    padding: 0 0 0 55px;
    margin: 0;
}

.article-navigation .view-more.prev::after {
    left: 0;
    margin: 0 20px 0 0;
    transform: rotate(180deg);
}

.article-navigation .show-all-articles {
    border: 1px solid #D8D8D8;
    padding: 10px 30px;
}

.article-navigation .show-all-articles:hover,
.article-navigation .show-all-articles:focus,
.article-navigation .show-all-articles:active {
    color: #fff;
    background: #1268B3;
    border: 1px solid #1268B3;
}

.simple-page-content {
    max-width: 1000px;
    margin: 90px auto 0 auto;
}

.simple-page-content h2 {
    margin: 0 0 30px 0;
    font-size: 50px;
}

.page-header {
    padding: 0 15px;
}

.footer .page-header {
    background: #F6F6F6;
    padding: 0 0 60px 0;
    margin: 0 0 80px 0;
}

.footer .page-header h1 {
    margin: 40px 0 0 0;
}

.article-page .map iframe {
    margin: 0 0 40px 0;
    width: 100%;
    height: 590px;
}

.znanost .page-header {
    background: #C1DECF;
}

.data-table {
    font-size: 16px;
    font-weight: 400;
    width: 100%!important;
}

.data-table strong {
    font-weight: 600;
}

.data-table .view-more {
    margin: 0 40px 0 0;
    display: inline-block;
}

.data-table .view-more:hover,
.data-table .view-more:focus,
.data-table .view-more:active {
    color: #1268B3;
}

.data-table .view-more::after {
    height: 30px;
    width: 30px;
    background: url(../img/chevron-circle.svg) 50% 50% no-repeat;
    background-size: 30px auto;
    margin: 0 0 0 15px;
    top: -4px;
}

.dataTables_filter,
.dataTables_length {
    position: relative;
    font-size: 16px;
    margin: 0 0 25px 0;
}

.form-select {
    font-size: 16px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #C8C8C8;
    padding-left: 10px;
    background-position: 100% 50%;
}

.form-control:active,
.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

.dataTables_filter .form-control,
.dataTables_info {
    font-size: 16px;
    font-weight: 400;
}

div.dataTables_wrapper div.dataTables_length select {
    margin: 0 0 0 20px;
}

.dataTables_filter .form-control::placeholder {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.dataTables_filter::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    display: block;
    width: 19px;
    height: 18px;
    background: url(../img/filter-ico.svg) 50% 50% no-repeat;
    background-size: 19px auto;
}

.data-table td {
    padding: 20px;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 20px 0 0 0;
}

.page-link {
    border-radius: 100%;
    padding: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 35px;
}

.active>.page-link,
.page-link.active {
    background: #0061AF;
    font-weight: 700;
}

.page-item {
    margin: 0 20px;
}

.page-item.disabled {
    opacity: .5;
}

.page-item.previous {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    margin: 0 20px 0 0;
}

.page-item.next {
    margin: 0 0 0 20px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 100%;
    background: #EBEBEB url(../img/chevron-right-black.svg) 50% 50% no-repeat;
    background-size: 7px auto;
}

.page-item:first-child .page-link {
    transform: rotate(180deg);
}

.tab-content>.tab-pane {
    visibility: hidden;
    display: block;
    height: 0;
}

.tab-content>.active {
    visibility: visible;
    height: auto;
}

.tab-content {
    padding: 50px 20px;
}

.additional-table-filters {
    margin: 0 0 50px 0;
}

.blue-filter-btn {
    position: relative;
    background: #1268B3;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 0 20px;
    height: 45px;
}

.blue-filter-btn::after {
    content: '';
    position: relative;
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url(../img/chevron-right-white.svg) 50% 50% no-repeat;
    background-size: 7px auto;
    margin: 0 0 0 30px;
}

.blue-filter-btn:hover,
.blue-filter-btn:focus,
.blue-filter-btn:active {
    color: #fff;
    background: #FF69AC;
}

.additional-table-filters .bootstrap-select>.dropdown-toggle {
    background: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #C8C8C8;
    font-size: 16px;
    color: #000;
    padding: 0 30px 15px 0;
}

.additional-table-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.additional-table-filters .form-control {
    width: 360px;
}

.nav-tabs .nav-link {
    background: #F1F1F1;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0;
    padding: 20px 50px;
    border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #1268B3;
    color: #fff;
}

.nav-tabs .nav-item {
    margin: 0 20px 0 0;  
}

table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:after {
    line-height: 12px;
    color: #96BDD4;
    opacity: 1;
}

table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:after {
    color: #527e95;
}

.form-group {
    margin: 0 0 30px 0;
}

.additional-table-filters .form-control {
    font-size: 16px;
    color: #000;
    padding: 0 0 15px 0;
}

.form-control:focus {
    border-color: #FF69AC;
}

.additional-table-filters input::placeholder {
    color: #000;
}

.wrapper-tabs {
    position: relative;
}

.wrapper-tabs ul {
    position: relative;
    z-index: 1;
}

.wrapper-tabs li {
    width: auto;
}

.studiranje .footer .page-header {
    background: #DFEDF5;
}

.splitscreen-header {
    height: 660px;
    background: #F6F6F6;
}

.splitscreen-header .bread {
    text-align: left;
}

.splitscreen-header .left-side {
    padding: 0 2% 0 5.5%;
}

.studiranje .splitscreen-header {
    background: #DFEDF5;
}

.znanost .splitscreen-header {
    background: #C1DECF;
}

.radio-kampus .splitscreen-header {
    background: #8DDBE2;
}

.splitscreen-header .splitscreen-header-content {
    position: relative;
    top: 35%;
    margin: 0;
    transform: translateY(-50%);
}

.splitscreen-header .splitscreen-header-content h1 {
    margin: 0;
}

.splitscreen-header .right-side {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    width: 55%;
}

.splitscreen-header .left-side {
    width: 45%;
}

.faculty-info-list {
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0;
}

.faculty-info-list li {
    display: inline-block;
    margin: 0 0 10px 0;
}

.faculty-info-list li .info-item {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
}

.faculty-info-list li .info-item:first-of-type::after {
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    width: 1px;
    height: 20px;
    background: #000;
}

.administration-wrapper {
    margin: 100px 0 0 0;
}

.administration-wrapper h2 {
    margin: 0 0 30px 0;
    letter-spacing: 2px;
}

.admin-item {
    background: #F6F6F6;
    padding: 30px;
    display: inline-block;
    width: 23%;
    margin: 0 2% 2% 0;
}

.admin-item.no-bg {
    padding: 0;
    background: transparent;
}

.admin-item ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.admin-item ul li {
    position: relative;
    padding: 0 0 0 35px;
    display: block;
    margin: 0 0 10px 0;
    font-weight: 400;
}

.admin-item ul li:last-child {
    margin: 0;
}

.admin-item ul li a {
    color: #000;
    word-break: break-word;
}

.admin-item ul li a:hover,
.admin-item ul li a:focus,
.admin-item ul li a:active,
.simple-page-content .uni-auth li a:hover,
.simple-page-content .uni-auth li a:focus,
.simple-page-content .uni-auth li a:active {
    color: #FF69AC;
}

.admin-item ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    width: 20px;
    height: 20px;
}

.admin-item ul li.mail::before {
    background: url(../img/email-ico.svg) 50% 50% no-repeat;
    background-size: 20px auto;
}

.admin-item ul li.phone::before {
    background: url(../img/phone-ico.svg) 50% 50% no-repeat;
    background-size: 20px auto;
}

.admin-item ul li.fax::before {
    background: url(../img/fax-ico.svg) 50% 50% no-repeat;
    background-size: 20px auto;
}

.admin-item .titula {
    font-size: 14px;
    font-weight: 400;
}

.admin-item.no-bg .titula {
    font-size: 16px;
}

.admin-item h3 {
    margin: 5px 0 0 0;
    letter-spacing: 2px;
    font-size: 40px;
}

.admin-item.no-bg h3 {
    margin: 5px 0 30px 0;
    letter-spacing: 2px;
}

.admin-item + h2 {
    margin: 80px 0 30px 0;
}

.position {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    margin: 0 0 40px 0;
}

.uni-auth h2  {
    font-size: 40px;
    padding: 0 20px 0 0;
    margin: 0;
}

.simple-page-content .uni-auth li::before {
    display: none;
}

.simple-page-content .uni-auth li {
    border-bottom: 1px solid #E3E3E3;
    margin: 0;
    padding: 0;
}

.simple-page-content .uni-auth li a {
    position: relative;
    padding: 15px 0;
    margin: 20px 0;
}

.chevron-right {
    fill: #9a9a9a;
    transition: all .3s ease-out;
}

.simple-page-content .uni-auth li a:hover .chevron-right,
.simple-page-content .uni-auth li a:focus .chevron-right,
.simple-page-content .uni-auth li a:active .chevron-right {
    fill: #FF69AC;
}

.gallery {
    margin: 100px 0 20px 0;
}

.gallery-wrapper a {
    width: 31%;
    margin: 0 2% 2% 0;
}

.news-carousel-section + .cat-padding {
    padding: 0;
}

.uni-gallery .news-item {
    position: relative;
    padding: 20px;
    border: 1px solid #EBEBEB;
}

.uni-gallery .news-item::before,
.uni-gallery .news-item::after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 20%;
    display: block;
    background: url(../img/stripes.svg) 50% 50% no-repeat;
    background-size: 37px auto;
    width: 37px;
    height: 150px;
}

.uni-gallery .news-item::after {
    left: auto;
    right: 0;
}

.uni-gallery .news-item-content {
    padding: 20px 0;
}

.grid-item,
.grid-sizer {
    width: 32.33333%;
    margin: 0 1% 1% 0;
}

.radio-kampus .news-carousel-section::before {
    background: #8DDBE2;
}

.live-stream-volontiraj-wrapper {
    position: relative;
    margin: 60px 0 0 0;
}

.live-stream {
    width: 47%;
}

.myCast .player-wpr {
    max-width: 100%;
    height: 200px;
}

.myCast .bg-wpr,
.myCast .player-ctr {
    height: 200px;
}

.volontiraj-banner {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 47%;
    color: #fff;  
}

.volontiraj-banner:hover,
.volontiraj-banner:focus,
.volontiraj-banner:active {
    color: #000;
}

.volontiraj-banner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    background: rgba(0,0,0,.15);
    transition: all .3s ease-out;
}

.volontiraj-banner:hover::after {
    background: rgba(141, 219, 226,.8);
}

.volontiraj-banner h3 {
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    padding: 0 15px;
    z-index: 2;
    font-size: 45px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

.mix-cloud-wrapper {
    margin: 60px auto 0 auto;
    max-width: 1000px;
}

.accordion-button {
    font-family: 'Boogy Brut Poster White', Georgia, serif;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 40px;
    border-bottom: 1px solid #E3E3E3;
    padding: 20px 260px 20px 0;
    line-height: 1.2;
}

.accordion-button::after {
    position: absolute;
    right: 5px;
    top: 41%;
    width: 13px;
    height: 22px;
    display: block;
    background: url(../img/chevron-right-gray.svg) 50% 50% no-repeat;
    background-size: 13px auto;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
    background: url(../img/chevron-right-gray.svg) 50% 50% no-repeat;
    background-size: 13px auto;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type {
    border-radius: 0;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
    color: #000;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    border: none;
}

.accordion-body {
    padding: 30px 0;
}

.mix-cloud-wrapper + .simple-page-content {
    margin: 60px auto 0 auto;
}

.accordion-button:focus {
    border-color: #E3E3E3;
}

.show-time {
    font-family: 'Inter', Arial, sans-serif;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
}

.show-time::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/time-ico.svg) 50% 50% no-repeat;
    background-size: 24px auto;
    margin: 0 15px 0 0;
    top: 6px;
}

.news-landing .footer .page-header {
    margin: 0;
}

.featured-news,
.featured-news-wrapper {
    position: relative;
}

.featured-news-img img {
    width: 100%;
}

.news-landing .featured-news::before {
    background: #DFEDF5;
}

.news-landing .featured-news .swiper-button-prev, 
.news-landing .featured-news .swiper-button-next {
    top: 80px;
}

.swiper-button-lock {
    display: none;
}

.title-view-all-wrapper {
    width: 100%;
    position: relative;
}

.title-view-all-wrapper .view-more-wrapper {
    position: absolute;
    width: auto;
    margin: 0 40px 0 0;
    z-index: 3;
    right: 5px;
    top: 22px;
    overflow: hidden;
}

.title-view-all-wrapper .view-more {
    margin: 0;
}

.news-group-wrapper {
    margin: 0 0 60px 0;
}

.news-group-wrapper .news-item {
    background: #F6F6F6;
    height: 95%;
    margin: 0 0 30px 0;
}

.news-group-wrapper .news-item-desc {
    line-height: 1.6;
    margin: 10px 0 0 0;
}

.calendar .form-control {
    max-width: 165px;
    padding: 0 0 15px 30px;
}

.news-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .news-filters .form-control {
    width: 250px;
    height: 43px;
}

.news-filters .left-side-filters .form-group {
    margin: 0 40px 0 0;
}

.form-group.calendar,
.search-filter {
    position: relative;
}

.form-group.calendar::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
    display: block;
    width: 15px;
    height: 18px;
    background: url(../img/calendar-ico.svg) 50% 50% no-repeat;
    background-size: 15px auto;
}

.search-filter-btn {
    position: absolute;
    top: -4px;
    right: 0;
    z-index: 1;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #1268B3 url(../img/search-ico-menu.svg) 50% 50% no-repeat;
    background-size: 17px auto;
    border: none;
}

.search-filter-btn:hover {
    background: #FF69AC url(../img/search-ico-menu.svg) 50% 50% no-repeat;
    background-size: 17px auto;
}

.page-header + .news-filters {
    margin: 50px 0;
}

.news-group-wrapper.all .news-item {
    margin: 0 0 30px 0;
}

.pagination-wrapper {
    margin: 50px 0 0 0;
}

.pagination-wrapper .pagination {
    margin: 0;
}

.category-news-list {
    margin: 50px 0 0 0;
}

.category-news-list .news-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.category-news-list .news-filters .form-control {
    width: 150px;
}

.category-news-list .news-filters .form-group {
    margin: 0;
    width: auto;
}

.sidebar-document-wrapper {
    margin: 50px 0 0 0;
}

.search-sidebar {
    width: 25%;
}

.sidebar-title {
    background: #1268B3;
    padding: 15px 40px;
}

.sidebar-title h2 {
    color: #fff;
    font-size: 40px;
}

.sidebar-search {
    padding: 40px;
    background: #F6F6F6;
}

.sidebar-search .form-group {
    margin: 0;
}

.sidebar-search  .form-control {
    background: transparent;
    font-size: 16px;
}

.sidebar-search .search-filter-btn {
    top: -8px;
}

.sidebar-search  .form-control::placeholder {
    color: #000;
}

.document-side {
    width: 70%;
}

.document-item {
    position: relative;
    display: block;
    padding: 0 0 20px 60px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #C8C8C8;
}

.document-item:last-of-type {
    border-bottom: none;
}

.document-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 42px;
    height: 50px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}

.document-item.pdf::before {
    content: 'PDF';
    color: #FF69AC;
    border: 1px solid #FFBFD7;
}

.document-item.xls::before {
    content: 'XLS';
    color: #42BA86;
    border: 1px solid #C1DECF;
}

.document-item.doc::before {
    content: 'DOC';
    color: #1268B3;
    border: 1px solid #B0CDDE;
}

.document-item.url::before {
    content: 'URL';
    color: #C2B59B;
    border: 1px solid #E9E4DA;
}

.document-item a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    display: inline-block;
    word-break: break-word;
}

.document-item a:hover,
.document-item a:focus,
.document-item a:active {
    color: #FF69AC;
}

.doc-details {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #474747;
    line-height: 1.2;
}

.doc-details li {
    position: relative;
    display: inline-block;
}

.doc-details li::after {
    content: '';
    position: relative;
    top: -2px;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    background: #C9C9C9;
    margin: 0 10px;
}

.doc-details li:last-child::after {
    display: none;
}

.gallery-list .news-filters .search-filter,
.category-news-list .news-filters .search-filter {
    margin: 0 40px 0 0;
}

.gallery-list .news-filters .search-filter .form-control,
.category-news-list .news-filters .search-filter .form-control {
    width: 250px;
}

.gallery-item {
    color: #000;
    display: inline-block;
    margin: 0 0 30px 0;
}

.gallery-img-wrapper {
    position: relative;
    margin: 0 0 15px 0;
}

.gallery-img-wrapper::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 60px;
    height: 58px;
    background: url(../img/gallery-list-ico.svg) 50% 50% no-repeat;
    background-size: 60px auto;
    transform: translateY(-50%);
}

.gallery-img-wrapper.video::after {
    width: 70px;
    height: 70px;
    background: url(../img/video-ico.svg) 50% 50% no-repeat;
    background-size: 70px auto;
}

.simple-page-content .search-results li {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #C8C8C8;
}

.simple-page-content .search-results li:last-child {
    border-bottom: none;
}

.simple-page-content .search-results li::before {
    display: none;
}

.search-short-desc {
    margin: 15px 0 0 0;
    font-size: 18px;
}