@charset 'utf-8';
/* hebrew */
@font-face {
  font-family: 'Miriam Libre';
  font-style: normal;
  font-weight: 400;
  src: local('Miriam Libre Regular'), local('MiriamLibre-Regular'), url(https://fonts.gstatic.com/s/miriamlibre/v3/DdTh798HsHwubBAqfkcBTL_fZZP-b-i3999i.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Miriam Libre';
  font-style: normal;
  font-weight: 400;
  src: local('Miriam Libre Regular'), local('MiriamLibre-Regular'), url(https://fonts.gstatic.com/s/miriamlibre/v3/DdTh798HsHwubBAqfkcBTL_faZP-b-i3999i.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Miriam Libre';
  font-style: normal;
  font-weight: 400;
  src: local('Miriam Libre Regular'), local('MiriamLibre-Regular'), url(https://fonts.gstatic.com/s/miriamlibre/v3/DdTh798HsHwubBAqfkcBTL_fZ5P-b-i39w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* - general
 ------------------------------------------------------------ */
.off-canvas-wrap article.summer-2018.page-grid {
    margin: 45px 0 0 0;
}
.summer-2018 {
    font-size: 16px;
    background-color: #fff;
}
.summer-2018 .wrapping {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.summer-2018 [class*=grid-].wrapping {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.summer-2018 [class*=grid-][class*=-noGutter].wrapping {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.summer-2018 h1,
.summer-2018 h2,
.summer-2018 h3,
.summer-2018 h4 {
    font-family: 'Ruda', sans-serif;
    font-weight: 400;
}
.summer-2018 a {
    font-weight: 700;
}
.summer-2018 a:hover {
    opacity: .9;

        filter: alpha(opacity=90);
    -ms-filter: 'alpha(opacity=90)';
}
.summer-2018 small {
    font-size: .75em;
}
.summer-2018 .white-space span:not(.eccetto) {
    display: inline-block;
    white-space: nowrap;
}

.summer-2018 .for-mobile {
    display: inline-block;
}
.summer-2018 .for-pc {
    display: none;
}

/* - header
 ------------------------------------------------------------ */
.summer-2018 header {
    width: 100%;
    margin: 0 auto;
}
.summer-2018 .line {
    font-family: 'Ruda', sans-serif;
    text-align: center;
    color: #fff;
    background-color: #6d6d6d;
}
.summer-2018 header h1 {
    display: block;
    margin: 1em auto;
    max-width: 1080px;
    width: 100%;
}
.summer-2018 header h1 img {
    /* display: block; */
    margin: 0 auto;
    /* max-height: 480px; */
    /* border-right: 8px solid #fff; */
    /* border-left: 8px solid #fff; */
}

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

.summer-2018 .intro h2 {
    /* margin: 1em 0; */
}
.summer-2018 .intro h2 span {
    display: block;
    margin: 0 0 .5em -.5em;
}
.summer-2018 .intro p {
    line-height: 1.7;
    /* margin: 1em auto; */
    font-size: 1em;
    padding: 0 1em;
}
.summer-2018 .intro .img-02 {
    display: block;
    max-width: 270px;
    margin: 0 auto;
}

/* - .program
 ------------------------------------------------------------ */


.program {
    width: 100%;
    margin: 0 auto;
    padding: 2em 1em;
}
.program .inner {
    padding: 1em;
}
.program h3 {
    text-align: center;
}
.program h3 img {
    width: 200px;
}
.program h4 {
    text-align: center;
}
.program p {
    line-height: 2;
    margin: 0 0 0 2em;
}

/* - .ticket
 ------------------------------------------------------------ */
.ticket {
    margin: 1em 0 2em;
    padding: 2em 1em;
    background-color: #e1e2f3;
}
.ticket h3 {
    /* margin: 1em 0 0 0; */
}
.ticket p {
    /* text-align: center; */
}

.ticket .close {
    font-weight: bold;
    width: 25%;
    margin: 1em auto 0;
    padding: .5em;
    color: #488aaa;
    border: 1px solid #bbb;
}
.summer-2018 .ticket .book-wrap {
    margin: 0 auto 2em;
    padding: 1em;
    background-color: #fff;
}
.summer-2018 .ticket .book-wrap .tel {
    font-weight: bold;
    margin: 1em 0;
    padding: .25em;
    text-align: center;
    color: #fff;
    background-color: #73ccb3;
}
.summer-2018 .ticket .book-wrap .online {
    font-weight: bold;
    margin: 1em 0;
    padding: .25em;
    text-align: center;
    color: #fff;
    background-color: #67afda;
}
.summer-2018 .ticket .title-wrap {
    margin: 0 0 1em;
}
.summer-2018 .ticket .title-wrap h3 {
    font-size: 1.6em;
    margin: .2em 0 0;
    text-align: left;
    line-height: 1.4;
}
.summer-2018 .ticket .title-wrap h3 span {
    /* display: block; */
}
.summer-2018 .ticket .title-wrap h4 {
    font-size: 1.16em;
    display: block;
    margin: 0 0 .8em;
}
.summer-2018 .ticket .title-wrap p {
    font-size: 1.3em;
}
.summer-2018 .ticket .title-wrap p b {
    font-size: 140%;
    /* display: block; */
    letter-spacing: -1px;
    line-height: 1.4;
    position: relative;
    top: -2px;
}
.summer-2018 .ticket .title-wrap p span.eccetto {
    font-size: 90%;
}
.summer-2018 .ticket .title-wrap p span:not(.eccetto) {
    font-size: 90%;
    /* display: block; */
}

/*phone*/


.summer-2018 .ticket .phone .inner {
    margin: 0 0 0 2.5em;
}
.summer-2018 .ticket .phone .inner.icon {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0;
}
.summer-2018 .ticket .phone .icon img {
    display: block;
    margin: 1em auto;
    width: 80px;
}
.summer-2018 .ticket .phone .icon p {
    font-size: 2.2em;
    line-height: 1;
    text-align: center;
    font-family: 'Miriam Libre', sans-serif;
}
.summer-2018 .ticket .phone .icon span {
    font-size: 60%;
    display: block;
    margin: .5em 0;
}

.summer-2018 .ticket .phone em {
    font-size: 2.6em;
    color: #aaa;
    font-style: normal;
    position: absolute;
    top: .2em;
    left: -1.1em;
}
.summer-2018 .ticket .phone .one {
    margin: 1em 0 0;
}
.summer-2018 .ticket .phone .one p {
    margin: 0 0 1em;
    position: relative;
}
.summer-2018 .ticket .phone .one ul {
    margin: 0 1em 2em;
}

.summer-2018 .ticket .phone .two {
    margin: 0 0 2em;
}




/* - section:general;
 ------------------------------------------------------------ */
.summer-2018 section {
    width: 100%;
    margin: 0 auto;
}
.summer-2018 section h2 {
    margin: 1em 0 2em;
    text-align: center;
}
/*details*/

/*details */


/*curriculum*/

/*mini-info*/

/*tutor-profile*/

/* - copyright
 ------------------------------------------------------------ */

/* - .social Icon
 ------------------------------------------------------------ */
.socialIcon {
    width: 100%;
    max-width: 1080px;
    margin: 20px auto;
    padding: 14px 0 10px;
    text-align: center;
}
.fb-like {
    top: -1px;
}
.socialIcon .flex-container {
    display: -webkit-inline-flex;
    display:         inline-flex;
    padding: .9em 10em .7em;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.socialIcon .flex-container .social {
    width: 80px;

    -webkit-justify-content: center;
            justify-content: center;
    align-content: space-between;
}

/* - ## x <= 548px
 ------------------------------------------------------------ */
@media only screen and (min-width:540px) {
    .off-canvas-wrap article.summer-2018.page-grid {
        margin: 118px 0 0 0;
    }
}

/* - ## x >= 540 - 940
 ------------------------------------------------------------ */
@media screen and (min-width:540px) and (max-width:940px) {
    .nav-list .nav-item:first-child {
        display: none;
    }
}

/* - ## x <= 568px
 ------------------------------------------------------------ */

/* - ## x <= 568px
 ------------------------------------------------------------ */

/* - ## x <= 768px
 ------------------------------------------------------------ */
@media screen and (min-width:768px) {
    /*header*/
    .summer-2018 .line {
        padding: 0 1em 0;
        text-align: right;
    }
    /*intro*/
    .summer-2018 .intro p {
        line-height: 1.7;
        font-size: 1.15em;
        padding: 0 1em;
    }
}

/* - ## x <= 800px
 ------------------------------------------------------------ */
@media only screen and (min-width:800px) {
    .off-canvas-wrap article.summer-2018.page-grid {
        margin: 58px 0 0 0;
    }
}

/* - ## x >= 1025px
 ------------------------------------------------------------ */
@media screen and (min-width:1024px) {
    /*info*/
}

/* - modal
 ------------------------------------------------------------ */

/* rotate */

/* - general
 ------------------------------------------------------------ */
.summer-2018[class*=grid] {
    margin: 118px 0 0 0;
}
.summer-2018 {
    font-size: 14px;
    padding: 0;
    color: #3e3e3e;
    background-color: #fff;
}
.summer-2018 .wrapping {
    width: 100%;
    /* max-width: 1180px; */
    margin: 0 auto;
}
.summer-2018 [class*=grid-].wrapping {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}
.summer-2018 [class*=-noGutter].wrapping {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.summer-2018 header {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.summer-2018 .white-space span:not(.eccetto) {
    display: inline-block;
    white-space: nowrap;
}

/* eventWork_gen2015 general
--------------------------------------------- */

.summer-2018 .nota a:hover {
    text-decoration: underline;
}
.summer-2018 a:hover {
    opacity: .7;

        filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
}

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

.summer-2018 [class*=col-] {
    /* padding: 1em; */
}
.summer-2018 header h1 img {
    border: none;
}
.summer-2018 header {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    background-color: #e1e2f4;
    padding: 0 1em;
}
.summer-2018 .intro {
    width: 100%;
    text-align: center;
    /* font-size: 1.15em; */
    /* line-height: 1; */
}
.summer-2018 .intro h2 {
    /* padding: 0 0 0 12px; *//* margin: 0 0 1em; */
}
.summer-2018 .intro p {
    margin: 1em 0;
}


.summer-2018 .detail {
    width: 100%;
    margin: 0 auto;
}
.summer-2018 .detail [class*=col-] {
    border-bottom: 1px dotted #ccc;
}
.summer-2018 .detail .inner {
    padding: 2em;
}
.summer-2018 .detail p,
.summer-2018 .detail li {
    line-height: 1.8;
}
.summer-2018 .detail p span,
.summer-2018 .detail li span {
    display: block;
}
.summer-2018 .detail span.nota {
    font-size: 88%;
    font-weight: bold;
    display: inline;
    padding: 0 0 0 1em;
    color: #226b9c;
}
.summer-2018 .detail h2 {
    font-size: 1.4em;
    margin: 0;
    text-align: left;
    letter-spacing: 5px;
}
.summer-2018 p.nota {
    width: 100%;
    margin: 3em 0;
    text-align: center;
    padding: 0 1em;
}
.summer-2018 p.nota a {
    font-weight: bold;
    padding: .7em 1em;
    color: #2d488c;
    border: 1px solid #6586d0;
    border-radius: 38px;
}
.summer-2018 .sec-profile {
    margin: 3em 0 0 0;
}
.summer-2018 .sec-profile h3 {
    font-size: 1.3em;
    text-align: center;
    margin: 0 0 .7em;
}
.summer-2018 .sec-profile img {
    width: 180px;
}
.summer-2018 .sec-profile p {
    font-size: .9em;
    line-height: 1.8;
    margin: 0 0 2em;
}
.summer-2018 .sec-profile h4 {
    font-size: 1.3em;
    font-weight: 800;
}

/* - .ticket
 ------------------------------------------------------------ */
.summer-2018 .ticket p {
    width: 100%;
    position: relative;
}
.summer-2018 .booking h3 {
    font-size: 1.3em;
    text-align: center;
}
.summer-2018 .type-info {
    padding: .3em;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #f7f2f3;
    /* margin: 1em 0; */
}
.summer-2018 .plus .type-info {
    background-color: #edf5f7;
}

.summer-2018 .discount {
    text-decoration: line-through;
}
.summer-2018 .discountless {
    margin: 1em 0 .35em;
}
.summer-2018 .discountless em {
    font-size: 1.8em;
    font-style: normal;
    padding: 1em .15em 1em 0;
    font-weight: bold;
}
.summer-2018 .discount b {
    font-size: 1.2em;
    color: #f04124;
}
.summer-2018 .booking {
    position: relative;
}
.summer-2018 .booking .avv {
    font-weight: bold;
}
.summer-2018 .requested-count {
    text-align: center;
}
.summer-2018 .requested-count .fa {
    font-size: 1.5em;
    position: relative;
    top: 2px;
    color: #2ecc71;
}
.summer-2018 .requested-count span {
    font-weight: bold;
    padding: .3em 2em;
    border: 1px solid #ef6f56;
    background-color: #fff;
}

/*after-party*/
.summer-2018 .after-party {
    padding: 1em;
}
.summer-2018 .after-party .inner {
    margin: 0 0 2em;
    padding: 1.5em;
    border: 1px solid #ccc;
}
.summer-2018 .after-party h5 {
    font-size: 1.25em;
    margin: .5em 0;
    letter-spacing: 5px;
}
.summer-2018 .after-party p {
    font-size: .9em;
    margin: 1em 0;
}
.summer-2018 .after-party p em {
    font-weight: bold;
}

/*.book-wrap*/
.summer-2018 .ticket h3 {
    margin: .2em 0 .5em;
    text-align: center;
    font-size: 1.4em;
}
.summer-2018 .book-wrap[class*=grid] {
    margin: 2em 0;
    padding: 1em;
    border: 1px solid #ccc;
    background-color: #fff;
}

.summer-2018 .book-wrap .data .inner {
    margin: 1em 0 0 0;
    padding: 0 .5em 1em 0;
}
.summer-2018 .book-wrap .seminar-date {
    font-size: 2em;
}

.summer-2018 .book-wrap .seminar-time {
    font-size: 1.15em;
    padding: .35em 0;
}

.summer-2018 .book-wrap .luogo a {
    padding: .35em 0;
    color: #333;
    border-top: 1px dotted #ccc;
}

.summer-2018 .type-label {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 .1em;
    padding: .3em;
    text-align: center;
    background-color: #ecd3d7;
}
.summer-2018 .colori .book-ing:nth-of-type(2) .type-label {
    background-color: #bce5ec;
}

.summer-2018 .book-ing .inner {
    /* margin: 1em 0 0.2em; */
    /* padding: 0 .25em; */
}
.summer-2018 .avv {
    font-weight: bold;
    color: #ea7272;
}
.summer-2018 .book-ing .discount {
    font-size: 150%;
}
.summer-2018 .requested-count .inner {
    padding: .5em 0;
    background-color: #f5f5f5;
}
.summer-2018 .book-ing .button-wrap .carre {
    font-size: 1.2em;
    display: block;
    width: 100%;
    /* margin: .2em 0 0; */
    padding: .35em;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #d47383;
}
.summer-2018 .book-ing .one-click .carre {
    background-color: #3498db;
}
.button-wrap a {
    width: 100%;
}
.book-ing a {
    color: #333;
}
.summer-2018 .colori .book-ing:nth-of-type(2) a {
    /* background-color: #5dbdcb; */
}
.summer-2018 .book-ing .one-click {
    /* background-color: #f1b575; */
}
.summer-2018 .colori .book-ing:nth-of-type(2) .one-click {
    /* background-color: #7dc2e4; */
}
.summer-2018 .book-ing a .fa {
    font-size: 1em;
    color: #fff;
}
.summer-2018 .ticket .fa-shopping-cart {
    font-size: inherit;
    color: inherit;
}


.summer-2018 .catalog {
    width: 100%;
}
.summer-2018 .catalog .inner {
    padding: 2em 1em;
}
.summer-2018 .catalog a {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    text-align: center;
}

.summer-2018 .catalog a:hover {
    text-decoration: underline;
}
.summer-2018 .catalog img {
    display: block;
    width: 130px;
    margin: 0 auto 1em;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 14px #b2b2b2;
}




.summer-2018 .passato {
    width: 100%;
    margin: 0 auto;
    padding: 2em;
    text-align: center;
    background-color: #f4f4f4;
}
.summer-2018 .passato .wrap {
    /* display: flex; */
    /* max-width: 800px; */
    /* margin: 1em auto; */
    /* border: 4px solid #fff; */
}
.summer-2018 .passato .wrap .co-item .inner {
    margin: 1em 0;
    background-color: #ffffffc7;
    padding: 1em;
}
.summer-2018 .passato .wrap .co-item a {}
.summer-2018 .passato .wrap .co-item h5 {
    margin: .5em 0;
    font-size: 1.1em;
}
.summer-2018 .passato .wrap .co-item p {
    margin: .5em 0;
}
.summer-2018 .passato .wrap .co-item span {
    display: block;
}


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

/* - ## x >= 569px
 ------------------------------------------------------------ */
@media screen and (min-width:569px) {
    .summer-2018 .for-mobile {
        display: none;
    }
    .summer-2018 .for-pc {
        display: inline-block;
    }
}
/* - ## x >= 769px
 ------------------------------------------------------------ */
@media screen and (min-width:769px) {
    .summer-2018 a:not(.noBox) {
        /* display: inline-block; */
    }
    .summer-2018 p.nota a {
        padding: .7em 2em;
    }
    .summer-2018 .ticket h3 {
        margin: .2em 0 .5em;
    }
    .summer-2018 .ticket .book-wrap {
        padding: 2em;
        background-image: url(../images/bgg.png);
        background-position: right 11px top 13px;
        background-repeat: no-repeat;
    }
    .summer-2018 .ticket .title-wrap h3 {
        font-size: 2em;
        margin: .2em 0 .5em;
    }
    .summer-2018 .ticket .title-wrap p {
        /* font-size: 1.5em; */
    }
    .summer-2018 .ticket .title-wrap p b {
        font-size: 120%;
    }
    .summer-2018 .ticket .phone .icon img {
        margin: 2em auto;
    }
    .summer-2018 .ticket .phone .icon p {
        font-size: 2.5em;
        line-height: 1;
        text-align: center;
    }
    .summer-2018 {
        font-size: 14.5px;
    }
}

/* - ## x >= 1025px
 ------------------------------------------------------------ */
@media screen and (min-width:1025px) {
    .summer-2018 .intro {
        /* background-size: cover; */
        padding: 0 0 2em;
    }
    .summer-2018 {
        font-size: 16px;
    }
    .program p {
        line-height: 2;
        margin: 0;
    }
}
/* - ## x >= 1281px
 ------------------------------------------------------------ */

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

/* - .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: 80px;

    -webkit-justify-content: center;
            justify-content: center;
    align-content: space-between;
}
.fb-like {
    top: -2px;
}

/* - .video
 ------------------------------------------------------------ */
.video {width: 100%;background-color: #e1e2f3;/* padding: 3em 0 2em; */}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: 1em 0 0;
    border: 4px solid #fff;
    box-shadow: 0 0 6px #aaa;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.intro a {
    display: block;
}
.live {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 0 1px 1px #efeeee;
}