body {
    background-color: rgb(231, 229, 229);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.emptyBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.emptyBox h1 {
    font-weight: 700;
    letter-spacing: 1px;
}
.sidebar {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 3;
    transform: translateY(-50%);
}

.sidebar ul {
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    list-style: none;
    background-color: rgba(237, 39, 122, 1);
    /* border-bottom: 1px solid #fff; */

}

.sidebar ul li:hover {
    background-color: rgba(237, 39, 122, 0.3);
}

.sidebar ul li:first-child {
    border-top-left-radius: 10px;
}

.sidebar ul li:last-child {

    border-bottom-left-radius: 10px;
}

.sidebar ul li span {
    position: relative;
    left: 8px;
    top: 5px;
    padding: 3px;
}

.sidebar ul li a {
    color: #fff;
    /* border-radius: 50%; */
    width: 53px;
    height: 53px;
    line-height: 53px;
    display: inline-block;
    margin: 6px 13px;
    text-align: center;
}

.sidebar ul li a img {
    height: 50px;
}

@media(max-width: 350px) {
    .sidebar ul li a {
        width: 43px;
        height: 43px;
        line-height: 43px;
    }

    .sidebar ul li a img {
        height: 40px;
    }
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.flex-box {
    max-width: 20%;
    flex-grow: 1;
}

.flex-box .flex-frame {
    position: relative;
    width: 198px;
    height: 230px;
    overflow: hidden;
    margin: 14px auto;
}

.flex-box .flex-frame img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 25 px;
}

@media (max-width: 1024px) {
    .flex-box .flex-frame {
        width: 175px;
    }
}

@media (max-width: 900px) {
    .flex-box {
        max-width: 33.33%;
    }

    .flex-box .flex-frame {
        width: 200px;
    }
}

@media(max-width: 480px) {
    .flex-box .flex-frame {
        width: 120px;
        height: 135px;
    }
}

@media(max-width: 375px) {
    .flex-box .flex-frame {
        width: 105px;

    }
}

@font-face {
    font-family: "myfont";
    src: url("../webfonts/SitkaHeading-BoldItalic.woff") format('woff');
    font-weight: bold;
}

@font-face {
    font-family: "myfont2";
    src: url("../webfonts/SitkaText-BoldItalic.woff") format('woff');
    font-weight: bold;
}

@font-face {
    font-family: "spantaran";
    src: url("../webfonts/Spantaran-_demo_.woff") format('woff');
}

@font-face {
    font-family: 'FF Tisa Sans Pro';
    src: url('../fonts/TisaSansPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    background: #ffffff;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
    background: #ffffff;
}

.carousel-inner>.active {
    height: 650px;
}

.carousel-inner .btn {
    position: absolute;
    top: 72%;
    left: 71%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #383A8F;
    color: white;
    font-size: 16px;
    padding: 5px 26px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

.carousel-inner .btn2 {
    position: absolute;
    top: 78%;
    left: 71%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: green;
    color: white;
    font-size: 16px;
    padding: 4px 32px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.carousel-inner .btn:hover {
    background-color: #E42A7B;
    color: white;
}

@media(max-width: 768px) {
    .carousel-inner>.active {
        height: auto;
    }

    .carousel-inner .btn {
        font-size: 12px;
        left: 75%;
        top: 71%;
    }

    .carousel-inner .btn2 {
        font-size: 12px;
        padding: 0 32px;
        left: 75%;
        top: 78%;
    }
}

@media(max-width: 450px) {
    .carousel-inner>.active {
        height: auto;
    }

    .carousel-inner .btn {
        font-size: 12px;
        left: 75%;
        top: 71%;
    }

    .carousel-inner .btn2 {
        font-size: 12px;
        padding: 0 32px;
        left: 75%;
    }
}

.main {
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding-bottom: 210px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #F1F2F3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.myTitle {
    font-family: spantaran;
    /* font-style: italic; */
    /* text-decoration: underline;
    text-decoration-color: #383A8F; */
    color: #2B398E;
    text-align: center;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-menu .page-scroll {
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: spantaran;
    letter-spacing: 2px;
    font-size: 12px;
}

@media(width: 1024px) {
    .navbar-custom .nav-item .nav-link {
        font-size: 10px;
    }

    .navbar-custom {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        max-width: 100%;
    }
}

.modal-content {
    max-width: 570px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.modal-body {
    padding: 0;
    max-width: 650px;
}

.modal-body .close {
    position: absolute;
    top: 0;
    right: 1%;
    color: #FFF;
    opacity: 1;
}

.onq-youtube-player {
    max-width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    height: 600px;
    overflow: hidden;
    margin: 20px 0;
}

@media(max-width: 1024px) {
    .onq-youtube-player {
        height: 430px;
    }
}

@media(max-width: 768px) {
    .onq-youtube-player {
        height: 330px;
    }
}

@media(max-width: 450px) {
    .onq-youtube-player {
        height: 200px;
    }
}

#dotLive {
    position: relative;
}

#dotLive:after {
    content: "";
    height: 10px;
    width: 10px;
    display: block;
    background: red;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(-50%, -50%)
}

#liveStream {
    width: 90%;
    height: 90%;
    left: 5%
}

.yt-lazyload {
    margin-bottom: 50px;
}

.section-title {
    color: #111;
    font-weight: 700;
    font-size: 21px;
    border-left: 5px solid #383A8F;
    padding: 5px 0 5px 5px;
}

.headerBox {
    min-height: 100vh;
    position: relative;
    padding-top: 115px;
    display: none;
}

@media(max-width: 450px) {
    .headerBox .container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .headerBox {
        display: block;
    }
}

.headerBox .logoBox img {
    width: 135px;
}

.youtube-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-video img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}

.youtube-video img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-video .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url('//i.imgur.com/TxzC70f.png') no-repeat;
    cursor: pointer;
}

.youtube-player {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 208px;
    margin-bottom: 10px;
}

.youtube-player .video-title {
    position: absolute;
    bottom: 0;
    left: 5px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8911764534915528) 61%, rgba(0, 0, 0, 0.7427170697380514) 76%, rgba(0, 0, 0, 0.38697477281928394) 88%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    width: 97%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    font-weight: bold;
    color: #ffffff;
    padding: 20px 10px;
    cursor: pointer;
}

.youtube-player:hover .video-title {
    visibility: visible;
    opacity: 1;
    transition: all .3s;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

@media(max-width: 1024px) {
    .youtube-player {
        max-height: 180px;
    }
}

@media(max-width: 768px) {
    .youtube-player {
        max-height: 133px;
    }
}

@media(max-width: 450px) {
    .youtube-player {
        max-width: 89%;
        margin: auto;
        margin-bottom: 10px;
        max-height: 160px;
    }
}

.youtube-player iframe, .youtube-player object, .youtube-player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 97%;
    width: 97%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player .play {
    height: 100px;
    width: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: url(../images/youtube.png);
    background-size: cover;
    cursor: pointer;
}

.brandBox {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.headerBox .nameBox {
    width: 50%;
    color: #FFFFFF;
}

.headerBox .nameBox p {
    padding: 0;
    margin: 0;
    font-size: 62px;
    color: #FFFFFF;
    /* font-weight: 700; */
    line-height: 53px;
    padding-left: 10px;
}

.laba2 {
    height: 100%;
    position: absolute;
    z-index: 2;
    width: 100%;
}

.fa-stack i {
    font-size: 4rem;
    color: #FFF;
}

.fa-stack img {
    position: absolute;
    left: 20%;
    width: 34px;
    bottom: 8%;
}

.jcgmt-container .jcgmt-lbl {
    font-size: 16px;
}

.socialBox {
    width: 44px;
    background: #383A8F;
    height: 44px;
    padding: 8px;
    border-radius: 0.25rem;
    margin-right: 10px;
    margin-bottom: 20px;
    float: left;
    text-align: center;
}

.adminBox {
    width: auto;
    color: white;
    font-weight: 700;
    background: #E42A7B;
    font-size: 12px;
    line-height: 28px;
}

.value-body h4 {
    color: #FFFFFF;
}

.value-body p {
    color: #FFFFFF;
    line-height: initial;
}

#product1 {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg/bg-schedule.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 100px;
}

#product1 .schedule-box {
    margin-bottom: 10px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8911764534915528) 61%, rgba(255, 255, 255, 0.7427170697380514) 76%, rgba(255, 255, 255, 0.38697477281928394) 88%, rgba(255, 255, 255, 0) 100%);
}

#product1 .box-left {
    background: #E42A7B;
    padding: 10px 0;
}

#product1 a:nth-child(odd) .schedule-box .box-left {
    background: #383A8F;
}

#product1 .box-right {
    padding: 10px;
}

#product1 .box-right p {
    margin: 0;
}

#product1 .box-right .boxE {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    font-family: 'Oswald', sans-serif;
}

#product1 .box-right .boxC {
    color: #777272;
    font-size: 13px;
    line-height: 14px;
}

#product1 .box-right .boxL {
    color: #777272;
    font-size: 13px;
}

#product1 .box-right .boxS {
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
}

#product1 .box-left .boxD {
    font-size: 42px;
    margin: 0;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
}

#product1 .box-left .boxM {
    margin: 0;
    font-size: 23px;
    line-height: 13px;
    color: #ffffff;
}

#product1 .box-left .boxY {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
}

@media(max-width: 450px) {
    #product1 .box-left .boxD {
        font-size: 26px;
        height: 37px;
        line-height: 35px;
    }

    #product1 .box-left .boxM {
        font-size: 19px;
        line-height: 13px;
    }

    #product1 .box-left .boxY {
        font-size: 17px;
        line-height: 25px;
    }
}

#product2 {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg/bg-live.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 50px;
}

#product2 h1 {
    margin-bottom: 30px;
}

@media(max-width: 1024px) {
    #product1 {
        min-height: auto;
    }

    #product2 {
        min-height: auto;
    }
}

#horse {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg/bg-profile-horses.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 10px;
}

#horse h1 {
    text-align: center;
    margin-bottom: 30px;
}

.card {
    position: relative;
    border: none;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.img-hexagon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 198px;
    height: 230px;
    margin: auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    border: 4px solid #383A8F;
    border-radius: 27px;
}

.img-hexagon:hover {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.img-box {
    position: relative;
    height: 155px;
    width: 155px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}

@media(min-width: 1024px) and (max-width: 1112px) {
    .img-box {
        max-height: 145px;
        max-width: 145px;
    }
}

.img-box-club {
    position: relative;
    height: 260px;
    width: 100%;
    overflow: hidden;
}

.card-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.card-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 22px;
    padding: 0px;
    background: linear-gradient(90deg, rgba(235, 41, 122, 1) 0%, rgba(136, 60, 140, 1) 61%, rgba(61, 55, 141, 1) 100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.card-overlay .details {
    font-weight: bold;
}

.img-box .card-overlay {
    opacity: 0;
    backface-visibility: unset;
    transform: none;
    transition: ease .5s;
}

.img-box img, .img-hexagon img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 25px;
}

.img-hexagon img {
    padding: 10px;
}

.img-box img {
    height: 100%;
    width: 100%;
    margin: auto;
    object-fit: cover;
}

.img-box:hover .img-box {
    opacity: 0;
}

.img-box:hover .card-overlay {
    opacity: 1;
}

.img-box:hover .card-cover {
    opacity: 0;
}

.details {
    color: #111;
    font-size: 16px;
    padding-top: 40px;
    padding-left: 10px;
    text-align: center;
}

.details ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #ffffff;
}

.card .card-body {
    padding: 10px;
    background: #383A8F;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}

.card-title {
    color: #111111;
    font: 600 "Open Sans", sans-serif;
    text-align: center;
    margin: 0;
    margin-top: 10px;
}

#detail-page {
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 10px;
    background: url(../images/bg/bg-result.jpg);
}

#detail-footer {
    text-align: center;
    background: transparent;

}

#detail-footer .p-small {
    color: #111111 !important;
}

#detail-page div .link {
    margin-right: 10px;
    background: #E72A7C;
    text-decoration: none;
    color: #fff;
    padding: 4px 20px;
    font-size: 18px;
    cursor: pointer;
    border: none;
}

#detail-page div a {
    padding: 6px 20px !important;
}

.note-box {
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    line-height: 12px;
}

#jockey, #jockey-section {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg/bg-profile-jockey.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 10px;
}

.index-jh {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg/bg-profile-horses.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 10px;
}

#jockey h1, .index-jh h1 {
    text-align: center;
    margin-bottom: 30px;
}

.view {
    text-align: center;
    margin-bottom: 20px;
}

#jockey .card, .index-jh .card {
    height: 230px;
    padding-bottom: 10px;
    border-radius: 22px;
    box-shadow: -1px 4px 5px 0px rgba(0, 0, 0, 0.75);
    max-width: 190px;
}

#jockey .card .card-overlay {
    backface-visibility: unset;
    transform: unset !important;
    opacity: 0;
    transition: all .3s;
}

#jockey .card:hover .img-box {
    opacity: 0;
    transition: all .3s;
}

#jockey .card:hover .card-overlay {
    opacity: 1;
    transition: all .3s;
    z-index: 2;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    font-size: 40px;
}

.bio-box {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    max-width: 75%;
    margin: auto;
    padding: 15px;
    border-radius: 5px;
}

.bio-detail h3 {
    color: #E8277E;
    text-decoration: underline;
}

.bio-detail div .icon-box {
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 5px 2px 4px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 11px;
}

.bio-detail div .bio-data {
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 17px;
    padding-top: 10px;
    color: #787976;
}

.bio-detail div .bio-data span {
    display: block;
    font-size: 15px;
    font-style: normal;
    letter-spacing: normal;
    font-weight: 700;
    color: #111111;
}

.bio-detail div .icon-box img {
    max-width: 24px;
}

#club {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg/bg-profile-club.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 50px;
}

#club .row {
    margin-bottom: 3rem;
}

#club h1 {
    text-align: center;
    margin-bottom: 30px;
}

#club .card {
    background: transparent;
    max-width: 190px;
}

#club .card .img-box-club2 {
    padding: 10px;
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%); */
    text-align: center;
}

#club .card .img-box-club2 img {
    max-height: 144px;
    width: auto;
}

#club .card-title {
    color: #ffffff;
    margin-top: 0;
}

#headerVideoLink {
    width: 100%;
}

#headerPopup {
    width: 90%;
    margin: 0 auto;
}

#headerPopup iframe {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #jockey .card {
        margin-bottom: 20px;
    }

    #club .card {
        max-width: 190px;
    }
}

@media(max-width: 450px) {
    .col-12 {
        margin-bottom: 20px;
    }

    #jockey .card {
        max-width: 190px;
        margin: auto;
    }

    #jockey .img-box {
        height: 120px;
        width: 120px;
    }

    #club .row {
        margin: 0;
    }

    #club .card {
        margin: auto;
        max-width: 190px;
        margin-bottom: 25px;
    }

    #club .card .img-box-club2 {
        padding: 10px;
        text-align: center;
    }

    #club .card .img-box-club2 img {
        width: auto;
    }

    .card .card-body {
        padding: 7px 0;
    }

    .bio-box {
        max-width: 100%;
    }

    .bio-box .col-sm-4 {
        text-align: center;
    }

    .bio-box .bio-detail h3 {
        text-align: center;
    }
}

#committee {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg/bg-schedule.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 50px;
}

#committee .title {
    background: #E42A7B;
    color: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 18px;
    padding: 5px 0;
}

#committee .title2 {
    background: #383A8F;
    color: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 18px;
    padding: 5px 0;
}

#committee .official {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 13px;
    overflow: hidden;
    margin-bottom: 3px;
}

#committee .official img {
    height: auto;
    width: 100%;
    margin: auto;
    object-fit: contain;
    border-radius: 20px;
}

#committee .adminBox {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    margin-bottom: 10px;
}

#committee .adminBox .right-box {
    text-transform: uppercase;
}

#committee .adminBox .right-box h5 {
    font-size: 13px;
}

@media(max-width: 1024px) {
    #committee {
        min-height: auto;
    }

    .right-box h5 {
        font-size: 13px;
    }
}

@media(max-width: 768px) {
    #committee .official {
        margin: auto;
    }

    #committee {
        min-height: auto;
    }
}

@media(max-width: 450px) {
    #committee .title2 {
        margin-top: 20px;
    }
}

#official {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg/bg-schedule.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 50px;
}

.pbox {
    text-align: center;
    margin-bottom: 10px;
}

.pbox .pbox-frame {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    margin: 14px auto;
}

.pbox .pbox-frame .pbox-img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    margin: auto;
    object-fit: cover;
    width: 100% !important;
    height: auto !important;
    transition: ease-in 300ms;
}

.pbox .pbox-frame .pbox-img:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.pbox .pbox-frame .frame-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
}

.pbox .pbox-frame .frame-bottom img {
    max-width: 100%;
}

.pbox h4 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Oswald', sans-serif;
    margin: 0;
}

.pbox p {
    font-family: 'Oswald', sans-serif;
    margin: 0;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

@media(max-width: 480px) {
    .pbox .pbox-frame {
        height: 174px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pbox h4 {
        font-size: 11px;
    }

    .pbox p {
        font-size: 9px;
    }
}

#grafik {
    position: relative;
    background: url(../images/bg/bg-result.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    padding-top: 150px;
    min-height: 100vh;
}

#grafik h4 {
    color: #666;
}

.chart-container {
    max-width: 80%;
    margin: auto;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.chart-container .yLabel {
    position: absolute;
    font-size: 18px;
    bottom: 12%;
    left: -8%;
    color: #666;
    font-weight: 700;
}

.velocityG .yLabel {
    font-size: 12px;
    bottom: 25%;
    left: -12%;
}

.velocityG .yLabel .spanX {
    bottom: -45px;
}

.chart-container .yLabel .spanY {
    position: absolute;
    top: 0;
    left: 0;
}

.chart-container .yLabel .spanY:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background-color: #666;
}

.chart-container .yLabel .spanX {
    position: absolute;
    bottom: -52px;
    left: 0;
}

.chart-container .xLabel {
    position: absolute;
    font-size: 18px;
    bottom: -5%;
    right: -3%;
    color: #666;
}

#standings {
    position: relative;
    background: url(../images/bg/bg-result.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 50px;
}

#standings #standings-table img {
    width: 20px;
}

@media(max-width: 1024px) {
    .chart-container .yLabel {
        bottom: 14%;
        left: -9%;
    }
}

@media(max-width: 850px) {
    .chart-container .yLabel {
        bottom: 19%;
        left: -13%;
    }
}

@media(max-width: 450px) {
    .chart-container {
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .chart-container .yLabel {
        position: absolute;
        font-size: 10px;
        bottom: 8%;
        left: -4%;
    }

    #grafik {
        padding-bottom: 50px;
    }

    #standings #standings-table img {
        width: 10px;
    }
}

#video-yt {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg/bg-gallery.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 50px;
}

#video-yt .myCol {
    padding: 0;
}

#activities {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg/bg-gallery.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 50px;
}

@media(max-width: 450px) {
    #product1 {
        background: url(../images/bg-mobile/bgm-2.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    #product2 {
        background: url(../images/bg-mobile/bgm-3.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    #horse {
        background: url(../images/bg-mobile/bgm-4.jpg);
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }

    #jockey {
        background: url(../images/bg-mobile/bgm-4.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    #club {
        background: url(../images/bg-mobile/bgm-4.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    #committee {
        background: url(../images/bg-mobile/bgm-5.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    #grafik {
        background: url(../images/bg-mobile/bgm-7.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    #standings {
        background: url(../images/bg-mobile/bgm-7.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    #video-yt {
        background: url(../images/bg-mobile/bgm-6.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    #activities {
        background: url(../images/bg-mobile/bgm-8.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    #news {
        background: url(../images/bg-mobile/bgm-7.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
}
#calendar {
    background-color: #FFFFFF;
}
#calendar  .fc-event-title{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
}
.page {
    display: none;
}

.page-active {
    display: block;
}

.pagination>li {
    display: inline;
}
#pagination-event {
    margin: auto;
    margin-top: 20px;
    display: inline-flex;
}
#pagination-activities {
    margin: auto;
    margin-top: 20px;
    display: inline-flex;
}

#pagination-news {
    margin: auto;
    margin-top: auto;
    margin-top: 20px;
    display: inline-flex;
}

#pagination-activities .page-link {
    text-decoration: none;
}

 .pagination>.active>a,  .pagination>.active>a:focus,  .pagination>.active>a:hover, .pagination>.active>span,  .pagination>.active>span:focus,  .pagination>.active>span:hover {
    background: #E42A7B;
    list-style: none;
}

.instagram-container {
    max-width: 935px;
    width: 100%;
}

.thumbnail-home {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 15px auto;
}

@media(max-width: 1024px) {
    .thumbnail-home {
        width: 280px;
        height: 280px;
    }
}

@media(max-width: 834px) {
    .thumbnail-home {
        width: 235px;
        height: 235px;
    }
}

@media(max-width: 450px) {
    .thumbnail-home {
        width: 120px;
        height: 120px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .instagram-container .col-4 {
        padding: 0;
    }

    .pagination-sm>li>a, .pagination-sm>li>span {
        font-size: 8px;
    }
}

.thumbnail-home a img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100% !important;
    width: auto;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    margin: auto;
    object-fit: cover;
    transition: ease-in 300ms;
}

.thumbnail-home a img:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.thumbnail-home a .potrait {
    width: 100% !important;
    height: auto !important;
}

.thumbnail-home .frame-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
}

.thumbnail-home .frame-bottom img {
    max-width: 100%;
}

 .pagination>li>a,  .pagination>li>span {
    background: #383A8F;
    color: #ffffff;
    font-weight: 700;
}

#news {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg/bg-profile-horses.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
    background-attachment: fixed;
    font-family: 'FF Tisa Sans Pro';
}

#news .news-box {
    max-width: 98%;
}

#news .side-news {
    background: url(../images/bg-side.jpg);
    background-size: cover;
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.1);
    display: block;
}

#news .side-news .border-inside {
    border: 1px solid white;
    width: 100%;
    height: 99%;
    margin-top: 15px;
}

#news .library-box {
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.5);
    transition: box-shadow 0.15s ease-in-out;
    padding: 10px 0;
    margin-bottom: 20px;
}

.btn-link h5 {
    color: #111111;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

#news .library-box p {
    font-size: 12px;
    line-height: 14px;
    font-family: 'FF Tisa Sans Pro';
}

#news .library-box span {
    font-weight: 700;
    font-size: 11px;
    color: #E42A7B;
}

.btn-link {
    border: 1px solid #E42A7B;
    padding: 6px;
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    padding-right: 20px;
    text-decoration: none;
    background-color: #E42A7B;
}

.btn-link:hover {
    padding-right: 35px;
    background-color: #2B3A8F;
    border-color: #2B3A8F;
    color: #FFFFFF;
    text-decoration: none;
}

.btn-link::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    width: 15px;
    height: 2px;
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    background: #ffffff;
}

.btn-link:hover::before {
    -webkit-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
}

.btn-link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1);
}

.graphChart {
    width: 100%;
    height: 420px;
    transform: translateY(-7px);
}

@keyframes bounceIcon {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

#contact {
    min-height: 100vh;
    position: relative;
    background: url(../images/bg/bg-contact.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#contact .section-title {
    color: #111;
}

.form-control-submit-button:hover {
    color: #111;
    border-color: #FFB200;
    background: #040D0F;
}

#contact .kadin p {
    color: #111;
    font-weight: 700;
    font-size: 16px;
}

#sponsorship {
    padding: 5px 0;
    background: #2B3A8F;
    background-size: cover;
}

#sponsorship h5 {
    color: #ffffff;
    margin: 0;
    text-align: center;
}

#sponsorship .footNav {
    list-style: none;
    padding: 0;
}

#sponsorship .footNav li {
    padding: 10px 0;
}

#sponsorship .footNav li a {
    color: #111;
    text-decoration: none;
    font-weight: bold;
    font-size: 52px;
    background: #AB7E26;
    padding: 0 5px;
    transition: all 150ms;
}

#sponsorship .footNav li:hover a {
    background: url(../images/navbar.jpg);
    color: #111;
}

#sponsorship .socialIcons {
    list-style: none;
    padding: 0;
}

#sponsorship .socialIcons li {
    padding: 10px 0;
    display: inline;
}

#sponsorship .socialIcons li a i {
    font-size: 10px;
    color: #ffffff;
}

.partnerWrap {
    width: 75px;
    height: 75px;
    background: white;
    padding: 10px;
    border-radius: 50%;
}

@media(max-width: 450px) {
    .partnerWrap {
        width: 50px;
        height: 50px;
    }

    #news .side-news {
        display: none;
    }
}

@media(max-width: 1024px) {
    .partnerWrap {
        width: 60px;
        height: 60px;
    }
}

.center-product {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.desktopP {
    display: block;
}

.mobileV {
    display: none;
}

.mobileP {
    display: none;
}

.separator {
    height: 25vh;
    width: 100%;
}

.time {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    display: flex;
}

.time div {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    background: url(../images/navbar.jpg);
    white-space: nowrap;
    font-weight: 900;
    text-transform: uppercase;
    animation: animate 80s linear infinite;
    animation-delay: -40s;
}

.time div:nth-child(2) {
    animation: animate2 80s linear infinite;
    animation-delay: -80s;
}

@keyframes animate {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes animate2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}

.nav-tabs {
    border-color: #F2CD43;
}

.nav-tabs#GraphNews-tab {
    border-color: transparent;
}

#stockNews {
    position: relative;
}

#economicNews {
    position: relative;
}

.footer-news {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #f2cd43;
}


.footer-news p {
    text-align: center;
    color: #111;
    padding: 5px 0;
    margin: 0;
    font-weight: 700;
}

.table td {
    font-size: 12px;
    font-weight: 700;
}

.table th {
    text-align: left;
    position: sticky;
    top: 0;
    color: #000;
    background: #E9307E;
}

.sources {
    position: absolute;
    bottom: -50px;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.sources .row .col {
    padding: 0;
}

.img-wrap {
    margin-left: 25px;
}

.cnbc {
    max-width: 45px !important;
}

.warta {
    max-width: 65px !important;
}

.sources-info {
    margin: 0;
    font-weight: 700;
}

.hideContent {
    display: none;
}

.upContent {
    cursor: pointer;
}

.upContent:hover {
    font-weight: bold;
}

.table {
    background-color: #FFFFFF;
}

.table tr td:first-child {
    text-align: center;
}

.table-bordered th {
    border: none;
}

.table thead tr {
    background: url(../images/bg_ijo.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.nav-tabs {
    position: relative;
    z-index: 1040;
}

.nav-tabs .nav-link {
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
}

.nav-tabs .nav-link.active {
    color: #FFFFFF;
    border: none;
    background-color: #111;
}

.nav-tabs .nav-link:hover {
    border-color: #F2CD43;
}

#myInput {
    background-image: url('../images/search.svg');
    background-position: 10px 9px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 6px 20px 6px 40px;
    border: 1px solid #ddd;
    background-size: 20px;
}

#myInput2 {
    background-image: url('../images/search.svg');
    background-position: 10px 9px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 6px 20px 6px 40px;
    border: 1px solid #ddd;
    background-size: 20px;
}

.vision p .yellow {
    color: #F2CD43;
}

.slick-slide {
    margin: 0 20px;
}

.slider {
    position: relative;
    padding: 0;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    background: #F2CD43;
    padding: 5px 0;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.label-form {
    position: absolute;
    top: 0.8125rem;
    left: 1.375rem;
    color: #787976;
    opacity: 1;
    font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
    cursor: text;
    transition: all 0.2s ease;
}

.input-form {
    border-radius: 0.25rem;
    background-color: #fff;
    color: #787976;
    font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
    transition: all 0.2s;
    -webkit-appearance: none;
}

.textarea-form {
    height: 8rem;
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #dadada;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #787976;
    font: 400 1rem/1.5625rem "Open Sans", sans-serif;
    transition: all 0.2s;
}

#btn-submit {
    display: inline-block;
    width: 100%;
    height: 42px;
    border: 0.125rem solid #383A8F;
    border-radius: 0.25rem;
    background-color: #383A8F;
    color: #fff;
    font: 700 0.75rem/1.75rem "Montserrat", sans-serif;
    cursor: pointer;
    transition: all 0.2s;
    line-height: 0;
}

.world-clock {
    max-width: 90%;
    margin: auto;
    margin-bottom: 100px;
}

.amtv {
    transform: translateY(14px);
}

.achievement-box {
    margin-top: 50px;
    max-width: 80%;
}

.achievement-box h5 {
    text-align: left;
    text-decoration: underline;
    color: #E72A7C;
}

.achievement-box ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.achievement-box ul li {
    display: inline-block;
    margin-left: 20px;

}

.achievement-box ul li p {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    color: #FFFFFF;
}

.achievement-box table {}

@media(width: 1920px) {
    .graphChart {
        height: 771px;
    }
}

@media(width: 1366px) {
    .cards-1 .card-title {
        margin: 0;
    }

    #intro img {
        max-width: 72%;
    }

    .vision {
        padding-top: 1rem;
    }
}

@media(min-width: 1280px) {
    #contact .container {
        /* position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */
    }

    #horse .row, #jockey .row, .index-jh .row {
        margin-bottom: 3rem;
    }
}

@media(max-width: 1024px) {
    #jockey {
        min-height: auto;
    }

    #club {
        min-height: auto;
    }

    #contact {
        min-height: auto;
    }

    .amtv {
        transform: translateY(7px);
    }

    .achievement-box {
        max-width: 100%;
    }
}

@media(max-width: 450px) {
    .value-body p {
        font-size: 9px;
    }

    #intro .value-body h4 {
        margin: 0;
        font-size: 14px
    }

    #intro .cards-1 i {
        font-size: 2.5rem;
    }

    #intro p {
        font-size: 13px;
        line-height: initial;
    }

    #intro .vision {
        padding-bottom: 3rem;
    }

    .headerBox .logoBox img {
        width: 75px;
    }

    .headerBox .nameBox p {
        font-size: 30px;
        line-height: 30px;
        padding-left: 5px;
    }

    .mobileP {
        display: block;
        top: 50%;
        width: 90%;
    }

    .nav-tabs .nav-link {
        font-size: 11px;
    }

    .graphChart {
        width: 100%;
        height: 420px;
    }

    .listStock {
        width: 100%;
    }

    .table td {
        font-size: 9px;
        line-height: 12px;
    }

    .table th {
        font-size: 8px;
    }

    .modal-dialog {
        max-width: 100%;
    }

    .modal-body p {
        font-size: 12px;
        line-height: 21px;
    }

    .footer-news p {
        font-size: 9px;
    }

    .nav-link {
        padding: 0.5rem 12px;
    }

    #intro img {
        max-width: 64%;
        transform: translateX(45px);
    }

    .mySearch {
        bottom: 50px;
    }

    .sources {
        bottom: -30px;
    }

    .img-wrap {
        margin-left: 8px;
    }

    .sources-logo {
        max-width: 36px;
    }

    .sources-info {
        font-size: 10px;
    }

    .cnbc {
        max-width: 30px !important;
    }

    .warta {
        max-width: 40px !important;
    }

    .nav-tabs {
        z-index: 0;
    }

    .l-box {
        text-align: center;
        padding: 0;
    }

    .r-box {
        text-align: center;
        padding: 0;
    }

    .table-responsive {
        height: 400px;
    }

    #news {
        padding: 55px 0;
    }
}