* {
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    font-family: 'Roboto';
    color: rgb(255, 255, 255);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

a:visited {
    color: #fff;
}

ul,
li {
    list-style: none;
}

.fl-right {
    float: right;
    margin-left: 20px;
}

.fl-left {
    float: left;
    margin-right: 20px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 1999;
    top: 0;
}

header.sticky {
    background: rgba(19 25 25 / 97%);
}

header.sticky.section-two {
    background: rgba(25 21 19 / 0.95);
}

header.sticky.section-three {
    background: rgba(24 26 21 / 0.95);
}

.logo {
    background: url(images/logo-tipsarevic-academy.svg) no-repeat scroll center
        center;
    display: block;
    width: 177px;
    height: 99px;
    margin: 25px auto 25px;
    text-indent: -9000em;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.sticky .logo {
    background: url(images/logo-tipsarevic-academy-t.svg) no-repeat scroll
        center center;
    height: 30px;
    margin: 20px auto 20px;
    width: 176px;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .sticky .logo {
        background: url(images/logo-tipsarevic-academy.svg) no-repeat scroll
            center center;
        height: 30px;
        margin: 20px auto 20px;
        width: 176px;
    }
}

@supports not (-webkit-touch-callout: none) {
    /* CSS for other than iOS devices */
    .sticky .logo {
        background: url(images/logo-tipsarevic-academy-t.svg) no-repeat scroll
            center center;
        height: 30px;
        margin: 20px auto 20px;
        width: 176px;
    }
}

header.sticky .menu-icon {
    top: 22px;
}

.nav-dots {
    position: fixed;
}

nav {
    position: absolute;
    width: 100%;
    display: flex;
    background: #000000;
    z-index: 1999;
    padding: 0 5%;
    padding-top: 100px;
    padding-bottom: 70px;
    -webkit-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1),
        visibility 0.45s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.45s,
        -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.45s;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.45s,
        -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform, opacity, visibility;
}

nav.open-nav {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    visibility: visible;
}

nav section {
    width: 14%;
    padding: 20px;
}

nav section.nav-location {
    width: 40%;
}

nav section.nav-logo {
    width: 18%;
}

.nav-logo a {
    background: url(images/logo-tipsarevic-academy.svg) no-repeat scroll center
        center;
    display: block;
    width: 100%;
    height: 99px;
    margin: 25px auto 0;
    text-indent: -9000em;
}

.nav-title {
    font-size: 14px;
    color: rgb(131, 131, 131);
    text-align: left;
    border-bottom: 1px solid #2d2d2d;
    padding-bottom: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
}

nav .location {
    width: 50%;
    float: left;
}

nav section a {
    font-size: 16px;
    color: rgb(255, 255, 255);
    display: block;
    padding: 0 0 12px 0;
}

nav .location h6 {
    font-size: 16px;
}

nav .location p {
    font-size: 14px;
    line-height: 1.2;
}

nav .location a {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.header-right.mobile {
    display: none;
}

header .menu-icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    margin: 5px 5px 5px 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    left: 5%;
    top: 60px;
    z-index: 2000;
}

header .menu-icon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.menu-icon span:nth-child(1) {
    top: 0px;
}

.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
    top: 8px;
}

.menu-icon span:nth-child(4) {
    top: 16px;
}

.menu-icon.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-icon.open span:nth-child(4) {
    top: 4px;
    width: 0%;
    left: 50%;
}

.header-right {
    position: absolute;
    right: 5%;
    top: 60px;
    z-index: 2000;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

header.sticky .header-right {
    top: 25px;
}

.header-right .social {
    float: left;
    margin-right: 40px;
}

.header-right .social li {
    float: left;
}

.header-right .social li a {
    display: block;
    width: 22px;
    height: 22px;
    text-indent: -9000em;
    margin-right: 10px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.header-right .social li.facebook a {
    background: url(images/icon-facebook.svg);
}

.header-right .social li.facebook a:hover {
    background: url(images/icon-facebook-hover.svg);
}

.header-right .social li.youtube a {
    background: url(images/icon-youtube.svg);
}

.header-right .social li.youtube a:hover {
    background: url(images/icon-youtube-hover.svg);
}

.header-right .social li.instagram a {
    background: url(images/icon-instagram.svg);
}

.header-right .social li.instagram a:hover {
    background: url(images/icon-instagram-hover.svg);
}

.header-right .language {
    float: left;
    display: block;
}

.header-right .language ul {
    display: none;
}

.header-right .language a {
    font-size: 14px;
    color: #318c8c;
    margin-right: 7px;
    text-transform: uppercase;
}

.header-right .language a:hover {
    color: #349f9f;
}

.header-right .language a.active {
    color: rgb(255, 255, 255) !important;
}

.wrapper {
    padding: 10% 5% 0;
}

.landing-page {
    height: auto;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(images/background-landing.jpg);
    background-attachment: fixed;
}

.section {
    height: 100vh;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sec-one {
    background-image: url(images/bg-section-1.jpg);
}

.sec-two {
    background-image: url(images/bg-section-2.jpg);
}

.sec-three {
    background-image: url(images/bg-section-3.jpg);
}

.line-effect {
    position: relative;
    margin-bottom: 20px;
    height: 1px;
}

.landing-page .program {
    padding-left: 0;
    float: left;
    width: 28%;
    margin-right: 8%;
    position: relative;
    /* z-index: 2000; */
    padding-top: 0;
}

.landing-page .program .line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 1;
    height: 1px;
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: #454545;
}

.landing-page .program:hover .line {
    width: 0;
    opacity: 0;
    height: 1px;
    display: block;
}

.landing-page .program .line-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    opacity: 1;
    height: 1px;
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin-bottom: 15px;
}

.landing-page .program:hover .line-hover {
    width: 100%;
    opacity: 1;
    height: 1px;
    display: block;
}

.landing-page .program-one {
}

.landing-page .program-three {
    margin-right: 0;
}

.landing-page h3 {
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 19px;
}

.landing-page p.subtitle {
    font-size: 15px;
    color: #888888;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 50px;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.landing-page .program h3 a {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: #fff;
}

.landing-page .program-one:hover h3 a {
    color: #3b9e9e;
}

.landing-page .program-one:hover p.subtitle {
    color: #3d8181;
}

.landing-page .program-two:hover h3 a {
    color: #995d4e;
}

.landing-page .program-two:hover p.subtitle {
    color: #7f4b3e;
}

.landing-page .program-three:hover h3 a {
    color: #7aaf64;
}

.landing-page .program-three:hover p.subtitle {
    color: #618851;
}

.landing-page .program-one .line-hover {
    background-color: rgb(34, 96, 96);
}

.landing-page .program-two .line-hover {
    background-color: #7f4b3e;
}

.landing-page .program-three .line-hover {
    background-color: #618851;
}

.program {
    padding-top: 23%;
    padding-left: 5%;
    float: left;
}

.program h1 {
    font-size: 80px;
    font-family: 'Roboto';
    line-height: 1;
    text-align: left;
    margin-bottom: 40px;
}

/* p.subtitle {
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 50px;
} */

.button {
    background-color: rgb(34, 96, 96);
    width: 160px;
    height: 44px;
    font-size: 16px;
    font-family: 'Roboto';
    color: rgb(255, 255, 255);
    line-height: 1.25;
    text-align: center;
    display: block;
    line-height: 44px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.sponsors {
    position: fixed;
    right: 5%;
    bottom: 15%;
}

.section-one .sponsors {
    bottom: 5%;
}

.sponsors li {
    float: left;
    margin: 0 20px;
}

.sponsors li a {
    display: block;
    width: 90px;
    height: 80px;
    text-indent: -9000em;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
}

.sponsors li.sponsor-one a {
    background-image: url(images/sponsors-college-star.png);
    background-size: contain;
}

.sponsors li.sponsor-two a {
    background-image: url(images/PFS.png);
    background-size: contain;
}

.sponsors li.sponsor-three a {
    background-image: url(images/sponsors-lacoste.png);
}

.landing-sponsors {
    position: relative;
    right: auto;
    width: 420px;
    bottom: auto;
    margin: 0 auto;
}

.footer {
    position: relative;
    font-size: 12px;
    font-family: 'Roboto';
    color: rgb(103, 103, 103);
    text-align: center;
    clear: both;
    width: 100%;
    line-height: 44px;
}

/* content page */

.wrapper-inner {
    width: 100%;
    padding-top: 240px;
}

.content-wrapper {
    margin-bottom: 120px;
}

.wrapper-inner .content {
    width: 1280px;
    margin: 0 auto;
}

.wrapper-inner h1 {
    font-size: 60px;
    margin-bottom: 60px;
    line-height: 68px;
}

.wrapper-inner.section-one {
    background: url(images/bg-section-1.jpg) 50% 0 no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrapper-inner.section-two {
    background: url(images/bg-section-2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrapper-inner.section-three {
    background: url(images/bg-section-3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrapper-inner.otherpages {
    background: url(images/bg-section-other-pages.jpg) no-repeat center center
        fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* .wrapper-inner.otherpages {
    background: #131919;
} */

.intro ul::after,
.content::after {
    content: '.';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.intro ul li {
    float: left;
}

.intro ul li > span {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.academy-day a.ned {
    background: #de6828;
}

.academy-day a.mes {
    background: #109b51;
}

.academy-day a.god {
    background: #00aeef;
}

.intro ul li a {
    border-radius: 3px;
    background-color: rgb(5, 5, 5);
    width: auto;
    height: 32px;
    padding: 0px 9px 0px 2px;
    float: left;
    color: #fff;
    line-height: 30px;
}

.intro ul li a span {
    width: 32px;
    height: 27px;
    display: block;
    float: left;
    font-size: 8px;
    margin-top: 2px;
    text-transform: uppercase;
    text-align: right;
    margin-right: 1px;
    background: url(images/icon-download.svg) no-repeat center center;
    background-size: 14px 11px;
    line-height: 26px;
    text-indent: 9000em;
}

.quote {
    background: url(images/tipsarevic-quote-photo.png) no-repeat right center;
    margin: 120px auto;
    width: 60%;
    /* clear: both; */
    min-height: 400px;
}

.quote-text {
    font-size: 48px;
    font-family: 'Book Antiqua';
    line-height: 1.2;
    width: 50%;
}

.section-one .quote-text {
    padding-top: 8%;
}

.section-two .quote-text {
    padding-top: 8%;
}

.section-three .quote-text {
    padding-top: 13%;
}

.quote-text span {
    color: rgb(55, 139, 139);
}

.author {
    font-size: 18px;
    font-family: 'Roboto';
    color: rgb(55, 139, 139);
}

.content h2 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 60px;
}

.content p {
    margin-bottom: 40px;
    z-index: 10;
    position: relative;
    line-height: 1.6;
}

.content p.half {
    width: 50%;
}

.triangle-photos {
    position: relative;
}

.triangle-photos .pr-photo-one {
    position: absolute;
    right: 0;
    top: -160px;
    width: 632px;
    height: 730px;
}

.triangle-photos .pr-photo-two {
    position: absolute;
    left: 0;
    top: 120px;
    width: 436px;
    height: 504px;
}

.academy-day {
    position: relative;
}

.academy-day .pr-photo-one {
    position: absolute;
    right: 0;
    top: -160px;
    width: 632px;
    height: 730px;
}

.academy-day .pr-photo-two {
    position: absolute;
    left: 0;
    top: 120px;
    width: 436px;
    height: 504px;
}

/* .academy-day .pr-photo-one {
    background: url(images/program-academy-photo-1.png) no-repeat right center;
}

.academy-day .pr-photo-two {
    background: url(images/program-academy-photo-2.png) no-repeat right center;
} */

/* .school-day .pr-photo-one {
    background: url(images/program-school-photo-1.png) no-repeat right center;
}

.school-day .pr-photo-two {
    background: url(images/program-school-photo-2.png) no-repeat right center;
} */

.recreational-day .pr-photo-one {
    background: url(images/program-recreational-photo-1.png) no-repeat right
        center;
    opacity: 0.5;
}

.recreational-day .pr-photo-two {
    background: url(images/program-recreational-photo-2.png) no-repeat right
        center;
    opacity: 0.5;
}

.form {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(32, 40, 40);
    background-color: rgb(17 21 21 / 94%);
    width: 100%;
    margin: 0 auto;
    padding: 40px 30px;
}

.section-two .form {
    border-color: rgb(40 36 32);
    background-color: rgb(21 18 16 / 70%);
}

.section-two .form input,
.section-two .form textarea {
    border-color: rgb(49 46 44 / 95%);
    background-color: rgb(8 7 7 / 95%);
}

.section-three .form {
    border-color: rgb(33 40 32);
    background-color: rgb(16 21 17 / 70%);
}

.section-three .form input,
.section-three .form textarea {
    border-color: rgb(44 49 44 / 95%);
    background-color: rgb(7 8 7 / 95%);
}

.contact-form .form {
    background-color: rgb(17 21 21 / 80%);
}

.contact-form .form input,
.contact-form .form textarea {
    background-color: rgb(15 16 16);
}

.form h3 {
    font-size: 36px;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #2d2d2d;
}

.form input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(32, 40, 40);
    border-radius: 3px;
    background-color: rgb(0, 0, 0);
    opacity: 0.502;
    line-height: 40px;
    margin-bottom: 10px;
    color: #fff;
    padding: 0 15px;
}

.form .field-half {
    width: 49%;
    float: left;
}

.form .field-half.mr {
    margin-right: 2%;
}

.form .field-full {
    width: 100%;
}

.form textarea {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(32, 40, 40);
    border-radius: 3px;
    background-color: rgb(0, 0, 0);
    opacity: 0.502;
    width: 100%;
    float: left;
    line-height: auto;
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.form button {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(32, 40, 40);
    background-color: rgb(34, 96, 96);
    width: 170px;
    height: 44px;
    float: right;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: none;
}

.form button:hover {
    background-color: #247777;
}

.form::after {
    content: '.';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.other {
    display: flex;
    margin-top: 120px;
}

.other .other-program {
    width: 50%;
    overflow: hidden;
}

.other .other-program a {
    padding: 120px 90px;
    text-decoration: none;
    color: #fff;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.other .other-program:hover a {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.other .other-program a {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.other .other-program.skola a {
    background: url(images/other-skola.jpg) no-repeat center center scroll;
}

.other .other-program.rekreativa a {
    background: url(images/other-rekreativa.jpg) no-repeat center center scroll;
}

.other .other-program.takmicarski a {
    background: url(images/other-takmicarski.jpg) no-repeat center center scroll;
}

.other .other-program h5 {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 400;
}

.other .other-program p {
    font-size: 22px;
    color: #888888;
}

.footer-inner .sponsors {
    position: relative;
    right: auto;
    bottom: auto;
}

.footer-inner {
    padding: 30px 0;
    background-color: #101010;
}

.footer-inner .sponsors ul {
    display: flex;
    width: 420px;
    margin: 0 auto;
}

.footer-inner .sponsors li {
    float: none;
    margin-right: 0;
    width: 33.33%;
}

.footer-inner .sponsors li a {
    margin: 0 auto;
}

.footer-inner .sponsors ul::after {
    content: '.';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.footer-inner .copyrights {
    font-size: 12px;
    color: rgb(103, 103, 103);
    text-align: center;
    clear: both;
    width: 100%;
    line-height: 44px;
    bottom: 0;
    /* margin-top: 15px; */
}

.footer-inner p.copyrights a,
.footer p.copyrights a {
    display: block;
    color: rgb(103, 103, 103);
    margin-top: 6px;
}

/* Sections color changes */

.sec-two .button,
.section-two .form button {
    background-color: #512317;
}

.sec-two .button:hover,
.section-two .form button:hover {
    background-color: #662a1a;
}

.section-two .header-right .language a,
.section-two .quote-text span,
.section-two .author {
    color: #7a4437;
}

.section-two .header-right .language a:hover {
    color: #8f5041;
}

.sec-three .button,
.section-three .form button {
    background-color: rgb(40, 81, 23);
}

.sec-three .button:hover,
.section-three .form button:hover {
    background-color: #2c5e17;
}

.section-three .header-right .language a,
.section-three .quote-text span,
.section-three .author {
    color: #347419;
}

.section-three .header-right .language a:hover {
    color: #3c861c;
}

.three-photos {
    display: flex;
    width: 100%;
}

.three-photos div {
    width: 33.33%;
}

.wrapper-inner .locations {
    display: flex;
    margin-bottom: 80px;
}

.locations .location {
    width: 50%;
}

.locations .location h2 {
    margin-bottom: 30px;
}

.locations .location .subtitle {
    width: 50%;
}

.locations .location p {
    margin-bottom: 20px;
}

.location a.show-map {
    background-color: rgba(255, 255, 255, 0.2);
    width: 300px;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
    font-family: 'Roboto';
    color: rgb(255, 255, 255);
    line-height: 1.25;
    text-align: center;
    display: block;
    line-height: 44px;
    margin-top: 30px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.show-map-off {
    opacity: 0.5;
    cursor: not-allowed;
}

.contact-form {
    margin-bottom: 60px;
}

.contact-form form {
    width: 100%;
}

.map {
    overflow: hidden;
    padding-bottom: 30%;
    position: relative;
    height: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.hidden-map {
    display: none;
}

.players {
    width: 100%;
    padding-bottom: 40px;
}

.players::after {
    content: '.';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.players .player {
    width: 50%;
    float: left;
    margin-bottom: 40px;
}

.players .player:nth-child(odd) {
    clear: both;
}

.player .pl-data {
    float: left;
    width: 250px;
    margin-top: 40px;
}

.player .pl-data {
    padding: 0 0;
}

.player .pl-photo {
    position: relative;
    margin-right: 4%;
    border-radius: 50%;
    float: left;
    width: 212px;
    position: relative;
    height: 212px;
}

.player .pl-photo a {
    overflow: hidden;
    border-radius: 50%;
    float: left;
    width: 212px;
    height: 212px;
}

.coaches .player .pl-photo .stats {
    position: absolute;
    right: 0;
    bottom: 20px;
    background: red;
}

.player .pl-photo img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.player .name {
    font-size: 44px;
    font-weight: 400;
    line-height: 0.9;
    display: block;
    margin-bottom: 10px;
}

.player .country {
    display: block;
    /* padding-left: 26px;
    background: url(images/country-serbia.png) scroll no-repeat left center; */
    line-height: 29px;
    margin-bottom: 15px;
    color: #c7c7c7;
    font-size: 18px;
}

.team-photo {
    overflow: hidden;
    border-radius: 50%;
    float: left;
    width: 212px;
    height: 212px;
}

.stats-holder .position {
    text-align: right;
    padding: 4px 9px 2px;
}

.country img {
    width: 21px;
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 6px;
}

.coaches .player {
    margin-bottom: 60px;
}

.coaches .player .pl-photo {
    overflow: hidden;
    margin-right: 3%;
    border-radius: 0;
    float: left;
    width: 48%;
    height: auto;
}

.coaches .player .pl-data {
    float: left;
    width: 44%;
    margin-top: 0;
}

.coaches .player .country {
    margin-bottom: 10px;
}

.coaches .player:nth-child(odd) {
    clear: both;
    margin-right: 0;
}

.stats-holder {
    float: left;
    width: 68px;
    margin-right: 10px;
}

.stats-holder span.label {
    clear: both;
    float: left;
    display: block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    color: #676767;
}

.pl-data .stats .wrap-stats {
    max-width: 74px;
    position: relative;
    background: linear-gradient(to right, #404545, transparent);
    padding: 1px;
    border-radius: 50%;
    float: left;
    margin-right: 7px;
}

.pl-data .stats .wrap-stats div {
    background: #131919;
    color: white;
    width: 72px;
    height: 72px;
    font-size: 42px;
    border-radius: 50%;
    text-align: center;
    line-height: 68px;
}

.pl-data .stats .wrap-stats.three-char div {
    font-size: 34px;
}

.pl-data .stats .wrap-stats.four-char div {
    font-size: 26px;
}

.stats-player {
    position: absolute;
    right: 0;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
}

.stats-player .stats-holder {
    float: left;
    width: auto;
    margin-right: 0;
    border-radius: 10px;
    padding-bottom: 5px;
    padding-right: 14px;
}

.stats-player .rank {
    float: left;
    font-size: 38px;
    /* width: 80px; */
    text-align: right;
    padding-left: 12px;
    margin-right: 3px;
}

.stats-player .stats-holder span.label {
    clear: none;
    float: left;
    display: block;
    text-align: left;
    width: auto;
    text-transform: uppercase;
    font-size: 12px;
    color: #676767;
    margin-top: 12px;
}

.news-list {
    padding-bottom: 60px;
}

.news-list .news {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.news-list .news::after,
.news-content::after,
.more-news-list::after,
.gallery-albums::after,
.ReactGridGallery::after,
.landing-sponsors::after {
    content: '.';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.news-list .news .news-photo {
    width: 30%;
    float: left;
    margin-right: 20px;
    height: 250px;
    overflow: hidden;
}

.news-list .news-photo a {
    width: 100%;
    display: block;
}

.news-photo img {
    width: 100%;
    display: block;
}

.news-list .news .news-title {
    padding: 15px;
}

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

.news-list .news .news-title .news-date {
    font-size: 16px;
    color: #929292;
}

.load-more {
    display: block;
    text-decoration: underline;
}

.news-content {
    margin-bottom: 60px;
}

h1 span.news-date {
    display: block;
    font-size: 28px;
    color: #ccc;
}

.more-news-list .news {
    width: 94%;
    position: relative;
    margin-bottom: 30px;
    float: left;
}

.more-news-list h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.more-news-list a {
    float: left;
    width: 33.3333%;
}

.more-news-list .news .news-photo {
    width: 100%;
    float: left;
}

.more-news-list .news .news-title {
    float: left;
    margin-top: 10px;
}

.more-news-list .news .news-title h6 {
    font-size: 18px;
}

.more-news-list .news .news-title .news-date {
    font-size: 14px;
    color: #929292;
}

.gallery.content {
    padding-top: 40px;
}

.gallery-albums {
    width: 100%;
    padding-bottom: 45px;
    margin-left: -15px;
}

.gallery-albums .album {
    padding: 15px;
    width: 33.33%;
    float: left;
    overflow: hidden;
    margin-bottom: 40px;
}

.gallery-albums .album h6,
.gallery h6 {
    font-size: 24px;
    margin-bottom: 20px;
}

.gallery-albums .album .album-cover {
    display: block;
    overflow: hidden;
}

.album-cover img {
    width: 100%;
}

.ReactGridGallery {
    padding-bottom: 60px;
}

.carusel {
    padding: 2% 13%;
}

.carusel .css-1fzpoyk {
    cursor: pointer;
}

.section.sec-one .carusel {
    margin-bottom: 40px;
    height: 470px;
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 90px;
}

.carusel .carusel-holder {
    width: 77%;
    height: 400px;
    margin: 0px auto;
}

span.carusellName {
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 10px 7px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    border-radius: 9px;
}

.carusel .css-1fzpoyk:first-child span.carusellName,
.carusel .css-1fzpoyk:last-child span.carusellName {
    opacity: 0 !important;
}

.other-galleries h3 {
    margin-bottom: 20px;
}

.other-galleries .news {
    width: 32%;
    position: relative;
    margin-bottom: 30px;
    float: left;
    margin-right: 2%;
}

.other-galleries a:nth-child(4) .news {
    margin-right: 0;
}

.other-galleries .news .news-photo {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    max-height: 220px;
    overflow: hidden;
}

.other-galleries::after {
    content: '.';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.other-galleries .news .news-title {
    position: relative;
    left: auto;
    top: auto;
    background-color: transparent;
    padding: 0;
    width: 77%;
    margin-top: 10px;
    display: block;
    font-size: 36px;
    clear: both;
}

a.back-button {
    padding: 1px 15px 3px;
    margin-bottom: 10px;
    color: #868686;
    display: inline-block;
    background: url(images/back-news.png) no-repeat left center;
    background-size: 10px 10px;
}

.work-quality {
    width: 100%;
}

.work-quality ul {
    float: left;
    width: 50%;
    margin-bottom: 40px;
}

.work-quality::after {
    content: '.';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.cookiesButton {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Responsive */

@media only screen and (max-width: 1500px) {
    .wrapper-inner .content {
        width: 90%;
    }
}

@media only screen and (max-width: 1366px) {
    .carusel .carusel-holder {
        width: 87%;
    }
    .quote {
        width: 90%;
    }
}

@media only screen and (max-width: 1280px) {
    nav section.nav-logo {
        width: 20%;
    }
    nav section {
        width: 20%;
    }
    nav section.nav-location {
        width: 20%;
    }
    nav .location {
        width: 100%;
    }
    .carusel .carusel-holder {
        width: 100%;
    }
    .player .pl-photo {
        margin-right: 4%;
        width: 50%;
        height: auto;
    }
    .player .pl-data {
        width: 46%;
    }
    .player .name {
        font-size: 40px;
    }
    .player .pl-photo a,
    .team-photo {
        overflow: hidden;
        width: 100%;
        height: auto;
    }
    .player .pl-photo img {
        width: 100%;
        height: auto;
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .carusel {
        position: relative;
        padding: 10% 7%;
        margin-top: 12%;
    }
    .prev,
    .next {
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -30px;
        text-indent: -900em;
        width: 39px;
        height: 77px;
        background: url(images/icon-prev.svg) no-repeat center center scroll;
        z-index: 1900;
        cursor: pointer;
    }
    .next {
        right: 0;
        left: auto;
        background-image: url(images/icon-next.svg);
    }
    .work-quality ul {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper {
        padding: 22% 0 0;
        overflow: hidden;
        background: #131313;
    }
    header .menu-icon {
        right: 5%;
        top: 40px;
        left: auto;
    }
    .logo {
        height: 70px;
    }
    .header-right {
        display: none;
    }
    nav {
        width: 100%;
        padding: 0;
        flex-direction: column;
        height: 100vh;
    }
    .landing-page .program {
        padding-left: 0;
        width: 100%;
        margin-right: 0;
        padding-top: 0;
    }
    nav section {
        width: 100%;
        padding: 0 20px 10px;
    }
    nav section.nav-logo {
        width: 100%;
    }
    .nav-logo a {
        height: 69px;
        margin: 20px auto 0;
    }
    .nav-title {
        font-size: 12px;
        padding-bottom: 7px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    nav section a {
        line-height: 1.875;
    }
    nav section.nav-location {
        display: none;
    }
    nav .location {
        margin-top: 5px;
    }
    nav section a {
        padding: 0 0 8px 0;
    }
    .program {
        padding-top: 190px;
    }
    .program h1 {
        font-size: 64px;
    }
    .footer {
        position: relative;
        margin-top: 40px;
    }
    .sponsors {
        right: auto;
        bottom: auto;
        clear: both;
        width: 100%;
    }
    .sponsors ul {
        display: flex;
    }
    .sponsors li {
        float: none;
        margin: 0;
        width: 33.33%;
        text-align: center;
    }
    .sponsors li a {
        margin: 0 auto;
    }
    .wrapper-inner {
        width: 100%;
        padding-top: 170px;
    }
    .wrapper-inner .content {
        width: 90%;
    }
    .intro ul li {
        width: 100%;
    }
    .intro ul li a {
        width: 100%;
    }
    .form {
        width: 100%;
        padding: 40px 20px;
    }
    .academy-day .pr-photo-one,
    .academy-day .pr-photo-two {
        display: none;
    }
    .quote {
        width: 90%;
        margin: 20px auto;
        padding-bottom: 470px;
    }
    .quote-text {
        font-size: 38px;
        width: 100%;
    }
    .content p.half {
        width: 100%;
    }
    .footer-inner .sponsors ul {
        width: 100%;
    }
    .form .field-half {
        width: 100%;
    }
    .form .field-half.mr {
        margin-right: 0;
    }
    .form button {
        width: 100%;
    }
    .other {
        display: block;
    }
    .other .other-program {
        width: 100%;
    }
    .other .other-program a {
        padding: 70px 5%;
    }
    .three-photos {
        display: block;
    }
    .three-photos div {
        width: 100%;
        margin-bottom: 15px;
    }
    .three-photos div img {
        width: 100%;
    }
    img.fl-right {
        width: 100%;
        margin-bottom: 20px;
    }
    .players .player {
        width: 100%;
        margin-bottom: 60px;
    }
    .player .pl-photo {
        margin-right: 0;
        border-radius: 0;
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }
    .player .pl-photo img {
        width: 100%;
        height: auto;
    }
    .coach-bio {
        clear: both;
    }
    .contact-form.content {
        width: 100%;
        margin-bottom: 60px;
    }
    .contact-form.content .form {
        width: 100%;
    }
    .contact-form.content form {
        width: 100%;
    }
    .map {
        padding-bottom: 96%;
    }
    .wrapper-inner .locations {
        display: block;
        margin-bottom: 0px;
    }
    .locations .location {
        width: 100%;
        margin-bottom: 60px;
    }
    .map iframe {
        height: 360px;
    }
    .quote {
        background: url(images/tipsarevic-quote-photo.png) no-repeat bottom
            center;
    }
    .carusel .carusel-holder {
        width: 77%;
        height: 270px;
    }
    .gallery-albums .album {
        width: 100%;
    }
    .news-list .news {
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }
    .news-list .news .news-photo {
        width: 100%;
    }
    .news-list .news .news-title {
        position: relative;
        left: auto;
        top: auto;
        clear: both;
        background-color: transparent;
        padding: 10px 0;
    }
    .news-content img {
        width: 100%;
        margin: 20px 0;
    }
    .more-news-list .news {
        width: 100%;
        margin-bottom: 30px;
    }
    .more-news-list .news .news-photo {
        width: 100%;
    }
    .more-news-list .news .news-title {
        position: relative;
        left: auto;
        top: auto;
        background-color: transparent;
        padding: 13px 0;
        width: 100%;
        clear: both;
    }
    .more-news-list .news .news-title h6 {
        font-size: 22px;
    }
    .wrapper-inner h1 {
        margin-bottom: 20px;
    }
    .triangle-photos .pr-photo-one,
    .triangle-photos .pr-photo-two,
    .academy-day .pr-photo-one,
    .academy-day .pr-photo-two {
        display: none;
    }
    .location a.show-map {
        width: 100%;
    }
    /* .css-1fzpoyk img{
        max-width: 200% !important;
    }
    .carusel .css-1fzpoyk {
        left: 20% !important;
    } */
    .gallery-albums {
        margin-left: 0;
    }
    .gallery-albums .album {
        padding: 0;
    }
    .content h2 {
        margin-bottom: 20px;
    }
    .content-wrapper {
        margin-bottom: 60px;
    }
    .other {
        margin-top: 60px;
    }
    .content p:last-child {
        margin-bottom: 20px;
    }
    .content.intro p:last-child {
        margin-bottom: 0;
    }
    .wrapper-inner h1 {
        font-size: 48px;
        margin-bottom: 30px;
        line-height: 48px;
    }
    .form h3 {
        font-size: 36px;
        line-height: 36px;
    }
    .wrapper-inner .content.gallery {
        width: 100%;
        padding: 2%;
    }
    .player .pl-photo a,
    .team-photo {
        width: 100%;
        height: auto;
    }
    .player .pl-photo a img {
        display: block;
    }
    .content p {
        margin-bottom: 20px;
    }
    .wrapper-inner .quote-text {
        padding-top: 0;
    }
    .header-right.mobile {
        position: relative;
        top: auto;
        /* left: auto; */
        right: auto;
        display: block;
        padding: 0 20px 10px;
        margin-top: 20px;
    }
    .player .pl-data {
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }
    .player .name {
        font-size: 36px;
        display: inline;
        margin-right: 10px;
    }
    .player .country {
        display: inline-flex;
        line-height: auto;
        margin-bottom: 0;
        color: #c7c7c7;
        font-size: 18px;
    }
    .country img {
        width: 21px;
        height: 21px;
        display: inline;
        float: none;
        margin-top: 2px;
        margin-right: 6px;
    }
    span.name-holder {
        width: 100%;
        display: block;
    }
    .program.program-one {
        background: url(images/home-bg-one.png) top center no-repeat;
        background-size: cover;
        padding: 190px 20px 0;
        margin-top: -80px;
    }
    .program.program-two {
        background: url(images/home-bg-two.jpg) top center no-repeat;
        background-size: cover;
        padding: 130px 20px 0;
    }
    .program.program-three {
        background: url(images/home-bg-three.jpg) top center no-repeat;
        background-size: cover;
        padding: 130px 20px 0;
        margin-bottom: 10px;
    }
    .landing-page .program h3 a {
        color: #fff;
        font-size: 32px;
        font-weight: 300;
    }
    .landing-page p.subtitle {
        font-size: 20px;
        color: #d0d0d0;
    }
    span.carusellName {
        padding: 4px 10px 7px;
        left: 30%;
    }
    .carusel .css-1fzpoyk:first-child span.carusellName,
    .carusel .css-1fzpoyk:last-child span.carusellName {
        opacity: 0 !important;
    }
    .carusel {
        padding: 0;
        margin-top: 0;
        background: #131413;
        z-index: 1;
    }
    .work-quality ul {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 560px) {
    .quote-text {
        font-size: 34px;
    }
    /* .carusel .css-1fzpoyk {
        left: 0% !important;
    } */
}

@media only screen and (max-width: 480px) {
    nav .location {
        width: 100%;
    }
    .quote-text {
        font-size: 30px;
    }
    .carusel .carusel-holder {
        width: 77%;
        height: 370px;
        margin-bottom: 50px;
        margin-top: 20px;
    }
    .css-1fzpoyk img {
        max-height: 100%;
        object-fit: scale-down;
        display: block;
        max-height: 100%;
        height: 290px;
    }
    /* .css-1fzpoyk img {
        max-width: 200% !important;
    } */
    .css-doq0dk {
        position: unset !important;
    }
}

@media only screen and (max-width: 414px) {
    .quote-text {
        font-size: 26px;
    }
    .css-1fzpoyk img {
        max-height: 100%;
        object-fit: scale-down;
        display: block;
        max-height: 100%;
        height: 290px;
    }
    .carusel .carusel-holder {
        width: 77%;
        height: 370px;
        margin-bottom: 0;
    }
    .css-doq0dk {
        position: unset !important;
    }
}

@media only screen and (max-width: 380px) {
    .program h1 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 320px) {
    nav section {
        padding: 0 20px 6px;
    }
    .nav-title {
        font-size: 12px;
        padding-bottom: 4px;
        margin-top: 0px;
        margin-bottom: 5px;
    }
    nav section a {
        padding: 0 0 2px 0;
        line-height: 1.6;
    }
}
