@charset "utf-8";
/*====================================*\
        RESET
\*====================================*/
* {
    margin: 0px;
    padding: 0px;
}
img {
    -ms-interpolation-mode: bicubic;
}
img, object, iframe {
    vertical-align: top;
    border-style: none;
}
input[type=text], input[type=password], input[type=email], select, textarea, input[type=checkbox], input[type=radio], input[type=submit], input[type=reset], input[type=button], button {
    font-family: inherit;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus, input[type=submit]:focus, button:focus {
    outline: 0 none;
}
input[type=submit], input[type=reset], button {
    width: auto;
    max-width: auto;
    overflow: visible;
    border: none;
}
input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
}
label, select, input[type=checkbox], input[type=radio], input[type=file], input[type=submit], input[type=reset], input[type=button], button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
a {
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*====================================*\
        GLOBALS
\*====================================*/
.clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.invisible {
    visibility: hidden;
}
.visible {
    visibility: visible;
}
.tleft {
    text-align: left !important;
}
.center {
    text-align: center;
}
.tright {
    text-align: right !important;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.autowidth {
    width: auto !important;	
}
.autoheight {
    height: auto !important;	
}
.inline-block {
    display: inline-block;	
}
.margin-top-10 {
    margin-top: 10px;	
}
.margin-top-20 {
    margin-top: 20px;	
}
.margin-top-30 {
    margin-top: 30px;	
}
.margin-top-40 {
    margin-top: 40px;	
}
.margin-top-50 {
    margin-top: 50px;	
}
.padding-10 {
    padding: 10px;	
}
.padding-20 {
    padding: 20px;	
}
.padding-30 {
    padding: 30px;	
}
.padding-40 {
    padding: 40px;	
}
.padding-50 {
    padding: 50px;	
}
.no-padding-t {
    padding-top: 0 !important;	
}
.no-padding-b {
    padding-bottom: 0 !important;	
}
.no-strong {
    font-weight: normal !important;	
}
.no-style-input {
    padding: 0 !important;
    border: none !important;	
}
.overflowFix {
    left: 0 !important;
    /*-webkit-overflow-scrolling: touch !important;*/
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;	
}
.overflowHidden {
    overflow: hidden;
    -webkit-overflow-scrolling: touch !important;	
}
.overflowVisible {
    overflow: visible;	
}

/*====================================*\
        ICONS
\*====================================*/
.icon {
    display: inline-block;
    overflow: hidden;
    text-indent: -5000px;
    background-repeat: no-repeat;
    background-position: center top;
    cursor: pointer;
    text-align: left;		
}
.icon-close {
    background-image: url(../images/icon-close.png);
    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
.icon-menu {
    width: 50px;
    height: 50px;
    background-image: url(../images/icon-menu.svg);
}
.icon-leftpanel-back {
    width: 51px;
    height: 50px;
    background-image: url(../images/icon-leftpanel-back.svg);
}
.icon-rightpanel-back {
    width: 50px;
    height: 50px;
    background-image: url(../images/icon-rightpanel-back.svg);
}
.icon-addpin {
    width: 36px;
    height: 36px;
    background-image: url(../images/icon-addpin.svg);
}
.icon-addplace {
    width: 36px;
    height: 36px;
    background-image: url(../images/icon-addpin.svg);
}
.icon-createboard {
    width: 36px;
    height: 36px;
    background-image: url(../images/icon-myboards.svg);
}
.icon-photopin {
    width: 36px;
    height: 36px;
    background-image: url(../images/icon-photopin.svg);
}
.icon-activity {
    width: 36px;
    height: 36px;
    background-image: url(../images/icon-activity.svg);
    position: relative;
    overflow: visible;
}
.icon-activity .balloon {
    position: absolute;
    top: -4px;
    left: 19px;	
}
.icon-login {
    width: 50px;
    height: 48px;
    background-image: url(../images/icon-login.svg);
}
.icon-logout {
    width: 50px;
    height: 48px;
    background-image: url(../images/icon-logout.svg);
}
.icon-pinit {
    width: 24px;
    height: 24px;
    background-image: url(../images/icon-pinit.svg);		
}
.icon-like {
    width: 24px;
    height: 24px;
    background-image: url(../images/icon-like.svg);		
}
.icon-unlike {
    width: 24px;
    height: 24px;
    background-image: url(../images/icon-unlike.svg);		
}
.icon-zoom {
    width: 40px !important;
    height: 40px !important;
    background-image: url(../images/icon-zoom.svg);			
}
.icon-editboard {
    width: 40px;
    height: 40px;
    background-image: url(../images/icon-editboard.svg);		
}
.icon-fb {
    background-position: 20px center;
    background-repeat: no-repeat;
    background-image: url(../images/icon-facebook.svg);
    padding-left: 47px;
    font-weight: normal !important;
    padding-left: 35px !important;			
}
.icon-tw {
    background-position: 20px center;
    background-repeat: no-repeat;
    background-image: url(../images/icon-twitter.svg);
    padding-left: 65px;
    font-weight: normal !important;
    padding-left: 35px !important;			
}
.icon-input-profile {
    background-image: url(../images/icon-input-profile.svg);
    background-size: 30px 30px;
    background-position: 98% center;
    background-repeat: no-repeat;
    padding-right: 65px !important;	
}
.icon-input-email {
    background-image: url(../images/icon-input-email.svg);
    background-size: 30px 30px;
    background-position: 98% center;
    background-repeat: no-repeat;
    padding-right: 65px !important;	
}
.icon-input-password {
    background-image: url(../images/icon-input-password.svg);
    background-size: 30px 30px;
    background-position: 98% center;
    background-repeat: no-repeat;
    padding-right: 65px !important;	
}
.icon-pshare {
    width: 40px;
    height: 40px;
    background-image: url(../images/icon-myshare.svg);
}
.icon-ppins {
    width: 40px;
    height: 40px;
    background-image: url(../images/icon-mypins.svg);
}
.icon-plikes {
    width: 40px;
    height: 40px;
    background-image: url(../images/icon-mylikes.svg);
}
.icon-punlikes {
    width: 40px;
    height: 40px;
    background-image: url(../images/icon-myunlikes.svg);
}
.icon-pcomments {
    width: 40px;
    height: 40px;
    background-image: url(../images/icon-mycomments.svg);
}
.icon-pweb {
    width: 40px;
    height: 40px;
    background-image: url(../images/icon-myweb.svg);
}
.usermenu .icon-categories-right {
    background-image: url(../images/icon-categories-right.svg);
    width: 30px;
    height: 30px;		
}

/*====================================*\
        BUTTONS
\*====================================*/
.btn-color-0, .btn-color-0:hover, .btn-color-0:active {
    background-color: transparent !important;
    border: none !important;	
}
.btn-color-1, .btn-color-1:active {
    background-color: #e74c3c !important;
    color: #fff !important;	
}
.btn-color-2, .btn-color-2:active {
    background-color: #e7ebec !important;
    color: #667686 !important;	
}
.btn-color-3, .btn-color-3:active {
    background-color: #3b5998 !important;
    color: #fff !important;	
}
.btn-color-4, .btn-color-4:active {
    background-color: #00bff3 !important;
    color: #fff !important;	
}
.btn-color-5, .btn-color-5:active {
    background-color: #000 !important;
    color: #fff !important;	
}
.btn-disabled, .btn-disabled:active {
    opacity: .2;	
}
.btn-store {
    text-align: center;
    padding: 0 !important;	
}
.btn-store img {
    max-width: 100%;
    height: 57px;
    border-radius: 5px;
    -webit-border-radius: 5px;	
}
/*====================================*\
        TITLES
\*====================================*/
.title-1 {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;	
}
.title-2 {
    font-size: 30px;
    line-height: 36px;
    color: #667686;	
}
.title-3 {
    font-size: 24px;
    line-height: 30px;
    color: #667686;	
}
.title-4 {
    font-size: 60px;
    line-height: 66px;
    color: #fff;	
}
/*====================================*\
        TEXT
\*====================================*/
.text-1 {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;	
}
.text-2 {
    font-size: 16px;
    line-height: 20px;
    color: #a3acb6;	
}
/*====================================*\
        BACKGROUND COLORS
\*====================================*/
.bg-color-1 {
    background-color: #fff;	
}
.bg-color-2 {
    background-color: #e7ebec;	
}
/*====================================*\
        COLORS
\*====================================*/
.color-1 {
    color: #a3acb6 !important;	
}
.color-2 {
    color: #667686 !important;	
}
.color-3 {
    color: #7c8792 !important;	
}
.color-4 {
    color: #fff !important;	
}
.color-5 {
    color: #E74C3C !important;	
}
/*====================================*\
        BORDERS
\*====================================*/
.border-1 {
    border-bottom: 1px solid #ECF0F1;	
}
/*====================================*\
        FORM ELEMENTS
\*====================================*/
input[type=text], input[type=password], input[type=email], textarea {
    border: 2px solid #dee1e3;
    color: #a3acb6;
    font-size: 24px;
    padding: 12px 20px;
}
textarea {
    height: 76px;
}
input[type=radio], input[type=checkbox] {
    visibility: hidden;
}

/*====================================*\
        ERRORS
\*====================================*/

.errorMessage {
    color: red;
    margin-top: 10px;	
}

/*====================================*\
        ELEMENTS
\*====================================*/

/*	container */
.container-mt-10 {
    margin-top: 10px;
}
.container-mt-20 {
    margin-top: 20px;
}

/*	logo */
.logo {
    display: inline-block;	
}

/*	usermenu */
.usermenu ul {
    list-style-type: none;
    font-size: 30px;
    line-height: 34px;	
}
.usermenu ul li {
    position: relative;	
}
.usermenu ul li a {
    display: block;
    width: auto;
    height: auto;
    font-weight: normal;
    border-bottom: 1px solid #e7ebec;
    color: #667686;
    padding-top: 27px;
    padding-bottom: 28px;
    padding-left: 100px;
    background-repeat: no-repeat;
    position: relative;
}
.usermenu ul li a:hover {
    color: #667686;	
}
.usermenu ul li.category {
    display: none;
}
.usermenu ul li.category a {
    padding-left: 30px;
}
.usermenu ul li.category ul a {
    padding-left: 50px;
}
.usermenu ul li.category ul ul a {
    padding-left: 70px;
}
.usermenu ul li.category ul ul ul a {
    padding-left: 90px;
}
.usermenu ul li.category ul ul ul ul a {
    padding-left: 110px;
}
.usermenu ul li .group {
    border-bottom: 2px solid #e7ebec;
}
.usermenu ul li a.icon-categories {
    background-image: url(../images/icon-categories.svg);
    background-position: 30px center;
}
.usermenu ul li a.icon-tags {
    background-image: url(../images/icon-tags.svg);
    background-position: 30px center;
}
.usermenu ul li a.icon-message {
    background-image: url(../images/icon-message.svg);
    background-position: 30px center;
}
.usermenu ul li a.icon-photopin {
    background-image: url(../images/icon-photopin.svg);
    background-position: 30px center;
}
.usermenu ul li a.icon-addplace {
    background-image: url(../images/icon-addpin.svg);
    background-position: 30px center;
}
.usermenu ul li a.icon-createboard {
    background-image: url(../images/icon-myboards.svg);
    background-position: 30px center;
}
.rightpanel .usermenu ul li a.icon-photopin,
.rightpanel .usermenu ul li a.icon-addplace,
.rightpanel .usermenu ul li a.icon-createboard {
    display: block !important;
    width: auto !important;
    height: auto !important;
}
.notifcirclewrapper .notifcircle {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: #e74c3c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}
.usermenu ul li a.icon-back {
    background-image: url(../images/icon-back.svg);
    color: #a3acb6;		
}
.usermenu ul li a.icon-new {
    background-image: url(../images/icon-new.svg);
    background-position: 31px center;		
}
.usermenu ul li a.icon-popular {
    background-image: url(../images/icon-popular.svg);
    background-position: 33px center;		
}
.usermenu ul li a.icon-everything {
    background-image: url(../images/icon-everything.svg);
    background-position: 30px center;		
}
.usermenu ul li a.icon-gifts {
    background-image: url(../images/icon-gifts.svg);
    background-position: 31px center;		
}
.usermenu ul li a.icon-videos {
    background-image: url(../images/icon-videos.svg);
    background-position: 32px center;
}
.usermenu ul li a.icon-reels {
    background-image: url(../images/icon-videos.svg);
    background-position: 29px center;
}
.usermenu ul li a.icon-colors {
    background-image: url(../images/icon-colors.svg);
    background-position: 30px center;		
}
.usermenu ul li a.icon-help {
    background-image: url(../images/icon-help.svg);
    background-position: 30px center;		
}
.usermenu ul li a.icon-terms {
    background-image: url(../images/icon-terms.svg);
    background-position: 30px center;		
}
.usermenu ul li a.icon-about {
    background-image: url(../images/icon-about.svg);
    background-position: 30px center;		
}
.usermenu ul li a.icon-language {
    background-image: url(../images/icon-language.svg);
    background-position: 31px center;		
}
.usermenu ul li a.icon-mysettings {
    background-image: url(../images/icon-mysettings.svg);
    background-position: 29px center;		
}
.usermenu ul li a.icon-myboards {
    background-image: url(../images/icon-myboards.svg);
    background-position: 29px center;		
}
.usermenu ul li a.icon-mypins {
    background-image: url(../images/icon-mypins.svg);
    background-position: 33px center;		
}
.usermenu ul li a.icon-mylikes {
    background-image: url(../images/icon-mylikes.svg);
    background-position: 30px center;		
}
.usermenu ul li a.icon-logout {
    background-image: url(../images/icon-logout.svg);
    background-position: 30px center;
    width: auto;
    height: auto;
}
.usermenu ul li a .avatar {
    position: absolute;
    left: 27px;
    top: 15px;
}
.usermenu ul li .icon-categories-right {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -15px;		
}

/*	search */
.search {
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e7ebec;
    color: #667686;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
    padding-right: 30px;
    background-repeat: no-repeat;
    position: relative;
}
.search input[type=text] {
    padding-right: 70px;
}
.search .icon-zoom {
    position: absolute;
    top: 24px;
    right: 45px;
}

/*	box */
.box {
    width: 280px;
    margin-top: 20px;
    background-color: #fff;	
}
.box .title {
    padding: 14px 10px 15px;
    text-align: center;	
}
.box .title .title-1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;	
}
.box .thumb a {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}
.box .thumb a.video:before {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    content: '';
    background-repeat: no-repeat;
    background-image: url(../images/icon-video.svg);
    background-position: center; 
    background-size: 60px 60px;  
}
.box .thumb img {
    /*width: 100% !important;
    height: auto !important;*/
}
.box .options {
    position: relative;
    /*visibility: visible;*/
    opacity: 1;
}
.box .options .member {
    position: relative;
    /*-webkit-backface-visibility: hidden;
    -webkit-transform: rotate(0);*/
}
.box .options .member .pic {
    position: absolute;
    left: 50%;
    top: -14px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-left: -30px;
    background-color: #fff;
    border: 2px solid #ecf0f1;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.box .options .member .pic img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.box .options .icons {
    list-style-type: none;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.box .options .icons li {
    float: left;
    width: 50%;
    background-color: #e74c3c;
    padding-top: 6px;
    height: 35px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.box .options .icons li:last-child {
    padding-right: 0;
    padding-left: 34px;
}
.box .stats {
    position: relative;
    display: table;
    font-size: 14px;
    line-height: 20px;
    color: #7c8792;
    width: 100%;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
.box .stats .cell {
    display: table-cell;
    text-align: center;
    padding-top: 16px;
}
.box .stats.two-columns .cell {
    width: 50%;
}
.box .stats.three-columns .cell {
    width: 33.333%;
}
.box .stats .cell .num {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.box .stats.two-columns .cell .num {
    width: 140px;
    padding-left: 5px;
    padding-right: 5px;
}
.box .stats.three-columns .cell .num {
    width: 93.33px;
}
.box .ribbon-red {
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 10;
    display: block;
}
.pin .ribbon-red {
    background-image: url(../images/bg-ribbon-reverse.png);
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 10;
}
.pin .ribbon-red .txt {
    margin-left: -8px;
    margin-top: 16px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.ribbon-red {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    background-image: url(../images/bg-ribbon.png);
    height: 82px;
    width: 82px;
    background-repeat: no-repeat;
    background-position: center top;
}
.ribbon-red .txt {
    display: inline-block;
    width: 58px;
    height: 58px;
    margin-top: 8px;
    margin-left: 8px;
    font-size: 13px;
    line-height: 33px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    color: #FFF;
    text-align: center;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

/*	board */
.board .thumbs, .member .thumbs {
    list-style-type: none;	
}
.board .thumbs li, .member .thumbs li {
    float: left;
    margin-right: 1px;
    margin-top: 1px;
}

/*	change avatar */
.changeavatar .pic {
    width: 127px;
    height: 127px;
    overflow: hidden;
    border: 2px solid #e7ebec;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    float: left;
}
.changeavatar .pic img {
    width: 127px;
    height: 127px;
    border-radius: 100%;
    -webkit-border-radius: 100%;	
}
.changeavatar .ui-btn {
    float: left;	
}
.changeavatar .pic + .ui-btn {
    margin-left: 25px;
    margin-top: 40px;	
}

/*	main form */
.mainform {
    font-size: 18px;
    line-height: 22px;
}
.mainform .row {
    margin-top: 20px;	
}
.mainform .row label {
    margin-bottom: 10px;	
}
.mainform .row.group {
    border-top: 1px solid #ecf0f1;
    padding-top: 20px;	
}
.mainform .row.group-double {
    border-top: 3px solid #ecf0f1;
    padding-top: 20px;	
}
.mainform .row:first-of-type {
    margin-top: 0;	
}
.mainform .value {
    font-size: 24px;
    line-height: 28px;	
}
.mainform .value .ui-select {
    border: none;	
}
.mainform .value .ui-select > div {
    padding: 0;	
}
.mainform .value.tright .ui-select .ui-btn > span:not(.ui-li-count) {
    text-align: right;		
}
.mainform .value .ui-select .ui-btn-icon-right:after {
    display: none;	
}	
.mainform .help-text {
    margin-top: 7px;	
}
.mainform .help-text + .ui-grid-a {
    margin-top: 10px;	
}
.mainform + .page-title {
    margin-top: 30px;	
}

/*	page title */
.page-title {
    border-bottom: 3px solid #ecf0f1;
    padding-bottom: 23px;
    padding-top: 3px;	
}
.page-title + .mainform {
    margin-top: 30px;	
}

/*	popup title */
[data-role=popup] {
    margin: 20px 20px 50px;	
}
.popup-title {
    padding: 25px 20px 23px;
    background-color: #e7ebec;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;	
}
.popup-title .title-3 {
    font-weight: normal;	
}

/*	thumb preview */
.thumb-preview img {
    width: 100%;
    height: auto;	
}

/*	textbox */
.textbox h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
    padding-bottom: 15px;
    margin-top: 30px;
    color: #667686;
}
.textbox h1:first-child {
    margin-top: 0;
}
.textbox h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 30px;
    color: #667686;
}
.textbox h3 {
    font-size: 21px;
    line-height: 27px;
    font-weight: bold;
    margin-top: 30px;
    color: #667686;
}
.textbox h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 30px;
    color: #667686;
}
.textbox h5 {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    margin-top: 30px;
    color: #667686;
}
.textbox h6 {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    margin-top: 30px;
    color: #667686;
}
.textbox p, .textbox ul, .textbox ol {
    font-size: 18px;
    line-height: 24px;
    color: #7c8792;
    list-style-position: inside;
    margin-top: 10px;
}
.textbox img {
    border: 2px solid #ecf0f1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.textbox blockquote {
    background-color: #f9fafb;
    border: 2px solid #ecf0f1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 15px;
    margin-top: 30px;	
}
.textbox blockquote h4 {
    margin-top: 0;	
}
.textbox hr {
    height: 1px;
    background-color: #ecf0f1;
    border: none;
    margin-top: 30px;
}
/*	searchbar */
.searchbar {
    font-size: 24px;
    text-align: center;	
}
.searchbar a {
    color: #667686;	
}
.searchbar a.active {
    color: #e74c3c;
}

/*	profile cover banner */
.profile-cover {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.profile-cover-img {
    width: 100%;
    height: auto;
    display: block;
}
.profile-head {
    position: relative;
    z-index: 1;
    padding-bottom: 16px;
}
.profile-head .profile-avatar {
    position: relative;
    z-index: 2;
    display: block;
    width: 72px;
    height: 72px;
    margin-top: -36px;
    margin-left: 16px;
    border: 3px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
}
.profile-head .profile-avatar img {
    width: 100%;
    height: 100%;
}
.profile-head .profile-name {
    margin: 8px 16px 0;
}
.profile-head .fbtn {
    margin: 10px 16px 0;
}

/*	profile stats (flat row, no grid lines/boxes; active stat picked out in red) */
.profile-stats-section {
    padding: 14px 16px 16px;
}
.profile-stats {
    display: flex;
    margin: 0;
}
a.profile-stats-link {
    flex: 1 1 0;
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 0 2px 6px;
    font-size: 11px;
    line-height: 14px;
    color: #93a5ab;
    text-decoration: none;
    text-align: center;
    position: relative;
}
a.profile-stats-link .stat-icon {
    display: block;
    width: 17px;
    height: 17px;
    margin: 0 auto 3px;
    color: #b7c1c6;
}
a.profile-stats-link .stat-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
a.profile-stats-link .num {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #34495e;
}
a.profile-stats-link .stat-label {
    display: block;
}
a.profile-stats-link.active {
    color: #e74c3c;
}
a.profile-stats-link.active .num {
    color: #e74c3c;
}
a.profile-stats-link.active .stat-icon {
    color: #e74c3c;
}
a.profile-stats-link.active::after {
    content: '';
    position: absolute;
    left: 30%;
    right: 30%;
    bottom: 0;
    height: 2px;
    background-color: #e74c3c;
    border-radius: 1px;
}
.profile-stats-hint {
    margin: 8px -16px 0;
    padding: 5px 16px;
    background-color: #f7f8f9;
    color: #a3acb6;
    font-size: 11px;
    font-style: italic;
    text-align: center;
}
.profile-actions {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.profile-actions .ui-btn {
    margin: 0;
    flex: 0 1 auto;
    padding: 7px 18px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    border-radius: 999px !important;
    font-weight: bold;
}
.profile-actions .btn-color-2 {
    background-color: #fff !important;
    border: 1px solid #d8dee2;
}

/*	boards panel (matches desktop's boards-panel/board-create) */
.boards-panel {
    display: flex;
    align-items: flex-start;
}
.boards-panel-icon {
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    margin-top: 2px;
    color: #e74c3c;
}
.boards-panel-text {
    margin-left: 14px;
}
.boards-panel-text h3 {
    font-size: 20px;
    line-height: 24px;
    color: #34495e;
    font-weight: normal;
}
.boards-panel-text p {
    font-size: 14px;
    line-height: 20px;
    color: #93a5ab;
    margin-top: 4px;
}
a.board-create {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 16px;
    padding: 34px 16px;
    border: 2px dashed #e74c3c;
    border-radius: 8px;
    background-color: #fdf3f2;
    text-decoration: none;
}
.board-create-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #e74c3c;
    color: #fff;
    font-size: 26px;
    line-height: 1;
}
.board-create-title {
    margin-top: 12px;
    color: #e74c3c;
    font-size: 17px;
    font-weight: bold;
}
.board-create-sub {
    margin-top: 3px;
    color: #93a5ab;
    font-size: 13px;
}

/*	board card (matches desktop's boards-card .board) */
.mboard {
    margin: 0 12px 14px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}
.mboard-header {
    padding: 16px 18px;
    background: linear-gradient(135deg, #e74c3c, #ef8977);
}
.mboard-color-2 .mboard-header {
    background: linear-gradient(135deg, #f2994a, #f7c15c);
}
.mboard-color-3 .mboard-header {
    background: linear-gradient(135deg, #6fbf5a, #a9d977);
}
.mboard-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
}
.mboard-title a {
    display: block;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mboard-meta {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
    color: rgba(255, 255, 255, .9);
}
.mboard-thumbs {
    list-style-type: none;
}
.mboard-thumbs li {
    float: left;
    width: 25%;
    box-sizing: border-box;
}
.mboard-thumbs img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}
.mboard-thumb-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f5f5f5;
    border: 1px dashed #e0e0e0;
    box-sizing: border-box;
    color: #ccc;
    font-size: 26px;
}
.card-footer {
    padding: 10px 16px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-footer .view-link {
    font-size: 13px;
    color: #e74c3c;
    font-weight: 600;
    text-decoration: none;
}
.card-footer .pin-count {
    font-size: 12px;
    color: #b7c1c6;
}

/*	edit board */
.editboard {
    position: relative;
    padding-left: 80px;
    min-height: 62px;	
}
.editboard .avatar {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -31px;
    width: 58px;
    height: 58px;	
}
.editboard .avatar img {
    width: 58px;
    height: 58px;	
}
.editboard .icon-editboard {
    margin-top: 10px;	
}

/*	followingbar */
.followingbar .ui-btn {
    margin-top: 3px;		
}

/*	following user */
.followinguser {
    position: relative;
    padding-left: 70px;
    min-height: 51px;		
}
.followinguser .avatar {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px;	
}
.followinguser .title-3 {
    padding-top: 10px;	
}

/*	profile */
.profile {
    position: relative;
    padding-left: 174px;
    min-height: 134px;		
}
.profile .avatar {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -67px;
    width: 130px;
    height: 130px;	
}
.profile .avatar img {
    width: 130px; 
    height: 130px;	
}
.profile .text-1 {
    margin-top: 5px;	
}
.profile .fbtn {
    margin-top: 10px;	
}

/*	avatar */
.avatar {
    display: inline-block;
    width: 47px;
    height: 47px;
    overflow: hidden;
    border: 2px solid #e7ebec;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.avatar img {
    width: 47px;
    height: 47px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

/*	pin */
.pin .thumb img {
    width: 100%;
    height: auto;	
}
.pin .thumb iframe {
    width: 100% !important;
    max-height: 480px !important;
}
.pin .description {
    font-size: 21px;
    line-height: 28px;	
}
.pin .stats {
    border-top: 3px solid #ecf0f1;
    padding: 0 20px;	
}
.pin .stats ul {
    list-style-type: none;
    font-size: 18px;
    line-height: 22px;	
}
.pin .stats ul li {
    float: left;
    margin-left: 40px;	
}
.pin .stats ul li:first-child {
    margin-left: 0;	
}
.pin .stats ul li .icon {
    text-indent: 0;
    color: #7c8792;
    text-align: center;
    height: 100px;
    background-position: center 20px;
    padding-top: 67px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;	
}

/*	grid items */
.items-wrapper {
    position: relative;
    margin-left: -3px;
    margin-right: -3px;
    margin-top: 10px;
}
.items {
    display: table;
    width: 100%;
    border-spacing: 3px 0;
    border-collapse: separate;
}
.items .item-cell {
    display: table-cell;
    width: 20%;
    padding-top: 3px;
}
.items .item-cell:nth-child(5n) {
    padding-right: 0;
}
.items .item-cell a {
    display: block;
    width: 100%;
    padding-bottom: 96%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;	
}
/*.items img {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
}*/

/*	view comments */
.viewcomments ul {
    list-style-type: none;	
}
.viewcomments li {
    position: relative;
    min-height: 60px;
    padding: 20px 20px 20px 100px;
    border-bottom: 1px solid #ecf0f1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;	
}
.viewcomments li:last-child {
    border-bottom: none;	
}
.viewcomments li.addcomment {
    padding: 20px;	
}
.viewcomments li .avatar {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 58px;
    height: 58px;	
}
.viewcomments li .avatar img {
    width: 58px;
    height: 58px;	
}
.viewcomments li .text-1 {
    margin-top: 10px;	
}
.viewcomments li .text-2 {
    margin-top: 10px;	
}

/*	welcome */
.welcome {
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    padding-top: 150px;	
}
.welcome .title-4 {
    margin-top: 40px;	
}
.welcome .ui-grid-a {
    margin-top: 40px;	
}
.welcome p {
    margin-top: 20px;	
}

/*	footer / bottom tab bar */
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 -7px 7px -8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 -7px 7px -8px rgba(0, 0, 0, 0.1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
footer.tabbar {
    background-color: #fff;
    border-top: 1px solid #eceff0;
}
.tabbar-inner {
    display: flex;
}
.tabbar-item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 0 12px;
    color: #a3acb6;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
}
.tabbar-item svg {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}
.tabbar-item.event-message:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}
.tabbar-item .notifcirclewrapper {
    position: relative;
    display: inline-block;
}
.tabbar-item .notifcircle {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 15px;
    height: 15px;
    padding: 0 3px;
    border-radius: 8px;
    background-color: #e74c3c;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
}
.tabbar-item.active {
    color: #e74c3c;
}

/*	balloon */
.balloon {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    background-color: #df4a37;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;	
}

/*	scroll to top */
.scrolltotop {
    display: none;
    width: 50px;
    height: 50px;
    background-color: #e74c3c;
    border: 2px solid #e74c3c;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #fff !important;
    background-image: url(../images/scrolltotop-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-indent: -5000px;
    overflow: hidden;
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 1000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*	notification boxes */
.notifbox {
    font-size: 18px;
    line-height: 24px;
    color: #A3ACB6;	
}
.notifbox.large {
    font-size: 24px;
    line-height: 28px;	
}

/*	infobox */
.infobox {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    padding: 15px 20px;
    position: relative;	
}
.infobox.error {
    background-color: #FFDFDC;
    border-color: #FFDFDC;	
}
.infobox.success {
    background-color: #DAF9F3;
    border-color: #DAF9F3;	
}
.infobox + .mainform {
    margin-top: 30px;	
}

/*====================================*\
MAIN
\*====================================*/
body {
    color: #667686;	
    visibility: hidden;
}
a:active {
    color: #E74C3C !important;	
}
.leftpanel {
    box-shadow: 7px 0 7px -8px rgba(0, 0, 0, 0.3);
    z-index: 1000;	
}
.rightpanel {
    box-shadow: -7px 0 7px -8px rgba(0, 0, 0, 0.3);
    z-index: 1000;	
}
.ui-panel.ui-panel-open {
    z-index: 10050 !important;
}
.ui-panel-dismiss-open {
    z-index: 10040 !important;
}
body.overflowFix footer {
    display: none !important;
}
.ui-panel.ui-panel-open {
    position: fixed;
}
.ui-panel-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.header {
    text-align: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;	
}
.header .toppart {
    background-color: #F0F0F0;
    padding: 16px 30px;	
}
.header .toppart .rescell {
    position: relative;
    min-height: 57px;
    min-width: 18px;	
}
.header .toppart .rescell .icon-close {
    position: absolute;
    top: 0;
    left: 20px;
    right: 0;
    bottom: 0;
    z-index: 10000;	
}
/*	topbar (wordmark + search/notifications) */
.topbar {
    height: 58px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 1px solid #eceff0;
    box-sizing: border-box;
}
.topbar-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.topbar-logo img {
    height: 32px;
    width: auto;
    display: block;
}
.topbar-actions {
    display: flex;
    align-items: center;
}
.topbar-icon {
    width: 27px;
    height: 27px;
    margin-left: 20px;
    color: #667686;
    display: inline-block;
}
.topbar-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.topbar-login {
    margin-left: 18px;
    color: #e74c3c;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.boxcontainer {
    margin: 10px auto 0;	
}
.ui-content .boxcontainer:first-child {
    margin: -20px auto 0;	
}
#page-welcome {
    ackground-attachment: fixed;
    background-image: url("../images/welcome.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;	
}
.ui-mobile, .ui-mobile body {
    height: 100% !important;
}
.ui-page {
    -webkit-backface-visibility: hidden;	
}
.ui-page.overflowFix {
    overflow-y: hidden;	
}
/*.not-loggedin .ui-content[role=main] {
        padding: 30px;	
}*/
.not-loggedin .scrolltotop {
    bottom: 30px;	
}
#admin-panel .scrolltotop {
    bottom: 30px;	
}
#uploadDialog {
    top: 0 !important;	
}
.ui-panel-wrapper.disabled:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 10000;
    background-color: rgba(255, 255, 255, .7);	
}

/*====================================*\
        MEDIA QUERIES
\*====================================*/

@media screen and (max-width: 768px) { 
    .header .toppart .rescell {
        min-height: 37px;
        min-width: 12px;	
    }
    .header .toppart .rescell .icon-close {
        left: 10px;
        background-size: 12px 12px;	
    }
    .btn-store img {
        height: 37px;	
    }
    input[type=text], input[type=password], input[type=email], textarea {
        border: 2px solid #dee1e3;
        color: #a3acb6;
        font-size: 16px;
        padding: 6px 10px 7px;
    }
    .header .toppart {
        padding: 10px;	
    }
    .search {
        padding: 10px;	
    }
    .search .icon-zoom {
        background-size: 26px 26px;
        width: 26px !important;
        height: 26px !important;
        top: 15px;
        right: 20px;			
    }
    .search input[type=text] {
        padding-right: 45px;	
    }
    .usermenu ul {
        font-size: 18px;
        line-height: 22px;	
    }
    .usermenu ul li.category a {
        padding-left: 10px;	
    }
    .usermenu ul li.category ul a {
        padding-left: 20px;
    }
    .usermenu ul li.category ul ul a {
        padding-left: 30px;
    }
    .usermenu ul li.category ul ul ul a {
        padding-left: 40px;
    }
    .usermenu ul li.category ul ul ul ul a {
        padding-left: 50px;
    }
    .usermenu ul li a {
        padding-top: 17px;
        padding-bottom: 18px;
        background-size: 26px 26px;
        padding-left: 55px;	
    }
    .usermenu ul li a.icon-categories {
        background-position: 10px center;
    }
    .usermenu ul li a.icon-tags {
        background-position: 10px center;
    }
    .usermenu ul li a.icon-message {
        background-position: 10px center;
    }
    .usermenu ul li a.icon-photopin,
    .usermenu ul li a.icon-addplace,
    .usermenu ul li a.icon-createboard {
        background-position: 10px center;
    }
    .usermenu ul li .icon-categories-right {
        right: 10px;
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        margin-top: -10px;	
    }
    .usermenu ul li a.icon-new {
        background-position: 11px center;		
    }
    .usermenu ul li a.icon-popular {
        background-position: 13px center;		
    }
    .usermenu ul li a.icon-everything {
        background-position: 10px center;		
    }
    .usermenu ul li a.icon-gifts {
        background-position: 11px center;		
    }
    .usermenu ul li a.icon-videos {
        background-position: 12px center;		
    }
    .usermenu ul li a.icon-colors {
        background-position: 10px center;		
    }
    .usermenu ul li a.icon-help {
        background-position: 10px center;		
    }
    .usermenu ul li a.icon-terms {
        background-position: 10px center;		
    }
    .usermenu ul li a.icon-about {
        background-position: 10px center;		
    }
    .usermenu ul li a.icon-language {
        background-position: 11px center;		
    }
    .usermenu ul li a.icon-mysettings {
        background-position: 10px center;		
    }
    .usermenu ul li a.icon-myboards {
        background-position: 10px center;
    }
    .usermenu ul li a.icon-reels {
        background-position: 10px center;
    }
    .usermenu ul li a.icon-mypins {
        background-position: 10px center;		
    }
    .usermenu ul li a.icon-mylikes {
        background-position: 10px center;		
    }
    .usermenu ul li a.icon-logout {
        background-position: 10px center;		
    }
    .usermenu ul li a .avatar {
        top: 10px;
        left: 10px;
        width: 35px;
        height: 35px;	
    }
    .usermenu ul li a .avatar img {
        width: 35px;
        height: 35px;	
    }
    .boxcontainer {
        margin: 0 auto;	
    }
    .box {
        margin-top: 10px;	
    }
    .box .title .title-1 {
        font-size: 18px;
        line-height: 22px;	
    }
    .margin-top-20 {
        margin-top: 10px;	
    }
    .padding-20 {
        padding: 10px;	
    }
    .ui-content {
        padding: 10px 10px 70px;	
    }
    footer .container {
        padding: 3px;	
    }
    footer a {
        font-size: 18px;
        width: 23px;
        height: 23px;
        background-size: 23px 23px;
        padding-left: 30px;	
    }
    .ui-grid-a div, .ui-grid-b div, .ui-grid-c div, .ui-grid-d div, .ui-grid-solo div {
        padding-left: 10px;
    }
    .ui-btn {
        font-size: 18px;
        padding: 3px 10px 4px	
    }
    .pin .thumb iframe {
        max-height: 380px !important;
    }
    .pin .description {
        font-size: 14px;
        line-height: 21px;	
    }
    .pin .stats ul {
        font-size: 12px;	
    }
    .pin .stats ul li {
        margin-left: 24px;	
    }
    .pin .stats ul li .icon {
        width: 26px;
        height: 26px;
        background-size: 26px 26px;
        padding-top: 44px;
        background-position: center 14px;
        height: 65px;		
    }
    .profile {
        min-height: 88px;
        padding-left: 98px;	
    }
    .profile .avatar {
        width: 84px;
        height: 84px;
        margin-top: -42px;	
    }
    .profile .avatar img {
        width: 84px;
        height: 84px;	
    }
    .title-1 {
        font-size: 12px;
        line-height: 16px;	
    }
    .title-2 {
        font-size: 18px;
        line-height: 24px;
        color: #667686;	
    }
    .title-3 {
        font-size: 16px;	
        line-height: 20px;
    }
    .title-4 {
        font-size: 26px;
        line-height: 32px;	
    }
    .text-1 {
        font-size: 12px;
        line-height: 16px;	
    }
    .text-2 {
        font-size: 12px;
        line-height: 16px;	
    }
    .items-wrapper {
        margin-left: -1px;
        margin-right: -1px;
    }
    .items {
        border-spacing: 1px 0;
    }
    .items .item-cell {
        padding-top: 1px;
    }
    .page-title {
        border-bottom: 3px solid #ecf0f1;
        padding-bottom: 15px;
        padding-top: 3px;	
    }
    .page-title + .mainform {
        margin-top: 30px;	
    }
    .textbox h1 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 20px;
        padding-bottom: 0;
    }
    .textbox h2 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px;
    }
    .textbox h3 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
    }
    .textbox h4 {
        font-size: 13px;
        line-height: 19px;
        margin-top: 20px;
    }
    .textbox h5 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 20px;
    }
    .textbox h6 {
        font-size: 11px;
        line-height: 17px;
        margin-top: 20px;
    }
    .textbox p, .textbox ul, .textbox ol {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }
    .textbox blockquote {
        padding: 10px;
        margin-top: 20px;	
    }
    .textbox hr {
        margin-top: 20px;
    }
    .ui-mobile label, div.ui-controlgroup-label {
        font-size: 16px;	
    }
    .mainform {
        font-size: 12px;
        line-height: 16px;	
    }

.ois_n { 
 width: 5331px;
}
    .mainform .row {
        margin-top: 10px;	
    }
    .mainform .row.group {
        padding-top: 10px;	
    }
    .mainform .value {
        font-size: 16px;
        line-height: 20px;		
    }
    .ui-select .ui-btn > span:not(.ui-li-count) {
        font-size: 16px;
        line-height: 26px;	
    }
    .ui-select .ui-btn-icon-left:after, .ui-select .ui-btn-icon-right:after, .ui-select .ui-btn-icon-top:after, .ui-select .ui-btn-icon-bottom:after, .ui-select .ui-btn-icon-notext:after {
        width: 20px;
        height: 20px;	
    }
    .ui-select .ui-btn-icon-right:after {
        right: 10px;	
    }
    .ui-select .ui-btn-icon-left:after, .ui-select .ui-btn-icon-right:after {
        margin-top: -10px;	
    }
    .mainform .value .ui-select .ui-btn > span:not(.ui-li-count) {
        line-height: 20px;	
    }
    .ui-popup > .ui-btn-left, .ui-popup > .ui-btn-right {
        top: -18px;	
    }
    .ui-flipswitch {
        border-radius: 18px !important;
        height: 24px;
        width: 67px;	
    }
    .ui-flipswitch .ui-flipswitch-off:before {
        height: 18px;
        left: 3px;
        top: 3px;
        width: 18px;	
    }
    .ui-flipswitch .ui-flipswitch-off {
        font-size: 16px !important;
        line-height: 25px !important;	
    }
    .ui-flipswitch .ui-btn.ui-flipswitch-on {
        font-size: 16px !important;
        line-height: 25px !important;		
    }
    .ui-flipswitch .ui-btn.ui-flipswitch-on:after {
        height:18px;
        right: 3px;
        top: 3px;
        width: 18px;
    }
    .ui-radio .ui-btn.ui-radio-on:after {
        width: 15px;
        height: 15px;
        border-width: 5px;	
    }
    .ui-radio .ui-btn.ui-radio-on:before {
        height: 7px;
        width: 7px;
        left: 9px;
        margin-top: -4px;	
    }
    .ui-btn-icon-left:after, .ui-btn-icon-right:after {
        margin-top: -13px;	
    }
    .ui-btn-icon-left {
        padding-left: 30px;	
    }
    .ui-checkbox-off:after, .ui-btn.ui-radio-off:after {
        width: 15px;
        height: 15px;
        border-width: 5px;		
    }
    .searchbar {
        font-size: 16px;	
    }
    .editboard .icon-editboard {
        width: 26px;
        height: 26px;
        background-size: 26px 26px;
        margin-top: 18px;		
    }
    .followinguser {
        padding-left: 61px;	
    }
    .welcome {
        padding-top: 80px;	
    }
    .welcome .logo img {
        width: 231px;
        height: 60px;	
    }
    .welcome .ui-grid-a {
        margin-top: 15px;	
    }
    .welcome .ui-grid-a div + div {
        margin-top: 10px;	
    }
    .welcome .ui-block-a, .welcome .ui-block-b, .welcome .ui-block-c, .welcome .ui-block-d, .welcome .ui-block-e {
        float: none;
        padding-left: 0;
        text-align: center;
        width: 100%;		
    }
    .icon-fb {
        background-size: 24px 24px;
        background-position: 7px center;		
    }
    .icon-tw {
        background-size: 24px 24px;
        background-position: 7px center;		
    }
    .welcome p {
        font-size: 26px;
        line-height: 32px;	
    }
    .icon-input-profile {
        background-size: 18px 18px;
        padding-right: 45px !important;	
    }
    .icon-input-email {
        background-size: 18px 18px;
        padding-right: 45px !important;	
    }
    .icon-input-password {
        background-size: 18px 18px;
        padding-right: 45px !important;	
    }
    .changeavatar .pic {
        width: 83px;
        height: 83px;	
    }
    .changeavatar .pic img {
        width: 83px;
        height: 83px;	
    }
    .changeavatar .pic + .ui-btn {
        margin-left: 15px;
        margin-top: 25px;	
    }
    .viewcomments li {
        padding: 10px 10px 10px 80px;	
    }
    .viewcomments li.addcomment {
        padding: 10px;
    }
    .viewcomments li .avatar {
        left: 10px;	
    }
    [data-role=popup] {
        margin: 10px 10px 40px;	
    }
    .popup-title {
        padding: 15px 10px 13px;	
    }
    .ui-btn-icon-left:after, .ui-btn-icon-right:after, .ui-btn-icon-top:after, .ui-btn-icon-bottom:after, .ui-btn-icon-notext:after {
        width: 24px;
        height: 24px;	
    }
    .ui-popup > .ui-btn-left, .ui-popup > .ui-btn-right {
        top: 8px;
    }
    .ui-popup > .ui-btn-left {
        left: -7px;
    }
    .ui-popup > .ui-btn-right {
        right: -7px;
    }
    .ui-content .boxcontainer:first-child {
        margin: -10px auto 0;	
    }
    .scrolltotop {
        width: 35px;
        height: 35px;
        right: 10px;
        bottom: 55px;	
    }
    .not-loggedin .scrolltotop {
        bottom: 10px;	
    }
    #admin-panel .scrolltotop {
        bottom: 18px;	
    }
    .notifbox {
        font-size: 12px;
        line-height: 18px;
    }
    .notifbox.large {
        font-size: 18px;
        line-height: 24px;	
    }
    .infobox {
        font-size: 12px;
        line-height: 18px;
        padding: 10px;
        margin-top: 10px;	
    }
    .infobox + .mainform {
        margin-top: 20px;	
    }	
}
@media screen and (max-width: 560px) { 
    .pin .thumb iframe {
        max-height: 280px !important;
    }
    .soc-btns-grid div + div {
        margin-top: 10px;	
    }
    .soc-btns-grid .ui-block-a, .soc-btns-grid .ui-block-b, .soc-btns-grid .ui-block-c, .soc-btns-grid .ui-block-d, .soc-btns-grid .ui-block-e {
        float: none;
        padding-left: 0;
        text-align: center;
        width: 100%;		
    }
    .ui-grid-de > .ui-block-a {
        width: 100% !important;	
    }
    .ui-grid-de > .ui-block-b {
        margin-top: 10px;
        padding-left: 0;
    }
    /* profile stats: 6 columns is tight on real phone widths — shrink the
       label font further so "Was There" / "Want There" have a chance to
       stay on one line. */
    a.profile-stats-link {
        font-size: 10px;
        padding-left: 1px;
        padding-right: 1px;
    }
}
@media screen and (max-width: 360px) { 
    .pin .thumb iframe {
        max-height: 200px !important;
    }
    .changeavatar .pic {
        width: 50px;
        height: 50px;	
    }
    .changeavatar .pic img {
        width: 50px;
        height: 50px;	
    }
    .changeavatar .pic + .ui-btn {
        margin-left: 10px;
        margin-top: 9px;
    }
}

/*====================================*\
	AUTH PAGES (login / register) redesign
	Scoped to #page-login / #page-register only — these ids exist
	only on the dedicated full-page views (login_full.php /
	register_full.php), so the ajax popup versions (#popupLogin /
	#popupRegister) and every other page that reuses .mainform,
	.btn-color-*, .container, etc. are untouched.
\*====================================*/
#page-login,
#page-register {
	min-height: 100%;
	position: relative;
	background: linear-gradient(135deg, #ffb199 0%, #ff8a65 45%, #f4511e 100%);
}
#page-login:before,
#page-register:before {
	content: "";
	/* absolute (not fixed) so this stretches to the full height of
	   the page's in-flow content — a fixed-position layer only ever
	   covers one viewport tall and gets clipped on pages taller than
	   the screen, leaving plain background below the fold. */
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: url(../images/auth-bg/food-spread.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	filter: blur(4px);
	transform: scale(1.05);
}
#page-login .header,
#page-register .header {
	display: none;
}
#page-login .ui-content,
#page-register .ui-content {
	position: relative;
	z-index: 1;
	padding: 30px 16px !important;
}

.mobile-auth-back {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .25);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.mobile-auth-back svg {
	width: 20px;
	height: 20px;
}

/* the unified card */
.mobile-auth-shell {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	background: #fffaf6;
	border-radius: 20px;
	box-shadow: 0 30px 70px -12px rgba(60, 20, 10, .5);
	overflow: hidden;
}
.mobile-auth-welcome {
	text-align: center;
	padding: 32px 24px 0;
}
.mobile-auth-welcome p {
	margin: 0;
	font-size: 14px;
	color: #667686;
}
.mobile-auth-welcome img {
	max-width: 190px;
	height: auto;
	margin-top: 8px;
}
.mobile-auth-shell .container {
	background: transparent;
	box-shadow: none;
}

/* divider */
.mobile-auth-shell .divider-text {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #a89b91;
	font-size: 12.5px;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.mobile-auth-shell .divider-text:before,
.mobile-auth-shell .divider-text:after {
	content: "";
	flex: 1;
	height: 1px;
	background: #eee0d6;
}
.mobile-auth-shell .row.group {
	border-top: none;
}

/* field labels */
.mobile-auth-shell .field-label {
	display: block;
	text-align: left;
	font-size: 12px;
	font-weight: 700;
	color: #6b5b4f;
	margin-bottom: 6px;
}

/* inputs (data-role="none" keeps jQuery Mobile from auto-enhancing
   these, so this plain CSS fully controls their appearance) */
.mobile-auth-shell input[type=text],
.mobile-auth-shell input[type=password],
.mobile-auth-shell input[type=email] {
	display: block;
	width: 100%;
	height: 46px;
	border: 1.5px solid #ecdfd5 !important;
	border-radius: 10px !important;
	background-color: #fffdfb !important;
	padding: 0 16px 0 42px !important;
	font-size: 15px;
	color: #3a2e26;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 14px center;
	background-size: 18px 18px !important;
}
.mobile-auth-shell input[type=text]:focus,
.mobile-auth-shell input[type=password]:focus,
.mobile-auth-shell input[type=email]:focus {
	border-color: #ff7043 !important;
	box-shadow: 0 0 0 3px rgba(255, 112, 67, .15);
}
.mobile-auth-shell .icon-input-profile,
.mobile-auth-shell .icon-input-email,
.mobile-auth-shell .icon-input-password {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23b08968'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='12'%20cy='8'%20r='3.2'/%3E%3Cpath%20d='M5%2020c0-3.5%203-6%207-6s7%202.5%207%206'/%3E%3C/svg%3E") !important;
}
.mobile-auth-shell .icon-input-email {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23b08968'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='3'%20y='5'%20width='18'%20height='14'%20rx='2'/%3E%3Cpath%20d='M3%207l9%206%209-6'/%3E%3C/svg%3E") !important;
}
.mobile-auth-shell .icon-input-password {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23b08968'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='5'%20y='11'%20width='14'%20height='9'%20rx='2'/%3E%3Cpath%20d='M8%2011V7a4%204%200%200%201%208%200v4'/%3E%3C/svg%3E") !important;
}

/* first / last name two-column row */
.mobile-auth-shell .row.two-col {
	display: flex;
	gap: 14px;
}
.mobile-auth-shell .row.two-col .col {
	flex: 1;
	min-width: 0;
}

/* password visibility toggle */
.mobile-auth-shell .pw-field {
	position: relative;
}
.mobile-auth-shell .pw-field input {
	padding-right: 40px !important;
}
.mobile-auth-shell .pw-toggle {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%239c8b7e'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M1%2012s4-7%2011-7%2011%207%2011%207-4%207-11%207-11-7-11-7z'/%3E%3Ccircle%20cx='12'%20cy='12'%20r='3'/%3E%3C/svg%3E");
}
.mobile-auth-shell .pw-toggle.is-visible {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%239c8b7e'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M17.94%2017.94A10.94%2010.94%200%200%201%2012%2019c-7%200-11-7-11-7a21.6%2021.6%200%200%201%205.06-5.94M9.9%204.24A10.4%2010.4%200%200%201%2012%204c7%200%2011%207%2011%207a21.6%2021.6%200%200%201-3.22%204.44M1%201l22%2022'/%3E%3Cpath%20d='M14.12%2014.12A3%203%200%201%201%209.88%209.88'/%3E%3C/svg%3E");
}

/* gender toggle */
.mobile-auth-shell .gender-toggle {
	margin-top: 2px;
}

/* facebook button */
.mobile-auth-shell .icon-fb {
	display: block;
	text-align: center;
	height: 46px;
	line-height: 46px;
	border-radius: 10px !important;
	box-shadow: 0 6px 16px rgba(0, 0, 0, .1);
}

/* primary submit buttons */
.mobile-auth-shell .btn-color-1 {
	background: linear-gradient(135deg, #ff7043, #e64a19) !important;
	border-radius: 10px !important;
	height: 48px;
	line-height: 48px;
	box-shadow: 0 10px 24px rgba(230, 74, 25, .35);
	letter-spacing: .3px;
}

/* lost password */
.mobile-auth-shell .lost-password-link {
	color: #a3acb6;
	font-size: 14px;
	text-decoration: underline;
}

/* sign-up / login-back hint + ghost pill */
.mobile-auth-shell .signup-cta {
	border-top: none !important;
}
.mobile-auth-shell .signup-hint {
	font-size: 12.5px;
	color: #9c8b7e;
}
.mobile-auth-shell .signup-hint a {
	color: #e8562f;
	font-weight: 700;
}
.mobile-auth-shell .btn-join {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 46px;
	line-height: normal;
	border-radius: 10px !important;
	background: transparent !important;
	border: 1.5px solid #f0a48f !important;
	color: #e8562f !important;
	font-size: 14px;
	font-weight: 700;
}
.mobile-auth-shell .btn-join-icon {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='%23e8562f'%20stroke='none'%3E%3Cpath%20d='M12%2021s-7.5-4.6-10-9.2C0.3%208.1%202%204.5%205.7%204c2-.3%203.9.6%205%202.3C11.8%204.6%2013.7%203.7%2015.7%204c3.7.5%205.4%204.1%203.7%207.8-2.5%204.6-10%209.2-10%209.2z'/%3E%3C/svg%3E");
}
