/****************************
  BOULDER - Page Layout
****************************/
.content-boulder {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	display: flex;
	align-items: stretch;
	background: #f2f2f2;
}
.main-boulder {
	position: relative;
	width: calc( 100% - 300px );
	font-size: 1vw;
}
.sidebar-boulder {
	width: 150px;
}
/****************************
  general Stuff for Boulder
****************************/
.main-boulder h1 {
	color: #fff;
	text-align: center;
	font-size: 7em;
}
.main-boulder h2 {
	color: #fff;
	text-align: center;
	font-size: 6em;
}
.section-bg-img {
	position: relative;
	width: 100%;
	background-color: #999;
	background-size: cover;
	background-position: 35% 0%; /*middle-left top*/
}
.section-bg-img .overlay {
	background: rgba(0, 0, 0, 0.35);
	position: relative;
	padding: 2em .7em;
}
.flex-reverse {
	flex-direction: row-reverse;
}
.column-wrapper {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.column-wrapper .col_1_2 {
	position: relative;
	width: 50%;
}
.column-wrapper .col_1_3 {
	position: relative;
	width: 33.3%;
}
.column-wrapper .col_1_4 {
	position: relative;
	width: 25%;
}

/****************************
  SECTION - Top Info
****************************/
.main-boulder .section-top .overlay {
	padding-top: 5.2em;
}
.main-boulder .section-top .setter-info {
	width: 95%;
	max-width: 32em;
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.85), rgba(255,255,255,0.85), rgba(255,255,255,0));
	background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.85), rgba(255,255,255,0.85), rgba(255,255,255,0));
	background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.85), rgba(255,255,255,0.85), rgba(255,255,255,0));
	background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.85), rgba(255,255,255,0.85), rgba(255,255,255,0));
	font-size: 2em;
	font-weight: 600;
	line-height: 1.5em;
	margin: 0.5em auto;
	padding: 0.3em 1em 0.4em 1em;

}
.main-boulder .section-top .league-info,
.main-boulder .section-top .color-info {
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 1em 0;
}
.main-boulder .section-top .color-info {
	padding-top: 0;
}
.main-boulder .league-info .l-item {
	display: inline-block;
	white-space: nowrap;
	padding: .2em 1em 0 1em;
	font-weight: 600;
}
.main-boulder .gradient-underline {
	position: relative;
}
.main-boulder .gradient-underline::after {
	position: absolute;
	width: 100%;
	height: 2px;
	top: 100%;
	left: 0;
	content: '';
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.85), rgba(255,255,255,0.85), rgba(255,255,255,0));
	background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.85), rgba(255,255,255,0.85), rgba(255,255,255,0));
	background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.85), rgba(255,255,255,0.85), rgba(255,255,255,0));
	background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.85), rgba(255,255,255,0.85), rgba(255,255,255,0));
}
.main-boulder .section-top .name-info {
	word-wrap: break-word;
}
.main-boulder .section-top .name-info .number {
	opacity: 0.6;
}
.main-boulder .section-top .league-info .b-link {
	color: #ddd;
	opacity: 0.7;
}
.main-boulder .section-top .league-info .b-link:hover {
	color: #fff;
	opacity: 1;
}
.main-boulder .section-top .st-info {
	font-size: 2em;
	line-height: 1.5em;
	font-weight: 700;
}
.main-boulder .section-top .boulder-video.youtube {
	max-width: 50em;
	padding: 5em 0 1em;
}
.main-boulder .section-top .boulder-video.instagram {
	padding-top: 4em;
}
.main-boulder .section-top .instagram .kmi_feed .content .item,
.main-boulder .section-top .youtube .fluid-width-video-wrapper {
	box-shadow: 1px 1px 25px rgba(0,0,0,.5);
	border: 2px solid #f2f2f2;
}
.main-boulder .section-top .summary {
	padding: 4em 0;
	align-items: flex-end;
}
.main-boulder .section-top .summary .col_1_3 {
	padding: 0.5em;
	max-width: 30em;
}
.main-boulder .section-top .summary .col_1_3 .info {
	display: block;
	width: 100%;
	position: relative;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: bold;
	padding-bottom: 0.1em;
}
.main-boulder .section-top .special-boulder {
	font-size: 3em;
	line-height: 1.2em;
	max-width: 15em;
	color: #e05;
	background: #fd2;
	padding: 0.2em 1em;
	margin: .6em auto .3em auto;
}
.main-boulder .section-top .b-nav {
	position: absolute;
	font-size: 2em;
	line-height: 1em;
	width: 100%;
	height: 2em;
	top: 1em;
	left: 0;
	overflow: hidden;
}
.main-boulder .section-top .b-nav .control {
	position: absolute;
	top: 0;
	width: 5em;
	height: 100%;
	display: flex;
	align-items: center;
	opacity: 0.7;
	border-radius: 1em;
	-wbkit-transition: all .3s;
		   transition: all .3s;
}
.main-boulder .section-top .b-nav .control .text {
	flex: 1 1 auto;
	font-size: 0.5em;
	line-height: 1.2em;
	padding: 0 1em;
	text-align: center;
}
.main-boulder .section-top .b-nav .control.prev {
	flex-direction: row-reverse;
	padding-right: .5em;
	left: -3em;
}
.main-boulder .section-top .b-nav .control.next {
	flex-direction: row;
	padding-left: .5em;
	right: -3em;
}
.main-boulder .section-top .b-nav .control:hover {
	opacity: 1;
	border-radius: 0;
}
.main-boulder .section-top .b-nav .control.prev:hover {
	left: 0;
}
.main-boulder .section-top .b-nav .control.next:hover {
	right: 0;
}

/****************************
  SECTION - Multiplicator
****************************/
.section-multi-ftbn {
	background: #fff;
	position: relative;
	padding: 2em 1em;
}
.first-ascent, .multi {
	position: relative;
	padding: 2em 1em;
	max-width: 50em;
}
.first-ascent .box {
	margin-left: 5em;
	text-align: center;
	padding: 0.2em 0.2em 0.2em 5.2em;
}
.first-ascent .headline,
.first-ascent .time {
	font-size: 1.2em;
	line-height: 1.5em;
}
.first-ascent .name {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: bold;
}
.first-ascent .avatar {
	position: absolute;
	top: 50%;
	left: 1em;
	margin-top: -5em;
	width: 10em;
	height: 10em;
	border-radius: 5em;
	background-color: #fff;
	background-size: cover;
}
.multi .headline {
	font-size: 3em;
	line-height: 1.5em;
	text-align: center;
}
.multi .scale {
	position: relative;
	width: 100%;
	height: 20px;
	padding: 0 21px;
	margin: 15px 0;
	background: -webkit-linear-gradient(left,green,yellow,red);
	background: -o-linear-gradient(left,green,yellow,red);
	background: -moz-linear-gradient(left,green,yellow,red);
	background: linear-gradient(to right,green,yellow,red);
}
.multi .scale .range {
	position: relative;
	width: 100%;
	height: 100%;
}
.multi .scale .value {
	position: absolute;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	top: -13px;
	border-radius: 10px;
	border: 2px solid rgba(0, 0, 0, 0.4);
	text-align: center;
	font-size: 20px;
	line-height: 41px;
	color: #fff;
	font-weight: bold;
}
.multi .desc {
	position: relative;
	width: 100%;
	font-size: 1.8em;
	line-height: 1.5em;
	display: flex;
	align-items: baseline;
	color: #999;
}
.multi .desc .easy,
.multi .desc .hard {
	font-size: 1.15em;
	width: 2.2em;
}
.multi .desc .easy {
	text-align: left;
}
.multi .desc .hard {
	text-align: right;
}
.multi .desc .name{
	flex-grow: 1;
	font-size: 0.9em;
	text-align: center;
}
.result-counters {
	padding: 2em 0;
}
.result-counters .et_pb_number_counter {
	margin: 0;
}
.result-counters .percent-value {
	font-size: 4em;
	line-height: 1.5em;
	font-weight: bold;
}
.result-counters .descr {
	color: #999;
	font-size: 2em;
	line-height: 1.5em;
}

/****************************
  SECTION - Ascents
****************************/
.tbl-ascents {
	position: relative;
	background: #fff;
	color: #333;
	max-width: 33em;
	margin: 2em auto;
}
/* Table Head */
.tbl-ascents .thead {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.tbl-ascents .thead .tr {
	position: relative;
	width: 150%;
	margin-left: 0;
	background-color: var(--coma-color-main-m);
	color: #fff;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: bold;
	display: flex;
}
.tbl-ascents .thead .tr > div {
	position: relative;
	padding: 0.5em 0;
	-webkit-transition: all 0.4s;
	        transition: all 0.4s;
}
.tbl-ascents .thead .tr .first {
	width: calc( 66.6% - 6em );
	padding-left: 1em;
}
.tbl-ascents .thead .tr .second {
	width: 6em;
	text-align: center;
	opacity: 1;
}
/* Table Body */
.tbl-ascents .tbody {
	position: relative;
	min-height: 20em;
	max-height: 80vh;
	overflow-y: scroll;
	font-size: 1.2em;
	line-height: 1.2em;
}
.tbl-ascents .tbody .tr {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0.4em 0;
}
.tbl-ascents .tbody .tr.even,
.tbl-ascents .tbody .tr.search-even {
	background-color: #f2f2f2;
}
.tbl-ascents .tbody .tr.search-odd {
	background-color: transparent;
}
.tbl-ascents .tbody .tr.search-hide,
.tbl-ascents .tbody .no-match:not(.search-show) {
	display: none;
}
.tbl-ascents .tbody .tr .first {
	width: calc( 100% - 7.2em );
	padding-left: 1.2em;
}
.tbl-ascents .tbody .tr .second {
	width: 7.2em;
	text-align: center;
}
.tbl-ascents .tbody .s-info {
	font-size: 0.6em;
	line-height: 1.3em;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
}
.tbl-ascents .tbody .hint {
	display: block;
	text-align: center;
	color: #999;
}
/* Search Stuff */
.tbl-ascents .search-toggle {
	padding-left: 0.4em;
	line-height: 1.4em;
	font-weight: normal;
	vertical-align: -6%;
	cursor: pointer;
}
.tbl-ascents .search-toggle:hover {
	opacity: 0.6;
}
.tbl-ascents .search-input {
	border-radius: 10em;
	border: none;
	opacity: 1;
	font-size: .8em;
	line-height: 1.3em;
	vertical-align: 0.1em;
	width: calc( 100% - 6em - 3vw );
	margin-left: .4em;
	padding: .15em .8em .15em;
	-webkit-transition: all 0.4s;
	        transition: all 0.4s;
}
.tbl-ascents.search-closed .search-input {
	width: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
}
.tbl-ascents.search-closed .search-toggle::after {
	content: "U";
}
.tbl-ascents.search-open .thead .tr .first {
	width: 66.6%;
}
.tbl-ascents.search-open .thead .tr .second {
	opacity: 0;
}
.tbl-ascents.search-open .search-toggle::after {
	content: "";
}
.searchable .match {
	font-weight: bold;
	letter-spacing: -0.015em;
}

/****************************
  SECTION - Ratings
****************************/
.section-ratings {
	position: relative;
	padding: 2em;
}
.section-ratings .ratings-container {
	position: relative;
	max-width: 50em;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align: left;
	color: #ffce00;
}
.section-ratings .ratings-container .info,
.section-ratings .ratings-container .details {
	position: relative;
	width: 20em;
	max-width: 100%;
	padding: 1em;
}
.section-ratings .ratings-container .info .stars {
	position: relative;
	font-size: 3em;
	line-height: 1em;
	width: 5em;
	margin: 0 auto;
}
.section-ratings .ratings-container .info .stars .rated-stars {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.section-ratings .ratings-container .info .text {
	text-align: center;
	font-size: 3em;
	line-height: 1.4em;
}
.section-ratings .ratings-container .info .text .smaller {
	font-size: 0.5em;
	line-height: 1.2em;
	color: #999;
}
.section-ratings .ratings-container .details .item {
	position: relative;
	font-size: 1.5em;
	line-height: 1.2em;
	padding: .3em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.section-ratings .ratings-container .details .item .name {
	width: 2.5em;
}
.section-ratings .ratings-container .details .item .bar-container {
	position: relative;
	width: 10em;
	height: 1.2em;
	background: #999;
}
.section-ratings .ratings-container .details .item .bar-container .bar {
	position: absolute;
	height: 100%;
	top: 0;
	left:0;
	background: #ffce00;
}
.section-ratings .ratings-container .details .item .bar-container .val {
	position: absolute;
	top: 0;
	right: .5em;
}
.section-ratings .hint {
	color: #999;
	text-align: center;
}
/*************************
  RESPONSIVE
*************************/
@media all and (min-width: 1600px) {
	.main-boulder {
		font-size: 16px;
	}
}
@media all and (min-width: 1900px) {
	.main-boulder {
		width: 1600px;
	}
	.sidebar-boulder {
		width: calc( 50% - 800px );
	}
}
@media all and (max-width: 680px) {
	.column-wrapper .bp_680 {
		width: 100%;
	}
	.main-boulder {
		width: calc( 100% - 150px );
		font-size: 1.8vw;
	}
	.sidebar-boulder {
		width: 75px;
	}
}
@media all and (max-width: 480px) {
	.main-boulder {
		width: 100%;
		font-size: 10px;
	}
	.sidebar-boulder {
		display: none;
	}
}


/* AUSLAGERN
 *
 *
 */
/****************************
  general BBL2 Sorting
****************************/
.sort-container .sort-controls {
	position: relative;
	display: flex;
	flex-wrap: no-wrap;
	align-items: center;
	background: #fff;
	color: #666;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.5em;
	padding: .2em;
}
.sort-container .sort-controls .desc {
	flex: 1 1 auto;
	margin: .2em;
	padding: .1em .4em;
}
.sort-container .sort-controls .sort-button {
	position: relative;
	flex: 1 0 auto;
	margin: .2em;
	padding: .4em 1em .1em 1em;
	background: #e0e0e0;
	border-bottom: .3em solid transparent;
	cursor: pointer;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.sort-container .sort-controls .sort-button:hover {
	background: #ccc;
}
.sort-container .sort-controls .sort-button.active {
	border-bottom-color: #999;
}
.sort-container .sort-controls .sort-button.up,
.sort-container .sort-controls .sort-button.down {
	padding: .4em 1.5em .1em .5em;
}
.sort-container .sort-controls .sort-button::after {
	position: absolute;
	font-family: ETmodules;
	content: "";
	color: #999;
	width: 1em;
	height: 1.3em;
	top: 0.4em;
	right: 0.3em;
	opacity: 0;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.sort-container .sort-controls .sort-button.up::after {
	content: "";
	opacity: 1;
}
.sort-container .sort-controls .sort-button.down::after {
	content: "";
	opacity: 1;
}
.sort-container .sort-item {
	-webkit-transition: transform 0.5s, background 0.5s;
	   -moz-transition: transform 0.5s, background 0.5s;
		 -o-transition: transform 0.5s, background 0.5s;
			transition: transform 0.5s, background 0.5s;
}
.sort-container .sort-item.shrink {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
}

/* AUSLAGERN
 *
 *
 */
/****************************
  general BBL2 Boulder List
****************************/
.b-list-container {
	position: relative;
	width: 47em;
	max-width: 100%;
	margin: 10px auto;
	font-size: 11px;
}
.b-list-container .headline {
	text-align: center;
	font-size: 2em;
	line-height: 1.3em;
	font-weight: 700;
	padding: 0.5em;
}
.b-list {
	position: relative;
	width: 100%;
	background: #fff;
}
.boulder-info-box {
	position: relative;
	color: #999;
	width: 100%;
	max-width: 100vw;
}
.b-list .boulder-info-box.odd {
	background: #f2f2f2;
}
.b-list .boulder-info-box.even {
	background: #ffffff;
}
/************************************************/
.boulder-info-box .name-container {
	position: relative;
	width: 100%;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: 700;
	color: #555;
	padding: 0.5em 1em 0.2em 1em;
}
.boulder-info-box .name-container .thin {
	font-weight: 400;
	opacity: 0.7;
}
.boulder-info-box .name-container:hover {
	color: #333;
}
/************************************************/
.boulder-info-box .info-items {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	padding: 0 0 0.7em 0;
}
/************************************************/
.boulder-info-box .info-item {
	width: 5em;
	position: relative;
	margin: 0.4em;
}
.boulder-info-box .info-item .val {
	position: relative;
	width: 100%;
	padding-top: 2.5em;
}
.boulder-info-box .info-item .val .number {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	font-size: 2.3em;
	line-height: 1.1em;
	text-align: center;
}
.boulder-info-box .info-item .val .bold {
	font-weight: 700;
}
.boulder-info-box .info-item .desc {
	text-align: center;
	line-height: 1em;
	width: 150%;
	margin-left: -25%;
	-webkit-transform: scale(.8);
	    -ms-transform: scale(.8);
	        transform: scale(.8);

}
/************************************************/
.boulder-info-box .number-container {
	color: #555;
	width: 4em;
}
.boulder-info-box .number-container .hash {
	font-size: 0.7em;
	vertical-align: 0.1em;
}
/************************************************/
.boulder-info-box .thumb-container {
	margin: 0;
}
.boulder-info-box .thumb-container .thumb {
	width: 100%;
	background: #e2e2e2;
	background-size: cover;
	background-position: 50% 30%;
	padding-top: 4.3em;
	cursor: pointer;
}
.boulder-info-box .thumb-container.has-video::after {
	position: absolute;
	content: "I";
	width: 13px;
	height: 13px;
	top: -1px;
	right: -6px;
	font-size: 15px;
	line-height: 13px;
	background: #f00;
	color: #fff;
	text-shadow: none;
	border-radius: 50%;
	text-indent: -1px;
}
.boulder-info-box .thumb-container .thumb::after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	color: #fff;
	opacity: 0;
	content: "T";
	text-align: center;
	font-size: 1.5em;
	line-height: 3em;
}
.boulder-info-box .thumb-container:hover .thumb::after {
	opacity: 1;
}

.boulder-info-box .ftb-container .ftb-pie {
	overflow: hidden;
}
.boulder-info-box .ftb-container .f-rate {
	position: absolute;
	width: 100%;
	height: 200%;
	top: 0;
	left: 0;
	border-radius: 100%;
	border: 0.85em solid;
	border-color: rgba(200,200,200,0.5) rgba(200,200,200,0.5) var(--coma-color-main-d) var(--coma-color-main-d);
}
.boulder-info-box .ftb-container .t-rate {
	position: absolute;
	width: 70%;
	height: 140%;
	top: 30%;
	left: 15%;
	border-radius: 100%;
	border: 0.85em solid;
	border-color: rgba(175,175,175,0.7) rgba(175,175,175,0.7) var(--coma-color-main-md) var(--coma-color-main-md);
}
.boulder-info-box .ftb-container .b-rate {
	position: absolute;
	width: 40%;
	height: 80%;
	top: 60%;
	left: 30%;
	border-radius: 100%;
	border: .8em solid;
	border-color: rgba(150,150,150,0.9)  rgba(150,150,150,0.9) var(--coma-color-main-m) var(--coma-color-main-m);
}
.boulder-info-box .ftb-container .f-name,
.boulder-info-box .ftb-container .t-name,
.boulder-info-box .ftb-container .b-name {
	position: absolute;
	bottom: 2%;
	left: 1%;
	width: 16%;
	text-align: center;
	color: #f2f2f2;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: 600;
	text-shadow: 0.1em 0 0.4em rgba(0, 0, 0, 0.7);
}
.boulder-info-box .ftb-container .t-name {
	left: 17%;
}
.boulder-info-box .ftb-container .b-name {
	left: 33%;
}
/************************************************/
.boulder-info-box .rating-container .val {
	letter-spacing: -1px;
}
.boulder-info-box .rating-container .val .divi-icon {
	font-size: 0.7em;
	line-height: 1em;
	vertical-align: 0.1em;
	padding-left: 0.2em;
}
/************************************************/
.boulder-info-box .result-container {
	width: 3.8em;
	margin-left: .7em;
}
.boulder-info-box .result-container .result {
	position: relative;
	background: #aaa;
	width: 3.5em;
	height: 3em;
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: 3em;
	padding-left: 0.2em;
	border-radius: 0.3em;
}
.boulder-info-box .result-container .result.rBonus {
	background: var(--coma-color-main-m);
}
.boulder-info-box .result-container .result.rBonus:after {
	border-left-color: var(--coma-color-main-m);
}
.boulder-info-box .result-container .result.rTop {
	background: var(--coma-color-main-mmd);
}
.boulder-info-box .result-container .result.rTop:after {
	border-left-color: var(--coma-color-main-mmd);
}
.boulder-info-box .result-container .result.rFlash {
	background: var(--coma-color-main-md);
}
.boulder-info-box .result-container .result.rFlash:after {
	border-left-color: var(--coma-color-main-md);
}
.boulder-info-box .result-container .result:after {
	position: absolute;
	content: "";
	top: .10em;
	right: -0.62em;
	height: 0;
	width: 0;
	border-top: 1.4em solid transparent;
	border-bottom: 1.4em solid transparent;
	border-left: .7em solid #aaa;
}
/************************************************/
.b-list .boulder-info-box.special {
	background: #ffd700;
}
.boulder-info-box.special .info-items {
	color: #fff;
	text-shadow: 0 0 .5em rgba(0,0,0,0.3);
}
.boulder-info-box.special .name-container,
.boulder-info-box.special .number-container {
	color: #f00;
	text-shadow: none;
}
.b-list .boulder-info-box.hl::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: .4em solid var(--coma-color-main-m);
	box-sizing: border-box;
}

@media all and (max-width: 619px) {
	.sort-container .sort-controls {
		flex-wrap: wrap;
	}
	.sort-container .sort-controls .desc {
		width: 100%;
	}
	.b-list-container {
		font-size: 9px;
	}
	.b-list .boulder-info-box .info-item.thumb-container {
		width: 4.3em;
	}
	.b-list .boulder-info-box.user-en .info-item.ftb-container {
		display: none;
	}
}
@media all and (max-width: 359px) {
	.b-list-container {
		font-size: 8px;
	}
}
