
@media (max-width: 500px) {
    .vehicles .vehicle {
        width: 100%;
    }
}

@media (min-width: 500px) {
    .vehicles .vehicle {
        width: 50%;
    }
}

@media (min-width: 1000px) {
    .vehicles .vehicle {
        width: 33%;
    }
}


.vehicles {
    padding: 5px;
    overflow: hidden;
}

.vehicles .vehicle {
    position: relative;
    margin: 10px 0;
    padding: 30px;
    background: #FFF;
    transition: 0.5s;
    color: #000;
    border: 2px solid #ddd;
    border-radius: 3px;
}

.vehicles .vehicle:hover {
    color: #FFF;
    background: #0091ca;
}

.vehicles .vehicle:hover .space {
    border-bottom-color: #FFF;
}

.vehicles .vehicle a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    color: #000;
    text-decoration: none;
    z-index: 0;
}

.vehicles .vehicle h2 {
    margin: 5px 0px;
}

.vehicles .vehicle ul {
    margin: 0px;
    padding-left: 10px;
}

.vehicles .vehicle .space {
    transition: 0.5s;
}

.vehicles .vehicle .name,
.vehicles .vehicle .desc {
    white-space: nowrap;
    width: 1px;
}

.vehicles .vehicle .desc {
    padding-right: 5px;
}

.vehicles .vehicle .name {
    padding-left: 5px;
}

.vehicles .vehicle li {
    display: table;
    width: 100%;
    font-size: 14px;
}

.vehicles .vehicle li span {
    display: table-cell;
}
.contentContanier {
    display: table;
    width: 100%;
    padding: 0 5px;
    padding-bottom: 10px;
}

.contentContanier > div {
    vertical-align: top;
    display: table-cell;
}

.contentContanier .gdCategory h3 {
    padding: 0px;
    margin-top: 0px;
}

.contentContanier .gdCategory a {
    color: #000;
}

.contentContanier .qgExpandClosed > .qgExpand {
    background: none !important;
}

.contentContanier .qgExpandClosed > .qgExpand:before {
    content: '[+]';
}

.contentContanier .qgExpandOpen > .qgExpand {
    background: none !important;
}

.contentContanier .qgExpandOpen > .qgExpand:before {
    content: '[-]';
}

.component-container h2 {
    padding: 0 5px;
    font-size: 18px;
}

.component-container .text {
    padding-left: 5px;
    border-top: 1px solid #335063;
    border-bottom: 1px solid #335063;
}

.component-container .text .title {
    margin-top: 16px;
    font-weight: bold;
    font-size: 16px;
}

.chzn-container-single .chzn-drop {
    border-radius: 0px;
}

.guayaquil-select.chzn-container .chzn-results li:hover {
    background: #335063;
}

.guayaquil-select.chzn-container .chzn-results li:hover,
.chzn-container .chzn-results li.active-result.highlighted {
    background-color: #335063;
}


.search-box {
    overflow: hidden;
}

.wizardBox {
    margin-bottom: 20px;
}

.wizardBox h2 {
    margin-bottom: 5px;
    font-size: 16px;
}

@media (min-width: 400px) {
    .formBox {
        width: 45%;
    }

    .formBox.left {
        float: left;
    }

    .formBox.right {
        float: right;
    }

    .formBox form .button {
        font-size: 14px;
        padding: 0 20px;
        line-height: 30px;
    }
}

@media (max-width: 400px) {
    .formBox form .button {
        font-size: 10px;
        padding: 0 18px;
        line-height: 32px;
    }
}

.formBox {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}

.formBox h2 {
    margin-bottom: 5px;
    font-size: 16px;
}

.formBox .frameBox {
    width: 80%;
    float: left;
}

.formBox form .g_input,
.formBox form .g_input_error {
    display: block;
    padding: 0px;
}

.formBox form .g_input_error input[type="text"] {
    box-shadow: inset 0 0 5px red;
}

.formBox form input[type="text"] {
    padding: 5px;
    border: 1px solid #777;
}

.formBox form .vin {
    height: 30px;
    width: 80%;
    float: left;
}

.formBox form .frameInput {
    float: left;
    width: 48%;
}

.formBox form .frameInput input {
    width: 100%;
    height: 30px;
}

.formBox form .dash {
    display: block;
    float: left;
    height: 30px;
    width: 4%;
    text-align: center;
    padding: 3px 0;
}

.formBox form .buttonBox {
    position: relative;
    height: 30px;
    width: 20%;
    float: right;
    background: #0091ca;
}

.formBox form .buttonBox:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background: #335063;
    transition: 0.3s;
}

.formBox form .buttonBox:hover:after {
    width: 100%;
}

.formBox form .button {
    height: inherit;
    width: 100%;
    border: 0px;
    cursor: pointer;
    text-transform: uppercase;
    background: #0091ca;
    color: #FFF;
    font-family: 'Roboto Slab', serif;
}

@media (max-width: 700px) {
    .catalogsList .catalogsListBlock {
        width: 50%;
        border-bottom: 1px solid #999;
    }
}

@media (min-width: 700px) {
    .catalogsList .catalogsListBlock {
        width: 25%;
    }
}

.catalogsList {
    overflow: hidden;
    margin-bottom: 20px;
}

.catalogsList .catalogsListBlock {
    float: left;
}

.catalogsList ul {
    margin: 0;
    padding: 0;
}

.catalogsList li {
    display: block;
    text-align: center;
    line-height: 40px;
}

.catalogsList img {
    display: inline-block;
    vertical-align: middle;
}

.catalogsList a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    text-decoration: none;
}

.catalogsList a:hover {
    text-decoration: underline;
}

@media (max-width: 450px) {
    .guayaquil-search-by-parameter .guayaquil-search-by-parameter_select,
    .guayaquil-select {
        width: auto !important;
    }
}
