@font-face {
    font-family: "FedraSansStd Bold";
    src: url('../fonts/FedraSansStdBold.otf') format('truetype');
}

@font-face {
    font-family: "FedraSansStd Light";
    src: url('../fonts/FedraSansStdLight.otf') format('truetype');
}


@font-face {
    font-family: "FedraSansStd Medium";
    src: url('../fonts/FedraSansStdMedium.otf') format('truetype');
}

h1{
    margin: 0;
    font-family: "FedraSansStd Light";
    font-size: 70px;
    text-indent: -8px;
    color: #cdc267;
    letter-spacing: 6px;
}

a{
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

a:hover,a:visited,a:link{
    text-decoration: none;
    outline: none;
}

.row{
    margin: 0;
}

.alpha{
    opacity: .25;
}

.size-20{
    font-size: 20px!important;
}

.size-18{
    font-size: 18px!important;
}


.size-12{
    font-size: 12px!important;
}

.size-16{
    font-size: 16px!important;
}

.color-primary{
    color: #bbac2f;
}

.color-azul{
    color: #156ed2;
}

.full-width{
    width: 100%;
}

strong{
    font-family: "FedraSansStd Bold";
}

ul{
    padding-left: 0;
    list-style-type: none;
}

body{
    background-color: #bbac2f;
    font-family: "FedraSansStd Light";
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

.loading{

}

img.loading{
    position: absolute;
    width: 37px;
    height: 41px;
    left: 50%;
    top: 50%;
    z-index: 999999;
    /*-webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;*/
    -webkit-animation: loading 1s infinite;
    -moz-animation: loading 1s infinite;
    -o-animation: loading 1s infinite;
    animation: loading 1s infinite;
}

@-webkit-keyframes loading {
    from{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to{
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-o-keyframes loading {
    from{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to{
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-moz-keyframes loading {
    from{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@keyframes loading {
    from{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to{
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

.loaded{

}

section{
    position: relative;
    z-index: 200;
}

#section-opening{
    padding: 20px 0;
}

#cintillo{
    position: fixed;
    height: 30px;
    background: #bbac2f url("../images/flor_cintillo.png") repeat-x 50%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    opacity: 0;
}

.margin-center{
    margin: 0 auto;
}

#cartel{
    margin-top: 180px;
    margin-bottom: 382px;
    position: relative;
    -webkit-transition: all 900ms;
    -moz-transition: all 900ms;
    -ms-transition: all 900ms;
    -o-transition: all 900ms;
    transition: all 900ms;
}

#cartel > img,#cara-cabeza{
    opacity: 0;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
}

#cara-cabeza-container{
    height: 0;
    transition: all 900ms;
    -moz-transition: all 900ms;
    -webkit-transition: all 900ms;
    -ms-transition: all 900ms;
}

#anno{
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
}

.scale1{
    -webkit-transform: scale(1,1) !important;
    -moz-transform: scale(1,1)!important;
    -ms-transform: scale(1,1)!important;
    -o-transform: scale(1,1)!important;
    transform: scale(1,1)!important;
}


#container-main-menu{
    text-align: center;
    z-index: 1300;
    position: relative;
    width: 100%;
   /* opacity: 0;*/
}

#container-main-menu.affix{
    z-index: 1200;
}

#main-menu{
    overflow: hidden;
    padding: 1px 0;
    display: inline-block;
    list-style-type: none;
    margin-bottom: 0;
    background-color: #bbac2f;
}

#main-menu > li{
    float: left;
    margin-right: 50px;
}

#main-menu > li:last-child{
    margin-right: 0;
}

#main-menu > li > a{
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;

}

#main-menu > li > a.active{
    color: #d8c822;
}

#main-menu > li > a:hover{
    text-decoration: none;
    color: #d8c822;
}

#arte-present,.section-arte-presents{
    margin-bottom: 280px;
    text-align: center;
    width: 100%;
    position: relative;
    font-family: "FedraSansStd Light";
    color: #fff;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
}

#flecha-abajo{
    position: fixed;
    bottom: 6px;
    opacity: 0;
    z-index: 210;
    cursor: pointer;
}

@media screen and (max-width: 981px)
{
    #arte-present{
        margin-bottom: 100px!important;
    }

    .section-arte-presents
    {
     margin-bottom: 0px;
    }
    .lista-izquierda{
        text-align: right;
    }
}

#arte-present{
    opacity: 0;
    z-index: 203;
}

#arte-present.affix{
    top: 80px;
}


#arte-present.affix + .margin{
    margin-bottom: 1304px;
    height: 1px;
}


#arte-present-body,.section-arte-presents{
    border: 2px solid #fff;
    display: inline-block;
    padding: 15px;
    background-color: #bbac2f;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.shine{
    box-shadow: 0 0 59px 9px #EEFD72;
}

#arte-present-body > h4,.section-arte-presents h4{
    font-family: "FedraSansStd Bold";
    letter-spacing: 20px;
}

#arte-present-body > p, .section-arte-presents p {
    margin-bottom: 0;
    font-size: 14px;
}

#arte-present-body strong, .section-arte-presents strong{
    text-transform: uppercase;
}

.artevita-fecha-lugar{
    font-family: "FedraSansStd Bold";
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}

.artevita-fecha-lugar > *{
    font-size: 14px;
}

.number{
    position: relative;
    font-size: 15px;
    top: -1px;
}

#section-sponstors{

}

#sponstors{
    overflow: hidden;
}

#sponstors img{
    display: inline-block;
    margin-right: 3%;
    max-width: 18%;
}

#sponstors > a:last-child img{
    margin-right: 0;
}

#sponstors > div:first-child{
    padding-left: 0;
}


#section-exhibition{
    background-color: #fff;
    margin-top: 80px;
    padding-bottom: 165px;
    z-index: 203;
}

#section-follow-fb{
    background-color: #fff;
    padding-bottom: 200px;
    z-index: 203;
}

.cintillo-blanco{
    position: relative;
    height: 41px;
    background: transparent url("../images/flor_cintillo_blanco.png") repeat-x -10% 0;
    width: 100%;
}

.section-arte-presents{
    position: relative;
    padding:20px 0!important;
    padding-bottom: 30px;
    background-color: #bbac2f;
    border: none;
    margin-bottom: 0;
    z-index: 203;
}

.flor-amarilla-cintillo{
    position: relative;
    top: -39px;
    height: 32px;
    background: url("../images/flor_amarilla_cintillo.png") repeat-x -8% 0;
}

#section-mapa{
   /* padding: 20px 0;*/
    height: 500px;
    background-color: #d3d3cc;
    z-index: 203;
}

#section-exhibition > .cintillo-blanco{
    top: -20px;
}

#section-exhibition > h1,#section-artists > h1{
    position: absolute;
}

@media screen and (max-width: 981px) {
    .subtitulo-parent{
        width: 100%!important;
    }

    .container-text-normal{
        width: 100%!important;
    }

    #credits-parent{
        width: 100%!important;
        margin-left: 0;
    }

    #exhibition-content{
        margin-left: 0;
        width: 100%;
        overflow: hidden;
    }

    #section-follow-fb{
        margin-top: -2px;
        margin-bottom: -1px;
    }

    #section-artists{
        padding-bottom: 80px!important;
    }
}

.secction-subtitulo{
    font-family: "FedraSansStd Bold";
    letter-spacing: 8px;
}

.secction-subtitulo2{
    font-size: 14px;
    font-family: "FedraSansStd Medium";
    line-height: 28px;
    text-align: justify;
}

.font-medium{
    font-family: "FedraSansStd Medium";
}

.container-text-normal{
    padding-left: 0;
}

.text-normal{
    font-family: "FedraSansStd Light";
    font-size: 11px;
    color: #7c7c7c;
    line-height: 23px;
    position: relative;
    padding-left: 45px;
}

.capitular{
    font-size: 60px;
    color: #bbac2f;
    position: relative;
    left: 0;
    display: inline-block;
    margin-left: -33px;
}

.credits{
    text-align: center;
    margin-top: 200px;
}

.credits > div {
    margin-bottom: 21px;
}

.credits p {
    margin-bottom: 7px;
    font-size: 9px;
}

.followus, .download,.watch-me{
    letter-spacing: 7px;
    word-spacing: 3px;
    color: #156ed2;
    font-family: "FedraSansStd Bold";
    vertical-align: bottom;
    font-size: 11px;
}

.download,.watch-me{
    color: #c82400;
}

.watch-me{
    padding-right: 40px;
}

.watch-me:hover{
    color: #c82400;
}

.watch-me > img{
  position: relative;
  top: 3px;
}

.effect-cortina{
    overflow: hidden;
    transition: all 900ms;
    -moz-transition: all 900ms;
    -webkit-transition: all 900ms;
    -ms-transition: all 900ms;
    height: 0;
}

.effect-cortina > img{
    opacity: 0;
    transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -webkit-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
}

#section-artists{
    background-color: #fff;
    padding: 50px 0;
    padding-bottom: 300px;
    overflow: hidden;
    z-index: 203;
}

#section-artists .col-sm-3{
	padding: 0;
}

.list-artists{
    margin-bottom: 80px;
}

.list-artists li > div{
    display: none;
}

@media (min-width: 981px){
    #section-artists .col-md-3 {
        width: 18%;
    }

    .visor-text-artist{
         height: 243px;
    }
}
.list-artists a{
	position: relative;
    display: inline-block;
    padding: 6px 0;
    text-transform: uppercase;
    color: #7c7c7c;
    font-size: 10px;
	left:0;
}

.list-artists a:hover{
    color: #bbac2f;
    font-family: "FedraSansStd Bold";
	/*left: 10px;*/
}

section[id|="section-galery"] {
   /* background-size:100%, cover;*/
    overflow: hidden;
    box-shadow: 0 0 33px rgba(0,0,0,.6);
    z-index: 203;
}

section[id|="section-galery"] .flores-rojas > img:first-child,
section[id|="section-galery"] .flores-rojas > img:first-child:hover{
    cursor: default!important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media (max-width: 748px){
    section[id|="section-galery"] h1 {
        font-size: 34px;
        opacity: 1;
    }
}


section[id|="section-galery"]:after{
    margin-bottom: 100px;
}

/*#section-galery-1{
    background-position-y: 50%;
}*/

@media (min-width: 981px)
{
    #section-galery-1{
        background: url("../images/trama.png"), url("../images/galerias/entrada/pc/2013-12-18-12.06_OK.jpg") no-repeat;
        background-size: 29px, 100%;
    }

    #section-galery-2{
        background: url("../images/trama.png"), url("../images/galerias/entrada/pc/DSC02003_OK.jpg") no-repeat;
        background-size: 29px, 100%;
    }

    #section-galery-3{
        background:url("../images/trama.png"), url("../images/galerias/entrada/pc/IMG_0324_OK.jpg") no-repeat;
        background-size: 29px, 100%;

    }

    #section-galery-4{
        background: url("../images/trama.png"), url("../images/galerias/entrada/pc/The-Aperturist-151_OK.jpg") no-repeat;
        background-size: 29px, 100%;
    }
}

#section-galeries{
    z-index: 203;
}


.img-background{
    display: none;
}

@media (max-width: 981px)
{
    .img-background{
        display: block;
    }
    #section-galery-1{
        background: none;
    }

    #section-galery-2{
        background: none;
    }

    #section-galery-3{
        background: none;
    }

    #section-galery-4{
        background: none;
    }
}

section[id|="section-galery"]{
    background-position: 0 0, 0 0;
}


#section-galery-1 > .cintillo-blanco{
    position: absolute;
    top: -6px;
}

#galeria-indice{
    position: absolute;
    background-color: rgba(0,0,0,.8);
    padding: 15px;
    width: 215px;
    border-radius: 10px;
    z-index: 500;
    font-family: "FedraSansStd Bold";
    font-size: 14px;
    left: 0;
    top: 50px;
    text-transform: uppercase;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

#galeria-indice.galeria-indice-close{
    left: -194px!important;
}

#galeria-indice > img{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    float: left;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    height: 9px;
}

#galeria-indice .rojo{
    color: #ec252c;
    margin-bottom: 0;
    letter-spacing: 4px;
}

#galeria-indice > img.abierta{
    -webkit-transform: rotate(90deg)!important;
    -moz-transform: rotate(90deg)!important;
    -ms-transform: rotate(90deg)!important;
    -o-transform: rotate(90deg)!important;
    transform: rotate(90deg)!important;
}

#galeria-indice a{
    font-family: 'FedraSansStd Light';
    color: #fff;
    display: block;
    margin-top: 6px;
    width: 80%;
    font-size: 13px;
}

#galeria-indice a:hover{
    text-decoration: underline;
}

.trama{
    position: absolute;
    background: transparent url("../images/trama.png") repeat fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 222;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.flotantes-rojos{
    position: absolute;
    top: 50%;
    color: #ed242c;
    opacity: .56;
    text-indent: 0;
    left: 24px;
    z-index: 20;
    transition: all 400ms ease-out;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
}

.flores-rojas,.flores-negras{
    position: absolute;
    top: 52%;
    overflow: hidden;
    width: 100%;
    transition: all 400ms ease-out;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    z-index: 1000;
}

.flores-negras{
    top: 37%!important;
}

.flores-negras img{
    cursor: default!important;
}

.flores-amarillas{
    transition: all 400ms ease-out;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    z-index: 1000;
    overflow: hidden;
}
.flores-rojas > img,
.flores-amarillas > img,
.flores-negras > img{
    position: relative;
    cursor: pointer;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.flores-rojas :first-child,
.flores-amarillas :first-child,
.flores-negras :first-child{
    left: -18.5px;
}

@media (max-width: 981px) {
    .flores-rojas :last-child,
    .flores-amarillas :last-child,
    .flores-negras :last-child{
        left: 13.5px!important;

    }

    .section-footer-body > div:first-child,
    .section-footer > .section-footer-body > div:last-child{
        float: none!important;
        width: 100%!important;
    }

    .visor-imagen-body .boton-contact-shop{
        font-size: 22px!important;
    }
}

.section-footer{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: right;
    overflow: hidden;
    z-index: 900;
}

.section-footer > h4{
    position: relative;
    margin: 0;
    padding-top: 10px;
    padding-right: 39px;
    color: #ec252c;
    background-color: #000;
    font-size: 16px;
    letter-spacing: 5px;
    cursor: pointer;
}

.section-footer > h4:hover{
    text-decoration: underline;
}

.section-footer > .section-footer-body{
    clear: right;
    background-color: #000;
    overflow: hidden;
    padding: 10px 0;
}

.section-footer > .section-footer-body > div:first-child a{
    position: relative;
    display: inline-block;
    padding: 10px 0;
    color: #ec242c;
    font-family: "FedraSansStd Bold";
    letter-spacing: 5px;
    word-spacing: 3px;
    z-index: 101;
    font-size: 11px;
}

.section-footer > .section-footer-body > div:last-child{
    color: #fff;
    padding-right: 40px;
    font-size: 10px;

}

.section-footer > .section-footer-body > div:last-child p{
    margin-bottom: 0;
    letter-spacing: 2px;
}
.affix{
    position: fixed!important;
}

.affix-bottom{
    position: absolute;
}

#container-main-menu.affix{
    width:100%;
    background-color: #bbac2f;
    position: fixed;
    top:0;
    margin-top: 0!important;
}

#container-main-menu.affix + #arte-present{
    margin-top: 150px;
}

#section-exhibition > h1.affix,
#section-artists > h1.affix{
    top: 80px;
}

.flotantes-rojos.affix{
    top: 30%;
}

.flores-rojas.affix{
    top: 32%;
}

@-webkit-keyframes traslade {
    0%{
        transform: translateX(-18.5px) rotate(0deg);
    }
    50%{
        transform: translateX(0px);
    }
    100%{
        transform: translateX(-18.5px) rotate(360deg);
    }
}

body.visor-open{
    overflow: hidden;
}

.visor{
    background-color: #000000;
    position: fixed;
    height: 102%;
    width: 100%;
    z-index: 2000;
    top: 0;
    bottom: 0;
    right: -1px;
    left: 100%;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.visor-table{
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.visor-row{
    display: table-row;
}

.visor-cell{
    display: table-cell;
    vertical-align: middle;
    height: 120%;
    position: relative;
}

.visor-row > .visor-cell:first-child{
    width: 40%;
    padding: 0 30px;
}

.visor-row > .visor-cell:first-child .text-left{
    font-family: "FedraSansStd Medium";
    color: #7c7c7c;
    font-size: 9pt;
    padding-left: 90px;
}

.visor-text-artist{
    font-size: 11px;
    line-height: 16px;
    position: relative;
    padding-right: 28px;
    text-align: left;
    margin-top: 40px;
}

.visor-row > .visor-cell:first-child .text-left h1{
    position: relative;
    left: -116px;
    color: #fff;
}

.visor-row >  .visor-cell:last-child{
    width: 60%;
    background: url("../images/trama.png");
}

.visor-row >  .visor-cell:last-child .visor-imagen img{
    display: inline-block;
    left: 0;
    top:0;
    max-width: 100%;
    position: absolute;
}

.visor-flor,.flor-amarilla,.flor-negra{
    position: absolute;
    top: 26%;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.flor-amarilla,.flor-negra{
    top: 8%;
    -webkit-transition: transform 300ms;
    -moz-transition: transform 300ms;
    -ms-transition: transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
}

@media screen and (min-width: 981px)
{
    .flores-rojas :last-child{
        left: 18.5px!important;
    }
}

.flores-rojas :last-child, .flor-amarilla-right{
    -webkit-animation: loading 1s infinite;
    -o-animation: loading 1s infinite;
    animation: loading 1s infinite;
    -moz-animation: loading 1s infinite;
}

.galeria .flores-rojas :last-child{
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    -moz-animation: none;
}

.modal-backdrop{
    z-index: 2999;
}

.modal{
    z-index: 3000;
}

.visor-flor-right,.flor-negra-right{
    cursor: default!important;
}

.visor-flor-left:hover,
.flores-rojas > img:hover,
.flores-amarillas .pull-right:hover,
.flor-amarilla.flor-amarilla-right:hover{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.visor-flor-right,.flor-amarilla-right,.flor-negra-right{
    right: -17px;
}

.visor-flor-left,.flor-amarilla-left,.flor-negra-left{
    left: -17px;
    cursor: default;
}

.visor-flor-left,.galeria .flores-rojas > img:first-child {
    -webkit-animation: loading 1s infinite;
    -o-animation: loading 1s infinite;
    animation: loading 1s infinite;
    -moz-animation: loading 1s infinite;
}

@media (max-width: 981px) {
    .visor-flor-right, .flor-amarilla-right, .flor-negra-right {
        right: -15px!important;
    }

    .flor-amarilla-right{
        z-index: 1010;
    }
}

@media (max-width: 1146px)
{
    #col-formulario{
        width: 70%;
        padding-left: 390px;
    }
}

@media (max-width: 981px)  {
    #col-formulario{
        padding-left: 15px;
        width: 100%!important;
    }

    #section-contenido{
        width: 100%!important;
    }
}

.flor-negra{
    top: 99px;
}

.visor-imagen{
    /*max-width: 552px;*/
    margin: 0 auto;
}

.visor-imagen-body{
    position: relative;
    /*overflow: hidden;*/
    left: 0;
    border: 2px solid #7c7c7c;
    -webkit-transition: left ,top 300ms;
    -moz-transition: left, top 300ms;
    -ms-transition: left,top 300ms;
    -o-transition: left,top 300ms;
    transition: left,top 300ms;
}

.visor-imagen-body .boton-contact-shop{
    /*content: 'contact';*/
    width: 60px;
    height: 60px;
    display: block;
    background-color: #baab2f;
    position: absolute;
    right: -31px;
    bottom: 30px;
    border-radius: 100%;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-size: 23px;
    word-break: break-all;
    line-height: 18px;
    padding-top: 9px;
    cursor: pointer;
}

.visor-imagen p{
    margin-top: 15px;
    font-family: "FedraSansStd Bold";
    font-size: 10px;
    color: #7c7c7c;
    text-align: center;
}

.visor-titulo{
    color: #bbac2f;
    margin-top: -37px;;
    font-family: "FedraSansStd Bold";
}

.visor-titulo p{
    margin-bottom: 2px;
}

.visor-titulo > p:first-child{
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 8px
}

.visor-titulo > p:last-child{
    font-size: 11px;
    font-family: 'FedraSansStd Medium';
    text-transform: uppercase;
}

.visor-controles{
    margin-top: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.visor-controles span{
    margin-right: 10px;
}
.visor-controles span:first-child,
.visor-controles span:last-child{
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.visor-controles span:first-child:hover,
.visor-controles span:last-child:hover{
    color: #fff;
}

.visor-controles .visor-autor{
    position: relative;
    top: -1px;
    text-transform: uppercase;
    font-family: "FedraSansStd Medium";
    font-size: 10px;
    letter-spacing: 6px;
    cursor: default;
}

.galeria{
    position: fixed;
    background: #000 url("../images/trama.png") repeat ;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    z-index: 2000;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.galeria h1{
    left: 0;
    top: 43%;
    opacity: 0.30;
}

.galeria .flores-rojas{
    top: 46%;
}

.galeria-wrapper{
    position: relative;
    height:450px;
    width:625px;
    max-width:625px;
    opacity: 0;
    display: none;
    margin: 0 auto;
}

.galeria-slide{
    width:625px;
    height:400px;
    max-width:625px;
    border: 2px solid #717171;
   /* overflow: hidden;*/
}

.galeria-slide img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.galeria .flores-rojas .pull-right{
    cursor: default!important;
}

.galeria .flores-rojas .pull-right:hover{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.galeria-link{
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    color: #EA242B;
    z-index: 20;
    font-size: 11px;
    margin-top: 10px;
}

#section-contact{
    background: #bbac2f url("../images/trama.png");
    overflow: hidden;
    padding-top: 80px;
    z-index: 203;
}

#footer-body{
    padding: 80px 0;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 170px;
}

#section-contenido{
    padding-left: 30px;
    padding-top: 10px;
}

#section-contenido p{
    margin-bottom: 0;
}

#section-contenido a{
    color: #333;
    font-family: "FedraSansStd Medium";
}

#section-contenido a:hover{
    text-decoration: underline;
}
#section-contact > footer{
    background-color: #000;
    padding: 13px 0;
    text-align: center;
    color: #AE9F2C;
    font-family: "FedraSansStd Medium";
    font-size: 13px;
    text-transform: uppercase;
    clear: both;
}

.ps-container:hover>.ps-scrollbar-y-rail:hover{
    background-color: #000;
}

.background-flores{
    position: absolute;
    height: 102%;
    width: 100%;
    opacity: 0;
}

.background-flores > div:first-child{
    background: url("../images/flores-1.png") repeat-y;
    background-position: 0 0;
    height: 100%;
    opacity: .4;
}

.ls-v5 .ls-bottom-slidebuttons,
.ls-v5 .ls-nav-start,.ls-v5 .ls-nav-stop{
    top: 17px!important;
}

textarea{
    resize: none;
    min-height: 120px;
}

#section-contact .form-control{
    border-radius: 0;
    background-color: #000000;
    border:none;
    color:  #bbac2f;
    font-size: 12px;
}

button[type="submit"]{
    background-color: #000000;
    border: none;
    color: #bbac2f;
    border-radius: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.nav-toogle{
    position: relative;
    float: right;
    padding: 5px 7px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #B4A528;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 4px;
    display: none;
}

.nav-toogle span{
    display: block;
    padding: 1px 0;
    margin-bottom: 4px;
    width: 13px;
    background-color: #ffffff;
}

.nav-toogle:focus{
    outline: none;
}

.nav-toogle:active{
    border-color: #c6c6c6;
}

.nav-toogle:active span{
    background-color: #c6c6c6;
}

.nav-toogle span:last-child{
    margin-bottom: 0;
}

button[type="submit"]:hover{
    background-color: #6F6F6F;
}

@media (max-width: 920px) {
    .credits{
        margin-top: 60px;
    }

    .col-sm-3{
        width: 25%;
    }
}

@media screen and (max-height: 700px) and (max-width: 981px) {
    #cartel{
        -webkit-transform: scale(.5,.5);
        -moz-transform: scale(.5,.5);
        -ms-transform: scale(.5,.5);
        -o-transform: scale(.5,.5);
        transform: scale(.5,.5);
        top: -110px;
    }

}

@media screen and (max-width: 981px)
{
    .list-artists a{
        font-size: 8pt;
    }
    #sponstors{
        min-height: 145px!important;
        text-align: center;
    }

    #section-contact{
        padding-top: 10px;
    }

    .section-footer-body{
        text-align: center;
    }

    .section-footer > h4{
        padding-right: 0!important;
        text-align: center;
        font-family: "FedraSansStd Bold";
        margin-bottom: -1px;
    }

    .section-footer > .section-footer-body > div p{
        text-align: center;
    }


    .section-footer > .section-footer-body > div:first-child a{
        display: block;
        text-align: center;
    }

    #footer-body{
        margin-bottom: 20px;
    }

    .list-artists{
        margin-bottom: 20px;
    }

    .visor-titulo{
        margin-top: 0px!important;
    }

    .visor-cell{
        display: block;
        width: 100%!important;
        padding-top: 10px!important;
    }
    .visor-flor{
        top: 80px!important;
    }

    .secction-subtitulo2{
        text-align: left;
    }

    .visor-row > .visor-cell:first-child .text-left{
        padding-left: 0;
    }
    .visor-row > .visor-cell:first-child .text-left h1{
        left: -27px;
    }

    .visor-imagen-body{
        border: none;
    }

    #section-artist-container{
        width: 100%!important;
        margin-left: 0!important;
    }

    .visor-imagen-body img{
        max-width: 100%;
        display: block;
        margin: 0 auto;
        outline: 2px solid #7c7c7c;
        outline-offset: -2px;
        position: absolute;
    }

    .visor-controles{
        text-align: center;
        margin-bottom: 12px;
        margin-top: 15px;
    }

    .download-margin-responsive{
        height: 0;
        clear: both;
        position: relative;
    }

    #main-menu{
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -ms-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

    #container-main-menu.affix .nav-toogle{
        display: block;
    }

    #container-main-menu.affix #main-menu{
        margin-top: 3px;
        padding: 0;
        height: 0;
    }

   #container-main-menu.affix #main-menu li{
        float: none;
        margin-right: 0;
       margin-bottom: 5px;
    }

   .space-vertical-pc{
        display: none;
    }

    .credits p{
        font-size: 9px;
    }

    #fb-container,#yt-container{
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    #pdf-container{
        text-align: center;
    }

    #section-exhibition{
        padding-bottom: 55px!important;
    }

    .credits{
        margin-top: 76px;
    }

    #section-follow-fb{
        padding-bottom: 40px;
    }
}

.side-bar{
    position: fixed;
    right: 14px;
    top: 46px;
    z-index: 1998;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;

}

.side-bar a{
    display: block!important;
    margin-bottom: 8px;
    font-size: 13px!important;
}

.side-bar .zocial::before{
    margin: 0!important;
}

.zocial{
    background-color: #bbac2f!important;
    color: #FFFFFF!important;
    text-shadow: none!important;
}