/*
.portfolio-item .item-thumbnail {
    min-height: 200px;
}

.portfolio-item .item-thumbnail img {
	vertical-align: middle;
    display: block;
    max-height: 200px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-item .item-hover .details {
	height: 100%;
}

.profile-page .section-header p {
    white-space: pre-line;
}

.portfolio-navigation {
	display: none;
}
*/

.item-hover{
    cursor: pointer;
}
ul, ol{
    margin-bottom: 5px;
}
.detail-item{
    margin: 20px 0 10px;
}
#repeat{
    background: #eeeeee;
    padding: 10px 20px;
    margin: 10px 0 0;
}
#repeat:hover{
    background:#032445;
}
#repeat:hover .glyphicon-repeat{
    color:#eeeeee;
}
.lista-vehiculos{
    padding: 0;
}
.portfolio-item{
    float: left;
    width: 20%;
    padding:1px;
}
.portfolio-item .item-hover .details {
    height: 83%;
}
.portfolio-item .item-thumbnail img {
    /*min-height: 200px;
    max-height: 200px;*/
    max-width: 100%;
}
.textarea-dealer-edition {
    height: 150px!important;
}
.about{
    padding: 55px 0;
}
.pa{
    margin-bottom: 2px;
}
.btt{
    background: #4cda64;
    display: none;
}
#contac{
    display: block;
    background: #494846;
}
.form-group textarea {
    height: 238px;
}
.formUrl {

}
@media (max-width: 767px) {



.portfolio-item{
    
    width: 99%;
}
.portfolio-item{
    max-width: 100%;
}
.btt1{
    display: none;
}
.btt{
    display: block;
}

}
/* table */
@media only screen and (min-width : 768px) and (max-width : 1130px) {
.portfolio-item{
    
    width: 33.3333%;
}


}