/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 11, 2022, 6:14:58 PM
    Author     : Sanja
*/
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 25px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #111;
}

/* .menu-item:hover>.menu-link,
.menu-item.current>.menu-link {
    color: #110e7f;
} */

.section-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #110e7f;
    font-weight: 500;
}

.section-title span {
    color: #fff !important;
    font-weight: 800;
}

.section-title:after {
    content: '';
    display: block;
    height: 1px;
    width: 33%;
    border: 3px solid #dfc016;
    margin-top: 10px;
}

::selection {
    background: #110e7f;
    color: #FFF;
    text-shadow: none;
}

element {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)), url("img/slika-naslovna.png") right center / auto 50% no-repeat;
    background-color: rgba(0, 0, 0, 0);
    width: 360px;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper_wrapper .swiper-slide {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #EEE;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.bg-color {
    background-color: #110e7f !important;
}

#header {
    padding: 0;
    border-bottom: 0;
}

.header-row {
    padding: 0;
}

/* .menu-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
} */

.header-top-wrapper {
    background-color: #444;
    padding: 5px 40px;
    transition: 0.3s ease;
}

.facebook-icon {
    margin-right: 23px;
}

.insta-icon {
    margin-right: 23px;
}

.user-icon {
    margin-right: 20px;
    margin-left: 30px;
}

.social-icon.si-large {
    margin: 0 10px 0px 0;
}

.facebook-icon,
.insta-icon,
.user-icon {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    margin-left: 15px;
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
    transition: 0.3s linear;
}

.facebook-icon:hover,
.insta-icon:hover,
.user-icon:hover {
    color: #9153ac;
    transform: scale(0.9);
}

.user-text {
    color: #fff;
    text-decoration: none;
    transition: 0.3s linear;
}

.user-text:hover {
    color: #110e7f;
}

/*mega-menu*/
/* .mega-menu-content {
    border-top: 0;
}

.mega-menu-column .widget {
    padding: 10px 0 20px;
} */

.list-group-item {
    text-transform: uppercase;
    color: #110e7f;
    border: 2px solid #110e7f;
}

.list-group-item.active {
    background-color: #110e7f;
    color: #fff;
}

.list-group-flush>.list-group-item {
    border-bottom: 2px solid #110e7f;
}

.entry-title h3 a {
    text-transform: uppercase;
    font-weight: 500;
    color: #110e7f;
}

.entry-image img {
    width: 100%;
    height: auto;
}

.slider-caption h5 {
    color: #fff;
    text-transform: uppercase;
}

/*fast links - uklonjeni u fast-links-styles.css*/

/*about*/
.about {
    padding: 50px 0;
    background: linear-gradient(0deg, rgba(209, 209, 209, 1) 0%, rgba(255, 255, 255, 1) 75%);
}

h1>span:not(.nocolor):not(.badge) {
    color: #110e7f;
}

.about h1,
.about h2 {
    color: #231f20;
}

.about img {
    width: 105px;
    height: 105px;
    border-radius: 50%;
}

.about h2 {
    font-weight: 400
}

.about .button.button-dark {
    background-color: #110e7f;
}

.about .button {
    background-color: #40224f;
}

/*results - uklonjeni u results-styles.css*/

.results .section-title {
    color: #fff;
}

.results-item {
    background-image: url(../img/results-item.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 868px 390px;
    padding: 20px 15px 30px;
    border: 2px solid #000;
}

.results-logo img {
    width: 105px;
    height: 105px;
    border-radius: 50%;
}

.main-match {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.main-match h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 !important;
    color: #fff;
}

.main-match p {
    font-size: 23px;
    margin: 0 !important;
    font-weight: 800;
    text-transform: uppercase;
}

.date-wrapper p {
    margin-left: 5px;
    margin-bottom: 0;
}

.match-time {
    color: #fff;
    font-style: italic;
}

.match-time .table-icon img {
    width: 27px;
    height: 29px;
}

.match-time .time-icon {
    margin-right: 5px;
}

.match-time p {
    margin-bottom: 0;
}

.match-time .time-icon img {
    width: 27px;
    height: 29px;
}

.match-time .location-icon img {
    width: 27px;
    height: 29px;
}

.match-time a {
    color: #fff;
}

.match-time .time-wrapper {
    flex: 0 0 30%;
    width: 30%;
}

.match-time .match-place {
    flex: 0 0 30%;
    width: 30%;
}

.match-time .date-wrapper {
    flex: 0 0 30%;
    width: 30%;
}

.results-item .match-place {
    /*    text-align: right;*/
}

.results-item .match-place p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.next-match {
    background-color: #fff;
    padding: 30px 15px 40px;
    margin-top: 2px;
    border: 1px solid #000;
    position: relative;
}

.next-match-place {
    font-style: italic;
}

.next-match a {
    color: #555555 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400 !important;
    transition: 0.4s linear;
    text-align: center
}

.next-match-place a:hover,
.next-match a:hover {
    color: #110e7f !important;
    transform: scale(0.95);
}

.next-match-wrapper {
    color: #110e7f;
}

.next-match a:hover {
    color: #9153ac;
}

.next-match .team-name {
    font-size: 18px;
}

.next-match-wrapper a img {
    width: 30px;
    height: auto;
}

.next-match-wrapper span {
    font-weight: 600;
}

.next-match .match-details {
    color: #110e7f !important;
    font-style: italic;
    font-weight: 600 !important;
    position: absolute;
    bottom: 2px;
    margin-left: 0 !important;
    margin-bottom: 0.5rem;
}

.next-match-info {
    font-style: italic;
    font-size: 14px;
}

.next-match-place p {
    margin-bottom: 0;
    font-weight: 600;
    color: #555;
}

.next-match-place a {
    color: #110e7f;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.results .learn-more {
    background-color: #110e7f;
    display: block;
    border-radius: 0;
    border-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 3px;
    transition: 0.4s linear;
}

.results .learn-more:hover {
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: rgba(17, 14, 127, 0.8)
}

.results-list-title {
    background-color: #110e7f;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 15px 10px;
    margin-bottom: 0;
    border-bottom: 2px solid #000;
}

.results-list {
    background-color: #fff;
    margin-top: 5px;
}

.game-item {
    padding: 10px;
    border-bottom: 2px solid #f4f4f4;
}

.results-list-wrapper {
    padding: 0px 10px;
}

.team-name {
    font-weight: 600;
    color: #231f20;
}

.team-icon img {
    width: 38px;
    height: 38px;
}

.team-score {
    color: #110e7f;
    font-weight: 700;
}

.results-list p {
    margin-bottom: 0 !important;
}

.match-place p {
    color: #555555;
    font-size: 11px;
}

.results-all {
    margin-top: 15px;
}

.results-all .btn {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    transition: 0.4s linear;
}

.results-all .btn:hover {
    transform: scale(1.4);
}

/*new!!!*/
.results .game {
    background-color: #fff;
    padding: 25px 0;
    border-bottom: 2px solid #f4f4f4;
}

.results-side-wrapper {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 25px;
}

.results-side-wrapper .team-icon,
.results-side-wrapper .result {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-transform: uppercase;

}

.results-side-wrapper .team-icon {
    text-align: center;
}

.results-side-wrapper .team-icon p {
    margin-bottom: 0.5rem;
    color: #555555;
}

.results-side-wrapper .result {}

.results-side-wrapper .result div {
    font-weight: 700;
    color: #555555;
    font-size: 20px
}

.match-place p {
    margin-bottom: 0;
}

/*single match - uklonjeni u results-styles.css*/

.single-match .team-name {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.team01 .team-name {
    margin-right: 5px;
}

.team02 .team-name {
    margin-left: 5px;
}

.final-result {
    font-weight: 800;
    color: #fff;
    border-top: 3px solid #dfc016;
    margin: 0 15px;
}

.single-match-result {
    /* margin-top: -50px; - uklonjen u results-styles.css */
}

.single-match-time {
    color: #fff;
    justify-content: center;
    font-size: 12px;
    font-style: italic;
}

.single-match-time a {
    color: #fff;
    transition: 0.4s linear;
}

.single-match-time a:hover {
    color: #dfc016;
}

/* School styles moved to school-cards.css */

/* News styles moved to news-cards.css */

/*footer*/
#footer {
    background-color: rgba(17, 14, 127, 0.9) !important;
}

.footer-logo-img {
    display: block;
    margin-bottom: 20px;
}

.footer-logo-img img {
    width: 105px;
    height: 105px;
    border-radius: 50%;
}

.footer-logo {
    text-decoration: none;
    color: #fff;
}

.dark .widget_links li a {
    color: #fff;
    font-size: 16px;
    transition: 0.4s linear;
}

.dark .widget_links li a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.footer-logo-wrapper p {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}

.footer-logo-wrapper p span {
    font-weight: 700;
}

#footer.dark {
    color: #fff;
}

/*schools-section*/
.schools-section {
    padding: 50px 0;
}

.schools-section .menu-title {
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #110e7f;
}

.schools-section .menu-title:after {
    content: '';
    display: block;
    width: 33%;
    height: 3px;
    border: 3px solid #dfc016;
    margin-top: 10px;
}

.sidenav {
    width: 100%;
    padding: 0;
    background-color: #FFF;
    border-radius: 4px;
    border-color: transparent;
}

.sidenav li a {
    display: block;
    position: relative;
    margin: 0 0 -1px;
    padding: 11px 20px 11px 14px;
    color: #110e7f;
    text-transform: uppercase;

}

.sidenav>.ui-tabs-active>a,
.sidenav>.ui-tabs-active>a:hover {
    position: relative;
    z-index: 2;
    color: #110e7f !important;
    font-weight: 400;
    background-color: #fff !important;
    text-shadow: 0 0 0;
    font-weight: 600;
}

.schools-section .section-title span {
    color: #110e7f !important;
}

/*raspored treninga*/
/*.time-table .icons-list .time-table-item{
    text-transform: uppercase !important;
    display: inline-block;
    font-size: 16px;
    color: #282828;
    font-weight: 700;
}*/
.time-table {
    padding: 3rem 0;
}

.title-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: center;
}

.time-table-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #282828;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 15px;
}

.title-wrapper img {
    width: 62px;
    height: 57px;
}

.table> :not(:first-child) {
    border-top: none;
}

.table {
    text-transform: uppercase;
    font-size: 14px;
}

thead tr th {
    /*    text-align: center;*/
    padding-bottom: 0 !important;
    border-bottom: 5px solid #dfc016 !important;
}

/*thead tr th:after{
    content: "";
    display: block;
    height: 2px;
    width: 60%;
    border: 3px solid #dfc016;
    margin-top: 5px;
}*/
.time-table .price {
    background-color: rgba(0, 0, 0, 0.05);
    color: #110e7f;
    font-weight: 800;
    font-size: 2rem;
    text-align: center;
    padding: 2rem 0;
}

.about-time-table-item {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg-about-item.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 2rem 0;
    color: #fff;
}

.about-time-table-item h5 {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}

.about-time-table-item h5 span {
    font-weight: 400;
    color: #fff !important;
}

.about-time-table-item h5:after {
    content: "";
    display: block;
    border: 2px solid #fff;
    height: 1px;
    width: 90%;
    margin-top: 1.2rem;

}

/*treneri*/
.trainers-list {
    padding: 3rem 0;
    background-image: linear-gradient(0deg, rgba(204, 204, 204, 0.8), rgba(204, 204, 204, 0.8)), url(../img/bg-about-item.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.trainers-list .section-title {
    color: #111;
}

.trainers-list .section-title:after {
    border: 3px solid #110e7f;
}

.trainers-list .section-subtitle {
    font-weight: 400;
    font-size: 16px;
    color: #111;
}

.trainer-item {
    margin-bottom: 1rem
}

.trainer-item img {
    width: 461px;
    height: 386px;
}

.trainer-item-info {
    border-top: 8px solid #110e7f;
    background-color: #fff;
    padding: 1rem;
    max-width: 100%;
    width: 461px;
}

.trainer-item-info h5 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #111 !important;
}

.trainer-item-info h5 span {
    color: #111 !important;
    text-transform: capitalize;
}

.trainer-item-info p {
    font-size: 16px;
    color: #111;
}

.grid-filter li.activeFilter a {
    background-color: #110e7f;
}

.grid-filter li a:hover {
    color: #dfc016;
}

.grid-shuffle:hover {
    background-color: #110e7f;
}

/*takmicenja*/
.competitions {
    padding: 3rem 0;
}

.competitions-results {
    margin-bottom: 1.5rem;
}

.competitions-title-wrapper {
    display: flex;
    justify-content: space-between;
}

.competitions-title {
    text-transform: uppercase;
}

/* .competitions-title-wrapper .dropdown-menu.show {
    border: 2px solid #110e7f;
    padding: 0;
}

.competitions-title-wrapper .dropdown-item {
    transition: 0.4s linear;
    border-bottom: 2px solid #110e7f;
}

.competitions-title-wrapper .dropdown-item:last-of-type {
    border-bottom: none;
}

.competitions-title-wrapper .dropdown-item:hover,
.dropdown-item:focus {
    /*    color: #1e2125;
        background-color: rgba(97, 43, 121, 0.3);*/
    color: #fff;
    background-color: #110e7f;
}

.competitions .nav-tabs {
    border-bottom: 0;
}

.competitions .nav-tabs .nav-link {
    border: 2px solid #110e7f;
    /*     background-color: rgba(97, 43, 121, 0.1);*/
    background-color: #fff;
    color: #111;
    border-radius: 0;
}

.competitions .competitions-list,
.trainers-single-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
}

.competitions .competitions-list a,
.trainers-single-list a {
    padding: 10px 20px;
    font-size: 0.9375rem;
    text-transform: uppercase;
    /*    border-right: 1px solid #110e7f;*/
    color: #1e2323;
    display: inline-block;
}

.competitions .competitions-list a.active,
.trainers-single-list a.active {
    background-color: #110e7f;
    color: #fff;
}

.competitions-results-title {
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: bottom;
}

.competitions-results-title span {
    color: #110e7f !important;
}

.result-in-month {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f3f3f3;
    margin-bottom: 2px;
    padding: 15px 0;
}

.result-in-month:nth-of-type(even) {
    background-color: #f7f7f7
}

.result-date p {
    font-style: italic;
    margin-bottom: 0.5rem;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}

.result-match-team {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.result-match-final {
    font-weight: 700;
}

.team-flag img {
    width: 30px;
    height: 30px;
}

.result-sets p {
    font-size: 13px;
    margin-bottom: 0.5rem;
    text-align: center;
}

.result-details-wrapper a {
    text-decoration: none !important;
    color: #555 !important;
    font-style: italic;
    font-size: 12px;
}

.result-read-more {
    color: #110e7f;
    font-style: italic;
    text-transform: uppercase;
}

/*trener single*/
.trainer-single {
    padding: 3rem 0;
}

.trainer-wrapper {
    text-align: center;
}

.trainer-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.trainer-info {
    text-align: center;
}

.trainer-name {
    font-weight: 400;
    color: #111;
    margin-bottom: 0.5rem;
}

.trainer-contact {
    display: inline-block;
    text-decoration: none;
    color: #111;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.trainer-position {
    font-weight: 400;
}

.trainer-bio h4 {
    text-transform: uppercase;
}

/*BLOG*/
.entry-title h3 a {
    color: #111;
}

.entry-title h2 a:hover,
.entry-title h3 a:hover,
.entry-title h4 a:hover {
    color: #110e7f
}

.more-link {
    border-bottom: 2px solid #110e7f;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    color: #110e7f;
}

.btn-outline-secondary,
.btn-outline-dark {
    border: 2px solid #110e7f;
    color: #110e7f;
}

.btn-outline-secondary:hover,
.btn-outline-dark:hover {
    color: #fff;
    background-color: #110e7f;
    border-color: #110e7f;
}

#posts p {
    color: #111;
}

/*blog-single*/
.tagcloud a:hover {
    border-color: #110e7f !important;
    color: #110e7f !important;
}

.tab-nav {
    border-bottom: 1px solid transparent;
}

.tab-nav li {
    border: 1px solid #110e7f;
}

.tab-nav li:first-child {
    border-left: 1px solid #110e7f;
}

.tab-nav li a {
    background-color: #FFF;
    color: #110e7f;

}

.tab-nav li.ui-tabs-active a {
    position: relative;
    top: 0;
    background-color: #110e7f;
    color: #fff;
}

/*single game*/
.single-game {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.8)), url(../img/SLIKA-REZULTATI-UTAKMICA.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.single-game .result-in-month {
    background-color: transparent
}

.single-game .result-match-team,
.single-game .result-match-final,
.single-game .result-sets {
    color: #fff;
}

.single-game .result-match-final {
    font-size: 20px;
    margin-inline: 1rem;
}

/*map*/
.map {
    padding: 50px 0;
}

.map .location-info {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.8)), url(../img/news/news02.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.map .location-info div {
    text-align: center;
    border-bottom: 5px solid #fff;
    padding: 15px 0;
}

.map .location-info div:last-of-type {
    border-bottom: none;
}

.map .location-info div p,
.map .location-info div h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.map .location-info div h3 {
    font-weight: 700;
}

/*gallery*/
.gallery-section {
    padding: 0 0 50px;
}

.about-us {
    padding: 50px 0;
}

.about-us-content p:nth-of-type(2) {
    color: #110e7f;
    font-weight: 700;
}

.trainers-list.about-us .section-subtitle {
    color: #58595b;
}

/*visions*/
.visions {
    padding: 50px 0;
}

.visions-item {
    background-color: #110e7f;
    padding: 20px;
}

.visions-item:nth-of-type(2) {
    background-color: #fff;
}

.visions-item:nth-of-type(3) {
    background-color: #110e7f;

}

.visions-item h5 {
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    letter-spacing: 1px;
}

.visions-item h5:after {
    content: '';
    display: block;
    height: 1px;
    width: 33%;
    border: 3px solid #fff;
    margin-top: 10px;
}

.visions-item:nth-of-type(2) h5:after {
    border: 3px solid #dfc016;
}

.visions-item:nth-of-type(2) h5 {
    color: #110e7f;
}

.visions-item p {
    color: #fff;
    margin-bottom: 0;
}

.visions-item:nth-of-type(2) p {
    color: #58595b;
}

.visions-item .ball {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: auto;

}

.trainers-list.about-us {
    background-image: none;
}

.trainers-list.about-us .section-title {
    color: #110e7f;
}

.trainers-list.about-us .section-title:after {
    border: 3px solid #dfc016 !important;
}

.contact-cta {
    background-color: #dfc016;
    padding: 20px 0;
}

.contact-cta-wrapper h6 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    color: #111;
    text-align: center;
    margin-bottom: 0.5rem
}

.contact-cta-wrapper p {
    color: #111;
    text-align: center;
    font-size: 22px;
}

.contact-cta-wrapper .btn {
    background-color: #dfad16;
    text-transform: uppercase;
    color: #282828;
    font-weight: 700;
}

/*section contact*/
.contact-section {
    background: url(../img/map.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0;
}

.section-contact-item {
    margin-bottom: 2rem;
}

.section-contact-item h5 {
    margin-bottom: 0.3rem;
    font-size: 1rem
}

.section-contact-item h5:first-of-type {
    color: #110e7f;
}

.section-contact-item p {
    margin-bottom: 0.3rem;
}

.section-contact-item a {
    color: #555;
    display: block;
    margin-bottom: 0.3rem;
    transition: 0.4s linear;
}

.section-contact-item a:hover {
    color: #110e7f;
}

/*kontakt*/
.contact-page {
    padding: 50px 0;
}

.contact-section-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact-icon .img-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #110E7F;
    display: flex;
    margin-bottom: 0.5rem;
}

.img-wrapper img {
    width: 36px;
    height: 40px;
    display: block;
    margin: auto;
}

.contact-icon:nth-of-type(4) .img-wrapper img {
    width: 40px;
    height: 27px;
}

.contact-icon:nth-of-type(5) .img-wrapper img {
    width: 25px;
    height: 42px;
}

/* .contact-schools{
    padding: 30px 0;
} */
.section-title-wrapper {
    background-color: #110E7F;
}

.selections-schools .section-title-wrapper {
    background-color: #dfad16;
}

.section-title-wrapper h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.contact-schools-item {
    margin-bottom: 1.2rem;
}

.contact-school-info {
    border-left: 15px solid #110E7F;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}

.selections-schools .contact-school-info {
    border-left: 15px solid #dfad16;
}

.contact-trainer-info {
    padding-left: 1rem;
    border-left: 15px solid transparent;
    margin-bottom: 1.5rem;
}

.contact-school-info h4 {
    color: #110E7F;
    font-weight: bold;
    margin-bottom: 0;
}

.contact-school-info p {
    font-style: italic;
    margin-bottom: 0;
    color: #110E7F;
    font-size: 14px;
}

.contact-trainer-info p,
.contact-trainer-info a {
    margin-bottom: 0;
    color: #110E7F;
}

.contact-trainer-info a {
    font-weight: bold;
    transition: 0.3s linear;
}

.contact-trainer-info a:hover {
    color: #dfad16;
}

@media(min-width:768px) {
    .section-title:after {
        width: 16%;
    }

    .slider-caption p {
        font-weight: 600;
        color: #fff;
    }

    .main-match p {
        font-size: 44px;
    }

    .match-time .table-icon {
        margin-right: 12px;
    }

    .match-time .location-icon {
        margin-right: 15px;
    }

    .match-time .time-icon {
        margin-right: 10px;
    }

    .results-logo {
        margin-bottom: 20px;
    }

    .single-match {
        padding: 50px 15px;
    }

    .single-match .team-name {
        font-size: 24px;
    }

    .single-match-result {
        /* margin-top: -35px; - uklonjen u results-styles.css */
    }

    .single-match-time {
        font-size: 16px;
    }

    .final-result p {
        font-size: 25px;
    }

    /* News responsive styles moved to news-cards.css */

    .footer-top-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-logo {
        font-size: 30px;
        margin-bottom: 0;
    }

    /*side nav*/
    .sidenav li a {
        border: none;
        padding-left: 0;
    }

    /* School section styles moved to school-cards.css */

    /*time-table*/
    .time-table .price {
        padding: 3rem 0 2rem;
        margin-bottom: 0;
    }

    .time-table .price-wrapper {
        margin-top: 3rem;
    }

    .time-table .price-wrapper:before {
        content: "";
        display: block;
        width: 100%;
        border: 3px solid #dfc016;
        margin-inline: auto;
    }

    .table {
        margin-bottom: 0;
    }

    .about-time-table-item h5::after {
        width: 80%;
    }

    /*treneri*/
    .trainers-list-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .trainer-item {
        width: 48%;
    }

    .grid-filter {
        border: 1px solid #110e7f;
    }

    .grid-filter li a {
        border-left: 1px solid #110e7f;
    }

    .result-in-month {
        padding: 12px;
        align-items: flex-start;
        position: relative;
    }

    .result-in-month .first-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.5rem;
    }

    .result-match-team {
        font-size: 16px;
    }

    .result-date p {
        line-height: 1;
        margin-bottom: 0;
        font-size: 12px;
    }

    .result-in-month .second-row {
        display: flex;
        align-items: center;
        margin-bottom: 0.5rem;
    }

    .result-details-wrapper {
        width: 100%;
    }

    .result-read-more {
        position: absolute;
        bottom: 45px;
        right: 70px;
    }

    .result-sets p {
        margin-bottom: 0;
    }

    /*trener-single-bio*/
    .trainer-wrapper {
        text-align: start;
        display: flex;
        align-items: center;
        gap: 50px;
        margin-bottom: 2rem
    }

    .trainer-info {
        text-align: start;

    }

    .result-in-month .second-row,
    .result-in-month .first-row {
        width: 100%;
    }

    .result-sets {
        margin: 0 auto;
    }

    .result-match-team {
        display: inline-block;
    }

    .result-date {
        flex: 0 1 auto;
        width: auto;
    }

    .result-match-team-wrapper {
        margin: 0 auto
    }

    /*single-game*/
    .single-game .result-match-team {
        font-size: 25px;
    }

    .single-game .result-match-final {
        font-size: 40px;
    }

    .single-game .result-sets p {
        font-size: 18px
    }

    .single-game .team-flag img {
        width: 40px;
        height: 40px;
    }

    /*map*/
    .map {
        padding: 50px 0;
    }

    .map .map-wrapper {
        display: flex;
    }

    .gmap {
        flex: 0 0 50%;
        width: 50%;
    }

    .map .location-info {
        flex: 0 0 50%;
        width: 50%;
    }

    .map .location-info div {
        text-align: center;
        border-bottom: 5px solid #fff;
        padding: 20px 0;
    }

    .map .location-info div p,
    .map .location-info div h3 {
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .map .location-info div h3 {
        font-weight: 700;
    }

    /*gallery*/
    .gallery-section {
        padding: 0 0 50px;
    }

    /*visions*/
    .visions-wrapper {
        display: flex;
    }

    .visions-item {
        flex: 0 0 33%;
        width: 33%;
    }

    .contact-section-wrapper {
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contact-icon {
        flex: 0 0 32%;
        width: 32%;
    }

    .contact-schools-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .contact-schools-item {
        flex: 0 0 50%;
        width: 50%;
    }
}

@media(min-width:992px) {
    .section-title {
        margin-bottom: 50px;
        font-size: 35px;
        letter-spacing: 2px;
    }

    .section-title:after {
        width: 12%;
    }

    .header-top-wrapper {
        padding: 5px 75px;
    }

    /* .full-header #logo {
        padding-right: 0px;
        border-right: 0;
    } */

    /* .menu-link {
        font-size: 13px;
        transition: 0.4s linear;
        padding-left: 10px !important;
        padding-right: 10px !important;
    } */
    .social-icon.si-large {
        width: 46px;
        height: 46px;
        font-size: 22px;
        line-height: 54px !important;
    }

    /* .menu-link.active {
        font-weight: 700;
        color: #110e7f;
    }

    .menu-item:hover>.menu-link,
    .menu-item.current>.menu-link {
        color: #110e7f;
    } */

    /* .full-header .primary-menu .menu-container {
        border-right: 0;
    } */

    .list-group-item {
        padding: 15px 100px;
        font-weight: 700;
        font-size: 18px;
        ;
    }

    .list-group-flush>.list-group-item {
        border-bottom: 2px solid #110e7f !important;
    }

    .entry-title h3 a {
        font-size: 18px;
        font-weight: 700;
        transition: 0.4s linear;
    }

    .entry-title h3 a:hover {
        color: #000;
    }

    /* .mega-menu-column .widget {
        padding: 0;
    }

    .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
        padding-top: 0;
    }

    .sub-menu-container.mega-menu-column:not(:first-child) {
        border-left: 0;
    }

    .mega-menu-content.mega-menu-style-2 {
        padding: 15px 10px;
    }

    .mega-menu-content {
        border: 2px solid #110e7f;
        background-color: #f5f5f5;
        box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.2);
    } */

    /*slider*/
    /* #slider{
        margin-top: 0 !important;
    }
    .slider-caption.slider-caption-center{
        background-color: transparent;
        margin-left: -30px;
        position: relative;
        padding-left: 5rem;
    }
    .slider-caption.slider-caption-center:before{
        display: block;
        height: 130px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: -121px;
        content: '';
        border-top: 1600px solid transparent;
        border-left: 80vw solid rgba(17, 14, 127, 0.7);
        z-index: 0;
    }
    .swiper-slide-bg{
        background-position: top center;
    } */
    .hero-diagonal::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        /* width: 100%; */
        height: 100%;
        background-image: linear-gradient(to right, rgb(17, 14, 127) 30%, rgba(17, 14, 127, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(var(--themecolorrgba, 17, 14, 127), 0.7) 30%, rgba(var(--themecolorrgba, 17, 14, 127), 0.5) 100%);
        background-position: center center;
        background-size: cover;
        z-index: 2;
        width: 60%;
        -webkit-clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
    }

    #slider h2 {
        font-size: 56px;
    }

    /*fast links - uklonjeni u fast-links-styles.css*/

    /*about*/
    .about {
        padding: 60px 0;
    }

    /*results*/
    .results {
        /* padding: 100px 0 200px; - komentarisan da omogući overlapping */
    }

    .main-match {
        margin-bottom: 65px;
    }

    .main-match h3 {
        font-size: 40px;
    }

    .main-match p {
        font-size: 65px;
    }

    .match-time .time-wrapper {
        flex: 0 0 25%;
        width: 25%;
        margin-right: 25px
    }

    .match-time .match-place {
        flex: 0 0 25%;
        width: 25%;
    }

    .match-time .date-wrapper {
        flex: 0 0 25%;
        width: 25%;
        margin-right: 25px
    }

    .results .learn-more {
        font-size: 25px;
    }

    .next-match-wrapper p {
        font-weight: 700;
    }

    .next-match .team-name {
        font-size: 22px;
    }

    .next-match .match-details {
        position: static;
        margin-left: 1rem;
        margin-bottom: 0;
    }

    .results-list {
        margin-top: 0;
    }

    .team-score {
        font-size: 25px;
    }

    .final-result {
        border-top: 7px solid #dfc016;
    }

    .final-result p {
        font-size: 60px;
        line-height: 60px;
    }

    .single-match {
        padding: 100px 15px;
    }

    .single-match-result {
        /* margin-top: -100px; - uklonjen u results-styles.css */
    }

    .single-result .team-icon img {
        width: 52px;
        height: 52px;
    }

    .single-match .team-name {
        font-size: 34px;
    }

    .single-result {
        margin-bottom: 25px
    }

    .single-match-time {
        font-size: 25px;
    }

    .team01 .team-name {
        margin-right: 25px;
    }

    .team02 .team-name {
        margin-left: 25px;
    }

    .results-side-wrapper {
        gap: 0px;
        align-items: baseline;
    }

    /* School desktop styles moved to school-cards.css */

    /* News desktop styles moved to news-cards.css */

    .news-short .more:hover {
        color: #110e7f;
        ;
        padding-right: 5px;
    }

    .news-list-title {
        font-size: 22px;
    }

    /*side-nav*/
    .schools-section {
        padding: 150px 0;
    }

    .schools-section .menu-title {
        margin-bottom: 50px;
        font-size: 35px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #110e7f;
    }

    .sidenav li a {
        font-size: 20px;
    }

    .sidenav>li>a:hover {
        background-color: #fff !important;
        color: #222;
    }

    /* School section styles moved to school-cards.css */

    /*footer*/
    .footer-logo-img img {
        transition: 0.3s linear;
    }

    .footer-logo-img:hover img {
        transform: scale(0.8);
    }

    .footer-logo {
        font-size: 50px;
        transition: 0.3s linear;
    }

    .footer-logo:hover {
        color: #dfc016 !important;
        transform: scale(0.9);
    }

    .dark .widget_links li a {
        color: #fff;
        font-size: 22px;
        transition: 0.4s linear;
        margin-bottom: 10px;
    }

    .footer-logo-wrapper p {
        font-size: 45px;
        line-height: 60px;
    }

    /*raspored treninga*/
    .time-table {
        padding: 6rem 0;
    }

    .time-table-title {
        font-size: 30px;
    }

    .title-wrapper {
        margin-bottom: 4rem
    }

    .time-table .price-wrapper {
        margin-top: 7.4rem;
    }

    .time-table .price {
        padding: 3rem 0;
    }

    thead tr {
        line-height: 2.2;
    }

    thead tr th {
        font-size: 20px;
    }

    tbody tr td {
        font-size: 18px;
    }

    .table> :not(caption)>*>* {
        padding: 0.75rem 1.75rem;
        border-bottom-width: 0px;
    }

    /*about raspored treninga*/
    .about-time-table {
        padding: 0 0 50px;
    }

    .about-time-table .row>* {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .about-time-table-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0
    }

    .about-time-table-item h5 {
        font-size: 25px;
        margin-bottom: 2rem;
    }

    .about-time-table-item p {
        font-size: 18px;
    }

    /*treneri*/
    .trainers-list {
        padding: 4rem 0;
    }

    .trainers-list .section-subtitle {
        font-size: 25px;
        margin-bottom: 2rem;
    }

    .trainers-list-wrapper {
        gap: 30px;
    }

    .trainer-item {
        width: 30%;
        overflow: hidden;
    }

    .trainer-item img {
        transition: 0.3s linear;
    }

    .trainer-item:hover img {
        transform: scale(1.1);
    }

    .trainer-item-info p {
        margin-bottom: 0;
    }

    /*takmicenja*/
    .competitions {
        padding: 5rem 0;
    }

    .competitions-title-wrapper {
        margin-bottom: 3rem;
    }

    .competitions-list-wrapper,
    .trainers-single-list-wrapper {
        /*        display: inline-block;*/
        border-bottom: 3px solid #110e7f;
    }

    .competitions .competitions-list,
    .trainers-single-list {
        margin-bottom: 0.5rem;
    }

    .competitions .competitions-list a,
    .trainers-single-list a {
        font-size: 18px;
        border-right: 3px solid #110e7f;
        transition: 0.3s linear;
    }

    .competitions .competitions-list a:hover,
    .trainers-single-list a:hover {
        color: #fff;
        background-color: #110e7f;
    }

    .competitions .competitions-list a.active,
    .trainers-single-list a.active {
        color: #fff;
        background-color: #110e7f;
    }

    /*rezultati*/
    .competitions-results {
        padding: 4rem 0;
    }

    .result-in-month {
        padding: 20px 40px;
    }

    .result-in-month .first-row {
        margin-bottom: 0rem;
        justify-content: flex-start;
        width: 100%;
    }

    .result-date {
        flex: 0 1 auto;
        width: auto;
    }

    .result-date p {
        font-size: 16px;
    }

    /*    .result-match-team-wrapper{
            flex: 0 0 60%;
            width: 60%;
            margin-left: 2.5%;
            text-align: center;
        }*/
    .result-match-team {
        font-size: 20px;
        display: inline-block;
    }

    .team-flag img {
        width: 60px;
        height: 60px;
    }

    .result-match-final {
        font-size: 30px;
        /*        margin-inline: 4rem;*/
        border-bottom: 3px solid #dfc016;
    }

    .result-details-wrapper a {
        font-size: 16px;
    }

    .result-in-month .second-row {
        width: 100%;
        justify-content: center;
    }

    .result-sets p {
        font-size: 18px;
        margin-bottom: 0;
    }

    .result-read-more {
        position: absolute;
        bottom: 65px;
        right: 70px;
        font-size: 18px;
        transition: 0.3s linear;
    }

    .result-read-more:hover {
        transform: scale(1.1);
    }

    /*trener bio*/
    .trainer-single {
        padding: 5rem 0;
    }

    .trainer-wrapper {
        margin-bottom: 3rem;
        gap: 100px;
    }

    .trainer-img img {
        width: 200px;
        height: 200px
    }

    .trainer-name {
        font-size: 25px;
    }

    .trainer-contact {
        font-size: 20px;
        transition: 0.3s linear;
    }

    .trainer-contact:hover {
        padding-left: 5px;
        color: #110e7f;
    }

    .trainer-position {
        font-size: 20px;
        margin-bottom: 0;
    }

    .trainer-bio {
        padding-top: 5rem;
    }

    .trainer-bio h4 {
        font-size: 25px;
    }

    .trainer-bio p {
        font-size: 18px;
        line-height: 1;
    }

    .single-game {
        padding: 100px 0 50px;
    }

    .single-game-wrapper {
        justify-content: center;
        align-items: center;
    }

    .single-game-wrapper .team-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .single-game-wrapper .team-icon:last-of-type {}

    .single-game-wrapper .team-icon p {
        text-align: center;
        font-size: 25px;
        color: #fff;
        text-transform: uppercase;
    }

    .single-game-wrapper .team-icon img {
        width: 100px;
        height: 100px;
    }

    .single-game-wrapper .result {
        margin-inline: 8rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .single-game-wrapper .result span {
        font-weight: 700;
        color: #fff;
        font-size: 50px;
    }

    .single-game-wrapper .result div {
        border-bottom: 5px solid #dfc016;
    }

    .single-game-wrapper .result p {
        margin-top: 1.5rem;
        color: #fff;
        font-size: 20px
    }

    .map {
        padding: 80px 0;
    }

    .gmap {
        flex: 0 0 60%;
        width: 60%;
    }

    .map .location-info {
        flex: 0 0 40%;
        width: 40%;
    }

    .map .location-info div {
        padding: 15px 0;
    }

    .map .location-info div p {
        font-size: 20px;
    }

    .map .location-info div h3 {
        font-size: 28px;
    }

    /*gallery*/
    .gallery-section {
        padding: 0 0 80px;
    }

    /*about us*/
    .about-us {
        padding-top: 100px
    }

    .about-us-content p {
        font-size: 23px
    }

    /*visions*/
    .visions-item {
        padding: 30px;
    }

    .visions-item h5 {
        font-size: 50px;
    }

    .visions-item p {
        font-size: 20px;
    }

    .visions-item .ball {
        top: -30px;
        right: -30px;
    }

    .contact-cta {
        padding: 40px 0;
    }

    .contact-cta-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px
    }

    .contact-cta-wrapper h6 {
        font-size: 35px;
    }

    .contact-cta-wrapper p {
        font-size: 35px;
        margin-bottom: 0;
    }

    .contact-cta-wrapper .btn {
        font-size: 25px;
        padding: 15px 30px;
        transition: 0.4s linear
    }

    .contact-cta-wrapper .btn:hover {
        color: #dfad16;
        background-color: #282828;
        border-bottom-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .contact-section {
        padding: 70px 0;
    }

    .section-contact-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .section-contact-item h5 {
        font-size: 22px;
    }

    .section-contact-item p {
        font-size: 18px;
    }

    .section-contact-item a {
        font-size: 18px;
        line-height: 1.8;
    }

    .contact-section-wrapper {
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contact-icon {
        flex: 0 0 20%;
        width: 20%;
    }

    .contact-icon p {
        margin-bottom: 0;
    }

    .contact-icon a {
        transition: 0.3s linear;
    }

    .contact-icon a:hover {
        color: #dfc016;
    }

    .contact-schools-item {
        flex: 0 0 33%;
        width: 33%;
    }

    .contact-schools-wrapper {
        padding-top: 2rem;
    }

    .contact-school-info h4 {
        font-size: 25px;
    }

    .contact-trainer-info p,
    .contact-trainer-info a {
        font-size: 20px;
    }

    .contact-schools-item {
        margin-bottom: 3rem;
    }
}
@media(min-width:1200px){
    /* .menu-link{
        font-size: 17px;
        padding: 10px;
    } */
}
@media(min-width:1400px){
    /* .menu-link{
        font-size: 20px;
        padding: 10px;
    } */
}
