/* eventWork_gen2015 general
--------------------------------------------- */
article.musicFestival2016 {
    margin: 0 auto;
    min-width: 300px;
    color: #333;
    background-color: #dbd0b2;
}
article.musicFestival2016 .outline{
    width: 95%;
    max-width: 1380px;
    margin: 0 0 0 5%;
    background-color: #fff;
}
article.musicFestival2016 p.nota {
    padding: 35px 0;
    margin: 0 0 0 50px;
    font-size: 1rem;
}
article.musicFestival2016 a.noBox {
    color: #DF7318;
    font-weight: bold;
    line-height: 2;
    letter-spacing: -1px;
}
article.musicFestival2016 .guest span a.noBox {
    color: #333;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 15px 0 0;
}

article.musicFestival2016 p.nota a:hover {
    text-decoration: underline;
}
article.musicFestival2016 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

/* header
--------------------------------------------- */
article.musicFestival2016 header {
    padding: 50px 0 0 50px;
    position: relative;
    background-position: -50px -295px;
    background-repeat: no-repeat;
    background-image: url(../images/bg.jpg);
    height: 745px;
}
a#credit {
    position: relative;
    top: -93px;
    left: 0;
}


/* section
--------------------------------------------- */
article.musicFestival2016 section {
    padding: 0;
    max-width: 80%;
    margin: 0 0 0 50px;
    border-bottom: none;
}
article.musicFestival2016 .wrap-block {
    padding: 30px 0;
    border-top: 1px dotted #ccc;
    width: 95%;
    overflow: hidden;
}
article.musicFestival2016 .wrap-block:after {
    content: '';
    clear: both;
}
article.musicFestival2016 .wrap-block h2 {
    float: left;
    width: 28%;
    line-height: 34px;
    letter-spacing: 2px;
    margin: 0 1% 0 0;
}
article.musicFestival2016 section .wrap-block:nth-of-type(3) h2 {
    letter-spacing: -1px;
    font-size: 1.45rem;
    line-height: 1.3;
}
article.musicFestival2016 .wrap-block p {
    float: right;
    width: 70%;
    margin: 0;
    font-size: 1.15rem;
}
article.musicFestival2016 .wrap-block img {
    max-width: 590px;
    padding: 8px;
    border: 1px solid #ccc;
    display: block;
}
article.musicFestival2016 section h1 {
    font-size: 1.8rem;
    font-weight: normal;
}
article.musicFestival2016 section h1 span {
    display: block;
    font-size: 75%;
    margin: 15px 0;
}
article.musicFestival2016 section h2 {
    font-size: 1.6em;
    line-height: 4;
    color: #CF404E;
}
article.musicFestival2016 section p {
    line-height: 34px;
    font-size: 1.2rem;
}
article.musicFestival2016 p.prezen {
    background-color: rgba(255,255,255,0.35);
    padding: 10px;
    width: 90%;
    line-height: 2;
    font-size: 1.15rem;
}
article.musicFestival2016 section .free {
    padding: 0;
    border: 2px solid #F07057;
    border-radius: 10px;
    text-align: center;
    width: 280px;
    margin: 15px 0;
    color: #F07057;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0;
    display: block;
}
article.musicFestival2016 section a:not(.noBox) {
    font-weight: bold;
    color: #fff;
    min-width: 320px;
    background-color: #E79783;
    display: inline-block;
    padding: 10px 0;
    margin: 15px 0;
    font-size: 1.1rem;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
}
article.musicFestival2016 section p.catalog a {
    font-weight: bold;
    min-width: 340px;
    display: block;
    padding: 0;
    margin: 15px 0;
    font-size: 1.1rem;
    background: none;
    color: #F07057;
    line-height: 1.2;
    text-align: left;
}

a {}
article.musicFestival2016 section p.catalog a:hover {
    text-decoration: underline;
}
article.musicFestival2016 section .catalog {
    display: inline-block;
    width: 396px;
    vertical-align: top;
}
article.musicFestival2016 section p.catalog img {
    width: 120px;
    border-radius: 50%;
    margin: 30px 0 20px 30px;
    border: 5px solid #FFF;
    box-shadow: 0 1px 14px #B2B2B2;
    display: block;
}
article.musicFestival2016 section .guest img {
    display: block;
    width: 130px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -khtml-border-radius:50%
}



/* .socialIcon
--------------------------------------------- */
.socialIcon {
    text-align: center;
    margin: 30px 0;
    border-top: 1px dotted #ccc;
    padding: 14px 0 10px;
    border-bottom: 1px dotted #ccc;
    max-width: 500px;
}
.fb-like{
    top:-1px;
}
.socialIcon .flex-container {
    display: -webkit-inline-flex;
    display: inline-flex;
}
.socialIcon .flex-container .social {
    -webkit-justify-content: center;
    justify-content: center;
    align-content: space-between;
    width: 80px;
}

/* - .copyright
 ------------------------------------------------------------ */
p#copyright {
    font-size:.6rem;
    margin: 0 40px;
    padding: 10px;
    border-top: 1px solid #dedede;
}

a.credit {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 0.6rem;
    color: #736D5F;
}

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

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

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


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

@media screen and (min-width: 320px) and (max-width: 600px) {
    br {
        display: none;
    }
}
/* - ## x >= 780px
 ------------------------------------------------------------ */

@media screen and (min-width: 601px) and (max-width: 1099px) {
    br {
        display: none;
    }
}
/* - ## x >= 1040px
 ------------------------------------------------------------ */

@media screen and (min-width: 1100px) {
    article.musicFestival2016 section .catalog {
        position: relative;
        top: -66px;
    }
}


