﻿

@media only screen and (max-width: 500px) {

    .centered-banner {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        text-align: center !important;
        font-weight: bold !important;
        font-size: 30px !important;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .centered-banner {
        position: absolute !important;
        top: 30% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        text-align: center !important;
        font-weight: bold !important;
        font-size: 25px !important
    }

    .tl-content h1 {
        font-size: 12px !important;
    }

    .tl-content p {
        font-size: 10px !important;
    }

    .tl-year p {
        font-size: 12px;
        line-height: 1;
    }

    h4 {
        font-size: 12px !important;
    }

    h6 {
        font-size: 10px !important;
    }

    .divCEO {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .divBody p span, .divBody, .ittfgp_text {
        font-size: 14px !important;
    }

    .ceo-msg {
        font-size: 10px;
    }

    .wtt-msg {
        margin-left: 0px;
        font-size: 10px;
        line-height: 15px;
    }

    .h4-steve-name {
        letter-spacing: 0px;
        margin-left: 0px;
        font-weight: bold;
        font-size: 15px !important;
    }

    .CEOPresImg {
        width: 150px;
        margin-bottom: 5px !important;
        padding: 5px !important;
    }

    .p-line-height {
        font-size: 14px !important;
    }

 

    .rightImg {
        padding-right: 0px;
    }

    .w-100 {
        width: 100vw !important;
    }

    .leftImage {
        /* background-position: center; 
        background-position: center;*/
        min-height: 50vh !important;
        object-fit: fill;
    }

    #divObjectives .row {
        padding-left: 10px;
        padding-right: 10px;
    }

    #btnGroups {
        padding-bottom: 10px !important;
        display: flex;
        /* float: left !important; */
        justify-content: space-evenly;
        /* resize: none; */
        flex-direction: row;
        align-items: stretch;
        flex-wrap: nowrap;
    }

    .btnGroupText {
        font-size: 7px !important;
        padding: 5px !important;
        margin: 1px !important;
    }

    .sp-content {
        font-size: 13px !important;
    }

    .sp-icon {
        width: 0px !important;
    }

    .count {
        font-size: 15px !important;
    }

    .sp-text {
        font-size: 13px !important;
    }

    .timeline::before {
        left: 50% !important;
    }

    .timeline-header h1 {
        font-size: 20px !important;
    }

    .timeline-header p {
        font-size: 13px !important;
    }

    .timeline-item:nth-child(even) .timeline-content::after {
        content: '';
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        left: -15px;
        border-width: 0px 0px 0px 0 !important;
        border-color: transparent #f5f5f5 transparent transparent;
    }

    .timeline .timeline-img {
        left: 50% !important;
    }

    .timeline .timeline-content {
        max-width: 100% !important;
        width: auto;
        margin-left: 55% !important;
    }

    .timeline-wtt, .timeline-ittf, .timeline-found {
        width: 20px !important;
        height: 20px !important;
        border-radius: 50%;
        position: absolute;
        left: 55%;
        margin-top: 25px;
        margin-left: -10px !important;
    }

    .timeline .timeline-item:nth-child(even) .timeline-content {
        float: none;
    }

    .timeline .timeline-item:nth-child(odd) .timeline-content::after {
        content: '';
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 55px;
        left: -15px;
        border-width: 10px 15px 10px 0;
        border-color: transparent #f5f5f5 transparent transparent;
    }

    .timeline-content .date-found, .date-wtt, .date-ittf {
        font-size: 8px !important;
        padding: 4px 2px 4px 2px !important;
    }

    .timeline-content h5 {
        font-size: 10px !important;
        padding: 0px 39px 0px 2px !important;
    }

    .timeline-content p {
        font-size: 10px !important;
    }

    .js--fadeInRight {
        padding: 11px 15px 26px 14px !important;
    }

    .timeline-content.js--fadeInLeft {
        margin-left: 2% !important;
        margin-right: 55% !important;
        padding: 4px 4px 4px 4px !important;
    }

    /* ITTF Group */
    .zoomGr {
        transition: transform .2s !important; /* Animation */
        width: 90% !important;
        margin: 0px !important;
        cursor: pointer !important;
        padding: 10px !important;
        background: #cccccc !important;
        border-radius: 3px !important;
    }

        .zoomGr:hover {
            transform: scale(1); /* (150%.zoomGr - Note: if the.zoomGr is too large, it will go outside of the viewport) */
            -ms-transform: scale(1); /* IE 9 */
            -webkit-transform: scale(1); /* Safari 3-8 */
        }

        .zoomGr .divBody p {
            font-size: 10pt !important;
        }

    .container {
        max-width: 100%;
    }

    form .user-details .input-box, form .input-box {
        margin-bottom: 15px;
        margin-left: 10px !important;
        width: 100%;
    }

    .content form .user-details {
        max-height: 300px;
        overflow-y: scroll;
    }

    .user-details::-webkit-scrollbar {
        width: 5px;
    }

    form .input-box span.details {
        display: block;
        font-weight: 500;
        margin-bottom: 5px;
        font-weight: bold;
    }

    form .user-details .input-box input,
    form .user-details .input-box select,
    .textarea-box {
        /*width: 90vw !important;*/
        font-size:12px;
        height:30px !important;
    }

    .btnContact input {
        width: 30vw !important;
        margin-right: 10px !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {

    .centered-banner {
        position: absolute !important;
        top: 35% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        text-align: center !important;
        font-weight: bold !important;
        font-size: 30px !important
    }

    .tl-content h1 {
        font-size: 12px !important;
    }

    h4 {
        font-size: 13px !important;
    }

    h6 {
        font-size: 12px !important;
    }

    .tl-content p {
        font-size: 12px !important;
    }

    .tl-year p {
        font-size: 16px;
        line-height: 1;
    }

    .divBody p span, .divBody, .ittfgp_text {
        font-size: 14px !important;
    }

    .ceo-msg {
        font-size: 12px;
    }

    .wtt-msg {
        margin-left: 0px;
        font-size: 14px;
        line-height: 20px;
    }

    .h4-steve-name {
        letter-spacing: 0px;
        margin-left: 0px;
        font-weight: bold;
    }

    .divCEO {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .divBody p span {
        font-size: 12px !important;
    }

    .ceo-msg {
        font-size: 10px;
    }

    .wtt-msg {
        margin-left: 0px;
        font-size: 10px;
        line-height: 15px;
    }

    .h4-steve-name {
        letter-spacing: 0px;
        margin-left: 0px;
        font-weight: bold;
        font-size: 15px !important;
    }

    .CEOPresImg {
        width: 150px;
        margin-bottom: 5px !important;
        padding: 5px !important;
    }

    .p-line-height {
        font-size: 14px !important;
    }

   

    .rightImg {
        padding-right: 0px;
    }

    .w-100 {
        width: 100vw !important;
    }

    /*.leftImage {*/
    /* background-position: center; */
    /*background-position: center;
        min-height: 50vh !important;
        object-fit: fill;
    }*/

    #divObjectives .row {
        padding-left: 10px;
        padding-right: 10px;
    }

    .btnGroupText {
        font-size: 9px !important;
        padding: 2px !important;
        margin: 3px !important;
    }

    .sp-content {
        font-size: 20px !important;
    }

    .count {
        font-size: 25px !important;
    }


    .timeline::before {
        left: 50% !important;
    }

    .timeline-item:nth-child(even) .timeline-content::after {
        content: '';
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        left: -15px;
        border-width: 0px 0px 0px 0 !important;
        border-color: transparent #f5f5f5 transparent transparent;
    }

    .timeline .timeline-img {
        left: 50% !important;
    }

    .timeline .timeline-content {
        max-width: 100% !important;
        width: auto;
        margin-left: 55% !important;
    }

    .timeline .timeline-item:nth-child(even) .timeline-content {
        float: none;
    }

    .timeline .timeline-item:nth-child(odd) .timeline-content::after {
        content: '';
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 55px;
        left: -15px;
        border-width: 10px 15px 10px 0;
        border-color: transparent #f5f5f5 transparent transparent;
    }

    .timeline-content .date-found, .date-wtt, .date-ittf {
        font-size: 8px !important;
        padding: 8px 2px 8px 2px !important;
    }

    .timeline-content h5 {
        font-size: 10px !important;
        padding: 0px 15px 0px 2px !important;
    }

    .timeline-content p {
        font-size: 10px !important;
    }

    .js--fadeInRight {
        padding: 11px 15px 26px 14px !important;
        margin-right: 2% !important;
    }

    .timeline-content.js--fadeInLeft {
        margin-left: 1% !important;
        margin-right: 55% !important;
    }

    /* ITTF Group */
    .zoomGr {
        transition: transform .2s !important; /* Animation */
        width: 90% !important;
        cursor: pointer !important;
        margin: 0 !important;
        padding: 10px !important;
        background: #cccccc !important;
        border-radius: 3px !important;
    }

        .zoomGr:hover {
            transform: scale(1.05); /* (150%.zoomGr - Note: if the.zoomGr is too large, it will go outside of the viewport) */
            -ms-transform: scale(1.05); /* IE 9 */
            -webkit-transform: scale(1.05); /* Safari 3-8 */
        }

        .zoomGr .divBody p {
            font-size: 11pt !important;
        }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {

    .centered-banner {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        text-align: center !important;
        font-weight: bold !important;
        font-size: 40px !important
    }

    .tl-content h1 {
        font-size: 12px !important;
    }

    .tl-content p {
        font-size: 12px !important;
    }

    .tl-year p {
        font-size: 18px;
        line-height: 1;
    }

    .ceo-msg {
        font-size: 10px;
    }

    .wtt-msg {
        margin-left: 0px;
        font-size: 14px;
        line-height: 20px;
    }

    .h4-steve-name {
        letter-spacing: 0px;
        margin-left: 0px;
        font-weight: bold;
    }

    .CEOPresImg {
        width: 255px;
        margin-bottom: 5px !important;
        padding: 5px !important;
        position: center !important;
    }

    .p-line-height {
        font-size: 14px !important;
    }

    .wtt-msg-title {
        letter-spacing: 1px;
        font-size: 20px;
        text-transform: uppercase !important;
    }

    .rightImg {
        padding-right: 0px;
    }

    .w-100 {
        width: 100vw !important;
    }

    /*.leftImage {*/
    /* background-position: center; */
    /*background-position: center;
        min-height: 50vh !important;
        object-fit: fill;
    }*/

    #divObjectives .row {
        padding-left: 10px;
        padding-right: 10px;
    }

    .btnGroupText {
        font-size: 12px !important;
        padding: 5px !important;
        margin: 4px !important;
    }

    /* ITTF Group */
    .zoomGr {
        transition: transform .2s !important; /* Animation */
        width: 90% !important;
        /* height: auto !important; */
        margin: 0px !important;
        cursor: pointer !important;
        /* padding: 10px !important; */
        background: #cccccc !important;
        border-radius: 3px !important;
        /* display:flex; */
    }

        .zoomGr:hover {
            transform: scale(1.05); /* (150%.zoomGr - Note: if the.zoomGr is too large, it will go outside of the viewport) */
            -ms-transform: scale(1.05); /* IE 9 */
            -webkit-transform: scale(1.05); /* Safari 3-8 */
        }

        .zoomGr .divBody p {
            font-size: 12pt !important;
        }
}


@media only screen and (max-width: 800px) {
    .centered-banner {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        text-align: center !important;
        font-weight: bold !important;
        font-size: 50px !important
    }

    .ftPriorityList div div,
    .ftOrganisationList div div,
    .ftOtherList div div {
        display: none
    }

    .ftPriorityList .arrow,
    .ftOrganisationList .arrow,
    .ftOtherList .arrow {
        display: block
    }
}

@media only screen and (min-width: 800px) {
    .centered-banner {
        position: absolute !important;
        top: 47% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        text-align: center !important;
        font-weight: bold !important;
        font-size: 50px !important;
    }

    .ftPriorityList div div,
    .ftOrganisationList div div,
    .ftOtherList div div {
        display: block
    }

    .ftPriorityList .arrow,
    .ftOrganisationList .arrow,
    .ftOtherList .arrow {
        display: none
    }
}

@media only screen and (min-width: 200px) and (max-width: 300px) {
    .centered-banner {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        text-align: center !important;
        font-weight: bold !important;
        font-size: 20px !important
    }

    .zoomGr {
        height: 1200px !important;
        margin-bottom: 5px !important;
    }

    h4 {
        font-size: 9px !important;
    }

    h6 {
        font-size: 8px !important;
    }

    .zoomGr .divBody p {
        font-size: 9px !important;
    }
}

@media only screen and (min-width: 300px) and (max-width: 350px) {
    .centered-banner {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        text-align: center !important;
        font-weight: bold !important;
        font-size: 20px !important
    }

    .zoomGr {
        height: 1300px !important;
        margin-bottom: 5px !important;
    }

        .zoomGr .divBody p {
            font-size: 10px !important;
        }
}

@media only screen and (min-width: 350px) and (max-width: 400px) {
    .centered-banner {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        text-align: center !important;
        font-weight: bold !important;
        font-size: 30px !important
    }

    .zoomGr {
        height: 1100px !important;
        margin-bottom: 5px !important;
    }

    h4 {
        font-size: 10px !important;
    }

    h6 {
        font-size: 10px !important;
    }

    .zoomGr .divBody p {
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 400px) and (max-width: 500px) {
    .centered-banner {
        position: absolute !important;
        top: 28% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        text-align: center !important;
        font-weight: bold !important;
        font-size: 21px !important;
    }

    .zoomGr {
        height: 900px !important;
        margin-bottom: 5px !important;
    }

    h4 {
        font-size: 10px !important;
    }

    h6 {
        font-size: 10px !important;
    }

    .zoomGr .divBody p {
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 500px) and (max-width: 540px) {
    .centered-banner {
        position: absolute !important;
        top: 26% !important;
        left: 49% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        text-align: center !important;
        font-weight: bold !important;
        font-size: 25px !important;
    }

    .zoomGr {
        height: 800px !important;
        margin-bottom: 5px !important;
    }

    h4 {
        font-size: 10px !important;
    }

    h6 {
        font-size: 10px !important;
    }

    .zoomGr .divBody p {
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 540px) and (max-width: 600px) {
    .centered-banner {
        position: absolute !important;
        top: 27% !important;
        left: 49% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        text-align: center !important;
        font-weight: bold !important;
        font-size: 28px !important;
    }

    .zoomGr {
        height: 700px !important;
        margin-bottom: 5px !important;
    }

    h4 {
        font-size: 10px !important;
    }

    h6 {
        font-size: 10px !important;
    }

    .zoomGr .divBody p {
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 630px) {
    .centered-banner {
        position: absolute !important;
        top: 29% !important;
        left: 46% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        text-align: center !important;
        font-weight: bold !important;
        font-size: 34px !important;
    }

    .zoomGr {
        height: 1400px !important;
        margin-bottom: 5px !important;
    }
}

@media only screen and (min-width: 630px) and (max-width:700px) {
    .centered-banner {
        position: absolute !important;
        top: 32% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        text-align: center !important;
        font-weight: bold !important;
        font-size: 33px !important;
    }

    .zoomGr {
        height: 700px !important;
        margin-bottom: 5px !important;
    }

    h4 {
        font-size: 10px !important;
    }

    h6 {
        font-size: 10px !important;
    }

    .zoomGr .divBody p {
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 700px) and (max-width: 768px) {
    .centered-banner {
        position: absolute !important;
        top: 34% !important;
        left: 49% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        text-align: center !important;
        font-weight: bold !important;
        font-size: 39px !important;
    }

    .zoomGr {
        height: 700px !important;
        margin-bottom: 5px !important;
    }

    h4 {
        font-size: 10px !important;
    }

    h6 {
        font-size: 10px !important;
    }

    .zoomGr .divBody p {
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .centered-banner {
        position: absolute !important;
        top: 39% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        text-align: center !important;
        font-weight: bold !important;
        font-size: 41px !important;
    }

    .zoomGr {
        min-height: 800px !important;
        margin: 5px !important;
    }

    h4 {
        font-size: 13px !important;
    }

    h6 {
        font-size: 11px !important;
    }

    .zoomGr .divBody p {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 1500px) {

    .centered-banner {
        position: absolute !important;
        top: 57% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        text-align: center !important;
        font-weight: bold !important;
        font-size: 70px !important
    }
}

@media only screen and (min-width: 1000px) {


    .zoomGr {
        min-height: 900px !important;
        margin: 10px !important;
    }
}
