@charset 'utf-8';


/* - generale
 ------------------------------------------------------------ */

.monthly.page-grid {
    font-size: 14px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    background-color: #fff;
}

.monthly .wrapping {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.monthly [class*=grid-].wrapping {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.monthly [class*=grid-][class*=-noGutter].wrapping {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.monthly em {
    font-weight: bold;
    font-style: normal;
    color: #333;
}

.monthly .white-space span:not(.eccetto) {
    display: inline-block;
    white-space: nowrap;
}

.monthly .for-mobile {
    display: block;
}

.monthly .for-pc {
    display: none;
}


/* - header
 ------------------------------------------------------------ */

.monthly header {
    width: 100%;
    margin: 0 auto;
    padding: 5em 0;
    background: url(../images/top.jpg) center top no-repeat;
    background-size: cover;
}

.monthly .title-wrap {
    font-weight: bold;
    /* width: 70%; */
    max-width: 639px;
    /* height: 213px; */
    margin: 0 auto;
    padding: 1em 2em;
    text-align: center;
    /* background-color: #ffffffed; */
}

.monthly header a {
    font-weight: bold;
    /* margin: 1em 0 0 0; */
    padding: .6em 1em;
    color: #524336;
    border: 1px solid #fff;
    background-color: #ffeb71;
    position: relative;
    top: -2em;
    font-size: 1.2em;
}

.monthly .data {
    font-weight: bold;
    margin: 1em 0 0 0;
    padding: .5em 1em;
    color: #f37f7c;
    border: 2px solid #f37f7c;
    background-color: #ffffff;
    border-radius: 22px;
    display: inline-block;
}


/* - intro
 ------------------------------------------------------------ */

.intro {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 2em;
    /*background: url(../images/img.png) right 1em top no-repeat;
    background-size: contain;*/
}

.intro h2 {
    text-align: center;
}

.intro p {
    text-align: center;
}


/* - lesson
 ------------------------------------------------------------ */

.cat-lesson {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 1em 1em;
}

.cat-lesson .cat-title {
    text-align: center;
}
.cat-lesson .cat-title img {
    displ
}
.cat-lesson .cat-title .inner {
    margin: 0 .25em;
}
.cat-lesson [class*=grid-]:nth-of-type(1) .cat-title .inner {
    /* background-color: #ffea82; */
    border-bottom: 18px solid #ffea82;
}
.cat-lesson [class*=grid-]:nth-of-type(2) .cat-title .inner {
    /* background-color: #e9e2ef; */
    border-bottom: 18px solid #e9e2ef;
}
.cat-lesson [class*=grid-]:nth-of-type(3) .cat-title .inner {
    /* background-color: #ffea82; */
    border-bottom: 18px solid #ffe0a7;
}
.cat-lesson [class*=grid-]:nth-of-type(4) .cat-title .inner {
    /* background-color: #e5f0d5; */
    border-bottom: 18px solid #e9e2ef;
}
.cat-lesson [class*=grid-]:nth-of-type(5) .cat-title .inner {
    /* background-color: #e5f0d5; */
    border-bottom: 18px solid #c6f7eb;
}
.cat-lesson [class*=grid-]:nth-of-type(2) .cat-title {
    margin: 4em 0 0 0;
}
.cat-lesson [class*=grid-]:nth-of-type(3) .cat-title {
    margin: 4em 0 0 0;
}
.cat-lesson [class*=grid-]:nth-of-type(4) .cat-title {
    margin: 4em 0 0 0;
}
.cat-lesson [class*=grid-]:nth-of-type(5) .cat-title {
    margin: 4em 0 0 0;
}
.cat-lesson .lesson-wrap {}

.cat-lesson .title-wrap {}

.cat-lesson .singolo .inner {
    position: relative;
    background-color: #fbeed6;
    padding: .5em 0 0 5em;
    margin: .5em .25em .5em;
}

.cat-lesson .lesson-wrap-1 .singolo:nth-of-type(2) .inner {
    background-color: #e0efcd;
}
.cat-lesson .lesson-wrap-1 .singolo:nth-of-type(3) .inner {
    background-color: #f3dce4;
}

.cat-lesson .lesson-wrap-2 .singolo:nth-of-type(1) .inner {
    background-color: #c4eceb;
}
.cat-lesson .lesson-wrap-2 .singolo:nth-of-type(2) .inner {
    background-color: #f3dce4;
}
.cat-lesson .lesson-wrap-2 .singolo:nth-of-type(3) .inner {
    background-color: #d5d7f1;
}
.cat-lesson .lesson-wrap-3 .singolo:nth-of-type(1) .inner {
    background-color: #f3dce4;
}
.cat-lesson .lesson-wrap-3 .singolo:nth-of-type(2) .inner {
    background-color: #dcf3e4;
}
.cat-lesson .lesson-wrap-3 .singolo:nth-of-type(3) .inner {
    background-color: #f5cfc9;
}
.cat-lesson .lesson-wrap-5 .singolo:nth-of-type(1) .inner {
    background-color: #cbeceb;
}
.cat-lesson .lesson-wrap-5 .singolo:nth-of-type(2) .inner {
    background-color: #d5d7f1;
}
.cat-lesson .lesson-wrap-5 .singolo:nth-of-type(3) .inner {
    background-color: #d7ecef;
}
.cat-lesson .lesson-wrap-4 .singolo:nth-of-type(1) .inner {
    background-color: #c4eceb;
}
.cat-lesson .lesson-wrap-4 .singolo:nth-of-type(2) .inner {
    background-color: #f3dce4;
}
.cat-lesson .lesson-wrap-4 .singolo:nth-of-type(3) .inner {
    background-color: #d5d7f1;
}
.cat-lesson .lesson-title {
    position: relative;
}

.title {
    position: absolute;
    font-size: 4vw;
    padding: 1.5em;
    border-radius: 50px;
    /* border: 1px solid #ccc; */
    overflow: hidden;
    width: calc(100% - 1.5em);
    top: 42%;
    left: 49%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1.25;
}

.cat-lesson .singolo {}

.cat-lesson .singolo a {
    display: block;
    color: #555;
}
.cat-lesson .singolo .arrow {text-align: right;padding: 0 .5em 0 0;position: relative;top: -5px;color: #555;font-size: .9em;}
.cat-lesson .singolo .arrow img {width: 20px;}
.cat-lesson .pro-img {
    position: absolute;
    bottom: 0;
    left: 8px;
}

.cat-lesson .pro-img img {
    width: 74px;
    display: block;
}

.cat-lesson .pro-img span {
    font-size: .85em;
}





/* - ## x >= 540px
 ------------------------------------------------------------ */

@media screen and (min-width:540px) {
    .cat-lesson .pro-img img {
        width: 100px;
        display: block;
    }
}


/* - ## x >= 569px
 ------------------------------------------------------------ */

@media screen and (min-width:569px) {
    .title {
        font-size: 2.6vw;
    }
    .cat-lesson .pro-img img {
        min-width: 74px;
        display: block;
        max-width: 74px;
    }
}


/* - ## x >= 769px
 ------------------------------------------------------------ */

@media screen and (min-width:769px) {
    .invite-autumn2018 .for-mobile {
        display: none;
    }
    .invite-autumn2018 .for-pc {
        display: block;
    }
    .title {
        font-size: 1.8vw;
        :
    }
    .cat-lesson .pro-img img {
        min-width: 74px;
        display: block;
        max-width: 74px;
    }
}


/* - ## x >= 800px
 ------------------------------------------------------------ */

@media screen and (min-width:800px) {}


/* - ## x >= 1025px
 ------------------------------------------------------------ */

@media screen and (min-width:1025px) {
    .title {
        font-size: 1.4vw;
        padding: 1em;
    }
    .cat-lesson .pro-img img {
        min-width: 74px;
        display: block;
        max-width: 74px;
    }
}


/* - ## x >= 1280px
 ------------------------------------------------------------ */

@media screen and (min-width:1280px) {}


/* - page scroll
 ------------------------------------------------------------ */

#page-top {
    position: fixed;
    z-index: 10;
    right: 20px;
    bottom: 150px;
}

#page-top a {
    font-size: 12px;
    display: block;
    width: 100px;
    height: 77px;
    padding: 30px 0;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #8e7b87;

    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #c0bbac;
}


/* - .socialIcon
 ------------------------------------------------------------ */

.socialIcon {
    width: 100%;
    padding: 0 1em;
}

.socialIcon .flex-container {
    display: -webkit-flex;
    display: flex;
    max-width: 500px;
    margin: 20px auto;
    padding: 14px 0 10px;
    text-align: center;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;

    -webkit-justify-content: center;
    justify-content: center;
}

.socialIcon .flex-container .social {
    width: 85px;
}

.fb-like {
    top: 0;
}
.button {
    display: none;
    margin: 100px 0;
    padding: 12px 34px;
    color: #fff;
    border-radius: 60px;
    font-weight: 500;
    background: #1ecd97;
    -webkit-transition: .24s ease;
    -moz-transition: .24s ease;
    -o-transition: .24s ease;
    transition: .24s ease;
}
.button:hover {
    cursor: pointer;
    background: #1bb787;
}
.modal-box {
    height: 0;
}
.content {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    max-width: 680px;
    margin: auto;
    padding: 5em;
    vertical-align: middle;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1), 0 5px 10px rgba(0, 0, 0, .15);
    background: #fff;
}
.content a {
 font-size: .9em;
}
.content > span {
    display: table-cell;
    text-align: center;
    font-size: 1.8em;
    font-weight: 200;
}
.toggle-on {
    display: none;
}
.toggle-on:checked + .toggle-off + .content {
    z-index: 100;
}
.toggle-off {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .20);
    z-index: -1;
    -webkit-transition: .6s ease-out, 1s z-index ease-out;
    -moz-transition: .6s ease-out, 1s z-index ease-out;
    -o-transition: .6s ease-out, 1s z-index ease-out;
    transition: .6s ease-out, 1s z-index ease-out;
}
.toggle-on:checked + .toggle-off {
    opacity: 1;
    -webkit-transition: .4s ease-in, .3s z-index ease-in;
    -moz-transition: .4s ease-in, .3s z-index ease-in;
    -o-transition: .4s ease-in, .3s z-index ease-in;
    transition: .4s ease-in, .3s z-index ease-in;
    z-index: 1;
}
.toggle-button {
    position: absolute;
    top: 1em;
    right: 1em;
    padding: .5em;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    border-radius: 4px;
    background: #1ecd97;
    -webkit-transition: .24s ease;
    -moz-transition: .24s ease;
    -o-transition: .24s ease;
    transition: .24s ease;
}
.toggle-button:hover {
    cursor: pointer;
    background: #1bb787;
}

/* rotate */
.ani-rotate {
    opacity: 0;
    -webkit-transition: .4s ease, 1s z-index ease;
    -moz-transition: .4s ease, 1s z-index ease;
    -o-transition: .4s ease, 1s z-index ease;
    transition: .4s ease, 1s z-index ease;
    -webkit-transform: rotate(450deg);
    -moz-transform: rotate(450deg);
    -ms-transform: rotate(450deg);
    transform: rotate(450deg);
}
.toggle-on:checked + .toggle-off + .ani-rotate {
    opacity: 1;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.modal-box .ani-rotate h4 {
    font-size: 0.9em;
}
.modal-box .ani-rotate p {
    font-size: 0.8em;
    padding: .3em 0;
}