@charset  'utf-8';

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

.musicFestival2018 .white-space span:not(.eccetto) {
    display: inline-block;
    white-space: nowrap;
}
.musicFestival2018 [class*=-equalHeight] > [class*=col].for-mobile {
    display: block;
}
.musicFestival2018 [class*=-equalHeight] > [class*=col].for-pc {
    display: none;
}
.musicFestival2018 .for-mobile {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.musicFestival2018 .for-pc {
    display: none;
}

/* eventWork_gen2015 general
--------------------------------------------- */
.musicFestival2018 .guest span .noBox {
    font-size: 1.25em;
    font-weight: normal;
    letter-spacing: 2px;
    color: #333;
}
.musicFestival2018 .nota a:hover {
    text-decoration: underline;
}
.musicFestival2018 a:hover {
    opacity: .7;

        filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
}
.musicFestival2018 .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    margin: .5em 0;
    padding-top: 0;
    padding-bottom: 56.25%;
}
.musicFestival2018 .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 2px solid #fff;
    border-bottom: 3px solid #fff;
}

/* section
--------------------------------------------- */
.musicFestival2018 h2 {
    font-weight: normal;
    margin: 1em 0;
    text-align: center;
}
.musicFestival2018 .catalog,
.musicFestival2018 .guest,
.musicFestival2018 .detail,
.musicFestival2018 .recording,
.musicFestival2018 .video {
    width: 100%;
    margin: 0 auto;
}
.musicFestival2018 header {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.musicFestival2018 header h1 {
    text-align: center;
}
.musicFestival2018 header img {
}
.musicFestival2018 .intro {
    width: 100%;
    margin: 0 auto;
    padding: 1em;
}
.musicFestival2018 .subheader {
    width: 100%;
    background-color: #583a32;
}
.musicFestival2018 .subheader img {
    display: block;
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}
.musicFestival2018 .intro p {
    font-size: 1.1em;
    line-height: 2;
    padding: .3em 0;
    text-align: center;
}
.musicFestival2018 .catalog {
    border-bottom: 1px dotted #ccc;
}
.musicFestival2018 .catalog .inner {
    padding: 2em 1em;
}
.musicFestival2018 .catalog a {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    text-align: center;
}

.musicFestival2018 .catalog a:hover {
    text-decoration: underline;
}
.musicFestival2018 .catalog img {
    display: block;
    width: 130px;
    margin: 0 auto 1em;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 14px #b2b2b2;
}
.musicFestival2018 .guest.performance {
    padding: 1em;
    background-color: #fdfdf7;
}
.musicFestival2018 .guest.performance > [class*=grid-] {
    align-items: flex-start;
}
.musicFestival2018 .guest.performance .inner {
    text-align: center;
}
.musicFestival2018 .guest.performance img {
    display: block;
    width: 150px;
    margin: 0 auto;
    padding: 0;
    border: 9px solid #fff;
    border-radius: 50%;
}
.musicFestival2018 .guest.performance a.t-link {
    display: block;
}
.musicFestival2018 .guest.performance h4 {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 46px;
}
.musicFestival2018 .guest.performance h4 span:nth-of-type(1) {
    font-size: 80%;
    font-weight: normal;
}
.musicFestival2018 .guest.performance p {
    font-weight: bold;
    display: inline-block;
    margin: 0 0 .5em;
    padding: .25em;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.musicFestival2018 .guest.performance ul {
    /* margin: 1em 0; */
    padding: .5em 0;
    /* border-top: 2px dotted #ccc; */
}
.musicFestival2018 .guest.performance li {
    font-size: .9em;
    line-height: 1.8;
    padding: 0 2em;
}
.musicFestival2018 .sec-profile p {
    font-size: .85em;
    line-height: 1.8;
    margin: .5em 0 0 0;
    padding: 0;
}
.musicFestival2018 .detail {
    padding: 4em 1em;
}
.musicFestival2018 .detail .line {
    margin: 0 0 1em;
    padding: 1em 0;
    border-bottom: 1px dotted #aaa;
}
.musicFestival2018 .detail h2 {
    font-size: 1.2em;
    text-align: left;
    letter-spacing: 5px;
}
.musicFestival2018 .detail p {
    margin: 0 0 .7em;
}
.musicFestival2018 .detail p.color {
    font-weight: bold;
    color: #de0606;
}
.musicFestival2018 .free {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    margin: 15px 0;
    padding: .5em;
    text-align: center;
    color: #f07057;
    border: 2px solid #f07057;
    border-radius: 10px;
}
.musicFestival2018 .recording {
    padding: 1em;
    background-color: #f2f2f2;
}








.musicFestival2018 .guest {
    padding: 1em;
}
.musicFestival2018 .video.report {
    padding: 1em;
    background-color: #fdfdf7;
}
.musicFestival2018 .video.report a {
    font-weight: bold;
    background-color: #fff;
}
.musicFestival2018 .video.report a span {
    padding: 0 0 0 .5em;
}
.musicFestival2018 .video.report p {
    font-size: .9em;
    padding: .6em 0 0 .5em;
}
.musicFestival2018 p.nota {
    width: 100%;
    margin: 3em 0 0;
    text-align: center;
}
.musicFestival2018 p.nota a {
    font-weight: bold;
    padding: .7em 5em;
    border: 1px solid #ffdad2;
    border-radius: 38px;
}
.musicFestival2018 .link-profile {
    text-align: center;
}
.musicFestival2018 .link-profile a {
    font-weight: bold;
    display: inline-block;
    padding: .7em 2em;
    color: #fff;
    border-radius: 20px;
    background-color: #ffa564;
    box-shadow: 0 1px 1px #bbb;
}
.sec-profile img {
    width: 100%;
    max-width: 250px;
}
.musicFestival2018 [class*=col-].line {
    padding: 1em;
    border-top: 1px dotted #ccc;
}
.musicFestival2018 [class*=col-] img {
    display: block;
    padding: 8px;
}
/* - live
 ------------------------------------------------------------ */
.live-festival {
    width: 100%;
    margin: 0 auto;
    padding: 2em 1em 4em;
    text-align: center;
    background-color: #cff5f3;
}

.live-festival a {
    font-size: 1.15em;
    font-weight: bold;
    display: inline-block;
    padding: .7em 3em;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #52afa2;
    box-shadow: 0 1px 3px #fff;
}
.musicFestival2018 .live-festival a:hover {
    color: #cbece7;
    position: relative;
    top: 1px;
}
.comment .message {border: 1px solid #ccc;border-radius: 10px;padding: 2em 1.5em 1.5em;}
.comment {
    padding: 2em;
}
.comment img {max-width: 134px;border-radius: 50%;box-shadow: 0 0 5px #dedede;background-color: #fff;margin: 0 auto;position: relative;top: 1em;}
.comment h4 {line-height: 1.15;margin: 0 0 1em;font-size: 1.1em;}
.comment p {
    font-size: .9em;
    margin: 0 0 1em;
}

.photographer {
    padding: 2em;
    background-color: #f1f2f3;
    border-top: 1px solid #e8e8e8;
}
.photographer .inner {}
.photographer img {
    width: 110px;
    box-shadow: 0 0 5px #ccc;
}
.photographer .text-box {
}
.photographer .text-box h2 {
    margin: 0 0 .3em;
    text-align: left;
    font-size: 1.15em;
    font-weight: bold;
    color: #636363;
}
.photographer .text-box p {
    font-size: .8em;
}
.photographer .text-box a {
    font-size: .8em;
    font-weight: bold;
    color: #4952dc;
    margin: .5em 0 0 0;
}

/* - page scroll
 ------------------------------------------------------------ */
#page-top {
    position: fixed;
    right: 20px;
    bottom: 120px;
}
#page-top
a {
    font-size: 12px;
    display: block;
    width: 100px;
    height: 77px;
    padding: 30px 0;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    border-radius: 5px;
    background: #d9d8c8;
}
#page-top
a:hover {
    text-decoration: none;
    background: #b89fae;
}

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

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

/* - ## x >= 569px
 ------------------------------------------------------------ */
@media screen and (max-width:768px) {
    .musicFestival2018 .guest.performance ul {
        max-width: 400px;
        margin: 0 auto;
    }
}

/* - ## x >= 769px
 ------------------------------------------------------------ */
@media screen and (min-width:769px) {
    .musicFestival2018 .free {
        display: inline-block;
    }
    .musicFestival2018 a:not(.noBox) {
    }
    .musicFestival2018 {
        font-size: 16px;
    }
}

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

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