/*--------------------------------------------------------*\
    general
\*--------------------------------------------------------*/

@media screen and (min-width: 2000px) {
    .wrapper {
        max-width: 1800px;
        margin: auto;
    }
}

@media screen and (min-width: 1600px) {
    .maxColumn {
        max-width: 1400px;
        margin: auto;
    }
}

/* notify-js */
@media only screen and (max-width: 600px) {
    .notifyjs-corner {
        transform: scale(0.9);
        left: -15px !important;
    }
}

@media only screen and (max-width: 400px) {
    .notifyjs-corner {
        transform: scale(0.8);
        left: -30px !important;
    }
}

@media only screen and (max-width: 300px) {
    .notifyjs-corner {
        display: none;
    }
}


/*--------------------------------------------------------*\
    countdown general
\*--------------------------------------------------------*/

@media only screen and (max-width: 1000px) {
    .countdown .time {
        width: 200px;
        font-size: 14px;
    }

    .countdown .time ul li {
        font-size: 38px;
        margin: 0 10px;
    }

    .countdown .time ul li .podp {
        font-size: 15px;
    }
}


/*--------------------------------------------------------*\
    navMenu
\*--------------------------------------------------------*/

@media only screen and (max-width: 900px) {
    #navMenu > .container {
        width: 100%;;
    }
}

@media only screen and (max-width: 48em) {/* sm */
    #navMenu .logo img {
        padding-left: 5px;
    }

    #navMenu .menu ul {
        width: 100%;
    }

    #navMenu .menu ul li {
        display: none;
        width: 100%;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #navMenu .menu ul li:last-child {
        margin-bottom: 15px;
    }

    #navMenu .mobile-menu {
        display: block;
    }
}


/*--------------------------------------------------------*\
    header
\*--------------------------------------------------------*/

@media only screen and (max-width: 1000px) {
    #header iframe {
        padding-top: 60px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 850px) {
    #header iframe {
        padding-top: 0;
        max-width: 100%;
        padding-bottom: 0;
        min-height: 700px;
    }
}

@media only screen and (max-width: 700px) {
    #header iframe {
        min-height: 500px;
    }

    #header .logo-column .title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 500px) {
    #header .logo-column {
        padding-top: 40px;
    }
}



/*--------------------------------------------------------*\
    lateralImagesBanner
\*--------------------------------------------------------*/

@media only screen and (max-width: 850px) {
    #lateralImagesBanner {
        padding-top: 180px;
    }

    #lateralImagesBanner .text img {
        position: absolute;
        top: 0;
        width: 250px;
    }
}

@media only screen and (max-width: 600px) {
    #lateralImagesBanner .text img {
        width: 210px;
    }

    #lateralImagesBanner .text {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 0;
    }

    #lateralImagesBanner .leftImage,
    #lateralImagesBanner .rightImage {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}


/*--------------------------------------------------------*\
    only-text-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 767px) {
    #only-text-banner .countdown_button .content {
        padding-top: 60px;
        margin-bottom: -15px;
    }
}

@media only screen and (max-width: 700px) {
    #only-text-banner {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #only-text-banner .row1 {
        font-size: 32px;
        line-height: 48px;
    }

    #only-text-banner .row1 img {
        max-height: 26px;
    }
}

@media only screen and (max-width: 500px) {
    #only-text-banner .row1 {
        font-size: 28px;
        line-height: 46px;
    }

    #only-text-banner .row1 img {
        max-height: 24px;
    }

    #only-text-banner .container {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 420px) {
    #only-text-banner {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    #only-text-banner .row1 {
        font-size: 26px;
        line-height: 44px;
    }

    #only-text-banner .row1 img {
        max-height: 22px;
    }
}


/*------------------------------------*\
    advise-banner
\*------------------------------------*/

@media only screen and (max-width: 64em) {/* md */
    #advise-banner .sx {
        order: 1;
        padding-left: 25px;
        padding-right: 25px;
    }

    #advise-banner .dx {
        order: 0;
    }

    #advise-banner .bottom .box {
        margin-bottom: 25px;
        padding-left: 0;
        padding-right: 0;
    }

    #advise-banner .bottom .box:last-child {
        margin-bottom: 0;
    }

    #advise-banner .bottom .box .description {
        padding-top: 0px;
    }

    #advise-banner .dx img {
        padding: 0;
        max-width: 500px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 750px) {
    #advise-banner {
        padding-bottom: 45px;
    }

    #advise-banner .bottom .box .title {
        font-size: 45px;
    }

    #advise-banner .bottom .box .description {
        font-size: 19px;
    }

    #advise-banner .sx .title {
        font-size: 34px;
        line-height: 43px;
    }

    #advise-banner .sx .surtitle {
        font-size: 25px;
    }

    #advise-banner .sx > * {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 550px) {
    #advise-banner > .content {
        padding-left: 15px;
        padding-right: 15px;
    }

    #advise-banner .sx {
        padding-top: 40px;
    }

    #advise-banner .sx .title {
        font-size: 31px;
        line-height: 39px;
    }

    #advise-banner .sx .surtitle {
        font-size: 23px;
    }
}

@media only screen and (max-width: 550px) {
    #advise-banner .sx .title {
        font-size: 29px;
        line-height: 36px;
    }

    #advise-banner .sx .surtitle {
        font-size: 21px;
    }

    #advise-banner .sx > * {
        padding-bottom: 8px;
    }
}


/*--------------------------------------------------------*\
    big-g
\*--------------------------------------------------------*/

@media only screen and (max-width: 64em) {/* md */
    #big-g .feature .center-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #big-g .main-title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 48em) {/* sm */
    #big-g .feature-s2 .feature-item,
    #big-g .feature-s2 .feature-item:first-child {
        margin-top: 6px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #big-g .feature p {
        margin-bottom: 0;
    }

    #big-g .feature-s2 .feature-img img {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 650px) {
    #big-g .main-title h2 {
        font-size: 33px;
    }
}

@media only screen and (max-width: 500px) {
    #big-g {
        padding-top: 40px;
    }

    #big-g .main-title h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 400px) {
    #big-g .feature-item h2 {
        font-size: 19px;
        letter-spacing: 0;
    }

    #big-g .feature-item h2 img {
        margin-right: 12px;
        max-width: 53px;
    }
}


/*--------------------------------------------------------*\
    box-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
    #box-banner {
        padding-bottom: 30px;
        padding-top: 80px;
    }

    #box-banner .innerTitle {
        max-width: 500px;
        margin: auto;
    }

    #box-banner .subtitle {
        max-width: 500px;
        margin: auto;
        padding-bottom: 20px;
    }

    #box-banner .innerTitle,
    #box-banner .subtitle {
        padding-left: 15px;
        padding-right: 15px;
    }

    #box-banner li .description .text {
        min-height: 0;
        margin-bottom: 20px;
    }

    #box-banner ul li {
        width: 100%;
    }

    #box-banner ul li .content {
        max-width: 500px;
        margin: auto;
    }
}

@media only screen and (max-width: 550px) {
    #box-banner {
        padding-bottom: 20px;
        padding-top: 45px;
    }
}

@media only screen and (max-width: 400px) {
    #box-banner li .description .title i {
        width: 100%;
    }
}


/*--------------------------------------------------------*\
    text-image-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1050px) {
    #text-image-banner .text,
    #text-image-banner .image {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 64em) {/* md */
    #text-image-banner .content {
        max-width: 700px;
        margin: auto;
    }
}

@media only screen and (max-width: 500px) {
    #text-image-banner .text {
        font-size: 30px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 500px) {
    #text-image-banner .text {
        font-size: 27px;
        line-height: 33px;
    }
}


/*--------------------------------------------------------*\
    text-image-banner-1
\*--------------------------------------------------------*/

@media only screen and (max-width: 64em) {/* md */
    #text-image-banner-1 .countdown_button .content .countdown {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1300px) {
    #text-image-banner-1 .text {
        padding: 20px 30px 50px 30px;
    }

    #text-image-banner-1 .text .title {
        font-size: 46px;
        line-height: 58px;
    }
}

@media only screen and (max-width: 1169px) {
    #text-image-banner-1 .text .title {
        text-align: center;
    }

    #text-image-banner-1 .image {
        max-width: 400px;
        margin-right: -15px;
        margin-top: 25px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1050px) {
    #text-image-banner-1 .text,
    #text-image-banner-1 .image {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 600px) {
    #text-image-banner-1 .text .title {
        font-size: 44px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 400px) {
    #text-image-banner-1 .text {
        font-size: 18px;
        padding-top: 20px;
    }

    #text-image-banner-1 .text .title {
        word-break: break-all;
    }

    #text-image-banner-1 .image {
        margin-right: 0;
    }
}


/*--------------------------------------------------------*\
    text-image-banner-3
\*--------------------------------------------------------*/

@media screen and (max-width: 800px) {
    #text-image-banner-3 .cinturini-grid-carousel .carousel-cell {
        width: 50%;
    }

    #text-image-banner-3 .images img {
        padding: 5px;
    }
}

@media only screen and (max-width: 700px) {
    #text-image-banner-3 {
        padding-top: 50px;
    }

    #text-image-banner-3 .text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 500px) {
    #text-image-banner-3 {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    #text-image-banner-3 .text {
        line-height: 26px;
    }

    #text-image-banner-3 .innerTitle {
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 400px) {
    #text-image-banner-3 .innerTitle {
        font-size: 31px;
    }
}

@media screen and (max-width: 800px) {
    #text-image-banner-3 .carousel-cell {
        width: 50%;
    }
}

@media screen and (max-width: 550px) {
    #text-image-banner-3 .carousel-cell {
        width: 100%;
    }
}


/*--------------------------------------------------------*\
    text-image-banner-2
\*--------------------------------------------------------*/

@media only screen and (max-width: 1050px) {
    #text-image-banner-2 .text,
    #text-image-banner-2 .image {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 64em) {/* md */
    #text-image-banner-2 .content {
        max-width: 700px;
        margin: auto;
    }

    #text-image-banner-2 .os-images .android img, 
    #text-image-banner-2 .os-images .apple img {
        width: 100%;
        max-width: 180px;
    }

    #text-image-banner-2 .os-images > * {
        margin-top: 15px;
    }

    #text-image-banner-2 .os-images .android .icon, 
    #text-image-banner-2 .os-images .apple .icon {
        width: 50px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 400px) {
    #text-image-banner-2 .text {
        font-size: 18px;
        padding-top: 20px;
    }
}


/*--------------------------------------------------------*\
    opinions
\*--------------------------------------------------------*/

@media screen and (max-width: 800px) {
    #opinions .carousel-cell {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #opinions {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 400px) {
    #opinions {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #opinions .carousel-cell {
        padding: 15px;
    }
}


/*--------------------------------------------------------*\
    secureShopping
\*--------------------------------------------------------*/

@media only screen and (max-width: 64em) {/* sm */
    #secureShopping .opt-con {
        width: 100%;
    }

    #secureShopping ul li img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}


/*--------------------------------------------------------*\
    order
\*--------------------------------------------------------*/

@media only screen and (max-width: 550px) {
    #countdown .container .content .countdown {
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 399px) {
    #order > .content > .container {
        padding: 50px 0 0 0;
    }

    #countdown .container .content .text {
        border-left: none;
        text-align: center;
    }
}


/*--------------------------------------------------------*\
    slider
\*--------------------------------------------------------*/

@media only screen and (max-width: 1280px) {
    #slider .text .title {
        font-size: 19px;
        line-height: 31px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 64em) {/* md */
    #slider .text .title {
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 20px;
        line-height: 33px;
    }
}