

ul.types{
    position: relative;
    left: 20%;
    width: 600px;
    position: relative;
    left: 0px;
}
ul.types li {
    list-style-type: none;
    float:left;
    margin: 10px;
    padding:8px;
    padding-left: 20px;
    padding-right: 20px;
    border: 2px solid transparent;
    cursor: pointer;
    transition-duration: 0.5s;
    font-size: 20px;

}
ul.types li:first{
    margin-left: 0px;
}
ul.types li:hover {
        border: 2px solid #2d3642;
        color: #2d3642;
}

li.active{
    border-color: #2d3642 !important;
    color: #2d3642;
}
.single{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.single img{
    transition:0.5s;
    width: 370px;
    height: 370px;
    position: relative;
    top:0px;
    left:0px;
}
.cover{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.6;
    background-color: black;
    z-index:2;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
}

.over{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:3;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
    cursor: pointer;
}
.caption{
    position: absolute;
    bottom:0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background-color: darkblue;
    color: white;
    font-size: 25px;
    z-index: 2;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    cursor: pointer;
}
.caption a{

    color: white;
}
.cover:hover{
    transition: 0.5s;
    opacity: 0.6;
}
.cars{
    width: 350px;
    height: 350px;
    margin: 10px;
    display: inline-block;
    position: relative;
    clear: right;
    transition: 1s;
}

/*
DETAILS PAGE
*/
#esas{
    position: relative;
    top: 0px;
    left: 0px;
    width: 630px;
    filter:drop-shadow(8px 8px 10px gray);
    -webkit-filter:drop-shadow(8px 8px 10px gray);
    -moz-filter:drop-shadow(8px 8px 10px gray);
}
ul.picthumbs li{

    list-style-type: none;
    float: left;
    cursor: pointer;
}
ul.picthumbs li img{
    cursor: pointer;
    position: relative;
    width: 150px;
    float: left;
    display: block;
    border: 2px solid #2d3642;
    margin: 5px;
    filter:grayscale(40%) drop-shadow(8px 8px 10px gray);
    -webkit-filter:grayscale(40%) drop-shadow(8px 8px 10px gray);
    -moz-filter:grayscale(40%) drop-shadow(8px 8px 10px gray);
}

ul.picthumbs li img:hover{

    filter:grayscale(0%) drop-shadow(8px 8px 10px gray);
    -webkit-filter:grayscale(0%) drop-shadow(8px 8px 10px gray);
    -moz-filter:grayscale(0%) drop-shadow(8px 8px 10px gray);
}


/*
CRANES
*/

.cranes img{
    width: 300px;
}

.cranes hr{
    width: 200px;
    float: left;
    margin-top: -20px; 
    border: 1.5px solid rgb(43, 42, 92);
}

.cranes h3{
    text-transform: uppercase;
}

.tecrube{
    width: 100%;
    height: 300px;

    margin-top: 20px;
    margin-bottom: 40px;
    background-image: url("../img/34.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    vertical-align: middle;
    font-size: 50px;
}
.tecrube_text{
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size: 50px;
    line-height: 300px;
    z-index: 2;
    opacity: 0.6;

}
