.header-logo{background-size:28px 28px; width:50px; background-image:url(../images/preload-logo.png);}

.respimg {
    width: 100%;
    height: auto;
}

/*11.15.*/
.checkbox-circle {
    margin-top: 41px;
    margin-bottom: 46px;
}

.checkbox-circle label {
    cursor: pointer;
    padding-left: 32px;
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.checkbox-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 12px;
    width: 13px;
    border-radius: 2px;
    background-color: #ebebeb;
    border: 1px solid #ccc;
    font-family: Material-Design-Iconic-Font;
    color: #000;
    font-size: 10px;
    font-weight: bolder;
}

.checkbox-circle .checkmark {
    position: absolute;
    top: 11px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ebebeb;
    border: 1px solid #cdcdcd;
}

.checkbox-circle .checkmark:after {
    content: "";
    top: 9px;
    left: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #666666;
    position: absolute;
    display: none;
}

.checkbox-circle input:checked ~ .checkmark::after {
    display: block;
}

.checkmark:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    content: '\f26b';
}

.bg-11-1{background-image:url(../images/product/img4.jpg);}
.bg-13-1{background-image:url(../images/product/img4.jpg);}
.bg-img{background-image:url(../images/pictures/700x466.jpg);}

.theme-item u {
    right: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    color: #1f1f1f;
    padding: 6px 10px;
    line-height: 15px;
    margin-top: 5px;
    border-radius: 3px;
}
.ad-fullx80-fixed {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    bottom: 0px;
    width: 100%;
    height: 80px;
    margin: 0 auto;
}

.ad-300x50-fixed2 {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    bottom: 0px;
    width: 300px;
    height: 50px;
    margin: 0 auto;
}

/*11.15.*/
.demo .tip {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.demo .tip.hot {
    background: #eb6100;
}