/*
------------------------------------------------
Lokaly Main style
------------------------------------------------

$color-key = EF5575
$color-weak = FDEEF1;
$color-gray = ddd;

$font-key = 444;
$font-weak = 999;
$font-weak-red = B78989

$font-headline = 773943



Mobile Layout min-width: 320px;
Mobile Layout max-width: 620px;


------------------------------------------------ */


/*
------------------------------------------------
Initialize
------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  /*-webkit-font-smoothing: antialiased;*/
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}




/*
------------------------------------------------
Base
------------------------------------------------ */
html{

}
body{
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", 'Open Sans', sans-serif;
  font-size: 14px;
  color:#444;
  background-color:#f9f7f7;
  line-height: 1.4;
}

a, a:hover, a:visited, a:focus{
  color:inherit;
  text-decoration: none;
}

/*
------------------------------------------------
Clearfix
------------------------------------------------ */
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

/*
------------------------------------------------
App customization
------------------------------------------------ */
.statubar-spacer{
  height: 20px;
  width: 100%;
}

.statubar-spacer.colored{
  background-color:#EF5575;
}


/*
------------------------------------------------
Common UI and styling
------------------------------------------------ */
/* Colors */
.akita-red{
  background-color:#EF5575;
}
.akita-red-weak{
  background-color:#FDF3F4;
}

.akita-red-weak-color{
  background-color:#ffb8c4;
}

/* Buttons */
.button-generic{
  -webkit-appearance:none;
  outline:none;
  border:none;
  display: block;
  text-align: center;
  color:#fff;
  font-size:14px;
  font-weight: bold;
  line-height: 44px;
  width:100%;
  max-width:230px;
  background-color:#EF5575;
  margin:0 auto;
  border-radius:2px;
  cursor:pointer;
}

.button-generic.mini{
  line-height: 26px;
  max-width:90px;
  font-size:12px;
  margin:0 auto;
  
}

.button-generic.loading{
  background-color: transparent;
  color:#999;
}

.button-generic.facebook{
  background-color:#3b5998;
}

.button-generic.disabled{
  opacity: 0.6;
}
.button-generic.margin-b{
  margin-bottom: 30px
}

/* Ajax ongiong style*/
.button-generic.ongoing{
  transition:.6s ease-out all;
  width: 120px;
  opacity:0.4;
}


.button-text{
  margin-bottom:10px;
  text-align: center;
  font-weight: bold;
}






/* Link */
.underline{
  text-decoration: underline;
  cursor:pointer;
}
.hidden{
  display: none
}
.center{
  text-align: center; 
}

/*
------------------------------------------------
Status feedback
------------------------------------------------ */
.status-feedback{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  padding:10px;
  background-color: rgba(255,255,255,0.8);
  z-index:999;
}

/*
------------------------------------------------
Form base
------------------------------------------------ */
.form{

}

.form-title{
  text-align: center;
  font-weight:bold;
  font-size:24px;
  color:#EF5575;
  margin-bottom:30px;
}

.form-item{
  overflow: hidden;
  width: 100%;
  margin-bottom:30px;
  position: relative;
}
.form-item.no-margin{
  margin-bottom:0;
}

.form-item .label-input,
.locale-depth-title{
  color:#EF5575;
  font-size:14px;
  font-weight:bold;
  display: block;
}
.locale-depth-title{
  margin-bottom:4px;  
}


/* Variant. Mainly for signup form */
.form-item.line{
  height: 50px;
  overflow:hidden;
  margin-bottom:30px;
}
.form-item.line .label-input{
  position: absolute;
  left:0;
  top:0;
}




.form-item input[type=text],
.form-item input[type=email],
.form-item input[type=password],
.form-item input[type=tel],
.form-item input[type=text],
.form-item textarea {
  -webki-appearance:none;
  display: block;
  outline:none;
  border:none;
  line-height: 34px;
  padding:0px 10px;
  height: 34px;
  width:100%;
  color:#444;
}
.form-item input[type=radio]{
  margin-right:4px;
} 
.form-item button[type=submit]{
  -webki-appearance:none;
  display: block;
  outline:none;
  border:none;
}

.form-item textarea.user-profile{
  height: 120px;
  font-size:14px;
  line-height:20px;
  padding:10px;
  color:#EF5575;
  border:2px solid #EF5575;
  resize:vertical;
}

.form-item input[type=text].comment-to-post{
  border:1px solid #ddd;
}


/* Variant for signup form */
.form-item.line input{
  position: absolute;
  bottom:0;
  left:0;
  font-size:18px;
  font-weight: bold;
  color:#EF5575;
  background-color:transparent;
  border-bottom:2px solid #EF5575;
}


.form-item .lined{
  border:1px solid #f0f0f0;
}

.form-item .thumbnail{
  display: block;
  width: 150px;
  height: 150px;
  background-color:rgba(255,255,255,0.8);
  margin-bottom: 10px;
}
.form-item .caption{
  font-size:12px;
  color:#EF5575;
  margin-bottom:10px;
}

.form-item label{
  font-weight: bold;
}
.form-item .asterisc{
  
}

button:disabled{
  opacity:0.6;
}



/*
------------------------------------------------
Form error
------------------------------------------------ */
.form-errors{
  background-color: rgba(255,255,255,0.6);
  padding:10px;
  border-radius: 2px;
  border: 1px solid #D83939;
  margin-bottom:30px;
  color:#D83939;
}


/*
------------------------------------------------
Overlay
------------------------------------------------ */
.overlay-bg{
  display: none;
  position: fixed;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
  z-index:100;
  background-color: #111;
  opacity:0.4;
}
.overlay-bg.shown{
  display: block;
}

.overlay-bg .content{
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  height: 640px;
  width: 480px;
}

/*
------------------------------------------------
Header
------------------------------------------------ */
.header{
  position:fixed;
  top:0;
  left:0;
  z-index:100;
  height: auto;
  width: 100%;
  background-color:#EF5575;
}
.header.ios-statubar-spacer{
  box-sizing:content-box;
  padding-top:20px;
  width: 100%;
}

.header-content{
  position: relative;
  height: 44px;
  line-height: 44px;
  width: 100%;
  max-width:620px;
  margin:0 auto;
}
@media screen and (min-width:621px){
  .header-content{
    max-width:none;
    width:960px;
  }
    
}


.header-content .item{
  position: absolute;
  top:0;
  bottom:0;
  margin:auto;/* Vertically centered */
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.header-content .item.logo{
  left:0;
  width:132px;
  background-image: url(/assets/img/header-logo.png);
}
.header-content .item.notif{
  right:0;
  width:44px;
  background-image: url(/assets/img/header-notification.png);
}
.header-content .item.profile{
  display: none;
  right:10px;
  width:44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  /*border:#fff 2px solid;*/
}
.header-content .item.profile img{

}
.header-content .item.search{
  display: none;
  right:70px;
  width:70px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background-position: 0 center;
  background-size: 32px;
  background-image: url(/assets/img/header-search.png);
  padding-left:28px;
  line-height: 44px;
  font-weight: bold;
  font-size:12px;
  color:#fff;
  text-align: center;
}



@media screen and (min-width:621px){
  .header-content .item.notif{
    display: none;
  }
  .header-content .item.profile,
  .header-content .item.search{
    display: block;
  }  
}




.header-content .item.title{
  width: 200px;
  height:100%;
  left:0;
  right:0;
  color:#fff;
  text-align: center;
  font-weight: bold;
  font-size:18px;
}
.header-content .item.back{
  height: 44px;
  width: 44px;
  background-image: url(/assets/img/icon-back.png);
  cursor:pointer;
}



/*
------------------------------------------------
Footer
------------------------------------------------ */
.footer-spacer{
  height: 44px; /* Footer height */
}
.footer{
  position:fixed;
  bottom:0;
  left:0;
  z-index:100;
  width: 100%;
  height: 44px;
  background-color:#fff;
  border-top:1px solid #ddd;
  /*box-shadow:0 0 2px #ddd;*/
  color:#777;
}
.footer .item{
  float:left;
  width:33.3333%;
  height: 100%;
  /*border-right:1px solid #ddd;*/
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .item.selected{
  color:#EF5575; 
}
.footer .item .label{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  font-size:9px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
}


.footer .item.home{
  background-image: url(/assets/img/icon-home.png);
}
.footer .item.home.selected{
  background-image: url(/assets/img/icon-home-r.png);
}

.footer .item.rankings{
  background-image: url(/assets/img/icon-rankings.png);
}
.footer .item.rankings.selected{
  background-image: url(/assets/img/icon-rankings-r.png);
}

.footer .item.notification{
  background-image: url(/assets/img/icon-notification.png);
}
.footer .item.notification.selected{
  background-image: url(/assets/img/icon-notification-r.png);
}

.footer .item.profile{
  background-image: url(/assets/img/icon-profile.png);
}
.footer .item.profile.selected{
  background-image: url(/assets/img/icon-profile-r.png);
}




.footer-for-browser{
  display: none;
}

@media screen and (min-width:621px){
  .footer-for-browser{
    display: block;
  }
  .footer-for-browser > .inner{
    width: 940px;
    margin:0 auto;
    border-top:1px solid #ccc;
    line-height: 35px;
    padding:15px 0px;
    overflow: hidden;
    text-align: center;
  }

  .footer-for-browser .list{
    
  }
  .footer-for-browser .list .item{
    display: inline;
    margin:0 25px;
    font-weight: bold;
    font-size:12px;
    color:#999;
  }

  .footer-for-browser .coptyright{
    font-size:10px;
    color:#999;
    margin:0 20px;
    text-transform: uppercase;
    letter-spacing: 8px;
  }
    
}






/*
------------------------------------------------
Page body
------------------------------------------------ */

.page{
  min-height: 100%;
  width:100%;
  padding-top:44px;
  /*padding-bottom:44px;*/
  /*-webkit-overflow-scrolling: touch*/
}

/* Signup page background */
.page .signup-bg{
  position: fixed;
  z-index:-1;
  margin:auto;
  top:0;
  left:0;
  right:0;
  bottom:0;
  height: 100%;
  width: 100%;
  background-image: url(/assets/img/signup-bg.jpg);
  background-size: cover;
  background-position: center;
  
  /* -webkit-filter: blur(6px); */
}
.page .overlay{
  position: fixed;
  z-index:-1;
  margin:auto;
  top:0;
  left:0;
  right:0;
  bottom:0;
  height: 100%;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
}

.page .page-content{
  width:100%;
  max-width:620px;
  margin:0 auto;
  padding:0 0px;
  overflow: hidden;
  position:relative;
}
.page.ios-statubar-spacer{
  padding-top:64px;
}






.page-content > .inner{
  padding:15px 10px 0;
}
.page-content.posts > .inner{
  padding:15px 0px 0;
}

/* Timeline style */
@media screen and (min-width:481px){
  .page-content.posts > .inner{
    padding-top:30px;
    padding-right:10px;/* Care for box-shadow */
    padding-left:10px;
  }
}




/* Two-colum PC Layout with  */
.page-content > .inner.primary{
  
}
.page-content > .inner.secondary{
  display: none;
}
@media screen and (min-width:621px){
  .page .page-content{
    width:940px;
    max-width: none;
    margin:0 auto;
    /*background-color: #ffa;*/
  }
  .page-content > .inner.primary{
    float:left;
    /*background-color: #afa;*/
    width: 620px;
  }
  .page-content > .inner.secondary{
    display: block;
    float:right;
    width: 300px;
    height: 480px;
    padding-right:0px;
    padding-left:0px;
  }
  

  .facebook-wrapper{
    position: fixed;
    /*background-color:#FDEEF1;*/
    width: 300px;
    height: 480px;
  }
  .facebook-wrapper .heading{
    font-weight: bold;
    font-size:14px;
    line-height: 32px;
    margin-bottom:10px;
    color:#fff;
    text-align: center;
    background-color:#EF5575;
    letter-spacing: 1px
  }

}
.page .page-content.form{
  padding:20px 15px;
}



/*
------------------------------------------------
Signup
------------------------------------------------ */

.page .page-content.signup{
  position: fixed;
  z-index:1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  height: 100%;
  max-width:420px;
  color:#fff;
  background-color: transparent;
}

/* Content */
.page-content.signup .signup-logo{
  width:100%;
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom:180px;
  margin:auto;
  width:100%;
}
.page-content.signup .buttons{
  position: absolute;
  bottom:30px;
  left:0;
  right: 0;
  margin:auto;
  width:100%;
}

.page-content.signup .button-generic.signup{
  margin-bottom:20px;
}
.page-content.signup .button-generic.facebook{
  margin-bottom:10px; 
}
.page-content.signup .link-login{
  font-size:12px;
  line-height: 30px;
  margin-bottom:30px;
  font-weight: bold;
  text-align: center;
}

/*
------------------------------------------------
Form
------------------------------------------------ */
.page .page-content.form{
  color:#EF5575;
}





/* Content */
.page-content.form .message{
  text-align: center;
}


/*.locale-tags{
  margin-right:10px;
  max-height:180px;
  padding:10px;
  overflow-y: scroll;
  background:rgba(255,255,255,0.8);
  color:#777;
}
*/


/*
------------------------------------------------
Tag Rankings
------------------------------------------------ */

.page-content.tag-timeline{

}
.tag-timeline-header{
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight:bold;
  padding:20px 0 30px;
}
.tag-timeline-header.glow{
  text-shadow:0 0 16px #fff;
}
.tag-timeline-header img{
  height: 32px;
  margin-left:-20px;
  vertical-align: top;
}

@media screen and (min-width:401px){
  .tag-timeline-header{

    font-size: 32px;
    line-height: 44px;
  }
  .tag-timeline-header img{
    height: 44px;
  }
}


/*
------------------------------------------------
Tag Selection
------------------------------------------------ */
.page-content.tag-list{
  padding-bottom:100px;
  padding-top:30px;
}
.page-content.tag-list .bg{
  position: fixed;
  z-index: -1;
  top:0px;
  left:0;
  right:0;
  margin:auto;
  max-width: 620px;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/tag-bg.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2
}

.page-content.tag-list .caption{
  margin-bottom:30px;
}

.page-content.tag-list .selector{
  /*position: fixed;
  bottom:0;
  left:0;*/
  width: 100%;
  padding:30px 10px;
  color:#EF5575;

}
.page-content.tag-list .selector .lead{
  text-align: center;
  margin-bottom:10px;
  font-size:20px;
  font-weight: bold;
}




/* Locale tags */
.locale-depth{
  overflow: hidden;
  margin-bottom:20px;
}

.locale-groups{
  overflow: hidden;
}

.locale-group{
  
}
.locale-tag{
  display: block;
  float:left;
  line-height: 26px;
  font-size:12px;
  font-weight: bold;
  padding:0px 5px;
  margin:2px;
  border-radius: 2px;
  border: solid 2px #EF5575;
  /*background-color: #fff;*/
  color:#EF5575;
  cursor: pointer; 
}


.locale-tag.selected{
  border:2px solid #EF5575;
  background-color:#EF5575;
  color:#fff;
}


/*
------------------------------------------------
Timeline
------------------------------------------------ */


/* Single post */
.page-content .post{
  padding:10px 8px 0;
  /*border:1px solid #ddd;*/
  box-shadow:0 0 1px #aaa;
  border-radius:0px;
  margin-bottom:20px;
  position: relative;
  background-color: #fff;
}

.page-content .post .empty{
  background-image:url(/assets/img/signup-logo-gray.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30% auto;
  min-height: 150px;
}





/* Post content */
.post-content{
  margin-bottom:8px;
}

.post-content > .heading{
  overflow: hidden;
  margin-bottom:4px;
}
.post-content .author{

}


.post-content .counts{
  float:right;
  line-height: 18px;
  /*margin-right:20px;*/
}

.post-content .counts .clicks,
.post-content .counts .views,
.post-content .counts .likes{
  font-size:12px;
  padding:0 5px;
  float:left;
  text-align: right;
  color:#EF5575;
  
}
.post-content .counts .clicks img,
.post-content .counts .views img,
.post-content .counts .likes img,
.post-content .more-option img{
  display: block;
  float:left;
  width:18px;
  height: 18px;
  margin-right:6px;
}

/*-- More option --*/
.post-content .more-option{
  position: absolute;
  top:5px;
  right:5px;
  height:20px;
  line-height: 20px;
  width:20px;
  font-size:10px;
  text-align: center;
  color:#B78989;
  opacity:0.4;
}



/*-- Author --*/
.post-author{
  margin-bottom:8px;
}

.post-author .share-to{
  float:left;
  line-height: 20px;
  font-size:11px;
  color:#777;
}


.post-author > .user{
  margin-bottom:4px;
  overflow:visible;
  padding-left:48px;
}


.post-author .pic{
  float:left;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  /*border: #777 2px solid;*/
  overflow: hidden;
}

.post-author .pic > img{
  height: 100%;
  width: 100%;
  border-radius: 50%;
}


.post-author .date{
  line-height: 18px;
  padding-top:2px;
  font-size: 11px;
  color:#777;
}
.post-author .name{
  display: block;
  line-height: 20px;
}
.post-author .name .b{
  font-weight: bold;
}


/*-- Author comment --*/
.post-author-comment{
  margin-bottom:6px;
}


/*-- Article --*/
.shared-article{
  background-color:#FFECF1;
  padding:5px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 120px;
  position: relative;
}

.shared-article > a{
  display: block;
  height: 100%;
  width: 100%;
}


.shared-article .thumb{
  display: block;
  position:absolute;
  top:0px;
  right:0px;
  height: 120px;
  width:120px;
  overflow: hidden;
  background-color: #f5f5f5;

  background-size: cover;
  background-position: center;
}




/*-- Article property--*/
.shared-article .property{
  display: block;
  padding-right:120px; /* Thumbnaul width */
  margin-bottom:8px;
  overflow:hidden;
}
.shared-article .property .headline{
  font-size: 16px;
  font-weight: bold;
  color:#D03359;
  padding:0;
  margin-bottom:5px;
}

.shared-article .property .url{
  font-size:9px;
  color:#B78989;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom:4px;
}

/* Variant */
.shared-article.no-image{
  min-height: 0
}
.shared-article.no-image .property{
  padding-right:0;
}


@media screen and (min-width:321px){
  .shared-article .property .headline{
    font-size:18px;
  }
}
@media screen and (min-width:621px){
  .shared-article .property .headline{
    font-size:20px;
  }
  .shared-article{
    min-height: 150px
  }
  .shared-article .thumb{
    width: 150px;
    height: 150px;
  }
  .shared-article .property{
    padding-right:150px;
  }
}








/*-- Publisher --*/
.shared-article .property .publisher{
  display: block;
}
.shared-article .property .publisher .favicon{
  height: 16px;
  width: 16px;
  margin:2px 6px 2px 2px;
  float:left;
}
.shared-article .property .publisher .name{
  display: block;
  font-size:11px;
  line-height: 20px;
  /*margin-left:26px; Favicon */ 
  color:#D03359;
  /*color:#C08088;*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}



/*-- Tags linked --*/
.shared-article .tags{
  overflow: hidden;
}
/*.shared-article .tags .heading{
  float:left;
  font-size:11px;
  line-height: 20px;
  color:#C18A8A;
}*/
.shared-article .tags .tag{
  display: block;
  float:left;
  /*float:left;*/
  background-color: ;
  font-size:10px;
  font-weight: bold;
  color:#EF5575;
  border-radius: 2px;
  line-height: 20px;
  padding:0 6px;
  margin:0px 0 0 2px;
  border:#EF5575 solid 1px;
}
.shared-article .tags .tag.no-border{
  border: none;
}


/*-- comments --*/
.show-all-comments{
  display: block;
  text-align: center;
  font-size:12px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom:5px;
  color:#777;
  cursor:pointer;
}



/*-- Other comments --*/
.other-comments{
  
}
.other-comments .comments{
  margin-bottom:8px;
}
.other-comments .comment{
  display: block;
  line-height: 18px;
  border-bottom:1px solid #ddd;
  margin-bottom:6px;
}
.other-comments .comment:first-child{
  padding-top:6px;
  border-top:1px solid #ddd;
}

.other-comments .comment img{
  display: block;
  float:left;
  width: 18px;
  height: 18px;
  margin-right:4px;
  border-radius: 50%;
}
.other-comments .comment .user{
  display: block;
  margin-bottom:3px;
}


.other-comments .comment .user .name{
  font-size: 12px;
  font-weight:bold;
  color:#999;
}
.other-comments .comment .body{
  margin-bottom:5px;
  overflow: hidden;
}

.other-comments .comment-to-post{
  resize:none;
  line-height: 20px;
  padding:8px 5px;
  height:36px; /* Manipulated by javascript */
  margin-bottom:8px;
  border:1px solid #ddd;
}
.other-comments .send-comment{
  margin-bottom:10px;
}






/*-- Actions --*/
.actions{
  color:#fff;
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: -0.1666px;
  border-top:#ddd 1px solid ;
}

.actions .action{
  display: block;
  float:left;
  line-height: 26px;
  width:50%;
  margin:10px 0 5px 0;
  background-color: #F3e6dB;
  background-color: #fff;
  color:#63161B;
  color:#777;
  font-size:14px;
  font-weight: bold;
  /*border:1px solid #CEC7C8;*/
  border-radius: 1px;
  cursor:pointer;
}

.actions .action.share-post{
  border-right:#ddd 1px solid;
}
.actions .action.active{
  color:#EF5575;
}

/*
------------------------------------------------
Share
------------------------------------------------ */
.page-content.share{

}
.page-content.share > .inner{

}


.page-content.share .article-wrapper{
  margin-bottom:30px;
}

.page-content.share .link{
  text-align:center;
}
.page-content.share .comment{
  height: 60px;
}

.page-content.share .button-generic{
  color:#fff;
}

.page-content.share .limit-message{
  margin-bottom:30px;
}
.page-content.share .limit-message .message{
  margin-bottom:30px;
}


/*
------------------------------------------------
Profile
------------------------------------------------ */

/* Profile BG */
.page .profile-bg{
  height: 120px;
  padding-bottom:50%;
  background-color: #ccc;
  position: relative;
}
.page .profile-bg > img{
  position: absolute;
  width:100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
}







/*  */
.page-content.profile > .inner {
  padding:0 15px 0;
  position: relative
}



.page-content.profile > .inner > img{
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  left:15px;
  top:-50px;
  margin:0;
  border:3px solid #EF5575;
  border:3px solid #ddd;
}
.page-content.profile > .inner .level{
  position: absolute;
  width: 100px;
  height: 20px;
  background-color: #ccc;
  left:15px;
  top:50px;
  margin:0;
  padding:0 10px;
  font-size:10px;
  line-height: 20px;
  text-align: center;
}
.page-content.profile > .inner .main{
  position: relative;
  padding:5px 0px 8px 120px;
}

@media (min-width:321px){
  .page-content.profile > .inner > img{
    width: 120px;
    height: 120px;
    top:-60px;
  }
  .page-content.profile > .inner .level{
    width: 120px;
  }
  .page-content.profile > .inner .main{
    padding-left:140px;
  }
}


/* Main */
.page-content.profile .main .name{
  font-size:22px;
  margin-bottom:2px;
  font-weight: bold;
}
.page-content.profile .main .address{
  font-size:12px;
  margin-bottom:2px;
}
.page-content.profile .main .scores{
  font-size:12px;
  margin-bottom:2px;
  overflow: hidden;
}
.page-content.profile .main .scores .score{
  float:left;
  margin-right:4px;
}



/* Edit my profile */
.profile-bg .more{
  height: 25px;
  width: 25px;
  position: absolute;
  right:5px;
  bottom:5px;
  background-size: cover;
  background-image:url(/assets/img/gear.png);
  background-color: rgba(239, 85, 117, 0.6);

}





/* Profile User Options */
.profile-bg .user-options{
  position: absolute;
  bottom:10px;
  right:5px;
  background-color:#EF5575;
  width: 150px;
}
.profile-bg .user-options.hidden{
  display: none;
}
.profile-bg .user-options .link{
  display: block;
  border-top:1px solid rgba(255,255,255,0.2);
  width: 100%;
  line-height: 40px;
  color:#fff;
  font-size:12px;
  font-weight:bold;padding:0 20px;
}





/* Desc */
.page-content.profile .desc{
  font-size:13px; 
  margin-bottom:10px;
}



/* History */
.page-content.profile .history .tabs{
  margin-bottom:5px;
  overflow:hidden;
}
.page-content.profile .history .tabs .tab{
  width: 50%;
  line-height: 36px;
  font-weight:bold;
  float:left;
  text-align: center;
  background-color: #FDEEF1;
  color:#B78989;
  border-right:#fff 1px solid;
  cursor:pointer;
}
.page-content.profile .history .tabs .tab.selected{
  
  background-color: #EF5575;
  border-color:transparent;
  color:#fff; 
}




/*
------------------------------------------------
Activity & Notification
------------------------------------------------ */

.list-item{
  border-top:1px #ddd solid;
  
  margin-bottom:10px;
  padding:10px 0;
}
.list-item a{
  text-decoration: underline;
  color:#EF5575;
}
.list-item:last-child{
  border-bottom:1px #ddd solid;
}



.pagination{
  font-weight: bold;
  color:#EF5575;
  margin-bottom:30px;
}
.pagination li{
  display: inline;
  padding:0 4px;
}




/* 
-----------------------------------
PC browser style
----------------------------------- */
@media screen and (min-width:601px){
  .header-content{
    height:64px;
    line-height:64px;
  }
  .page{
    padding-top:64px;
  }
  .footer,
  .footer-spacer{
    display: none
  }
  .header-content .item.logo{
    width: 144px;
  }
}


/* 
-----------------------------------
iOS 9 Safari workaround 

----------------------------------- */
@media (min-width:781px) {
  .header-content .item:hover{
    opacity:0.6;
  }
  .locale-tag:hover{
    opacity:0.6;
  }
  .button-generic:hover{
    opacity:0.6;
  } 
  .post-author .pic:hover{
    opacity:0.6;
  }
  .post-author .name .b:hover{
    color:#EF5575;
  } 
  .shared-article .thumb:hover{
    opacity:0.8;
  } 
  .shared-article .property .headline a:hover{
    text-decoration: underline
  }
  .shared-article .tags .tag:hover{
    opacity:0.6;
  }
  .other-comments .comment .user:hover{
    opacity:0.6;
  }
  .actions .action:hover{
    opacity:0.6;
  }
  .profile-bg .user-options .link:hover{
    opacity:0.6;
  }
  .header-content .item.back:hover{
    opacity:0.6;
  }
}






