/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08-jun-2014, 11:08:10
    Author     : eloy
*/

.design-carousel{
    position: absolute;
}

.design{
    position: relative;
    display: none;
    float: left;
}

.design a{
    text-decoration: none;
}

.design-title{
    color: #888888;
}

.taco{
    position: absolute;
    background-size: contain;
    text-align: left;
    font-size: 70%;
}

.design-menu > li{
    display: none;
    position:relative;
    text-decoration: none;
    vertical-align: top;
    width: 112px;
    padding: 0px 25px;
}

.design-menu > li > a{
    display: block;
    text-decoration: none;
    text-align: center;
    color: #00a0e3;
}

.design-menu > li > a:hover{
    color: #888888;
}

.design-architectural{
    display: inline-block;
    background: url('../img/sprite_diseño.png') 0px 0px no-repeat;
    height: 87px;
    width: 42px;
}

.project-menu>li>a:hover .project-residential{
    background: url('../img/sprite_diseño.png') 0px -87px no-repeat;
}

.design-urban{
    display: inline-block;
    background: url('../img/sprite_diseño.png') -42px 0px no-repeat;
    height: 87px;
    width: 42px;
}

.project-menu>li>a:hover .project-urban{
    background: url('../img/sprite_diseño.png') -42px -87px no-repeat;
}

.design-id{
    display: inline-block;
    background: url('../img/sprite_diseño.png') -84px 0px no-repeat;
    height: 87px;
    width: 42px;
}

.project-menu>li>a:hover .project-id{
    background: url('../img/sprite_diseño.png') -84px -87px no-repeat;
}

.design-outside{
    display: inline-block;
    background: url('../img/sprite_diseño.png') -126px 0px no-repeat;
    height: 87px;
    width: 42px;
}

.project-menu>li>a:hover .project-outside{
    background: url('../img/sprite_diseño.png') -126px -87px no-repeat;
}

.fading_img{
    display: none;
    position: absolute;
    top:0px;
    left: 0px;
}
#sensor-left{
    position: fixed;
    height: 100%;
    left: 0px;
    width: 100px;
    cursor: w-resize;
}
#sensor-right{
    position: fixed;
    height: 100%;
    right: 0px;
    width: 100px;
    cursor: e-resize;
}
@media (max-width:837px) {
    .design-carousel{
        margin-left: 50px;
    }
    .design{
        width: 186px;
        margin: 0px -25px 0px 0px;
        font-size: 60%;
    }
    .design-title{
        color: white;
    }
    .trapezium{
        width: 186px;
    }
    .taco{
        text-align: center;
    }
}
@media (min-width:838px) {
    .taco{
        display: none;
        width: 25%;
        max-width: 370px;
        text-align: left;
    }
    .design{
        width: 310px;
        margin: 0px -42px 0px 0px;
    }
}
