@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1510px;
        width:98%;
    }
}
.footer {
    background-color: #333;
    padding-top: 1.5em;
    padding-bottom: 3em;
}
.img-item {
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.pad-0 {
    padding: 0px;
}
.pad-20 {
    padding: 20px;
}
.pad-t-0{
    padding-top: 0px;
}
.pad-t-10{
    padding-top: 10px;
}
.pad-b-0{
    padding-bottom: 0px;
}
.mar-0 {
    margin: 0px;
}
a {
    text-decoration: none;
}
a {
    background-color: transparent;
    color: #777;
}


.navbar-nav>li>a {
    color: #999;
}
.container-header {
    margin-top: 50px;
}
.container-footer {
    padding-bottom: 4em;
}

@media screen  and (min-width: 900px){
    body{
        position:absolute;
        width:100%;
        min-height:100%;
        padding-bottom: 160px;
    }
}

.footer{
    position:absolute;
    bottom: 0px;
}
.req-sign{
    font-weight: bold;
    font-size: 1em;
    color: red;
}
.footer:hover a, .footer:hover p {
    color: #999;
    text-decoration: none;
}
.footer a, .footer p {
    font-family: proxima-nova,sans-serif;
    transition: color .5s;
    color: #777;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.card, .card-alias {
    border: 1px solid #d5d5d5;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    margin: 15px 0;
}
.main-logo {
    background-image: url(/static/imgs/logo.png);
    overflow: hidden;
    width: 175px;
    max-height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 8px;
}

.m-t-100 {
    margin-top: 100px
}
.m-t-75{
    margin-top: 75px
}
.m-t-50{
    margin-top: 50px
}
.m-t-25{
    margin-top: 25px
}
.m-t-15{
    margin-top: 15px
}
.m-t-10{
    margin-top: 10px
}
.m-b-100 {
    margin-bottom: 100px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-25 {
    margin-bottom: 25px;
}
.page-title {
    margin-top: 16px;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.search-wrapper{
    margin-top: 16px;
}
.category {
    transition: -webkit-filter .25s,transform .3s cubic-bezier(.175,.885,.32,1.275),opacity .25s cubic-bezier(.175,.885,.32,1.275),filter .25s,transform .3s cubic-bezier(.175,.885,.32,1.275),opacity .25s cubic-bezier(.175,.885,.32,1.275);
}
.category .title {
    width: 100%;
    font-size: 2em;
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.category .overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    transition: all 0.3s ease;
    background-color:rgba(14, 14, 14, 0.2);
}
.category .overlay:hover{
    background-color: rgba(31, 31, 31, 0.61);
}
.category .overlay:hover .title .cateName{
     opacity: 0;
     -moz-opacity:0;
    display: none;
}
.category .overlay .title .cateNum {
    opacity: 0;
    display: none;
}
.category .overlay:hover .title .cateNum{
    opacity: 1;
    -moz-opacity:1;
    display:inline;
}
.category .imgFrame{
    display: block;
    height: 0px;
    padding: 0px 0px 100%;
    transform: scale(1);
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
}
.user-info-bar i.fa-user{
    color:#202a31;
    line-height: inherit;
    cursor: pointer;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #202a31;
    background-color:transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color:transparent;
    border-color: #337ab7;
}
.layout{
    background-color:#888888;
}
.item-detail{
    border:1px solid #d5d5d5;
    padding:20px;
    width:100%;
    margin:15px 0;
    background-color: #fff;
}
.section-header {
    font-weight: 700;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}
.btn-default {
    color: #555;
    background-color: #eee;
    border-color: #e7e7e7;
}
.btn-primary {
    background-color: #1b8ad2;
}
.search-btn{
    cursor: pointer;
}
.offer-base {
    color: rgb(146, 146, 146);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
}
.offer-selected{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(51, 51, 51);
    margin-bottom: -1px;color: rgb(51, 51, 51);
}
.frame {

    background-color: #fff;
    padding: 15px;
}
.dealprocess{
    width: 31%;
    display: inline-block;
    height: 40px;
    margin-left: 1%;
    border:2px solid #eeeeee;
    text-align: center;
    vertical-align: middle;
    line-height:40px;
    position: relative;
    font-size: 12px;
}
.dealprocess div{
    display: inline;
}
.dealprocess.left{
    border-right:0px;
}
.dealprocess.middle{
    border-left:0px;
    border-right:0px;
}
.dealprocess.right{
    border-left:0px;
}
.myarrow{
    width: 28px;
    height: 28px;
    border:2px solid #eee;
    position: absolute;
    transform:rotate(45deg);
    border-left: 0px;
    border-bottom: 0px;
}
.myarrow.left{
    left: -15px;
    top: 4px;
}
.myarrow.middle{
    border-right: 2px solid #eee;
    border-top: 2px solid #eee;
}
.myarrow.right{
    right: -15px;
    top: 4px;
    z-index:10;
}

.dealfinish{
    background-color: #337ab7;
    border:2px solid #337ab7;
}
.dealprocess.left.dealfinish .myarrow{
    background-color:#337ab7 ;
    border-right: 2px solid #337ab7;
    border-top: 2px solid #337ab7;
}
.dealprocess.middle.dealfinish .myarrow.left{
    background-color:#fff ;
}
.dealprocess.middle.dealfinish .myarrow.right{
    background-color:#337ab7 ;
    border-right: 2px solid #337ab7;
    border-top: 2px solid #337ab7;
}
.dealprocess.right.dealfinish .myarrow.left{
    background-color:#fff ;
}
.dealprocess .title{
    color:#888888;
}
.dealprocess.dealfinish .title{
    color:white;
}
@media screen and (max-width: 900px) {
    .filter-bottom{
        margin-bottom:10px;
    }
}
.detail-dl{
    margin-bottom: 10px;
}
.detail-dd{
    line-height: 30px;
}
.detail-dt{
    float: left;
    width: 130px;
    line-height: 30px;
}
.s-breadcrumb{
    border-radius: 0px;
}
.s-breadcrumb *{
    color:#337ab7;
    /*font-size: 22px;*/
    /*font-weight: 300;*/
    /*text-transform: uppercase;*/
    /*letter-spacing: .5px;*/
}
.prime{
    background-image: url(/static/imgs/temp/prime.png);
    width: 50px;
    height: 20px;
    display: inline-block;
    position: relative;
    top:3px;
}
.org-price{
    text-decoration: line-through;
    font-style: italic;
    color: #6d6767;
    font-size: 10px;
}
.msg{
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 10px;
    background-color: red;
    color: white;
    width: 17px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    float: right;
}

.sprite_report{
    background-image: url(/static/imgs/temp/sprite.png);
    background-repeat: no-repeat;
    width:14px;
    display: inline-block;
    height: 11px;
    position: relative;
    top: 1px;
}

.sprite_report:hover {
    background-position-x: 100%;
    cursor: pointer;
}

.orgLink{
    color: #337ab7;
}
.orgLink a{
    color: #337ab7;
}

.orgLink a:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #c45500;
}

.orgLink:hover .sprite_report {
    background-position-x: 100%;
    cursor: pointer;
}

.country_us{
    background-image: url(/static/imgs/us.jpg);
    background-repeat: no-repeat;
    width:25px;
    display: inline-block;
    height: 15px;
}


.country_de{
    background-image: url(/static/imgs/de.jpg);
    background-repeat: no-repeat;
    width:25px;
    display: inline-block;
    height: 15px;
}


.country_uk{
    background-image: url(/static/imgs/uk.jpg);
    background-repeat: no-repeat;
    width:25px;
    display: inline-block;
    height: 15px;
}

.country_jp{
    background-image: url(/static/imgs/jp.jpg);
    background-repeat: no-repeat;
    width:25px;
    display: inline-block;
    height: 15px;
}


.country_it{
    background-image: url(/static/imgs/it.jpg);
    background-repeat: no-repeat;
    width:25px;
    display: inline-block;
    height: 15px;
}
