.container {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

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

.container-fluid {
    width: 100%;
}

.row {}

.cell-xs-1,
.cell-sm-1,
.cell-md-1,
.cell-lg-1,
.cell-xs-2,
.cell-sm-2,
.cell-md-2,
.cell-lg-2,
.cell-xs-3,
.cell-sm-3,
.cell-md-3,
.cell-lg-3,
.cell-xs-4,
.cell-sm-4,
.cell-md-4,
.cell-lg-4,
.cell-xs-5,
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.cell-sm-5,
.cell-md-5,
.cell-lg-5,
.cell-xs-6,
.cell-sm-6,
.cell-md-6,
.cell-lg-6,
.cell-xs-7,
.cell-sm-7,
.cell-md-7,
.cell-lg-7,
.cell-xs-8,
.cell-sm-8,
.cell-md-8,
.cell-lg-8,
.cell-xs-9,
.cell-sm-9,
.cell-md-9,
.cell-lg-9,
.cell-xs-10,
.cell-sm-10,
.cell-md-10,
.cell-lg-10,
.cell-xs-11,
.cell-sm-11,
.cell-md-11,
.cell-lg-11,
.cell-xs-12,
.cell-sm-12,
.cell-md-12,
.cell-lg-12 {
    position: relative;
    min-height: 1px;
}

.cell-xs-1,
.cell-xs-2,
.cell-xs-3,
.cell-xs-4,
.cell-xs-5,
.cell-xs-6,
.cell-xs-7,
.cell-xs-8,
.cell-xs-9,
.cell-xs-10,
.cell-xs-11,
.cell-xs-12 {
    float: left;
}

.cell-xs-12 {
    width: 100%;
}

.cell-xs-11 {
    width: 91.66666667%;
}

.cell-xs-10 {
    width: 83.33333333%;
}

.cell-xs-9 {
    width: 75%;
}

.cell-xs-8 {
    width: 66.66666667%;
}

.cell-xs-7 {
    width: 58.33333333%;
}

.cell-xs-6 {
    width: 50%;
}

.cell-xs-5 {
    width: 41.66666667%;
}

.col-xs-5ths {
    width: 20%;
}

.cell-xs-4 {
    width: 33.33333333%;
}

.cell-xs-3 {
    width: 25%;
}

.cell-xs-2 {
    width: 16.66666667%;
}

.cell-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {
    .cell-sm-1,
    .cell-sm-2,
    .cell-sm-3,
    .cell-sm-4,
    .cell-sm-5,
    .cell-sm-6,
    .cell-sm-7,
    .cell-sm-8,
    .cell-sm-9,
    .cell-sm-10,
    .cell-sm-11,
    .cell-sm-12 {
        float: left;
    }
    .cell-sm-12 {
        width: 100%;
    }
    .cell-sm-11 {
        width: 91.66666667%;
    }
    .cell-sm-10 {
        width: 83.33333333%;
    }
    .cell-sm-9 {
        width: 75%;
    }
    .cell-sm-8 {
        width: 66.66666667%;
    }
    .cell-sm-7 {
        width: 58.33333333%;
    }
    .cell-sm-6 {
        width: 50%;
    }
    .cell-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
    .cell-sm-4 {
        width: 33.33333333%;
    }
    .cell-sm-3 {
        width: 25%;
    }
    .cell-sm-2 {
        width: 16.66666667%;
    }
    .cell-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .cell-md-1,
    .cell-md-2,
    .cell-md-3,
    .cell-md-4,
    .cell-md-5,
    .cell-md-6,
    .cell-md-7,
    .cell-md-8,
    .cell-md-9,
    .cell-md-10,
    .cell-md-11,
    .cell-md-12 {
        float: left;
    }
    .cell-md-12 {
        width: 100%;
    }
    .cell-md-11 {
        width: 91.66666667%;
    }
    .cell-md-10 {
        width: 83.33333333%;
    }
    .cell-md-9 {
        width: 75%;
    }
    .cell-md-8 {
        width: 66.66666667%;
    }
    .cell-md-7 {
        width: 58.33333333%;
    }
    .cell-md-6 {
        width: 50%;
    }
    .cell-md-5 {
        width: 41.66666667%;
    }
    .col-md-5ths {
        width: 20%;
        float: left;
    }
    .cell-md-4 {
        width: 33.33333333%;
    }
    .cell-md-3 {
        width: 25%;
    }
    .cell-md-2 {
        width: 16.66666667%;
    }
    .cell-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .cell-lg-1,
    .cell-lg-2,
    .cell-lg-3,
    .cell-lg-4,
    .cell-lg-5,
    .cell-lg-6,
    .cell-lg-7,
    .cell-lg-8,
    .cell-lg-9,
    .cell-lg-10,
    .cell-lg-11,
    .cell-lg-12 {
        float: left;
    }
    .cell-lg-12 {
        width: 100%;
    }
    .cell-lg-11 {
        width: 91.66666667%;
    }
    .cell-lg-10 {
        width: 83.33333333%;
    }
    .cell-lg-9 {
        width: 75%;
    }
    .cell-lg-8 {
        width: 66.66666667%;
    }
    .cell-lg-7 {
        width: 58.33333333%;
    }
    .cell-lg-6 {
        width: 50%;
    }
    .cell-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
    .cell-lg-4 {
        width: 33.33333333%;
    }
    .cell-lg-3 {
        width: 25%;
    }
    .cell-lg-2 {
        width: 16.66666667%;
    }
    .cell-lg-1 {
        width: 8.33333333%;
    }
}


.magazine {
    float: left;
    width: 320px;
    height: auto;
    border: px solid #C3C3C3;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 10px;

}

.magazine .periods {
    margin-bottom: 0.5em;
}

.magazine .periods img{
    width: 100%;
    height: auto;
}

.mag-box {
    text-align: left;
    padding: 0.2em 0.5em;
    border-bottom: dotted thin #999;
    margin-bottom: 0.5em;
}



.mag-img img {
    width: 100%;
    height: auto;
}

.mag-list {
    font-size: 0.9em;
    padding: 0 0.75em;
}

.mag-list h1 {
    font-size: 1em;
    font-weight: bold;
}

.mag-list h1 a{
    color: #000;
    text-decoration: none;
}

.mag-sale {
    /*float: right;*/
    float: left;
}

.mag-sale a {
    text-decoration: none;
}

.magazine ul {}

.magazine ul li a{
    color: #000;
    text-decoration: none;
}

.columns .judg_title span {
    font-size: 0.8em;
    float: right;
}