/* Sticky footer styles-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
    font-family: "Trebuchet MS", Arial;
}
p{
    margin:0;
    padding: 0;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 63%;
    font-size: 7.5pt;
    color: #9e9e9e;
    /* Set the fixed height of the footer here */
    height:100px;
}
#info-footer{
    width: 100%;
    float: left;
    margin-bottom: 60px;
}
.arrow{
    width: 20px;
    margin: 0 47%;
    padding-bottom: 50px;
}
.bx-controls{
    display:none;
}
/* Custom page CSS-------------------------------------------------- */
/* Not required for template or sticky footer method. */
header{
    margin-top:40px;
}
.container {
    width: auto;
    max-width: 1000px;
}
#banners{
    margin-top:60px;
}
nav#main{
    padding:0;
    margin-top:30px;
    margin-bottom:50px;
}
#duck{
    margin-bottom:10px;
    width:10%;
    float: left;
}
.centrar{
     text-align: center;
     width:78px;
 }
ul, li{
    margin:0px;
    padding: 0px;
    list-style: none;
}
li a{
    display: block;
    font-size: 12.5px;
    font-weight: bold;
    color:#a5a4a4;
    text-decoration: none;
    margin-right:48px;
}
li a:hover{
    color:#a5a4a4;
    text-decoration: none;
}
/* Submenu */
.eng > li, .esp > li {
    float:left;
}
nav li ul {
    display: none;
    position: absolute;
    min-width: 84px;
    padding-top: 10px;
}
nav li:hover > ul {
    display:block;
}
ul.submenu{
    display: block;
}
ul.submenu li{
    display: inline-block;
    left:-90px;
}
ul.submenu li a{
    text-align: center;
    font-size:9.5px;
    margin:0;
}
.borde-down{
    border-bottom:2px solid #999;
}
.borde-sup{
    /*border-top:2px solid #999;*/
    padding-top:10px;
}
nav li ul li {
    width:65px;
    position:relative;
}
nav li ul li ul {
    right:-140px;
    top:0px;
}
/* Fin Submenu */
#social{
    text-align: right;
    padding: 0;
}
#data, #data1{
    margin-bottom:70px;
}
article{
    color:#737373;
    font-size: 11.2px;
}
.contacto span{
    color:#bf3a17;
}
.mail a{
    color:#000;
    text-decoration: none;
}
.mail a:hover{
    font-size:15px;
}
.menu {
    width: 100%;
    float: left;
    height: 140px;
}
#idioma{
    float: left;
    padding:30px 0 0 0;
}
a.idioma{
    float: right;
    color:#bf3a17;
    font-size: 10.5px;
    text-decoration: none;
}
a.idioma img{
    display: inline;
    margin-top:-2px;
}
.esp, .eng{
    display: none;
}
.hide{
    display:none
}
.show{
    display: block;
}
.active{
    /*display: block;*/
}
#works{
    height: 1060px;
    overflow: hidden;
    padding-bottom:120px;
}
.work{
    width: 33%;
    height:auto;
    float: left;
    padding-bottom:35px;
}
.work img{
    margin-bottom:13px;
}
.title{
    color:#bf3a17;
    font-size:9.5px;
}
.desc{
    color:#999999;
    font-size:9.5px;
}
.space{
    margin-right:90px;
}
#gallery{min-height:500px; text-align: center; float: left }

#carousel.flexslider .slides > li{
    margin-right:5px;
}

#gallery-thumbs a{
    margin-right: 5px;
}
#studio2{
    height: 660px;
    overflow: hidden;
}

li a:hover{
    color:#bf3a17;
}
.footer-gal{
    padding-top:50px;
}
@media only screen and (max-width: 800px) {
    .menu {
        height: 0px;
        display: none;
    }
    #arrow{
        width:100%;
        text-align: center;
        display: block;
        float: left;
    }
}

@media only screen and (max-width: 500px) {
    header{
        text-align: center;
    }
    nav#main{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    li{
        width: 100%;
    }
    li a{
        margin:0 8px;
    }
    .centrar{
        width: auto;
    }
    #idioma{
        padding-top:0;
        width:100%;
        float: left;
    }
    a.idioma{
        width:100%;
        text-align: center;
    }
    .menu{
        height: 20px;
    }
    #works{
        height:auto;
        padding-bottom:20px;
    }
    .work{
        width:90%;
        margin:0 5%;
    }
    #studio{
        padding-bottom:30px;
    }
    #studio article{
        float: left;
    }
    #data, #data1{
        margin-bottom: 40px;
    }
    nav li ul {
        display: block;
        position: absolute;
        min-width: 84px;
        padding-top: 10px;
    }
    nav li ul li {
        width:85%;
        position:relative;
    }
    ul.submenu{
        position: relative;
        width:100%;
        text-align: center;
        font-size:9.5px;
        margin:0;
    }

   .slicknav_nav ul.submenu li a{
        width: 100%;
    }
    .bx-controls{
        display:block;
    }
    #gallery{width:100%; text-align: center; float: left }
    #gallery .pgwSlideshow.narrow .ps-list li{
        display: inline;
        width: 75px;
    }
    #studio{
        height: 860px;
        overflow: hidden;
    }

    .menu{
        height: 0px;
        display:none;
    }
    .footer{
        width: 100%;
    }
    #duck{
        width:15%;
        float: left;
    }
    #info-footer{
        width:85%;
        float: left;
    }
    #social{
        width:100%;
        float: left;
    }
    .footer-gal{
        padding-top:20px;
    }
}

.slicknav_menu {
    display:none;
}
@media screen and (max-width: 40em) {
    .js #menu {
        display:none;
    }

    .slicknav_menu {
        display:block;
    }
}

#banners li a{
    margin-right:0;
}