/************ Page Header ***********/
#logo {
    align-items: center;
    box-sizing: content-box;
    display: inline-block;
    height: 6em;
    left: 0;
    line-height: 0;
    margin-left: 0;
    padding-right: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: calc(100%);
    z-index: 999;
}

#pageHeader {
    align-items: center;
    display: inline-table;
    height: 9em; /*IMPORTANTE: _HEADER_HEIGHT*/
    min-height: 9em;
    max-height: 9em;
    left: 0;
    line-height: 0;
    margin: 0;
    padding-right: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: calc(100%);
    z-index: 1009;
}

#logo > a {
    text-decoration: none;
    border: none;
}

#logoImg {
    height: 6em;
}

#menu {
    align-items: center;
    /*background: #45972a none repeat scroll 0 0;*/
    display: flex;
    height: 3em;
    left: 0;
    margin-left: 0;
    padding-right: 0;
    position: fixed;
    text-align: center;
    top: 6em;
    width: calc(100%);
    z-index: 998;
}

/************ Page Content ***********/
#logoAlways {
    margin: 0 auto;
    /*width: 100%;*/
}

#textoGaleria.anuncio {

}

#textoGaleria {
    background-color: transparent;
    font-style: italic;
    height: auto;
    position: absolute;
    text-align: center;
    text-shadow: 2px 2px gray;
    top: 3em;
    width: 90%;
    z-index: 999;
}

.panel.spotlight .content {
    /*display: flex;*/
    flex-direction: column;
    padding: 1.5rem;
    height: 100%;
}

.panel > .intro {
    min-width: 21rem;
    width: 21rem;
}

form > .field.almostfull {
    padding-right: 0.5em;
    width: 88%;
}

form > .field {
    width: calc(100% - 1.5rem);
    padding: 0.5em 0 0 1em;
}

form > .field.half {
    width: calc(56%);
    padding: 0.5em 0 0 1em;
}

form > .field.full {
    width: calc(89%);
    padding: 0.5em 0 0 1em;
}

form > .field.full:first-child {
    padding-top: 3em;
}

label {
    color: rgba(255, 255, 255, 0.875);
    display: block;
    font-family: FrutigerLight, BrownTT, Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    margin: 0 0 0.1em 0;
}

.gugulmap iframe {
    width: 100%;
}

#italiano > .content {
    font-size: 0.9rem;
}

#fotoresthot {
    width: 28rem;
}

#fotoresthot .image.filtered:after {
    background-image: none;
}

#fotoresthot .image.filtered {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#fotoresthot .image.filtered[data-position] img {
    -moz-object-position: 75% 12%;
    -webkit-object-position: 75% 12%;
    -ms-object-position: 75% 12%;
    object-position: 75% 12%;
}

#contact {
    padding-right: 3rem;
}

#page-wrapper {
    align-items: flex-start;
    justify-content: center;
    position: relative;
    /*top: 9em !important; !*Que empiece a partir de los 9em de #pageHeader*!*/
    width: 568rem !important;
    margin-top: 9em !important;

    flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}

#wrapper {
    box-shadow: -1rem 0.25rem 0.9em rgba(46, 43, 55, 0.576);
    cursor: default;
    display: flex;
    flex-direction: row;
    height: 95%;
    position: relative;
    transition-delay: 0.25s;
    transition-duration: 1s, 0.75s;
    transition-property: opacity, transform;
    transition-timing-function: ease-out, ease-out;
    width: 100%;

    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-transition: opacity 1s ease-out, -moz-transform 0.75s ease-out;
    -webkit-transition: opacity 1s ease-out, -webkit-transform 0.75s ease-out;
    -ms-transition: opacity 1s ease-out, -ms-transform 0.75s ease-out;
    transition: opacity 1s ease-out, transform 0.75s ease-out;
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
}

section div p {
    line-height: 1.4em;
}

/************ Menú actual y navegación en general***********/
.current {
    display: block;
    background: transparent url("../images/belzle.ico.png") no-repeat scroll center 0;
    background-size: 1.5rem;
}

#navPanel {
    display: none;
}

#titleBar {
    display: none;
}

/************ Clases adicionales ***********/
.colorbonito {
    background-color: rgba(140, 103, 84, 0.88);
    /*rgba(231, 49, 56, 0.4);*/
}

.image {
    border: 0 none;
    display: inline-grid;
    flex-direction: column;
    /*flex-shrink: 0;*/
    margin: auto;
    align-items: center;
}

.panel_image {
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-size: cover;
    background-color: transparent;
    height: 100%;
    width: 100%;
    background-position-x: center;
    background-position-y: center;
}

.contact-icons {
    background-color: transparent;
    width: 100%;
    align-content: center;
}

.contact-icons a {
    border: none;
}

.bz-icon {
    padding-right: 1em;
    width: 2em;
    text-decoration: none;
}

.bz-instagram {
    content: url('../images/i_logo.png');
}

.bz-twitter {
    content: url('../images/t_logo.png');
}

.bz-facebook {
    content: url('../images/f_logo.png');
}

.formulario {
    margin: 1em;
}

.tight {
    font-size: 0.8em;
}

.inner {
    display: table;
    margin: 0 auto;
}

/************ Menú (navegación) ***********/

#nav {
    display: block;
    left: 0;
    text-align: center;
    width: 100%;
}

#nav > ul {
    border-radius: 0.35em;
    box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.25) inset;
    cursor: default;
    display: inline-block;
    height: 2.5em;
    list-style: inside none circle;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

#nav > ul > li {
    display: inline-block;
    margin-top: 1px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 1.5em;
    text-align: center;
    vertical-align: top;
}

#nav > ul > li > ul {
    display: none;
}

#nav > ul > li > a, #nav > ul > li > span {
    color: rgb(255, 255, 255);
    display: block;
    font-family: FrutigerRoman, BrownTT, Helvetica, Arial, sans-serif;
    font-variant: small-caps;
    letter-spacing: 0;
    outline: 0 none;
    transition: all 0.25s ease-in-out 0s;
}

/*noinspection CssOptimizeSimilarProperties*/
#nav > ul > li > a {
    border-bottom-style: none;
    border-bottom-width: 0;
}

#nav > ul > li:hover > a {
    /*FIORELLINO: las ligas del menú cuando se pasa el mouse sobre ellas*/
    color: #009984;
}

#nav > ul > li.active > a, #nav > ul > li.active > span {
    color: #fff;
    text-decoration: none;
}

/************ Footer ***********/
#footer {
    align-items: flex-start;
    background-color: lightgrey;
    bottom: 0;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 50;
}

#footer-menu {
    font-size: 1em;
}

#footer-menu > ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

#footer-menu > ul > li {
    color: gray;
    display: inline-table;
    margin-left: 2em;
}

#footer-menu > ul > li.icono {
    margin-left: 1em;
}

#footer-menu > ul > li:nth-child(3) {
    margin-left: 1.5em;
}

#footer-menu > ul > li > a {
    border-bottom: none;
}

#footer-menu > ul > li > a .icon {
    border-bottom-width: 2px;
}

#footer-menu > ul > li > a > span {
    text-decoration: none;
    border: none;
}

#footer-menu > ul > li > a:hover {
    color: white;
}


/************ Redefinitions ***********/
h2{
    letter-spacing: 1px;
}