@font-face {
    font-family: 'AnnStone';
    src: url('/db/fonts/AnnStone.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {font-family: "BeaufortforLOL-Bold";
    src: url("/db/fonts/12420e8c141ca7c3dff41de2d59df13e.eot"); /* IE9*/
    src: url("/db/fonts/12420e8c141ca7c3dff41de2d59df13e.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/db/fonts/12420e8c141ca7c3dff41de2d59df13e.woff2") format("woff2"), /* chrome firefox */
    url("/db/fonts/12420e8c141ca7c3dff41de2d59df13e.woff") format("woff"), /* chrome firefox */
    url("/db/fonts/12420e8c141ca7c3dff41de2d59df13e.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("/db/fonts/12420e8c141ca7c3dff41de2d59df13e.svg#BeaufortforLOL-Bold") format("svg"); /* iOS 4.1- */
}
.loc-header {
position: relative;
background: #eee;
overflow: hidden;
background-repeat: no-repeat;
width: 106%;
height: 500px;
background-size: cover;
left: -25px;
top: -41px;
pointer-events:none;
}
.loc-name {
font-size: 3em;
width: 100%;
text-align: center;
position: absolute;
bottom: 0;
color: #333;
text-shadow: 1px 1px 4px #eee;
bottom: 0.3em;
white-space: pre;
letter-spacing: 1px;
font-weight: 500;
}
.loc-name span{
font-family: serif;
}
.fancy{
font-family: serif;
font-variant: small-caps;
}
.tsfont{
font-family: "BeaufortforLOL-Bold", serif;
}
.locfont{
font-family: "BeaufortforLOL-Bold", serif;
font-variant: small-caps;
}
.locfont span{
font-weight: 600;
}
.loc-name span{
font-weight: bold;
letter-spacing: 10px;
}
.stokbon{background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(238, 238, 238, 1)), url('https://i.imgur.com/NdW2Te8.jpg')}
.loc-subtitle{
    font-size: 12px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;bottom: 0;
}
.loc-desc p:first-child::first-letter {
/*background: #eee;*/
color: #444;
margin: 0 .3rem 0 0;
border: 0px solid;
border-radius: 4px;
/*padding: 0 .3rem;*/
font-family: 'AnnStone', Times New Roman, serif;
font-size: 4.5rem;
float: left;
line-height: 0.8;
}
.w-shine{
background: linear-gradient(180deg, rgba(238,238,238,0) 46%, rgba(238,238,238,0.5) 71%, rgba(238,238,238,1) 95%);
height: 500px;
width: auto;
}
.area-avatar{
padding: 0!important;
text-align: center;
}
.area-thumbnail, .area-avatar img, .area-img{
width: 100px;
height: 100px;
overflow: hidden;
border-radius: 50%;
margin: 15px auto 0 auto;
background-size: cover!important;
}
@media (max-width: 1200px) and (min-width: 992px){
.loc-header{
width: 960px!important;
}
}
@media (max-width: 992px) and (min-width: 768px){
.loc-header{
width: 720px!important;
}
}
@media (max-width: 768px) and (min-width: 576px){
.loc-header{
    width: 768px;
    top: -49px;
}
}
@media (max-width: 576px){
.loc-header{
    width: 112.2%;
    top: -49px;
}
.w-shine{
height: 333px;
}
.loc-name{
font-size: 2.4em;
/*bottom: 2px;*/
}
.loc-subtitle{
font-size: 10px;
/*bottom: -2px;*/
}
.loc-header{
height: 333px;
max-width: 600px;
}
.loc-desc{
top: -25px!important;
}
.loc-desc p:first-child::first-letter {
line-height: 0.83;
}
}
.loc-desc{
top: -15px;
position: relative;
}
.less .loc-name{
font-size: 2.3em;
}

/*
.less{
height: 375px;
}
.less .w-shine {
background: linear-gradient(180deg, rgba(238,238,238,0) 46%, rgba(238,238,238,0.5) 71%, rgba(238,238,238,1) 94%);
height: 375px;
width: auto;
}*/

.un-title{
font-weight: 500!important;
color: #777;
}
.area .ac-title{
padding-bottom: 5px;
margin-bottom: 7px;
}
.sub-ac-title{text-align:center;padding:0!important;margin: 5px 0!important}
.area:hover .area-avatar img{
transform: scale(0.9);
}  
.area-avatar img{
transition: transform .5s ease;
}