/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

body {
    overflow-x: hidden;
    position: relative;

}

html {
    width: 100%;
    overflow: scroll;
}

section {
    overflow: hidden;
}

#xPop {
    color: #FFF;
    font-size: 2em;
    position: fixed;
    right: 50px;
    top: 25px;
    z-index: 100000000;
    cursor: pointer;
}

#popupSpecial {
    width: ;
    //background-color: #FFF;
    z-index: 10000000;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

#popupSpecial.off {
    display: none;
}

#popupSpecial .left {
    background-color: #EA5050;
    padding: 100px 150px 100px 50px;
    color: #FFF;
    width: 425px;
    text-align: center;

}

#popupSpecial .left p {
    margin-bottom: 10px;
}

#blackBack {
    z-index: 10000000 !important;
}

#popupSpecial .left .item {
    background-color: #FFF;
    color: #000;
    font-size: 1.5em;
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    display: none;
}

#popupSpecial .left a {
    background-color: #333;
    color: #FFF;
    display: block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}

#popupSpecial .right p {
    margin-bottom: 10px;
}

#popupSpecial .right {
    background-color: #FFF;
    padding: 50px;
    margin: 25px 0 25px -100px;
    width: 500px;
}

#popupSpecial .right i {
    font-size: 16px;
    font-weight: 300;
}

#popupSpecial form input {
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid #333;
    padding: 5px 10px;
    font-size: 1em;
    margin-bottom: 5px;
    font-weight: 300;
}

#popupSpecial form input[type="submit"]:hover {
    background-color: #333;
}

#popupSpecial form input[type="submit"] {
    background-color: #EA5050;
    color: #FFF;
    padding: 10px 25px;
    width: 50%;
    cursor: pointer;
    margin: 0 0 0 50%;
}

#popupSpecial form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

#popupSpecial form .row span {
    width: 49%;
}

#popupSpecial form .row input {
    width: 100%;
}

#popupSpecial h3 {
    color: #EA5050;
    font-size: 2.1em;

    line-height: 1em;
}

#popupSpecial h4 {
    font-size: 1.35em;

    line-height: 1.6em;
}


#floater {
    position: fixed;
    right: 0;
    top: 300px;
}



header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fbfbfb;
}

header div {
    margin-left: 25px;
}

header p {
    margin: unset;
    line-height: 1.5em;
    font-size: 20px;
    text-align: center;
}

header p a {
    display: block;
    font-size: 1.5em;
}

header img {
    height: 100px;
}

main {
    font-size: 21px;

}

main h1 {
    font-size: 48px;
    text-align: center;
    font-weight: 600;
    margin: unset;
    color: #EA5050;
    line-height: 1.7em;
    z-index: 100;
}

main h1 span {
    font-size: 2em;
    display: block;
    font-weight: 300;
    color: #000;
    margin-bottom: 50px;
}

#cloud1 {
    position: absolute;
    top: 400px;
    left: -100px;
    z-index: 1;
    height: 300px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 20s ease all;
    -o-transition: 20s ease all;
    transition: 20s ease all;
    pointer-events: none;
}

#cloud1.on {

    left: 50px;
}

#cloud2 {
    position: absolute;
    top: -100px;
    right: -100px;
    height: 350px;
    z-index: 1;
    -webkit-transition: 20s ease all;
    -o-transition: 20s ease all;
    transition: 20s ease all;
    pointer-events: none;
}

#cloud2.on {
    right: 0px;
}

#s1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fbfbfb;
}

#s1 iframe {
    width: 800px;
    height: 450px;
    z-index: 10;
    position: relative;
}



/*Section 2 with gradient back*/

#s2 {
    padding: 250px 100px 250px;
    background: rgb(41, 171, 226);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 171, 226, 0.3)), to(rgba(251, 176, 59, 0.3)));
    background: -o-linear-gradient(top, rgba(41, 171, 226, 0.3) 0%, rgba(251, 176, 59, 0.3) 100%);
    background: linear-gradient(180deg, rgba(41, 171, 226, 0.3) 0%, rgba(251, 176, 59, 0.3) 100%);
    position: relative;
    text-align: center;
}

#border1 {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    pointer-events: none;
}

#border2 {
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    min-width: 1500px;
    pointer-events: none;
}

#s2 h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 35px;
}

#s2 .item {
    width: 250px;
    background-color: #FFF;
    margin: 0px 20px;
    -webkit-box-shadow: 0px 0px 10px #555;
    box-shadow: 0px 0px 10px #555;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: default;
}

#s2 .item svg {
    font-size: 2em;
    margin-right: 20px;
}

#s2 .item.red svg {
    color: #EA5050;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

#s2 .item.blue svg {
    color: var(--blue);
}

#s2 .item.green svg {
    color: var(--green);
}

#s2 .item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}

#s2 .item h3 {
    text-align: left;
    font-weight: 300;
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#s2 .item p {
    padding: 10px 20px;
    margin: unset;
    color: #FFF;
    text-align: center;
    font-weight: 300;
}

#s2 .item p b {
    text-transform: uppercase;
    font-weight: 600;
}

#s2 .item.blue .contain {
    background-color: var(--blue);
}

#s2 .item.green .contain {
    background-color: var(--green);
}

#s2 .item.red .contain {
    background-color: #EA5050;
}

#s2 .item .contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 160px;
}

#s2 .btn {
    font-weight: 600;
    background-color: #FFF;
    padding: 10px 25px;
    display: inline-block;
    margin: 50px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px #555;
    box-shadow: 0px 0px 5px #555;
    cursor: pointer;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all;

}

#s2 .btn:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


/*Section 3 --- Has a slider*/
#s3 {
    padding: 0 100px 100px;
    line-height: 1.75em;
    position: relative;
}

.zup {
    position: relative;
    z-index: 100;
}

#s3 h2 {
    font-size: 2.25em;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.75em;
    position: relative;
    z-index: 100;
}

#s3 h2 strong {
    font-size: 1.5em;
    color: #FBB03B;
}

#s3 h3 {
    text-align: center;
    font-size: 2.35em;
    color: #777;
    font-weight: 400;
    position: relative;
    z-index: 100;
}

#s3 .contain {
    height: 500px;
    //display: flex;
    //justify-content: center;
    //align-items: center;
    margin-top: 100px;
}

#border3 {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    width: 101%;
    max-width: 100%;
}

/* Section 4 Interested section */
#s4 {
    background-color: #FBB03B;
    color: #FFF;
    text-align: center;
    padding: 100px;

}

#s4 h2 {
    font-size: 3.5em;
    line-height: 1em;
}

#s4 h3 {
    font-size: 2.75em;
    font-weight: 400;
    line-height: 1.2em;
}

#s4 .btn {
    background-color: var(--blue);
    display: inline-block;
    padding: 10px 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 25px auto 0;
    font-size: 1.7em;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all;

}

#s4 .btn:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* RED COUNTDOWN */
#s5 {
    background-color: #EA5050;
    padding: 100px;
    color: #FFF;
    position: relative;
    z-index: 1000000;
}

#s5 h2 {
    font-size: 3em;
    line-height: 1em;
}

#s5 h3 {
    font-size: 2.25em;
    line-height: 1em;
    font-weight: 400;
}

#s5 .left p {
    font-size: 2em;
    line-height: 1em;
    font-weight: 300;
    margin: 25px 0 0;
}

#s5 .left .btn {
    color: #EA5050;
    background-color: #FFF;
    padding: 15px 25px;
    margin: 20px 0;
    font-size: 1.5em;
    font-weight: 600;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;

}

#s5 .left .btn:hover {
    background: #333;
    color: #FFF;
    border: 1px solid #FFF;
}

#s5 .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#s5 .right {
    background-color: #FFF;
    color: #000;
    padding: 25px;
    margin: 0 0 0 100px;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all;
    cursor: default;
}

#s5 .right p {
    font-weight: 300;
    margin: unset;
    text-align: center;
}

#s5 .right .contain {
    border: 5px solid #EA5050;
    color: #EA5050;
    text-align: center;
    font-size: 30px;
    padding: 25px;

}

#s5 .right:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#s5 .right .contain #countdown {
    font-size: 7em;
    line-height: .75em;
    text-align: center;
    font-weight: 700;

}

#s5 .right .contain p {
    font-size: 1.5em;
    line-height: 1em;
}

/*Section 6*/
#s6 {
    height: 500px;
    background-image: url(https://wilsonprintingusa.com/wp-content/uploads/2020/09/postcards.jpg);
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1000000;
}

#s6 a {
    background-color: var(--green);
    padding: 10px 30px;
    font-size: 2.5em;
    border-radius: 10px;
    color: #FFF;

}

#s6 a:hover {
    background-color: #FFF;
    color: var(--blue);
    -webkit-box-shadow: 0px 0px 20px #555;
    box-shadow: 0px 0px 20px #555;
}

/*Contact Form s7*/
#s7 {
    background-image: url(https://wilsonprintingusa.com/wp-content/uploads/2021/08/fishback.jpg);
    padding: 150px 0;
    background-size: cover;
    background-position: bottom right;
    //background-attachment: fixed;
    position: relative;
    overflow: hidden;
    z-index: 10000;
    position: relative;
    z-index: 1000000;
}

#s7 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 100;
}

#s7 .left {
    color: #FFF;
    width: 500px;
    margin-right: 50px;
}

#s7 .left h2 {
    font-size: 2.8em;
    font-weight: 400;
    line-height: 1em;
}

#s7 .left h3 {
    font-weight: 300;
    font-size: 2em;
}

#s7 .left p {
    margin: unset;
}


#s7 .left input {
    margin: 10px 0 0;
    padding: 5px 10px;
    width: 440px;
}

#s7 .left input[type="submit"] {
    color: #FFF;
    background-color: #555;
    border: unset;
    padding: 10px 25px;
    cursor: pointer;
    width: 200px;

}

#s7 .left input[type="submit"]:hover {
    background-color: #000;
}

#s7 .right {
    color: #FFF;
    text-align: center;
}

#s7 .right b {
    font-size: 1.5em;
    font-weight: 400;
}

#s7 .right p {
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 15px;
}

#s7 .right a {
    color: #FFF;
}

#s7 .right .link {
    background-color: #2E3192;
    padding: 10px 25px;
    font-size: 1.1em;
    border-radius: 10px;
}

#s7 .right .link:hover {
    background-color: #FFF;
    color: #2E3192;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #FFF;
    background-color: var(--green);
}

#grayFish1 {
    position: absolute;
    height: 200px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: 1;
    top: 0;
    right: -100%;
}

#grayFish2 {
    position: absolute;
    top: 350px;
    left: -100%;
    height: 75px;
    z-index: 1;
}

#grayFish3 {
    position: absolute;
    bottom: 100px;
    right: -500%;
    height: 75px;
    z-index: 1;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

#grayFish3.on {
    right: 100%;
    -webkit-transition: 19s linear all;
    -o-transition: 19s linear all;
    transition: 19s linear all;
}

#grayFish2.on {
    left: 100%;
    -webkit-transition: 19s linear all;
    -o-transition: 19s linear all;
    transition: 19s linear all;
}

#grayFish1.on {
    right: 100%;
    -webkit-transition: 19s linear all;
    -o-transition: 19s linear all;
    transition: 19s linear all;
}

#s7 #blueFish {
    position: absolute;
    height: 100px;
    top: 500px;
    left: -500px;
    z-index: 1;

}

#s7 #blueFish2 {
    height: 100px;
    top: 100px;
    right: -200px;
    position: absolute;
    z-index: 1;

}

#s7 #blueFish.on {
    left: 500%;
    -webkit-transition: 19s linear all;
    -o-transition: 19s linear all;
    transition: 19s linear all;
}

#s7 #blueFish2.on {
    right: 100%;
    -webkit-transition: 19s linear all;
    -o-transition: 19s linear all;
    transition: 19s linear all;
}

#s7 #blueFish3,
#s7 #blueFish4 {
    height: 100px;
    position: absolute;

}

#s7 #blueFish4 {
    top: 300px;
    right: -100%;

    -webkit-transform: rotate(-7deg);

    -ms-transform: rotate(-7deg);

    transform: rotate(-7deg);
    height: 150px;
}

#s7 #blueFish3 {
    bottom: -25px;
    left: -100%;
    height: 200px;

}

#s7 #blueFish4.on {
    right: 100%;
    -webkit-transition: 19s linear all;
    -o-transition: 19s linear all;
    transition: 19s linear all;
}

#s7 #blueFish3.on {
    left: 100%;
    -webkit-transition: 19s linear all;
    -o-transition: 19s linear all;
    transition: 19s linear all;
}

footer {
    background-color: #FBB03B !important;
    padding: 25px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
    position: relative;
    z-index: 1000000 !important;
}

footer p {
    text-align: left !important;
    width: 500px;
    line-height: 1em;

}

footer p span {
    font-size: .75em;
    font-style: italic;
}

footer a img {
    padding: 20px;
    height: 150px;
    background-color: #FFF;
    border-radius: 20px;
}

/* POPUP */
#popup {
    position: fixed;

}

#bird {
    width: 250px;
    height: 350px;
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 100000;
}

#bird #animation_container {
    width: 100% !important;
    height: auto !important;
}

#bird #animation_container canvas {
    width: 100% !important;
    height: auto !important
}

/* NEW SLIDES 2/2 */
#followSlide .slide img {
    height: 250px;
    width: auto;
}

#followSlide {
    margin: 100px 0;
    position: relative;
    z-index: 10000;
}

#followSlide .slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#followSlide .slide h3 {
    text-align: left;
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

#followSlide .slide .text {
    width: 400px;
    margin-left: 25px;
}

#followSlide .slide .text p {
    line-height: 1.5em;
}

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

    #s7 a {
        font-size: inherit;
    }

    main h1 {
        font-size: 35px;
    }

    #s1 iframe {
        width: 590px;
        height: 331px;
    }

    #s2 {
        padding: 200px 100px 250px;
    }
}

@media only screen and (max-width: 1000px) {
    #s2 {
        padding: 200px 50px 250px;
    }

    #s2 h2 {
        font-size: 25px;
    }

    #s2 .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

    }

    #s2 .item {
        width: 80%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 25px;
    }

    #s2 .item h3 {
        width: 400px;
    }

    #s2 .item .contain {
        width: 100%;
        height: 130px;
    }

    #s2 .btn {
        margin: 25px auto 0;
    }

    #s5 {
        padding: 100px 0;
    }

    #s5 .right {
        margin: 0 0 0 50px;
    }

    #s7 .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #s7 .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #s7 .left p {
        width: 425px;
    }

    #s7 .right {
        margin-top: 50px;
    }

    #popupSpecial {
        font-size: 16px;
    }

    #popupSpecial .right {
        width: 400px;
    }

    #cloud2 {
        height: 230px;
        top: 0;
    }

    footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer p {
        width: 310px !important;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 850px) {
    #bird {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    #popupSpecial {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 90%;
    }

    #popupSpecial .right {
        margin: unset;
        width: unset;
        padding: 50px 25px;
    }

    #popupSpecial .left {
        width: unset;
        padding: 10px;


    }

    #popupSpecial .left a {
        display: none;
    }

    #popupSpecial .left span#time {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #popupSpecial .left p {
        margin-bottom: unset;
    }

    #popupSpecial .left .item {
        width: 30%;
        font-size: 1em;
        display: flex;
        flex-direction: column;
        line-height: 1em;
    }

    #popupSpecial form input[type="submit"] {
        padding: 10px 0;
        text-align: center;
    }

    #s5 .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;

    }

    #s5 .right {
        margin: 0 0 50px 0;
    }

    #s5 .left .btn {
        width: 100%;
        text-align: center;
    }

    #s3 {
        padding: 0 0 100px;
        font-size: 18px;
    }

    #s2 {
        padding: 150px 0 250px;
    }

    #s4 {
        padding: 75px 0;
        font-size: 18px;
    }

    #s6 {
        font-size: 15px;
        height: 300px;
    }

    #s7 {
        padding: 100px 0;
    }

}

@media only screen and (max-width: 650px) {
    main h1 {
        font-size: 20px;
        margin-top: 25px;
    }

    #s1 iframe {
        width: 90vw;
        height: 50.63vw;
    }

    main h1 span {
        margin-bottom: 20px;
    }

    header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: unset;

    }

    #cloud1 {
        top: -10px;
        height: 150px;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
    }

    #cloud2 {
        top: 120px;
        height: 160px;
    }

    header img {
        position: relative;
        z-index: 100;
    }

    header p {
        font-size: 16px;
    }

    #s2 {
        padding: 100px 0 250px;
        font-size: 16px;
    }

    #s2 h2 {
        font-size: 20px;
        padding: 0 20px;
    }

    #s2 .flex {
        width: 100%;
        padding: 0 15px;
    }

    #s2 .item {
        margin: 0 0 20px 0;
        width: 100%;
    }

    #s2 .item p {
        font-size: 16px;
    }

    #s2 .item .contain {
        height: 100px;
    }

    #s2 .btn {
        margin: 0 auto;
        font-size: 20px;
    }

    #s3,
    #s4,
    #s5 {
        font-size: 15px;
    }

    #s7 .left form p {
        width: 100%;
    }

    #popupSpecial {
        position: absolute;
        top: 50%;
    }

    #popupSpecial form span {
        font-size: 18px;
    }

    #s7 {
        font-size: 16px;
    }

    #s7 .left p {
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }

    #s7 .left {
        width: 100%;
        margin-right: unset;
    }

    #s7 .left input {
        width: 100%
    }

    #followSlide .slide {
        flex-direction: column;
    }

    #followSlide .slide img {
        height: auto;
        width: 250px;
        margin-bottom: 25px;

    }

    #followSlide .slide h3,
    #followSlide .slide .text {
        text-align: center;
    }

    #followSlide .slide h3 {
        line-height: 1.5em;
    }

    #followSlide .slide .text {
        margin-left: unset;
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    #s2 .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #s2 {
        padding: 100px 0 170px;
    }

    #s2 .item .contain {
        height: auto;
    }

    #border2 {
        min-width: 750px;
    }

    #s3 {
        padding: 25px 15px 50px;
        font-size: 10px;
    }

    #s4 {
        font-size: 10px;
    }

    #s4 .btn {
        margin: 10px auto 0;
    }

    #s5 .right {
        width: 100%;

    }

    #s5 {
        padding: 0px 0px 50px;
    }

    #s5 .right .contain {
        font-size: 25px;
    }

    #s6 {
        font-size: 12px;
    }

    #s7 .left {
        width: 100%;
    }

    footer {
        padding: 25px 0;
    }

    footer a img {
        height: 120px;
    }

    main h1 {
        font-size: 16px;
    }
}

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