
.sh p {
	position: relative;
	display: table-cell;
	
	width: 1%;
	
	text-align: right;
	vertical-align: middle;
	
	padding-left: 1.5em;
}
	
.sh p em {
	position: relative;
	display: inline-block;

    margin: 0.076923em 0em;
    padding: 0.230769em 0.46153em;
	
    font-weight: normal;
    font-size: 1.3em;
	color: #4B4B4B;
    line-height: 1.2em;	
	
	background-color: rgba(37,37,37,0.05);
	border: 0.1em solid rgba(37,37,37,0.15);
	
	
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	
	white-space: nowrap;
}

.sh p em:before { 
	position: relative;
	display: inline-block;	
	
	content: "\f03d";

	font-family:"FontAwesome";
	font-size: 1.07692307em;	
	font-style: normal;
	color: #A4A4A4;
	
	margin-right: 0.3571428em;	

	text-rendering: auto;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.mv {
	position: absolute;
	display: block;
	
	bottom: 2.09090em;

	padding: 0.18181818em 0.363636em;
	
	font-weight: normal;
    font-size: 1.1em;
    color: #efefef;
    line-height: 1.2em;		

	background-color: rgba(37,37,37,0.5);
	border: 0.1em solid rgba(37,37,37,0.15);
	
	white-space: nowrap;
}

.mv {
	
	-moz-border-radius: 0.4em 0em 0em 0em;
	border-radius: 0.4em 0em 0em 0em;
	
	right: 0.090909em;
}

.mv em {
	font-style: normal;
}

.mv:before { 
	position: relative;
	display: inline-block;	
	
	font-family:"FontAwesome";
	font-size: 1.181818em;	
	font-style: normal;
	color: #cfcfcf;	
	
	margin-right: 0.363636em;

	text-rendering: auto;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mv:before {
	content: "\f03d";
}


.lt {
	position: relative;
	display: block;	
}

* + .lt {
	margin-top: 1.5em;
}

.lt ul {
	position: relative;
	display: block;	
	
	margin-top: -0.5em;

	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;	
}

@media (min-width:820px){
	.lt ul {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
}

.lt ul li {
	position: relative;
	display: block;	
	
	margin-top: 0.384615em;
	
	counter-increment: index;
	
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;	
		
	font-weight: normal;
    font-size: 1.3em;
    color: #313131;
    line-height: 1.6em;			
}

.lt ul li:nth-child(20) { 
	-webkit-column-break-after: always;
	page-break-after: always;
	break-after: always;
}

@media (min-width:820px){
	.lt ul li:nth-child(10),
	.lt ul li:nth-child(20),
	.lt ul li:nth-child(30) { 
		-webkit-column-break-after: always;
		page-break-after: always;
		break-after: always;
	}
}

.lt ul li:before { 
	content: counter(index)".";
	margin-right: 0.3571428em;

    font-size: 1.07692307em;
	color: #9a009a;
}

.lt ul li a { 
    color: #4b4b4b;
	border-bottom: 0.1em dotted #4b4b4b;
}

.lt ul li a:hover, 
.lt ul li a:focus { 
	color: #252525;
	border-bottom: 0.1em solid #252525;
}



.lq {
    position: relative;
    display: block;
}

* + .lq {
	margin-top: 1.5em;
}

.lq dl {
    position: relative;
    display: block;
}

.lq * + dl {
	margin-top: 1.5em;
}

.lq dt {
    position: relative;
    display: block;

    font-weight: 600;
    font-size: 1.6em;
    color: #9a009a;
    line-height: 1.4em;

    text-align: left;

    border-bottom: 0.1em dotted rgba(37,37,37,0.25);	
}

.lq dd {
    position: relative;
    display: block;
}

.lq dd:before, 
.lq dd:after {
	display: table;
	content: "";
}

.lq dd:after { 
	clear: both;
}

.lq * + dd {
	margin-top: 0.5em;	
}

.lq p {
    position: relative;
    display: block;

	float: left;
	width: 50%;
	
	margin-top: 0.384615em;
	padding-right: 1.153846em;
	
    font-weight: normal;
    font-size: 1.3em;
    color: #313131;
    line-height: 1.6em;
}

.lq p:nth-of-type(2n+1) {
	clear:left;
}


@media (min-width:768px){
	.lq p {
		width: 33.333%;
	}
	.lq p:nth-of-type(2n+1) {
		clear:none;
	}
	.lq p:nth-of-type(3n+1) {
		clear:left;
	}
}

@media (min-width:860px){
	.lq p {
		width: 25%;
	}
	.lq p:nth-of-type(2n+1), 
	.lq p:nth-of-type(3n+1) {
		clear:none;
	}
	.lq p:nth-of-type(4n+1) {
		clear:left;
	}
	
}

.lq p:before {
    margin-right: 0.384615em;
    font-size: 0.9230769em;
    color: #9a009a;
    content: "\25cf";
}

.lq a {
    color: #4b4b4b;
    border-bottom: 0.1em dotted #4b4b4b;	
}

.lq a:hover, 
.lq a:focus {
	color: #252525;
    border-bottom: 0.1em solid #252525;
}

.pg.lz .nv a.pn,
.pg.lz .nv span.pn {
	margin: 0.153846em 0.0769230em;
}