.model-container {
    padding: 15px !important;
    border: 1px solid rgba(215,192,138, 1);
}

.modeltitle {
    text-align: center;
    background: rgba(255,255,255, 0.5);
    margin-bottom: 15px;
}

.modeltitle a {
    background: rgba(0,0,0, .1);
    display: block;
    line-height: 0;
    margin-top: 0px;
    width: 100%;
    color: #cc3366;
    box-shadow: none !important;
}

.modeltitle a.title {
    line-height: 2.5em;
}

.modeltitle a:hover {
    color: #777777;
    box-shadow: none !important;
}

.modeltitle a {
    position: relative;
}

.model-container img {
    max-width: 100%;
    height: auto;
    border: 0px solid #222222;
    width: 100%;
    margin: 0;
    box-shadow: none !important;
}

.model-container .vw-pro {
    width: 200px;
    margin: 0 auto;
}

.model-container .text-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    bottom: 0;
    color: white;
    cursor: pointer;
    display: table-cell;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: auto !important;
    opacity: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transition: opacity 500ms ease 0s;
    vertical-align: middle;
    width: 86%;
}

.model-container span.text-content span {
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.model-container .vw-pro-text {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


.model-container .title.martop {
    margin-top: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 54px;
    color: #cc3366;
    font-weight: bold;
}

.model-container:hover span.text-content {
    opacity: 1;
}

.feat-model1.model-container {
    background: rgba(215,192,138,1) !important;
}

.feat-model2.model-container {
    background-color: #cc3366 !important;
}

.modeltitle.feat-model2 a {
	background-color: #ccc;
}

@media screen and (max-width: 480px) {
    .model-container {
        padding: 6px !important
    }
}