@media (min-width: 1200px)
.range > .cell-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
@media (min-width: 768px)
.range > .cell-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
@media (min-width: 480px)
.range > .cell-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cases-items ul li {
    float: left;
    text-align: center;
    padding: 10px 2px 10px 3px;
}
.cases-items ul .img-wrap {
    display: block;
    width: 273px;
    height: 330px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.tittle_timers {
    position: absolute;
    top: -16px;
    left: 6%;
    display: inline-block;
    line-height: 1em;
    text-transform: uppercase;
    padding: 8px 8px;
    color: #fff;
    background: #8998af;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    z-index: 100;
}
.tittle_timers:before, .tittle_timers:after {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0;
    width: 0;
    height: 0;
}
.tittle_timers:before {
    left: -6px;
    border-bottom: 15px solid #1897e1;
    border-left: 6px solid rgba(255, 45, 56, 0);
}
.tittle_timers:after {
    right: -6px;
    border-bottom: 15px solid #e11822;
    border-right: 6px solid rgba(255, 45, 56, 0);
}
.profile-preview-image, .profile-preview-image img {
    border-radius: 5px;
}
.cases-items .profile-preview-footer ul {
    width: 55%;
    text-align: left;
    padding-left: 10px;
}
.profile-preview {
    border: #fefefe 1px solid;
    box-shadow: 0 2px 10px #999, 0 0 1px #999, 0 0 1px #999;
    padding-bottom: 15px;
    margin-right: 10px;
    background: white;
}
.profile-preview-footer {
    margin-top: 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.profile-preview-footer {
    width: 95%;
}

.cases-items li .case-img {
    display: block;
    width: 285px;
    height: 330px;
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto 4px;
    background: url(img/templet_bg.png) center 0 no-repeat;
    position: relative;
}

.cases-items li .case-img img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.app-demo-body,.app-demo-mask{width:100%;*height:100%;position:absolute;left:0;top:0;bottom:0;z-index:100001;}
.app-demo-body{display:none;}
.app-demo-mask{background-color:#000;opacity:0.6;filter:alpha(opacity=60);}
.app-demo-wrap{width:400px;height:830px;padding:90px 20px 0;background:url(../images/iphone.png) 0 0 no-repeat;z-index:100002;position:absolute;left:50%;margin-left:-200px;top:50%;}
.app-demo-wrap iframe{background:#fff url(../images/loading.gif) center no-repeat;overflow-x: hidden;overflow-y: auto;}
.app-demo-body .ico-close{display:block;width:35px;height:35px;background:url(../images/ico-close.png) 0 0 no-repeat;position:absolute;left:50%;margin-left:200px;top:45px;z-index:100003;cursor:pointer;}
.app-demo-body .ico-close:hover{background-position:0 -35px;}
.app-demo-body .ie-alert{padding:200px 20px 0; color:#666;text-align: center;}