

*,
*:before,
*:after {
    box-sizing: border-box;
}


.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    text-align: center;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-sm {
  padding: .295rem .5rem;
  font-size: 0.7rem;
  line-height: 0.7;
  border-radius: .20rem;
  background-color: #eeeeee !important;
  border-color: #dddddd !important;
}

.thumbnail {
    display: block;
    padding: 1bpx;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    text-align: center;
}

.thumbnail img {
    max-width: 100%;
    width: 100%;
    float:left;
}

.thumbnail .caption {
    font: 15px/30px "微軟正黑體", "Arial", Helvetica, Arial, Verdana, sans-serif;
    color: #000;
    background-color: #fff;
	padding:0px;
}

hr { 
    margin-bottom: 0px 
}

.thumbnail a:link {
    color: #000;
}

.thumbnail a:visited {
    color: #000;
}


*,
*:before,
*:after {
    box-sizing: border-box;
}



/* Controls
---------------------------------------------------------------------- */

.controls {
    padding: 1rem;
    background: #333;
    font-size: 0.1px;
}

.control {
    position: relative;
    display: inline-block;
    width: 2.7rem;
    height: 2.7rem;
    background: #444;
    cursor: pointer;
    font-size: 0.1px;
    color: white;
    transition: background 150ms;
}

.control:hover {
    background: #3f3f3f;
}

.control[data-filter]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    border: 2px solid currentColor;
    border-radius: 2px;
    background: currentColor;
    transition: background-color 150ms, border-color 150ms;
}

.control[data-sort]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    transform:  translateY(1px) rotate(45deg);
}

.control[data-sort*=":desc"]:after {
    transform:  translateY(-4px) rotate(-135deg);
}

.mixitup-control-active {
    background: #cccccc;
    order-color: #555555;
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
}

.control:first-of-type {
    border-radius: 3px 0 0 3px;
}

.control:last-of-type {
    border-radius: 0 3px 3px 0;
}

.control[data-filter] + .control[data-sort] {
    margin-left: .75rem;
}

.control[data-filter=".green"] {
    color: #91e6c7;
}

.control[data-filter=".blue"] {
    color: #5ecdde;
}

.control[data-filter=".pink"] {
    color: #d595aa;
}

.control[data-filter="none"] {
    color: #2f2f2f;
}

/* Container
---------------------------------------------------------------------- */

.container {

    
}

.container:after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* Target Elements
---------------------------------------------------------------------- */


.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}

.mix {
    background: #fff;
    /* border-top: .5rem solid currentColor; */
    border-radius: 2px;
    /* margin-bottom: 0.5rem; */
    position: relative;
}

.mix:before {
    content: '';
    display: inline-block;    
}

.mix.green {
    color: #91e6c7;
}

.mix.pink {
    color: #d595aa;
}

.mix.blue {
    color: #5ecdde;
}


.mixitup-control-active {
    color: #000  !important;
    background: #ccc !important;
    border-color: #ccc !important;
}
/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 2 Columns */

/*.mix,*/
/*.gap {*/
/*  width: calc(95%/1 - (((1 - 1) * 1rem) / 1));*/
/*}*/

/*@media screen and (min-width: 760px) {*/
/*  .mix,*/
/*  .gap {*/
/*    width: calc(100%/2 - (((2 - 1) * 2rem) / 2));*/
/*  }*/
/*}*/


/* 4 Columns */

/*@media screen and (min-width: 700px) {*/
/*  .mix,*/
/*  .gap {*/
/*    width: calc(100%/4 - (((4 - 1) * 1rem) / 4));*/
/*  }*/
/*}*/


/* 6 Columns */

/*@media screen and (min-width: 1170px) {*/
/*  .mix,*/
/*  .gap {*/
/*    width: calc(100%/6 - (((6 - 1) * 1rem) / 6));*/
/*  }*/
/*}*/

@media (min-width: 1200px) .container {
  width: 1170px;
}

@media (min-width: 800px) .container {
  width: 780px;
}

@media (min-width: 400px) .container {
  width: 390px;
}


#maxxxx img { height:60px}

.brand-container {display: flex;
    flex-wrap: wrap;
    /* width: 99%; */
    justify-content: flex-start;}
    
    
    .mix {width: 15%;
    margin-right: 2%;}
    .mix:nth-child(6n){    margin-right: 0%;}
    
    
    
    
    
    
    
    
    @media screen and (max-width: 900px) {
    .mix { width: 31%;}
    .thumbnail .caption { font-size:12px;}
}
