/* Fixes to theme */
body {
    padding-top: 54px;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

img.thumbnail {
    min-width: 150px;
    min-height: 150px;
}

.card-body img, article img {
    width: 100%;
}

article img.item-image, article img.skin-image {
    width: 400px;
    max-height: 400px;
    height: auto;
    /* border: 2px solid #c832fa; */
    background: radial-gradient(farthest-side, rgba(255, 255, 255, 0.3) 5%, transparent );
    /* margin-right: 20px; */
    object-fit: contain;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.pull-right {
    float: right;
}

/* Navigation */
.navigation nav ul {
    justify-content: center;
}

/* related skins */
section#skins h4{
    display: block;
    margin: 0;
    font-weight: 500;
    border-bottom: 1px solid #888;
    padding: 5px 0 5px 10px;
}
section#skins img{
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    display: inline-block;
    /*background: radial-gradient(farthest-side, rgba(255, 255, 255, 0.3) 5%, transparent );*/
    background-position: bottom center;
    background-size: 100% 10%;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}
section#skins a.skin{
    width: 150px;
    height: 150px;
    display: inline-block;
    position: relative;
    margin: 2px;
}
section#skins a.skin div:first-child{
    width: 150px;
    height: 150px;
    /*background-image: radial-gradient(farthest-side, #c832fa 5%, transparent);*/
    background-position: bottom center;
    background-size: 100% 10%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
}
section#skins a.skin:hover div:first-child{
    opacity: 1;
}

/* Uncategorized */
.btn-group-full-size {
    width: 100%;
}

.btn-group-full-size .btn {
    text-overflow: ellipsis;
    overflow: hidden;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

ul.partners {
    padding-left: 0;
    list-style: none;
    margin-top: 15px;
    font-size: 26px;
}
.footer_dv {
    width: 100%;
}
.footer_dv h4 {
    color: #647864;
    font-family: roboto;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer_dv ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_dv ul li:first-child {
    border-top: medium none;
    box-shadow: none;
}
.footer_dv ul li {
    border-top: 1px solid #000;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
    color: #f1f2f2;
    padding: 5px 0;
}
.footer_dv p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
    text-align: justify;
}
.item-meta {
    font-size: 14px;
    color: #ccc;
    font-style: italic;
    margin: 0;
    margin-left: 10px;
    text-decoration: none;
    font-weight: 500;
}

dl {
    padding: 0.5em;
    clear: both;
}
dt {
    float: left;
    clear: left;
    width: 60%;
    text-align: right;
    font-weight: bold;
}
dt::after {
    content: ":";
}
dd {
    float: left;
    padding-left: 10px;
    color: #EBEBEB;
}

.attribute-group-header {
    clear: both;
}

.break-less {
    white-space: nowrap;
}