/*
 * 
 * Galleria Patricia Armocida 
 * Data: 20/02/2017
 * BY ing. Nicolò Chiellini
 * n.chiellini@4sigmait
 * 
 */


.abel {
    font-family: 'Abel', sans-serif;
}
html { 
    border: none; 
    padding: 0px; 
    margin: 0px;   
    float: left;
    color: #4d4d4d;
    background-color: #fff;    
    width: 100%;
    font-family: 'Abel', sans-serif;
}
body {    
    border: none; 
    padding: 0px; 
    margin: 0px; 
    width: 100%;
    min-height: 100%;    
    font-size: 18px;    
    line-height: 21px;
    float: left;
    -webkit-text-size-adjust: 100%;
}
td {
    border: none;
    text-align: left;    
    margin: 0px;
    padding: 0px;
}

div, p, h1, h2, h3, h4, h5, h6, ul, 
footer, header, nav, article, main {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;    
    text-align: left;    
    text-decoration: none;    
    -webkit-text-size-adjust: 100%;
}

img {
    text-decoration: none;
    border: none; 
    vertical-align: middle;
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
a {
    outline: none;    
    text-decoration: none;    
    color: #49338f;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}

li {
    outline: none;
}

i, em, .italic, italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
*:-placeholder
{
    font-family: 'Abel', sans-serif;
}
*::-webkit-input-placeholder
{
    font-family: 'Abel', sans-serif;
}

*::-moz-placeholder
{
    font-family: 'Abel', sans-serif;
}
*:-moz-placeholder
{
    font-family: 'Abel', sans-serif;
}

*:-ms-input-placeholder
{
    font-family: 'Abel', sans-serif;
}

input:focus:-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder  { color:transparent; }

input,
textarea,
select,
button {    
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;    
}
input[type="checkbox"] {
    vertical-align: middle;
}
button {
    background-color: white;
    cursor: pointer;
}
.hidden {
    display: none;
}
.over_hidden {
    overflow: hidden;
}
.block,
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.inline-block {
    display: inline-block;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer {
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.clear {
    clear: both;
}
.v_top {
    vertical-align: top;
}
.text_top {
    vertical-align: text-top;
}
.v_middle {
    vertical-align: middle;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.w_auto {
    width: auto;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.light {
    font-weight: 200;
}
.normal {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.bold,
strong, 
bold,
b {    
    font-weight: 700;
}
.extrabold {
    font-weight: 800;
}
.black,
.nero,
.blacklink,
.blacklink:visited,
.black_white_lnk {
    color: black;    
}
.green {
    color: green;
}
.red {
    color: #fe0001;
}
.white,
.whitelnk,
.white_black_lnk,
.whitelnk:visited {
    color: #FFFFFF;
}
.grigio {
    color: #4d4d4d;        
}
.viola {
    color: #49338f;
}
.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}
/* Honey POT anti SPAM */
.hnpt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    height: 100%;
}
.bt-black {
    border-top: 1px solid rgba(0,0,0,0.3);
}
#load-fade {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1500;
    background-color: white;
}
#load-fade img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    margin-left: -90px;
    margin-top: -90px;
}
/* MAIN */
header {
    position: absolute;
    width: 910px;
    margin-left: -455px;
    left: 50%;
    top: 20px;
    height: 130px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
main {
    width: 100%;
}
#footer-cont {
    width: 100%;
}
footer {
    float: none;
    margin: 40px auto 0px auto;
    width: 890px;
    border-top: 1px solid rgba(0,0,0,0.3);
    padding: 20px 10px;
    height: 100px; /* TODO VERIFICARE */
    
}
.page {
    width: 910px;
    float: none;
    margin: 0px auto;
}
.immagine-top {
    padding-top: 150px;
    box-sizing: border-box;
}
#immagine-grande {
    background-image: url('/static/sito/img/bg_biola_armocida.png');
    min-height: 450px;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
#page-elements-cont,
#artist {
    margin-top: -70px;
    z-index: 1;
}
#page-elements {
    width: 890px;
    padding: 10px;
    float: none;
    margin: 0px auto;
    background-color: white;
    min-height: 60px;
}
.form-base {
    height: 30px;
    line-height: 30px;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border-right: 1px solid rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.3);    
}
.form-text-base {
    height: 94px;
    line-height: 21px;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border-right: 1px solid rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.3);    
}
#btn-newsletter,
#btn-contatti-ico {
    display: block;
    box-sizing: border-box;
    border-right: 1px solid rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.3);  
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: white;
    float: right;
    text-align: center;
}
#btn-contatti-ico {
    display: inline-block;
    margin-left: 5px;
}
#btn-contatti {
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
}
.btn-black {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}
#burger-menu {
    display: none;
}
#hp-go-down {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 80px;    
}
#go-up {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 62px;        
}
#header-top {
    box-sizing: border-box;
    padding: 10px;
    height: 95px;
    width: 910px;
}
#logo-top {
    float: left;
}
#social-top {
    float: right;
    width: auto;
    height: 35px;
    margin-top: 20px;
}
#artsy-top {
    display: block;
    float: right;
    height: 35px;
    margin-top: 20px;
}
#artsy-top img {
    height: 25px;
    margin: 5px 0px;
    padding: 0px 20px;
}
.social-lnk {
    display: block;    
    height: 25px;    
    margin: 5px 0px;
    float: left;
    background-position: 0px 0px;
}
#social-fb {
    background-image: url('/static/sito/img/facebook.png');
    width: 13px;
}
#social-im {
    background-image: url('/static/sito/img/instagram.png');
    width: 25px;
}
.social-sep {
    height: 35px;
    display: block;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid rgba(0,0,0,0.3);    
}
#nav-top {
    box-sizing: border-box;
    padding: 5px 10px 0px 10px;
    background-color: black;
    width: 910px;
    height: 35px;
    background-color: black;
}
#nav-list {
    display: block;
    float: left;
    width: 100%;
    height: 30px;
}
#nav-list li {
    display: block;
    float: left;
    width: auto;    
    height: 30px;        
    margin-right: 15px;
}
#nav-list .nav-lang {
    float: right;
    margin-right: 0px;
    margin-left: 5px;
}
#nav-list li a {
    display: block;
    float: left;
    width: auto;    
    height: 27px;        
    line-height: 26px;
    font-size: 20px;
    color: white;
    font-weight: bold;
/*     border-bottom: 2px solid white; */
}
#nav-list li .sel {
    border-bottom: 3px solid white;
}
#titolo-mostra {
    font-size: 30px;
    line-height: 33px;
    color: black;
    font-weight: bold;
}
.pg-testo ul,
.pg-testo ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 18px;
}
.pg-testo li {
    float: left;
    width: 100%;
}
#testo-mostra {
    margin-top: 42px;
    padding-bottom: 21px;
    text-align: justify;
}
#testo-mostra-hp {
/*     overflow:hidden; */
/*     height: 42px;     */
/*     margin-bottom: 21px;     */
    margin-top: 42px;
    padding-bottom: 21px;
    text-align: justify;
}
#testo-mostra-hp p,
#testo-mostra p {
    text-align: justify;    
}
#box-mostra-hp {
    width: 910px;
    box-sizing: border-box;
    padding: 5px 10px;
    background-color: black;
    margin-left: -10px;
    color: white;
}
#box-mostra-hp a,
.lnk-caption-img {
    color: #909090;
}
#info-inaugurazione-top {
    position: absolute;
    top: 150px;
    text-align: center;
}
#info-inaugurazione-top h2, 
#info-inaugurazione-top h3 {
    display: inline-block;
    width: auto;
    text-align: center;
    float: none;    
}
#info-inaugurazione-top-title {    
    padding: 10px;
    background-color: black;
    font-size: 30px;
    line-height: 30px;
    color: white;
    font-weight: bold;
}
#info-inaugurazione-top-luogo {    
    padding: 10px;
    background-color: white;
    font-size: 20px;
    line-height: 20px;
    color: black;
}
#info-inaugurazione-top-data {
    padding: 10px;
    background-color: black;
    font-size: 18px;
    line-height: 18px;
    color: white;
}
#hp-titolo-cont {
    position: relative;
/*    padding-right: 110px;*/
    box-sizing: border-box;
}
#titolo-more-info {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    float: right;
    font-size: 15px;
    color: black;
    line-height: 30px;
    width: auto;
}
#read-more-cont {
    font-size: 15px;
    line-height: 30px;
    color: black;
    font-weight: bold;
    width: 100%;
    margin-top: 20px;
    float: left;
    display: block;
}
#mostra-info-cont {
    padding-top: 10px;
    border-top: 1px solid rgba(0,0,0,0.3);
}
#mostra-gallery-cont {
    padding-top: 10px;
    border-top: 1px solid rgba(0,0,0,0.3);
    float: right;
}
.thumb {
    display: block;
    float: left;
    width: 210px;
    height: 210px;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: url('/static/sito/img/viola_armocida.png');
}
.mostra-link-artista {
    display: block;
    width: 100%;
    float: left;
    color: black;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 5px;
}
.btn-thumb {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0px 0px -15px;
    width: 30px;
    line-height: 35px;
    height: 30px;
    text-align: center;
    background-color: rgba(255,255,255,0.75);
    color: black;
    font-size:15px;
}
#mostra-gallery-cont .thumb {
    margin-bottom: 10px;
}
#photoswipe-patty .pswp__caption__center {
    font-size: 15px;
    color: white;
    max-width: 100%;
}
.artisti-nome {
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    color: black;
    font-weight: bold;
    font-size: 15px;
}
.btn-hp {
    display: inline-block;
    float: left;
    padding: 10px;
    background-color: black;
    font-size: 18px;
    line-height: 18px;
    color: white;
    box-sizing: border-box;
    border: 1px solid #000;
    font-weight: bold;
    margin-right: 10px;
}
.btn-hp:last-child {
    margin-right: 0px;
}
#info-inaugurazione-top-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
#info-inaugurazione-top-btn-left {
    width: 50%;
    float: left;
    text-align: right;
}
#info-inaugurazione-top-btn-right {
    width: 50%;
    float: right;
    text-align: left;
}
#info-inaugurazione-top-btn .btn-hp {
    float: none;
    margin: 0px 5px;
    background-color: white;
    color: #000;    
    border: none;
}
#hp-mostra-btn {
    margin-top: 20px;
}
/* Over Cage */
@media only screen and (min-width:1025px) and (max-width:10000px) {
    a:hover {
        color: #000;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    #nav-list li .sel:hover,
    #nav-list li a:hover {
        border-bottom: 3px solid white;
    }
    #social-fb:hover {
        background-position: -13px 0px;
    }
    #social-im:hover {
        background-position: -25px 0px;
    }
    #box-mostra-hp a:hover,
    .lnk-caption-img:hover {
        color: #49338f;
    }
    .btn-black:hover {
        background-color: #49338f;
        color: white;
    }
    .thumb:hover .btn-thumb {
        display: block;
    }
    .btn-hp:hover {
        background-color: white;
        color: #000;
    }
    #info-inaugurazione-top-btn .btn-hp:hover {
        background-color: #000;
        color: white;
    }
}
/* ALL MOB */
@media only screen and (min-width:320px) and (max-width:1024px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }    
    
    .videowrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }
    .videowrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #mappa-cont {
        position: relative;
        padding-bottom: 300px;
        height: 0;
    }
    #mappa-cont iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .w_210 {
        width: 100%;
    }
    .w_213 {
        width: 49%;
    }
}
/* PAD */
@media only screen and (min-width:768px) and (max-width:1023px) {
    /* PASS */
    footer {
        float: none;
        margin: 40px auto 0px auto;
        width: 100%;
        max-width: 890px;
        border-top: 1px solid rgba(0,0,0,0.3);
        padding: 20px 360px 20px 10px;        
        height: 140px; /* TODO VERIFICARE */  
        box-sizing: border-box;
    }
    #footer-col-left {
        width: 100%;
    }
    #footer-col-right {
        width: 350px;
        position: absolute;
        right: 10px;
    }
    #nav-top {
        height: 0px;
        background-color: white;
        margin: 0px;
        padding: 0px;
    }    
    header {
        width: 94%;
        margin: 0px;
        left: 3%;
        height: 95px;
        top: 20px;     
        z-index: 1000;
    }
    #header-top {
        width: 100%;
    }
    #burger-menu {
        display: block;
        float: right;
        height: 30px;
        margin: 2px 0px 0px 10px;
    }
    #social-im {
        margin-right: 40px;
    }
    #nav-list {
        position: absolute;
        display: none;
        right: 0px;
        background-color: black;
        height: auto;
        width: 200px;
        top: 95px;
        -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
        border-bottom: 1px solid white;
    }
    #nav-list li {
        display: block;
        float: left;
        width: 95%;    
        height: 30px;        
        margin-right: 0px;
        padding-right: 5%;
        padding: 2.5px 5% 2.5px 0px;
        border-bottom: 1px solid white;
    }
    #nav-list .nav-lang {
        float: right;
        margin: 0px;
        width: auto;
        border-bottom: 0px;
    }
    #nav-list .nav-lang span {
        display: inline-block;
        margin-top: 3px;
    }
    #nav-list li a {
        display: block;
        float: right;
        width: auto;    
        height: 29px;        
        line-height: 29px;
        font-size: 20px;
        color: white;
        font-weight: bold;
        text-align: right;    
    }
    #nav-list li .sel {
        border-bottom: 3px solid white;
    }
    #page-elements {
        max-width: 890px;
        width: 94%;
        padding: 10px 3%;
    }
    #box-mostra-hp {
        width: 100%;
        max-width: 890px;
        margin-left: 0px;
    }
    #go-up {    
        
    }
    #go-up {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -35px;
        top: 62px;       
    }
}
/* Phone */
@media only screen and (min-width:320px) and (max-width:767px) {
    /* PASS */
    #nav-top {
        height: 0px;
        background-color: white;
        margin: 0px;
        padding: 0px;
    }  
    #logo-top {
        width: 100px;
        overflow:hidden;
    }
    #logo-top img {
         width: 230px; 
         margin-top: 10px;
    }
    #header-top {
        width: 100%;
    }
    header {
        width: 94%;
        margin: 0px;
        left: 3%;
        height: 95px;
        top: 20px;     
        z-index: 1000;
    }
    #burger-menu {
        display: block;
        float: right;
        height: 30px;
        margin: 2px 0px 0px 10px;
    }
    #social-im {
        margin-right: 40px;
    }
    #nav-list {
        position: absolute;
        display: none;
        right: 0px;
        background-color: black;
        height: auto;
        width: 200px;
        top: 95px;
        -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
        border-bottom: 1px solid white;
    }
    #nav-list li {
        display: block;
        float: left;
        width: 95%;    
        height: 30px;        
        margin-right: 0px;
        padding-right: 5%;
        padding: 2.5px 5% 2.5px 0px;
        border-bottom: 1px solid white;
    }
    #nav-list .nav-lang {
        float: right;
        margin: 0px;
        width: auto;
        border-bottom: 0px;
    }
    #nav-list .nav-lang span {
        display: inline-block;
        margin-top: 3px;
    }
    #nav-list li a {
        display: block;
        float: right;
        width: auto;    
        height: 29px;        
        line-height: 29px;
        font-size: 20px;
        color: white;
        font-weight: bold;
        text-align: right;    
    }
    #nav-list li .sel {
        border-bottom: 3px solid white;
    }
    #page-elements {
        max-width: 890px;
        width: 94%;
        padding: 10px 3%;
    }
    #box-mostra-hp {
        width: 100%;
        max-width: 890px;
        margin-left: 0px;
        margin-top: 20px;
    }
    #titolo-more-info-txt {
        display: none;
    }
    #box-mostra-hp .w_49pe {
        width: 100%;        
    }
    footer {
        float: none;
        margin: 40px auto 0px auto;
        width: 100%;
        max-width: 890px;
        border-top: 1px solid rgba(0,0,0,0.3);
        padding: 20px 10px 20px 10px;        
        height: auto;
        box-sizing: border-box;
    }
    #footer-col-left {
        width: 100%;
    }
    #footer-col-right {
        width: 100%;
        margin: 20px 0px;
    }
    #footer-col-right .w_170 {
        width: 49%;
    }
    #footer-col-right .w_310 {
        width: 100%;
        box-sizing: border-box;
        padding-right: 40px;
        
    }
    #btn-newsletter {
        position: absolute;
        right: 1px;
    }
    #page-elements .w_49pe {
        width: 100%;
    }
    .w_33pe, .w_66pe {
        width: 100%;
    }    
    #go-up {
        right: 10px;
        left: auto;
        top: 62px; 
    }
    .btn-hp {
        font-size: 12.5px;
        margin-right: 10px;
        margin-bottom: 10px;

    }
    .btn-hp:last-child {
        margin-right: 0px;
    }
} 
