<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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-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;
    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-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-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 &gt; div {
    padding: 0;	
}
.mainform .value.tright .ui-select .ui-btn &gt; 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;	
}

/*	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 */
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 .container {
    padding: 15px;	
}
footer a {
    width: auto !important;
    text-indent: 0 !important;
    background-position: left center !important;
    font-size: 30px;
    line-height: 34px;
    color: #a3acb6 !important;
    padding-left: 50px;
    padding-top: 3px;	
}

/*	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 {
    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;	
}
.header .header-wrapper {
    position: relative;
    height: 88px;	
}
.header .leftpart {
    position: absolute;
    top: 0;
    left: 30px;	
}
.header .icon-menu {
    margin-top: 19px;	
}
.header .icon-leftpanel-back {
    margin-top: 19px;
    display: none;	
}
.ui-panel-page-content-display-push .icon-menu {
    display: none !important;	
}
.ui-panel-page-content-display-push .icon-leftpanel-back {
    display: inline-block !important;	
}
.ui-panel-page-content-display-push .event-switcher .avatar {
    display: none !important;	
}
.ui-panel-page-content-display-push .icon-rightpanel-back {
    display: inline-block !important;	
}
.header .logo {
    margin-top: 17px;		
}
.header .rightpart {
    position: absolute;
    top: 0;
    right: 30px;	
}
.header .icon-login {
    margin-top: 18px;	
}
.header .icon-logout {
    margin-top: 22px;	
}
.header .avatar {
    margin-top: 18px;	
}
.header .icon-rightpanel-back {
    margin-top: 19px;
    display: 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;	
    }
    .header .header-wrapper {
        height: 58px;	
    }
    .header .leftpart {
        left: 10px;	
    }
    .header .icon-menu {
        margin-top: 12px;
        width: 35px;
        height: 35px;
        background-size: 34px 35px;	
    }
    .header .icon-leftpanel-back {
        width: 35px;
        height: 35px;
        background-size: 34px 35px;
        margin-top: 12px;	
    }
    .header .rightpart {
        right: 10px;	
    }
    .header .icon-login {
        margin-top: 12px;
        width: 35px;
        height: 35px;
        background-size: 34px 35px;	
    }
    .header .icon-logout {
        margin-top: 12px;
        width: 35px;
        height: 35px;
        background-size: 34px 35px;	
    }
    .header .icon-rightpanel-back {
        width: 35px;
        height: 35px;
        background-size: 34px 35px;
        margin-top: 12px;	
    }
    .header .avatar {
        margin-top: 10px;
        width: 35px;
        height: 35px;	
    }
    .header .avatar img {
        width: 35px;
        height: 35px;	
    }
    .header .logo {
        margin-top: 12px;	
    }
    .header .logo img {
        width: 115px;
        height: 30px;		
    }
    .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 .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-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 &gt; 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 &gt; span:not(.ui-li-count) {
        line-height: 20px;	
    }
    .ui-popup &gt; .ui-btn-left, .ui-popup &gt; .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 &gt; .ui-btn-left, .ui-popup &gt; .ui-btn-right {
        top: 8px;
    }
    .ui-popup &gt; .ui-btn-left {
        left: -7px;
    }
    .ui-popup &gt; .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 &gt; .ui-block-a {
        width: 100% !important;	
    }
    .ui-grid-de &gt; .ui-block-b {
        margin-top: 10px;
        padding-left: 0;	
    }
}
@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;	
    }
}</pre></body></html>