:root{--fontRoboto:Roboto,sans-serif;--fontRobotoCondensa:"Roboto Condensed",sans-serif;--lightTextColorDarkBgr:#FFFFFF;--lightBackgroundColor:#e8e8e8;--lightTextColor:#FFFFFF;--accentColor:#7BA7C4;--discontinuedBgr:#cecece;--discontinuedText:#9e9e9e;--linkColorC1Hover:#2392ce;--modal-bg: #ffffff;--modal-text: #1f2937;--modal-border: #e5e7eb;--modal-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25), 0 10px 10px -5px rgb(0 0 0 / 0.1);--hp-primary: #FF4E88;--hp-accent: #6E44FF;--hp-success: #00D4A5;--hp-bg: #FFF5F8;--hp-card-bg: rgba(255, 255, 255, 0.95);--hp-text: #2D1B2E;--hp-text-light: #666;--hp-border: rgba(255, 78, 136, 0.15);--darkBgrColor:#6e98b2;--color-bg: #f5f5f7;--color-surface: #ffffff;--color-surface-soft: #fafafa;--color-accent: #ec4899;--color-accent-soft: rgba(236, 72, 153, 0.08);--color-accent-strong: #db2777;--color-border: rgba(148, 163, 184, 0.4);--color-border-soft: rgba(148, 163, 184, 0.2);--color-text: #111827;--color-text-muted: #6b7280;--radius-lg: 16px;--radius-xl: 20px;--shadow-soft: 0 10px 25px rgba(15, 23, 42, 0.08);--shadow-card: 0 16px 40px rgba(15, 23, 42, 0.12);--transition-fast: 160ms ease-out;--transition-med: 200ms ease;--max-width: 1120px;--websiteBgr:#FFFFFF;--borderActiveColor:#cecece;--lightGrey:#cecece;--textColorC1:#3f3f3f;--tabTopLine:#F4397D;--textColorBoxH1:#444;--container: 1120px;--surface: #ffffff;--surface-2: #fbfcff;--text: #0b1220;--muted: #5a667a;--muted-2:#7b8798;--border: rgba(15, 23, 42, .10);--border-2: rgba(15, 23, 42, .06);--brand: #3b82f6;--brand-2: #2563eb;--brand-ink: #062043;--ok: #16a34a;--warn: #f59e0b;--bad: #ef4444;--accent-soft: rgba(236, 72, 153, 0.10);--accent-border: rgba(236, 72, 153, 0.45);--shadow-sm: 0 2px 10px rgba(10, 20, 40, .06);--shadow-md: 0 18px 50px rgba(10, 20, 40, .12);--radius-xl: 22px;--radius-lg: 16px;--radius-md: 12px;--radius-sm: 10px;--gap-1: 8px;--gap-2: 12px;--gap-3: 16px;--gap-4: 20px;--gap-5: 28px;--font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";--mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--focus: 0 0 0 4px rgba(59,130,246,.18);--ring: 0 0 0 1px rgba(59,130,246,.22);--container: 1120px;--field-h: 44px;--field-pad-x: 12px;--chip-bg: rgba(59,130,246,.09);--chip-ink: #1f4aa8;--gradient: radial-gradient(1200px 600px at 20% -10%, rgba(59,130,246,.18), transparent 60%),radial-gradient(900px 500px at 110% 10%, rgba(16,185,129,.14), transparent 55%),radial-gradient(900px 520px at 50% 120%, rgba(99,102,241,.10), transparent 65%)}@media (prefers-color-scheme: dark){:root{--modal-bg: #1f2937;--modal-text: #f9fafb;--modal-border: #374151;--modal-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.4), 0 10px 10px -5px rgb(0 0 0 / 0.2);--hp-bg: #1A0F1F;--hp-card-bg: rgba(30, 20, 35, 0.95);--hp-text: #F8E8FF;--hp-text-light: #C8A8D0;--hp-border: rgba(110, 68, 255, 0.25)}}*,*::before,*::after{box-sizing: border-box}body,td,div,h1,h2,h3,p,li,ul{margin:0px 0px 0px 0px;scrollbar-base-color:#FCB90F;font-family: 'Fira Sans', sans-serif;font-size:14px}.blurred{filter: blur(4px)}.blurredUnselectable{filter: blur(4px);user-select: none;-webkit-user-select: none}#autoSaveMessage{display:none;position:fixed;top:50px;right:3px;background-color:var(--linkColorC1Hover);color:var(--lightTextColorDarkBgr);padding:5px 20px;border-radius:5px;font-family:var(--fontRobotoCondensa);font-size:12px;z-index:999001;opacity:1;transition:opacity 2s ease-out}div.profLayout{display:flex;justify-content: flex-start;align-items: stretch;align-content: stretch;gap: 10px}div.profLayout div{flex: 1 1 400px}div.profImages{width:100%;max-width:100%;display:flex;flex-wrap: wrap;justify-content: flex-start;align-items: stretch;align-content: stretch;gap: 5px}.profileGrid{display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));grid-template-rows: repeat(1, 1fr);grid-column-gap: 10px;grid-row-gap: 10px}div.profileGrid div.item{display:flex;background:#f4f4f4;max-width:100%;max-height:250px !important;overflow-y:hidden;padding:5px;color:grey;border:1px solid #e4e4e4;cursor:pointer;position:relative}div.profileGrid div.item:hover{background:#fff;border:1px solid #000}div.profileGrid div.item span{display:block}div.profileGrid div.item span.img{width:100%;max-height:250px;overflow-y:hidden;text-align:center}div.profileGrid div.item span.cont{position:absolute;color:white;text-shadow:1px 1px 3px rgba(0,0,0,.9);padding-left:10px;bottom:10px;text-align:left}div.profileGrid div.item span.cont span.price{display:block;font-weight:bold;font-size:18px}div.profileGrid div.item span.cont span.title{display:block;font-weight:normal;text-align:center;max-height:50px;overflow-y:hidden;font-size:14px}.gallery{margin:18px;display: grid;grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));gap: 18px;align-items: stretch}.profile-card{cursor:pointer;position: relative;display: flex;flex-direction: column;background: var(--hp-card-bg);border-radius: var(--radius-xl);overflow: hidden;border: 1px solid var(--color-border-soft);box-shadow: var(--shadow-card);transform: translateY(0);transition: transform var(--transition-med),box-shadow var(--transition-med),border-color var(--transition-med),background var(--transition-med);height: auto;min-height: 0}.profile-card__photo-wrapper{position: relative;overflow: hidden;display: flex;justify-content: center;align-items: center;padding-top: 12px}.profile-card__photo{display: block;width: 100%;max-width: 250px;height: auto;aspect-ratio: 1 / 1;object-fit: cover;border-radius: 16px;transform: scale(1.01);transition: transform var(--transition-med), filter var(--transition-med),box-shadow var(--transition-med);box-shadow: 0 10px 25px rgba(15, 23, 42, 0.14)}.profile-card__badge{position: absolute;top: 16px;left: 16px;padding: 4px 9px;border-radius: 999px;font-size: 11px;font-weight: 600;text-transform: uppercase;letter-spacing: 0.08em;color: #be185d;background: var(--color-accent-soft);border: 1px solid rgba(236, 72, 153, 0.4)}.profile-card__body{padding: 10px 14px 14px;display: flex;flex-direction: column;gap: 4px}.profile-card__header{display: flex;justify-content: space-between;align-items: baseline;gap: 8px}.profile-card__name{margin: 0;font-size: 15px;font-weight: 600;color: var(--hp-text)}.profile-card__location{font-size: 11px;padding: 3px 8px;border-radius: 999px;background: #f3f4f6;border: 1px solid #e5e7eb;color: var(--color-text-muted);white-space: nowrap}.profile-card__meta{margin: 0;font-size: 12px;color: var(--color-text-muted)}.profile-card__bio{margin: 4px 0 0;font-size: 13px;color: #4b5563;line-height: 1.45}.profile-card:hover{transform: translateY(-3px);box-shadow: 0 20px 50px rgba(15, 23, 42, 0.16);border-color: rgba(236, 72, 153, 0.45)}.profile-card:hover .profile-card__photo{transform: scale(1.04);filter: saturate(1.05)}@media (max-width: 480px){.gallery{grid-template-columns: 1fr}.profile-card{border-radius: 18px}}.popular-section{margin: 10px auto;padding: 0 10px 8px;width: 100%}.popular-section__header{display: flex;align-items: baseline;justify-content: space-between;gap: 12px;margin-bottom: 16px}.popular-section__title{margin: 0;font-size: 20px;font-weight: 600;color: var(--modal-text)}.popular-grid{display: grid;width: 100%;grid-template-columns: repeat(2, minmax(0, 1fr));column-gap: 10px;row-gap: 10px}.popular-grid > .popular-card{width: 100% !important;box-sizing: border-box}.popular-card{position: relative;background: var(--modal-bg);border-radius: 18px;border: 1px solid var(--color-border-soft);box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14);overflow: hidden;display: flex;flex-direction: column;padding: 10px 10px 12px;cursor: pointer;transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;height: auto;min-height: 0}.popular-card:hover{transform: translateY(-2px);box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);border-color: rgba(236, 72, 153, 0.5)}.popular-card__rank{display: inline-block;width: auto;white-space: nowrap;position: absolute;top: 10px;left: 12px;z-index: 2;padding: 3px 10px;border-radius: 999px;font-size: 11px;font-weight: 600;color: var(--color-text);background: rgba(255, 255, 255, 0.9);border: 1px solid #e5e7eb}.popular-card__photo-wrapper{position: relative;width: 100%;aspect-ratio: 1 / 1;margin-top: 16px;margin-bottom: 10px;border-radius: 16px;overflow: hidden}.popular-card__photo{width: 100%;height: 100%;object-fit: cover;border-radius: 16px;box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);transition: transform 180ms ease, filter 180ms ease}.popular-card:hover .popular-card__photo{transform: scale(1.03);filter: saturate(1.05)}.popular-card__badge{position: absolute;bottom: 10px;right: 12px;padding: 4px 10px;border-radius: 999px;font-size: 11px;font-weight: 600;letter-spacing: 0.04em;text-transform: uppercase;color: #be185d;background: rgba(236, 72, 153, 0.08);border: 1px solid rgba(236, 72, 153, 0.4)}.popular-card__body{display: flex;flex-direction: column;gap: 4px}.popular-card__topline{display: flex;align-items: baseline;justify-content: space-between;gap: 6px}.popular-card__name{margin: 0;font-size: 14px;font-weight: 600;color: var(--modal-text)}.popular-card__likes{font-size: 11px;padding: 3px 7px;border-radius: 999px;background: #f9fafb;border: 1px solid #e5e7eb;color: var(--color-text-muted);white-space: nowrap}.popular-card__meta{margin: 0;font-size: 12px;color: var(--color-text-muted)}@media (max-width: 600px){.popular-grid{grid-template-columns: 1fr}}.modal-backdrop{position: fixed;inset: 0;background: rgba(0, 0, 0, 0.6);display: flex;align-items: center;justify-content: center;z-index: 999999999;opacity: 0;transition: opacity 0.25s ease;backdrop-filter: blur(12px)}.modal-backdrop.show{opacity: 1}.modal{background: var(--modal-bg);color: var(--modal-text);border: 1px solid var(--modal-border);border-radius: 20px;box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);width: 100%;max-width: 400px;margin: 1rem;overflow: hidden;transform: scale(0.95);opacity: 0;transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1)}.modal.show{transform: scale(1);opacity: 1}.modal-header{display: flex;align-items: flex-start;justify-content: space-between;padding: 1.5rem 1.5rem 0.75rem}.modal-icon svg{width: 48px;height: 48px;stroke: currentColor}.modal-close{font-size: 1.8rem;color: #9ca3af;background: none;border: none;cursor: pointer;padding: 4px}.modal-body{padding: 0 1.5rem 1.25rem}.modal-title{font-size: 1.3rem;font-weight: 700;margin: 0 0 0.5rem}.modal-message{font-size: 1rem;line-height: 1.6;margin: 0;color: #4b5563}@media (prefers-color-scheme: dark){.modal-message{color: #9ca3af}}.modal-footer{padding: 1rem 1.5rem 1.5rem;display: flex;justify-content: center}.modal-btn{padding: 0.85rem 2.2rem;font-size: 1rem;font-weight: 700;border-radius: 9999px;border: none;cursor: pointer;color: white;transition: transform 0.1s ease}.modal-btn:hover{transform: translateY(-2px)}.modal.type-success .modal-icon{color: #10b981}.modal.type-success .modal-btn{background: #10b981}.modal.type-error .modal-icon{color: #ef4444}.modal.type-error .modal-btn{background: #ef4444}.modal.type-warning .modal-icon{color: #f59e0b}.modal.type-warning .modal-btn{background: #f59e0b}.modal.type-info .modal-icon{color: #3b82f6}.modal.type-info .modal-btn{background: #3b82f6}@media (prefers-color-scheme: dark){.modal.type-success .modal-icon{color: #34d399}.modal.type-success .modal-btn{background: #22c55e}.modal.type-error .modal-icon{color: #f87171}.modal.type-error .modal-btn{background: #f87171}.modal.type-warning .modal-icon{color: #fbbf24}.modal.type-warning .modal-btn{background: #fbbf24}.modal.type-info .modal-icon{color: #60a5fa}.modal.type-info .modal-btn{background: #3b82f6}}.hp-poll-container{box-sizing: border-box;max-width: 380px;width: 100%;margin: 10px auto;background: var(--hp-card-bg);border-radius: 28px;overflow: hidden;box-shadow: 0 0 10px rgba(255, 78, 136, 0.15);backdrop-filter: blur(20px);border: 1px solid var(--hp-border);font-family: 'Poppins', system_ui, sans-serif}.hp-poll-header{padding: 32px 28px 20px;text-align: center;background: linear-gradient(135deg, var(--hp-primary), var(--hp-accent));color: white;position: relative}.hp-poll-header::after{content: '';position: absolute;bottom: 0;left: 0;right: 0;height: 4px;background: linear-gradient(to right, transparent, rgba(255,255,255,0.4), transparent)}.hp-question{background:none;font-size: 1.35rem;font-weight: 600;margin: 0 0 8px;font-family: 'Poppins', system_ui, sans-serif}.hp-poll-body{padding: 28px}.hp-options{display: flex;flex-direction: column;gap: 14px}.hp-option-btn{padding: 18px 24px;background: transparent;border: 2px solid var(--hp-border);border-radius: 18px;font-size: 1.05rem;font-weight: 500;color: var(--hp-text);cursor: pointer;transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);text-align: left;position: relative;overflow: hidden}.hp-option-btn:hover{transform: translateY(-3px);border-color: var(--hp-primary);box-shadow: 0 10px 25px rgba(255, 78, 136, 0.2)}.hp-result-item{margin-bottom:10px;position: relative}.hp-result-label{display: flex;justify-content: space-between;margin-bottom: 8px;font-size: 1rem;font-weight: 500}.hp-result-label span{color:var(--hp-text)}.hp-result-bar-container{position:relative;height: 14px;background: rgba(0,0,0,0.08);border-radius: 9999px;overflow: hidden}.hp-result-bar{height: 100%;background: linear-gradient(90deg, var(--hp-primary), var(--hp-accent));border-radius: 9999px;width: 0;transition: width 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);box-shadow: 0 2px 8px rgba(255, 78, 136, 0.4)}.hp-vote-count{font-size: 0.9rem;color: var(--hp-text-light);margin-top: 4px}.hp-voted-notice{margin-top: 20px;padding: 12px 20px;background: rgba(0, 212, 165, 0.15);color: var(--hp-success);border-radius: 14px;font-size: 0.95rem;text-align: center;font-weight: 500}.hp-total-votes{text-align: center;margin-top: 28px;color: var(--hp-text-light);font-size: 0.95rem}.hp-btn-vote{margin-top: 12px;width: 100%;padding: 16px;background: linear-gradient(135deg, var(--hp-primary), var(--hp-accent));color: white;border: none;border-radius: 18px;font-size: 1.1rem;font-weight: 600;cursor: pointer;transition: all 0.3s ease}.hp-loading{opacity: 0.6;pointer-events: none}@media (max-width: 480px){.hp-poll-container{border-radius: 24px;margin: 10px}.hp-poll-header, .hp-poll-body{padding: 24px 20px}}.tabContainer{background:var(--hp-bg);border:0.45px solid var(--borderActiveColor);margin:0;padding:0}.tabContent{display:block;padding:5px;padding-top:10px;text-align:left;white-space:wrap;position:relative}.tabContent > div:not(:first-child){display:none}.tabContainer > .tabBoxLine{overflow:hidden;width:100%;margin:0;padding:0;list-style:none;display:flex}.tabContainer > .tabBoxFlex{display:flex}.tabBoxLine li{flex:1 0;display:flex}.tabBoxLine li.menuItem{display:flex;flex:1}.tabBoxLine a{flex:1;position:relative;background:var(--lightGrey);color:var(--textColorC1);border-top:3px solid rgba(0,0,0,0);padding:1em .5em;float:left;text-decoration:none;margin:0 .1em 0 0;font-size:1em;transition:all .35s ease}.tabBoxLine a.active{border-top:3px solid var(--tabTopLine);color:var(--textColorBoxH1);background:inherit}.tabBoxLine a:hover{background:inherit;color:var(--textColorBoxH1)}.tabBoxLine li.menuItem a{flex:1}.tabContainer h2{font-size:12px;font-family:var(--fontRoboto);margin:0;padding:0;text-transform:uppercase}.tabContainer h3{font-size:18px;font-family:var(--fontRoboto);margin:0;margin-top:10px;margin-bottom:5px;padding:0}.articleSlider .rot-article{display: none}div.simpleTableColDiff{display:table;padding:0;margin-left:0px;width:100%}div.simpleTableColDiff div.r{display:table-row}div.simpleTableColDiff div.r div.c{display:table-cell;padding:5px;vertical-align:middle;font-size:14px}div.simpleTableColDiff div.r:nth-child(even){background:#FFFFFF}div.simpleTableColDiff div.r:nth-child(odd){background:#e5e5e5}div.simpleTableColDiff div.r:hover div.c{background:#cccccc}div.simpleTableFixed{display:table;padding:0;margin-left:0px}div.simpleTableFixed div.sfR{display:table-row}div.simpleTableFixed div.sfR div.sfC{display:table-cell;padding:5px;vertical-align:middle}div.simpleTableFixed div.sfRT{display:table-row}div.simpleTableFixed div.sfRT div.sfC{display:table-cell;padding:5px;vertical-align:middle;font-weight:bold}div.simpleTableFixed div.sfRTC{display:table-row}div.simpleTableFixed div.sfRTC div.sfC{display:table-cell;padding:5px;vertical-align:middle;font-weight:bold;background:#ededed}.profile-slider{display: block;width:100%;overflow-x:hidden;flex-wrap:nowrap}.slider-inner{display: flex;flex-wrap:nowrap;overflow: visible;transition: 1.5s ease-in-out}.slider-inner img{flex:0 1;height:150px}.profile-slide{width:100%}.profileWarningContainer{position:relative}.profileWarning{position:absolute;top:-10px;left:30px;background:var(--bad);color:var(--color-surface);padding:10px;padding-left:30px;padding-right:30px;z-index: 9100;text-transform:uppercase;border-radius:10px;opacity: 1;animation: blinkWarningOpacity 1s infinite alternate;transform: rotate(-8deg);white-space: nowrap}@keyframes blinkWarningOpacity{from{opacity: 0.6}to{opacity: 1}}.wishButton{cursor:pointer;display:inline-flex;max-width: max-content;align-items:center;align-content:center;padding:0px;gap:10px;background:#efefef;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;margin-bottom:5px;margin-right:2px}.wishButton div{display: inline-block;flex: 0 0 auto;max-width: max-content;padding:5px}.wishButton div:nth-child(1){padding-left:15px}.wishButton div:nth-child(2){background:#d3d3d3}.wishButton div:last-child{padding-left:15px;padding-right:20px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;-webkit-border-top-right-radius: 10px;-webkit-border-bottom-right-radius: 10px;-moz-border-top-right-radius: 10px;-moz-border-bottom-right-radius: 10px}.wishButtonSelected{background:#a6cddb}.wishButtonSelected div:nth-child(2){background:#86b8c9}.shell{max-width: var(--container);margin: 0 auto;padding: 18px 18px 92px;display: grid;grid-template-columns: 1fr 1fr;gap: var(--gap-5);align-items: start}@media (max-width: 980px){.shell{grid-template-columns: 1fr}.brand{min-width: auto}}.card{background: var(--surface);border: 1px solid var(--border);border-radius: var(--radius-xl);box-shadow: var(--shadow-sm);overflow: hidden}.card__head{padding: 18px 18px 12px;display:flex;align-items:flex-start;justify-content: space-between;gap: 14px;border-bottom: 1px solid var(--border-2);background: linear-gradient(180deg, var(--surface), var(--surface-2))}.card__title{margin: 0;font-size: 15px;letter-spacing: -0.01em}.card__desc{margin: 6px 0 0;color: var(--muted);font-size: 13px}.card__body{padding: 16px 18px 18px}.btn{appearance: none;border: 1px solid var(--border);background: var(--surface);color: var(--text);height: 38px;padding: 0 12px;border-radius: 12px;font-weight: 650;letter-spacing: -0.01em;display:inline-flex;align-items:center;gap: 10px;cursor: pointer;transition: transform .06s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;user-select: none}.btn:hover{border-color: rgba(59,130,246,.30);box-shadow: var(--ring)}.btn:active{transform: translateY(1px)}.btn:focus-visible{outline: none;box-shadow: var(--focus);border-color: rgba(59,130,246,.35)}.btn--primary{border-color: rgba(37,99,235,.25);background: linear-gradient(180deg, rgba(59,130,246,.95), rgba(37,99,235,1));color: white;box-shadow: 0 14px 30px rgba(37,99,235,.18)}.btn--primary:hover{box-shadow: 0 18px 40px rgba(37,99,235,.22)}.btn--ghost{background: transparent;border-color: transparent}.btn--ghost:hover{background: rgba(15,23,42,.04);border-color: transparent;box-shadow: none;text-decoration: none}.grid{display:grid;grid-template-columns: 1fr 1fr;gap: var(--gap-3)}@media (max-width: 720px){.grid{grid-template-columns: 1fr}}.field{display:flex;flex-direction:column;gap: 8px}label{font-size: 12.5px;color: var(--muted);display:flex;align-items:center;justify-content: space-between;gap: 10px}.hint{font-size: 12px;color: var(--muted-2)}.input, select.edit, textarea.edit{width: 100%;font-family:var(--fontRoboto);border: 1px solid var(--border);border-radius: var(--radius-md);padding: 10px var(--field-pad-x);background: var(--surface);color: var(--text);box-shadow: 0 1px 0 rgba(10,20,40,.02);transition: box-shadow .2s ease, border-color .2s ease, background .2s ease}.input, select.edit{height: var(--field-h)}textarea.edit{min-height: 120px;resize: vertical;padding-top: 12px}.input:focus, select.edit:focus, textarea.edit:focus{outline: none;border-color: rgba(59,130,246,.45);box-shadow: var(--focus)}.input[aria-invalid="true"], textarea.edit[aria-invalid="true"]{border-color: rgba(239,68,68,.55);box-shadow: 0 0 0 4px rgba(239,68,68,.12)}.row{display:flex;gap: var(--gap-2);align-items:center}.row > *{flex: 1}.row .mini{flex: 0 0 auto}.counter{font-family: var(--mono);font-size: 12px;color: var(--muted-2)}.chips{display:flex;flex-wrap: wrap;gap: 10px}.chip{display:inline-flex;align-items:center;gap: 8px;padding: 8px 10px;border-radius: 999px;background: var(--chip-bg);color: var(--chip-ink);border: 1px solid rgba(59,130,246,.18);font-weight: 650;font-size: 13px}.chip button{border: none;background: rgba(31,74,168,.10);color: var(--chip-ink);width: 20px;height: 20px;border-radius: 999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.chip button:hover{background: rgba(31,74,168,.16)}.chip-input{display:flex;align-items:center;gap: 10px}.chip-input .input{flex: 1}.divider{height: 1px;background: var(--border-2);margin: 16px 0}div.simpleTableOddEven{padding:0px;display:table}div.simpleTableOddEven div.sr,div.simpleTableOddEven div.srb,div.simpleTableOddEven div.notActive{display:table-row}div.simpleTableOddEven div.srb{position:sticky;top:0;z-index:1}div.simpleTableOddEven div.sr div.sc,div.simpleTableOddEven div.srb div.sc,div.simpleTableOddEven div.notActive div.sc{position:relative;display:table-cell;padding:3px;vertical-align:middle;font-family:var(--fontRobotoCondensa)}div.simpleTableOddEven div.srb div.sc{background:var(--darkBgrColor);color:var(--lightTextColorDarkBgr);font-family:var(--fontRobotoCondensa)}div.simpleTableOddEven div.sr:nth-child(odd) div.sc{background:var(--lightBackgroundColor)}div.simpleTableOddEven div.sr:nth-child(even) div.sc{background:var(--lightTextColor)}div.simpleTableOddEven div.sr:hover:nth-child(odd) div.sc{background:var(--accentColor);color:var(--lightTextColorDarkBgr)}div.simpleTableOddEven div.sr:hover:nth-child(even) div.sc{background:var(--accentColor);color:var(--lightTextColorDarkBgr)}div.simpleTableOddEven div.sr:hover a{color:var(--lightTextColorDarkBgr)}div.simpleTableOddEven div.notActive div.sc{filter:grayscale(100%) brightness(0.8);background:var(--discontinuedBgr);color:var(--discontinuedText);font-family:var(--fontRobotoCondensa)}div.simpleTableOddEven div.notActive div.sc a{color:var(--discontinuedText)}div.simpleTableOddEven a{padding:0 !important;margin:0 !important;background:none}@media screen{div.nav{width:100%;padding:0px;margin:0px;padding-left:0px;background:#4f4c4f}div.nav ul ul{display:none}div.nav ul li:hover > ul{display:block}div.nav ul{margin:0px;background:#4f4c4f;padding:0 12px;border-radius:0px;list-style:none;position:relative;display:inline-table;z-index:10000}div.nav ul:after{content:"";clear:both;display:block}div.nav ul li{float:left}div.nav ul li:hover{background:#696569;z-index:10}div.nav ul li a{display:block;position:relative;padding:13px 20px;font-family:"Trebuchet MS", sans-serif;font-size:14px;color:white;text-decoration:none;text-shadow:0px 0px 5px rgba(0,0,0,.9);z-index:100}div.nav ul li:hover a{text-shadow:0px 0px 5px rgba(0,0,0,.6);z-index:100}div.nav ul li .cnt{float:right;position:relative;height:0px;width:0px}div.nav ul li .cnt div{position:absolute;right:0px;top:-42px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;padding-top:3px;padding-bottom:3px;padding-left:5px;padding-right:5px;background:red;font-family:"Trebuchet MS", sans-serif;font-size:7px;font-weight:bold;line-height:10px;font-style:normal;text-transform:uppercase;border-collapse:separate;color:white;box-shadow:0px 0px 5px white}div.nav ul ul{background:#AAAAAA;border-radius:0px;padding:0;position:absolute;top:100%;-webkit-box-shadow:0px 3px 3px rgba(0,0,0,.8);-moz-box-shadow:0px 3px 3px rgba(0,0,0,.8);box-shadow:0px 3px 3px rgba(0,0,0,.8);z-index:100}div.nav ul ul li{float:none;min-width:200px;max-width:300px;border-top:1px solid rgb(226,226,226);border-bottom:1px solid rgb(226,226,226);position:relative;z-index:100}div.nav ul ul li a{padding:10px 20px;font:12px Arial;color:white;z-index:100}div.nav ul ul li a:hover{background:#696569;z-index:100}div.nav ul ul ul{position:absolute;left:100%;top:0;z-index:100}div.navMob div#m{display:none}@-moz-keyframes blink{0%{opacity:1}50%{opacity:0.2}100%{opacity:1}}@-webkit-keyframes blink{0%{opacity:1}50%{opacity:0.2}100%{opacity:1}}@-ms-keyframes blink{0%{opacity:1}50%{opacity:0.2}100%{opacity:1}}@keyframes blink{0%{opacity:1}50%{opacity:0.2}100%{opacity:1}}.blink-image{-moz-animation: blink normal 2s infinite ease-in-out;-webkit-animation: blink normal 2s infinite ease-in-out;-ms-animation: blink normal 2s infinite ease-in-out;animation: blink normal 2s infinite ease-in-out}.photoR{text-align:center;display:inline-block;font-size:20pt;background:#E04D4D;color:white;font-weight:bold;padding:5px;padding-right:7px;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px}.voteImg{max-width:80px}form{padding:0;margin:0}body{min-height:600px;background:#686868}div{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.box{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.numerating{display:block}.numerating a{display:inline-block;padding:5px;min-width:20px;text-align:center;background:#E9E9E9;color:black;margin-right:2px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}.numerating a:hover{text-decoration:none;background:#dbdbdb}.numerating a.a{background:#c9c9c9}#UpdateAdContainer{display:none}.inpt{outline:none;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;padding:5px;padding-right:15px;padding-left:15px;color:white;text-shadow:0px 1px 2px rgba(0,0,0,.2);border:0px solid #4e4e4e;box-shadow:0px 1px 2px rgba(0,0,0,.2);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;background:#c3c3c3;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.inpt:hover{box-shadow:0px 2px 2px rgba(0,0,0,.5);text-shadow:0px 1px 2px rgba(0,0,0,.6)}textarea.inpt{color:white;font:12px Verdana;outline:none;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;padding:15px;padding-right:15px;padding-left:15px;color:white;border:0px solid #4e4e4e;box-shadow:0px 1px 2px rgba(0,0,0,.2);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;text-shadow:0px 0px 0px rgba(0,0,0,.6);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}textarea.inpt:hover{box-shadow:0px 2px 2px rgba(0,0,0,.5);text-shadow:0px 0px 0px rgba(0,0,0,.6)}div.left{text-align:left}div.right{text-align:right}@-webkit-keyframes AnimationName{0%{background-position:0% 49%}50%{background-position:100% 52%}100%{background-position:0% 49%}}@-moz-keyframes AnimationName{0%{background-position:0% 49%}50%{background-position:100% 52%}100%{background-position:0% 49%}}@-o-keyframes AnimationName{0%{background-position:0% 49%}50%{background-position:100% 52%}100%{background-position:0% 49%}}@keyframes AnimationName{0%{background-position:0% 49%}50%{background-position:100% 52%}100%{background-position:0% 49%}}body:before{content:"";position:fixed;top:-10px;left:0;width:100%;height:10px;z-index:100;-webkit-box-shadow:0px 0px 10px rgba(0,0,0,.8);-moz-box-shadow:0px 0px 10px rgba(0,0,0,.8);box-shadow:0px 0px 10px rgba(0,0,0,.8)}.showImage{width:100%;background:black;text-align:center;cursor:pointer}.showImage img{max-height:900px}.showImage2{width:100%;background:black;text-align:center;cursor:pointer;cursor:hand}.showImage2 img{width:auto;max-width:600px}.msgWindow{display:none;position:fixed;top:5%;left:50%;margin-left:-400px;width:800px;max-height:600px;background-color:white;-moz-opacity:0.0;filter:alpha(opacity=0);z-index:1000;border:2px solid white;box-shadow:0px 0px 12px black}* html .msgWindow{position:absolute;top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px')}.msgWindow{padding:0 0px 0 0px;text-align:left}.b1{background-repeat:repeat-y;background-image:url('/img/site/l1bgr.jpg');width:7px}.b2{background-repeat:repeat-y;background-image:url('/img/site/r1bgr.jpg');width:6px}.greybrd{border:5px solid #F6F6F6;box-shadow:0px 0px 3px grey}.greybrd:hover{box-shadow:0px 0px 6px grey}.img2:hover{box-shadow:0px 0px 6px grey}.img3:hover{box-shadow:0px 0px 6px black}.botextension{height:32px}img.i2{border-style:solid;border-width:0px}body{margin:0;padding:0 0 0 0}div#infopanel{position:absolute;bottom:0;left:0;width:100%;z-index:100000;text-align:right;border-style:solid;border-color:#ACACAC;border-width:0px;border-top-width:1px;padding:2px;height:32px;line-height:32px;vertical-align:middle;background-image:url('/img/panel/bg.png')}@media screen{body>div#infopanel{position:fixed}}.hand{cursor:pointer;cursor:hand}div.sc_menu_wrapper{position:relative;height:300px;width:120px;margin-top:0px;overflow:auto}div.sc_menu{padding:15px 0}.sc_menu a{display:block;margin-bottom:5px;width:100px;border:2px rgb(79,79,79) solid;-webkit-border-radius:4px;-moz-border-radius:4px;color:#fff;background:rgb(79,79,79);text-align:center}.sc_menu a:hover{border-color:rgb(130,130,130);border-style:dotted}.sc_menu img{display:block;border:none}.sc_menu_wrapper .loading{position:absolute;top:50px;left:10px;margin:0 auto;padding:10px;width:100px;-webkit-border-radius:4px;-moz-border-radius:4px;text-align:center;color:#fff;border:1px solid rgb(79,79,79);background:#1F1D1D}.sc_menu_tooltip{display:block;position:absolute;padding:6px;font-size:12px;color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border:1px solid rgb(79,79,79);background:rgb(0,0,0);background:rgba(0,0,0,0.5)}.button{transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out}.button{border:0px solid #5C6F83;background:-webkit-gradient(linear,left top,left bottom,from(#F3F3F3),to(#FFFFFF));background:-moz-linear-gradient(top,#F3F3F3,#FFFFFF);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3',endColorstr='#FFFFFF');font-family:"Trebuchet MS",sans-serif;font-size:12px;color:grey;border-radius:5px;padding:5px;padding-left:10px;padding-right:10px;box-shadow:0px 0px 2px grey;margin:0px;cursor:pointer;cursor:hand}.button:hover{box-shadow:0px 0px 5px grey;color:black}#adclick{padding-top:2px;padding-bottom:2px;height:90px;background:#FFFFFF}#adclick div{width:728px;height:90px;overflow:hidden}input.inpt{color:white;outline:none;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out}input.inpt:focus{box-shadow:0 0 5px grey;-webkit-box-shadow:0 0 5px grey;-moz-box-shadow:0 0 5px grey}input.inpt:hover{box-shadow:0 0 6px grey;-webkit-box-shadow:0 0 6px grey;-moz-box-shadow:0 0 6px grey}textarea.inpt{color:white;outline:none;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out}textarea.inpt:focus{box-shadow:0px 2px 2px rgba(0,0,0,.5);-webkit-box-shadow:0 0 5px grey;-moz-box-shadow:0 0 5px grey;text-shadow:0px 0px 0px rgba(0,0,0,.6)}select.inpt{color:white;padding:5px;outline:none;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out}select.inpt:focus{box-shadow:0 0 5px grey;-webkit-box-shadow:0 0 5px grey;-moz-box-shadow:0 0 5px grey}input.inputshadow1,.textbox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;border-radius:5px;border:#35a5e5 0px solid;padding:8px;box-shadow:0 0 2px #191a1c;-webkit-box-shadow:0 0 2px #191a1c;-moz-box-shadow:0 0 2px #191a1c;opacity:0.6;filter:alpha(opacity=60)}input.inputshadow1:focus,.textbox:focus{box-shadow:0 0 5px #191a1c;-webkit-box-shadow:0 0 5px #191a1c;-moz-box-shadow:0 0 5px #191a1c;opacity:0.8;filter:alpha(opacity=80)}input.inputshadow1:hover,.textbox:hover{box-shadow:0 0 5px #191a1c;-webkit-box-shadow:0 0 5px #191a1c;-moz-box-shadow:0 0 5px #191a1c;opacity:0.9;filter:alpha(opacity=90)}textarea.inputshadow1{color:8c8c8d;font:12px Arial;outline:none;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;border-radius:5px;border:#35a5e5 0px solid;border-width:0;padding:8px;margin:0px;box-shadow:0 0 2px #191a1c;-webkit-box-shadow:0 0 2px #191a1c;-moz-box-shadow:0 0 2px #191a1c;opacity:0.6;filter:alpha(opacity=60)}textarea.inputshadow1:focus{box-shadow:0 0 5px #191a1c;-webkit-box-shadow:0 0 5px #191a1c;-moz-box-shadow:0 0 5px #191a1c;opacity:0.8;filter:alpha(opacity=80)}select.inputshadow1{box-shadow:0 0 5px #191a1c;outline:none;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;border-radius:5px;border:#35a5e5 0px solid;padding:8px;opacity:0.6;filter:alpha(opacity=60)}select.inputshadow1:focus{box-shadow:0 0 5px #62adc7;-webkit-box-shadow:0 0 5px #62adc7;-moz-box-shadow:0 0 5px #62adc7;opacity:0.8;filter:alpha(opacity=80)}select.inputshadow1:hover{box-shadow:0 0 5px #62adc7;-webkit-box-shadow:0 0 5px #62adc7;-moz-box-shadow:0 0 5px #62adc7;opacity:0.9;filter:alpha(opacity=90)}textarea.textbox{width:100%;font-family:"Trebuchet MS",sans-serif;font-size:14px;outline:none;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;border-radius:5px;border:#35a5e5 1px solid;padding:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}img.m{border:0px;vertical-align:middle}#pad1{padding:1px}.pad1{padding:1px}#pad2{padding:2px}.pad2{padding:2px}#pad3{padding:3px}.pad3{padding:3px}#pad4{padding:4px}.pad4{padding:4px}#pad5{padding:5px}.pad5{padding:5px}#pad10{padding:10px}.pad10{padding:10px}#pad15{padding:15px}.pad15{padding:15px}#pad20{padding:20px}.pad20{padding:20px}.pad5top{padding-top:5px}.pad10top{padding-top:10px}.marg5top{margin-top:5px}.marg10top{margin-top:10px}.marg15top{margin-top:15px}.marg20top{margin-top:20px}.marg30top{margin-top:30px}.marg40top{margin-top:40px}.marg50top{margin-top:50px}.marg5bot{margin-bottom:5px}.marg10bot{margin-bottom:10px}.marg15bot{margin-bottom:15px}.marg20bot{margin-bottom:20px}.marg30bot{margin-bottom:30px}.marg40bot{margin-bottom:40px}.marg50bot{margin-bottom:50px}.pad5left{padding-left:5px}.pad5right{padding-right:5px}.pad10left{padding-left:10px}.pad10right{padding-right:10px}div#lastPretendents{display:table;padding:0;margin-left:0px;width:100%}div#lastPretendents div.lr{display:table-row}div#lastPretendents div.lr div.lc{display:table-cell;padding:5px;vertical-align:top;text-align:center}div#lastPretendents div.lr div.lc img{width:100%;max-width:75px}@-webkit-keyframes KingAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@-moz-keyframes KingAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@-o-keyframes KingAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes KingAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.photoInactive{border:5px solid #F6F6F6;box-shadow:0px 0px 3px #ff1919}.photoInactive:hover{box-shadow:0px 0px 6px #ff1919}.photoActive{border:5px solid #F6F6F6;box-shadow:0px 0px 3px grey}.photoActive:hover{box-shadow:0px 0px 6px grey}.photoPending{border:5px solid #F6F6F6;box-shadow:0px 0px 6px #f8ff33}.photoPending:hover{box-shadow:0px 0px 12px #f8ff33}.time{font:10px Verdana;color:#3b5998;background:#dfe3ee;padding:2px;padding-left:5px;padding-right:5px;border:0px solid #4e4e4e;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}div.rate{width:100%;min-height:200px}div.rate div.d1{position:relative;width:100%;padding:0px;background:black}div.rate div.d1 img{padding:0px;margin:0px}div.rate div.d2{position:absolute;bottom:10px;left:0.5em;width:760px;line-height:1px}div.rate div.d3{position:absolute;top:40px;left:0.5em;width:760px;text-align:center;line-height:1px}div.rate div.d2 table td{text-align:left;font:28px Arial;font-weight:bold;color:#fff;text-shadow:1px 2px 2px #000000;word-wrap:break-word}div.rate div.d2 a{color:white}div.rate div.d2 a:hover{color:#ededed;text-shadow:1px 2px 3px #000000;text-decoration:none}div.box1{font-family:"Trebuchet MS",sans-serif;font-size:14px;color:black;padding:20px;margin-bottom:10px;text-shadow:0px 1px 2px rgba(0,0,0,.2);border:0px solid #4e4e4e;box-shadow:0px 1px 2px rgba(0,0,0,.2);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;background:rgb(255,255,255);background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(229,229,229,1)));background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);background:-o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);background:-ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);background:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div.box1 div,div.box1 td{font-family:"Trebuchet MS",sans-serif;font-size:14px;color:black}div.box1 div#h1{font-family:"Trebuchet MS",sans-serif;background:none;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";font-size:14px;font-weight:bold;color:#575757;text-shadow:1px 1px 1px #cccccc;border-color:#c4c4c4;border-style:solid;border-width:0px;border-bottom-width:1px;padding:0px;padding-left:0px;margin-bottom:5px;cursor:default;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}div.box1 h2{font-family:"Trebuchet MS",sans-serif;background:none;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";font-size:24px;font-weight:bold;color:#575757;text-shadow:1px 1px 1px #cccccc;border-color:#c4c4c4;border-style:solid;border-width:0px;border-bottom-width:1px;padding:0px;padding-left:0px;margin-bottom:5px;cursor:default;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}div.box3{font-family:"Trebuchet MS",sans-serif;font-size:14px;color:black;padding:5px;margin-bottom:10px;text-shadow:0px 1px 2px rgba(0,0,0,.2);border:0px solid #4e4e4e;box-shadow:0px 1px 2px rgba(0,0,0,.2);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;background:#efefef}div.box3 div,div.box3 td{font-family:"Trebuchet MS",sans-serif;font-size:14px;color:black}div.box3 div#h1{font-family:"Trebuchet MS",sans-serif;background:none;font-size:17px;font-weight:bold;color:#fcd059;text-shadow:1px 1px 1px #686868;border-color:#e9e9e9;border-style:solid;border-width:0px;border-bottom-width:1px;padding:0px;padding-left:0px;margin-bottom:5px;cursor:default;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}div.box3 h2{font-family:impact;background:none;text-transform:none;font-size:18px;font-weight:normal;text-shadow:0px 1px 2px rgba(0,0,0,0.2);border-color:#e9e9e9;border-style:solid;border-width:0px;color:#222222;border-bottom-width:1px;padding:5px;margin-bottom:5px;cursor:default;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}div.box2{font-family:"Trebuchet MS",sans-serif;font-size:14px;color:black;padding:20px;margin-bottom:10px;text-shadow:0px 1px 2px rgba(0,0,0,.2);border:0px solid #4e4e4e;box-shadow:0px 1px 2px rgba(0,0,0,.2);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;background:rgb(252,234,187);background:-moz-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 80%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(252,234,187,1)),color-stop(80%,rgba(252,205,77,1)));background:-webkit-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 80%);background:-o-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 80%);background:-ms-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 80%);background:linear-gradient(to bottom, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 80%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb',endColorstr='#fccd4d',GradientType=0 )}div.box2 div,td{font-family:"Trebuchet MS",sans-serif;font-size:14px;color:black}div.box2 div#h1{font-family:"Trebuchet MS",sans-serif;font-size:17px;font-weight:bold;color:#fcd059;text-shadow:1px 1px 1px #686868;background:none;border-color:#e9e9e9;border-style:solid;border-width:0px;border-bottom-width:1px;padding:0px;padding-left:0px;margin-bottom:5px;cursor:default;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}div.error{font-family:Arial;font-size:16px;color:white;padding:20px;text-align:center;margin-bottom:10px;margin-top:5px;text-shadow:0px 1px 2px rgba(0,0,0,.2);box-shadow:0px 1px 2px rgba(0,0,0,.2);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;background:#ff486f}div.slider{padding:10px}.vote{background:#d91d3c}.plansBgr{background-image: url("/img/evening_plans/plans_romance.webp");background-size: cover;background-position: center;background-repeat: no-repeat;padding: 3px}.whiteBgrTr{background:rgba(255,255,255,.7);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}.plansInv{background-image:url("/img/v3/invite.jpg");padding:10px}hr.white{border:0;border-top:1px solid white;height:0;background:white}div.lastAds{font-family:"Trebuchet MS",sans-serif;font-size:14px;color:black;padding:10px;margin-bottom:10px;text-shadow:0px 1px 2px rgba(0,0,0,.2);border:0px solid #4e4e4e;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-color:#e9e9e9;border-style:solid;border-width:3px}div.lastAds a{color:#3b5998}div.lastAds div.t{color:#3b5998;font-size:12px;border-bottom:1px dotted #dfe3ee;margin-bottom:5px}div.lastAds:hover{background:#f7f7f7}div.lastAds div:nth-child(3){font-size:16px;padding:10px}div.lastAff{font-family:"Trebuchet MS",sans-serif;font-size:14px;color:black;padding:10px;margin-bottom:10px;text-shadow:0px 1px 2px rgba(0,0,0,.2);border:0px solid #4e4e4e;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-color:#e9e9e9;border-style:solid;border-width:3px}div.lastAff a{color:#3b5998}div.lastAff div.t{color:#3b5998;font-size:12px;border-bottom:1px dotted #dfe3ee;margin-bottom:5px}div.lastAff:hover{background:#f7f7f7}div.lastAff div:nth-child(3){font-size:16px;padding:10px}div.lastAff2{font-family:"Trebuchet MS",sans-serif;font-size:14px;color:black;padding:10px;margin:0px;text-shadow:0px 1px 2px rgba(0,0,0,.2);border:0px solid #4e4e4e;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-color:#e9e9e9;border-style:solid;border-width:3px}div.lastAff2 a{color:#3b5998}div.lastAff2 div.t{color:#3b5998;font-size:12px;border-bottom:1px dotted #dfe3ee;margin-bottom:5px}div.lastAff2:hover{background:#f7f7f7}div.lastAff2 div:nth-child(3){font-size:16px;padding:10px}div.lastAdsBgr{background:#f7f7f7}div.lastAdsMyCity{font-family:"Trebuchet MS",sans-serif;font-size:14px;color:black;padding:10px;margin-top:10px;text-shadow:0px 1px 2px rgba(0,0,0,.2);border:0px solid #4e4e4e;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-color:#ffcc5c;border-style:solid;border-width:3px;background:#ffeead}div.lastAdsMyCity a{color:#3b5998}div.lastAdsMyCity div.t{color:#3b5998;font-size:12px;border-bottom:1px dotted #96ceb4;margin-bottom:5px}div.lastAdsMyCity div.time{background:#ff6f69}div.lastAdsMyCity:hover{background:#FFF}div.lastAdsMyCity div:nth-child(3){font-size:16px;padding:10px}div.myAds{font-family:"Trebuchet MS",sans-serif;font-size:14px;color:black;padding:3px;margin-bottom:5px;text-shadow:0px 1px 2px rgba(0,0,0,.2);border:0px solid #4e4e4e;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;border-color:#e9e9e9;border-style:dotted;border-width:1px}div.myAds a{color:#3b5998}div.myAds div.t{color:#3b5998;background:#f2f2f2;font-size:12px;border-bottom:1px dotted #dfe3ee;margin-bottom:5px}div.myAds:hover{background:#f7f7f7}div.myAds div:nth-child(2){font-size:14px;padding:5px}div.myAds div:nth-child(3){font-size:12px;padding:5px;border-top:1px dotted #dfe3ee;color:#9b9b9b}div.viewAd{font-family:"Trebuchet MS",sans-serif;font-size:14px;color:black;padding:10px;margin-bottom:10px;text-shadow:0px 1px 2px rgba(0,0,0,.2);border:0px solid #4e4e4e;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-color:#e9e9e9;border-style:solid;border-width:3px}div.viewAd a{color:#3b5998}div.viewAd div.t{color:#3b5998;font-size:12px;border-bottom:1px dotted #dfe3ee;margin-bottom:5px}div.viewAd div:nth-child(3){font-size:17px;line-height:25px;padding:10px;padding-top:20px;padding-bottom:20px}div.box4{font-family:"Trebuchet MS",sans-serif;font-size:14px;color:black;padding:5px;margin-bottom:10px;text-shadow:0px 1px 2px rgba(0,0,0,.2);border:0px solid #4e4e4e;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-color:#e9e9e9;border-style:solid;border-width:3px}div.box4 h2{font-family:"Trebuchet MS",sans-serif;font-size:16px;color:#3B5998;text-transform:uppercase;vertical-align:middle;font-weight:bold;margin:0px;padding-bottom:3px;margin-bottom:5px;border-bottom:1px dotted #d7d7d7;background:none;text-shadow:none}div.box4 h2 a{color:#3B5998}div.box4 div,div.box4 td{font-family:"Trebuchet MS",sans-serif;font-size:14px;color:black}div.box4 div#h1{font-family:"Trebuchet MS",sans-serif;background:none;font-size:17px;font-weight:bold;color:#fcd059;text-shadow:1px 1px 1px #686868;border-color:#e9e9e9;border-style:solid;border-width:0px;border-bottom-width:1px;padding:0px;padding-left:0px;margin-bottom:5px;cursor:default;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}div.box5{font-family:"Trebuchet MS",sans-serif;font-size:14px;color:black;padding:10px;margin-bottom:10px;text-shadow:0px 1px 2px rgba(0,0,0,.2);border:1px solid #e1dfc6;box-shadow:0px 1px 2px rgba(0,0,0,.2);background:white;text-align:center}div.box6{font-family:"Trebuchet MS",sans-serif;font-size:14px;color:black;padding:10px;margin-bottom:10px;text-shadow:0px 1px 2px rgba(0,0,0,.2);border:1px solid #e1dfc6;box-shadow:0px 1px 2px rgba(0,0,0,.2);background:white}div.box6 h2{display:block;background:none;font-size:18px;text-decoration:none;text-shadow:none;padding:0px;border-bottom:1px solid #cecece;padding-bottom:5px;margin-bottom:5px}div.box6 h2 a{text-decoration:none}div.box6 h2 a:hover{text-decoration:none}div.box7{padding:5px;margin-bottom:5px;background: linear-gradient(336deg, #efc1ba, #da6553);background-size: 400% 400%;-webkit-animation: Ani1 30s ease infinite;-moz-animation: Ani1 30s ease infinite;animation: Ani1 30s ease infinite;@-webkit-keyframes Ani1{0%{background-position:86% 0%}50%{background-position:15% 100%}100%{background-position:86% 0%}}@-moz-keyframes Ani1{0%{background-position:86% 0%}50%{background-position:15% 100%}100%{background-position:86% 0%}}@keyframes Ani1{0%{background-position:86% 0%}50%{background-position:15% 100%}100%{background-position:86% 0%}}}div.box7 a{color:white}div.box7 h2,div.box7 div.start h2{background:#ba5446;color:white}div.box8{padding:5px;margin-bottom:5px;background: linear-gradient(336deg, #e12357, #f8b5c1);background-size: 400% 400%;-webkit-animation: Ani2 30s ease infinite;-moz-animation: Ani2 30s ease infinite;animation: Ani2 30s ease infinite;@-webkit-keyframes Ani2{0%{background-position:86% 0%}50%{background-position:15% 100%}100%{background-position:86% 0%}}@-moz-keyframes Ani2{0%{background-position:86% 0%}50%{background-position:15% 100%}100%{background-position:86% 0%}}@keyframes Ani2{0%{background-position:86% 0%}50%{background-position:15% 100%}100%{background-position:86% 0%}}}div.box8 div.box3{background:#ef668b;color:white}div.box8 a{color:white}div.lastDisc div{padding:5px}div.lastDisc div:hover{background:#c9dbf2}div.lastDisc div:hover a{color:#477691;text-decoration:none}.articleSlider{display:block;width:100%;min-width:250px;overflow:hidden;padding:0;margin:0;margin-top:0;margin-bottom:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.articleSlider ul{display:block;padding:0;margin:0}.articleSlider ul li{display:block;width:100%}div#h1,h1{padding:10px;padding-left:20px;padding-right:20px;font-size:18px;color:#f7f7f7;font:24px "Roboto","Impact",Arial;background:#3d3d3d;text-transform:uppercase;margin:0px}div#h2,h2{margin-bottom:5px;font-family: 'Fira Sans', sans-serif;font-size:30px;color:#262626;text-transform:uppercase;background:transparent}h3{font-family:"Trebuchet MS",sans-serif;font-size:16px;color:#3B5998;text-transform:uppercase;vertical-align:middle;font-weight:bold;margin:0px;padding-bottom:3px;margin-bottom:5px;border-bottom:1px dotted #d7d7d7;background:none;text-shadow:none}h3 a{color:#3B5998}div.center{margin-left:auto;margin-right:auto}div.centerTxt{text-align:center}div.rateT{display:block;padding:0;margin-left:0px;width:100%}div.rateT div.stRow{display:block}div.rateT div.stRow p{display:inline-block;vertical-align:middle;cursor:pointer;cursor:hand;text-shadow:0px 1px 2px rgba(0,0,0,.2);font-size:20px;background:#8b9dc3;color:#f7f7f7;width:30px;padding:0px;padding-top:5px;padding-bottom:5px;text-align:center;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;margin-bottom:5px}div.rateT div.stRow p.f{background:#3b5998;color:yellow;font-weight:bold}div.rateT div.stRow p:hover{background:red}div.rateContainer{display:table;padding:0;margin-left:0px;width:100%}div.rateContainer div.rtRow{display:table-row}div.rateContainer div.rtRow div.rtCell{display:table-cell;padding:5px;vertical-align:top}div.rateContainer div.rtRow div.rtCell:nth-child(1){width:600px}div.rate div.rateimg{text-align:center;min-height:400px}div.rate div.rateimg img{max-width:590px;max-height:400px}div.catStat{display:table;padding:0;margin-left:0px}div.catStat div.stRow{display:table-row}div.catStat div.stRow div.stCell{display:table-cell;padding:5px;vertical-align:middle;text-align:center;border-right:1px dotted #6381a0;border-bottom:1px dotted #6381a0}div.catStat div.stRow div.stCell:nth-child(2){text-align:left}div.catStat div.stRow:first-child div.stCell{background:#6381a0;color:#edeeef;font-size:10px}div.catStat div.stRow div.stCell:first-child{border-left:1px dotted #6381a0}.fp_grid-container{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr;grid-template-areas:"online ablock rightMenu" "poll newestUsers rightMenu";grid-gap:13px}.fpABlock{grid-area:ablock}.online{grid-area:online}.rightMenu{grid-area:rightMenu}.poll{grid-area:poll}.yourCity{grid-area:yourCity}.newestUsers{grid-area:newestUsers}.on_grid-container{display:grid;width:100%;height:100%;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;grid-template-areas:"pro1 pro2" "pro3 pro4" "pro5 pro6" "pro7 pro8";grid-gap:5px}.on_pro1{grid-area:pro1}.on_pro2{grid-area:pro2}.on_pro3{grid-area:pro3}.on_pro4{grid-area:pro4}.on_pro5{grid-area:pro5}.on_pro6{grid-area:pro6}.on_pro7{grid-area:pro7}.on_pro8{grid-area:pro8}.on_p{position:relative;height:100%;background-size:cover;background-position:center center;overflow:hidden;cursor:pointer;cursor:hand}.on_p .n{position:absolute;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;font-family: 'Niramit', sans-serif;font-size:24px;color:white;text-shadow:0px 1px 2px rgba(0,0,0,.8);top:50%;transform:translate(-50%,-50%);left:-200px}.on_p:hover .n{left:50%}.profileImages a{display:block}.profileImages img{width:100%}#profileImage{opacity: 0;transition: opacity 1s ease-in-out}.d1 img{max-width:100%}.flexSimple{display:flex;flex-flow:row wrap;flex-direction:row;align-items:center;align-content:center;gap:10px}.flexSimple div.fS{flex-grow:1 1}div.simpleTable{display:table;padding:0;margin-left:0px}div.simpleTable div.stRow{display:table-row}div.simpleTable div.stRow div.stCell{display:table-cell;padding:5px;vertical-align:top}div.simpleTable div.stRow div.stCell input[type=text]{width:100%}div.simpleTableMiddle{display:table;padding:0;margin-left:0px}div.simpleTableMiddle div.stRow{display:table-row}div.simpleTableMiddle div.stRow div.stCell{display:table-cell;padding:5px;vertical-align:middle}div.simpleTableMiddle div.stRow div.stCell input[type=text]{width:100%}div.simpleTableBottom{display:table;padding:0;margin-left:0px}div.simpleTableBottom div.stRow{display:table-row}div.simpleTableBottom div.stRow div.stCell{display:table-cell;padding:5px;vertical-align:bottom}div.simpleTableMiddleNoPad{display:table;padding:0;margin-left:0px}div.simpleTableMiddleNoPad div.stRow{display:table-row}div.simpleTableMiddleNoPad div.stRow div.stCell{display:table-cell;padding:0px;vertical-align:middle}div.simpleTableColRow{display:table;padding:0;margin-left:0px}div.simpleTableColRow div#r{display:table-row}div.simpleTableColRow div#r div#c{display:table-cell;padding:5px;vertical-align:middle}div.simpleTableColRow div#r div#c input[type=text]{width:100%}div.simpleTableColRow div#r:nth-child(odd){background:#FFFFFF}div.simpleTableColRow div#r:nth-child(even){background:#f7f7f7}div.simpleTableColRow div#r div#c:nth-child(4){font-size:11px}div.simpleTableColRow div#r div#c:nth-child(5){font-size:11px}article.fparticle{max-width:49%;margin-left:auto;margin-right:auto;display:inline-block;vertical-align:top;max-height:800px;overflow-y:auto}article.fparticle img{max-width:100%}article.fparticle h2{font-family:var(--fontRobotoCondensa);font-size:24px;background:red;color:white;text-transform:uppercase;vertical-align:middle;font-weight:bold;margin:0px;padding:10px;margin-top:0px;margin-bottom:10px;text-shadow:none}article.fparticle h3{font-size:18px}div#mcon{display:block;padding:0;margin-left:auto;margin-right:auto;max-width:1500px;border:1px solid #E5E5E5;background-color:var(--modal-bg);box-shadow:0px 0px 5px grey}div.x25{display:inline-block;width:25px;max-width:25px;height:25px;min-height:25px;left:0px;position:relative;background-repeat:no-repeat}div.x25-tr{background-image:url("/img/join/joined/ico.png");background-position:0px -1666px}.x16{display:inline-block;width:16px;max-width:16px;height:16px;min-height:16px;left:0px;position:relative;background-repeat:no-repeat}div.x16-ur{background-image:url("/img/join/joined/ico.png");background-position:0px -1320px}div.x16-re{background-image:url("/img/join/joined/ico.png");background-position:0px -1304px}div.x16-ei{background-image:url("/img/join/joined/ico.png");background-position:0px -967px}div.x16-ea{background-image:url("/img/join/joined/ico.png");background-position:0px -952px}div.x16-st{background-image:url("/img/join/joined/ico.png");background-position:0px -2713px}.x16-ins{background-image:url("/img/join/joined/ico.png");background-position:0px -2834px}.x16-twi{background-image:url("/img/join/joined/ico.png");background-position:0px -2850px}div.x50{display:inline-block;width:50px;max-width:50px;height:50px;min-height:50px;left:0px;position:relative;background-repeat:no-repeat}div.x50-dr{background-image:url("/img/join/joined/ico.png");background-position:0px -700px}div.x50-tw{background-image:url("/img/join/joined/ico.png");background-position:0px -1692px}div.x50-fb{background-image:url("/img/join/joined/ico.png");background-position:0px -985px}div.x40{display:inline-block;width:40px;max-width:40px;height:40px;min-height:40px;left:0px;position:relative;background-repeat:no-repeat}div.x40-mn{vertical-align:middle;background-image:url("/img/join/joined/ico.png");background-position:0px -2730px}div.x64{display:inline-block;width:64px;max-width:64px;height:64px;min-height:64px;left:0px;position:relative;background-repeat:no-repeat}div.x64-lc{vertical-align:middle;background-image:url("/img/join/joined/ico.png");background-position:0px -2770px}div.x64-fb{vertical-align:middle;background-image:url("/img/join/joined/ico.png");background-position:0px -2867px}div.x64-tw{vertical-align:middle;background-image:url("/img/join/joined/ico.png");background-position:0px -2931px}div#tlMenu{display:table;padding:0;margin-left:auto;margin-right:auto;width:100%;max-width:1500px}div#tlMenu div#tlr{display:table-row}div#tlMenu div#tlr div.tlc{display:table-cell;padding:0px;vertical-align:middle;color:#cdcdcd}div#tlMenu div#tlr div.tlc:last-child{text-align:right;padding-right:5px}div#tlMenu div#tlr div.tlc a{display:inline-cell;color:#cdcdcd;margin-left:5px}div#tlMenu div#tlr div.tlc a div{top:3px}div#fpLayout{display:table;padding:0;width:auto}div#fpLayout div#fpr{display:table-row}div#fpLayout div#fpr div.fpc{display:table-cell;padding:0px;vertical-align:top}div#fpLayout div#fpr div.fpc:nth-child(1){min-width:300px;max-width:336px;overflow:hidden}div#fpLayout div#fpr div.fpc:nth-child(1) div#weekface img{max-width:336px;width:100%;border:5px solid #F6F6F6;box-shadow:0px 0px 3px grey;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div#fpLayout div#fpr div.fpc:nth-child(1) div#weekface img:hover{box-shadow:0px 0px 6px grey}div#fpLayout div#fpr div.fpc:nth-child(2){padding-left:5px;padding-top:5px}div#fpLayout div#fpr div.fpc:nth-child(3){min-width:336px;max-width:336px;overflow:hidden;padding-left:5px;padding-top:5px}div#makeStake{display:table;padding:0;width:100%}div#makeStake div#mr{display:table-row}div#makeStake div#mr div#mc{display:table-cell;padding:2px;vertical-align:middle}div#makeStake div#mr div#mc:nth-child(1){text-align:right}span.age{display:inline-cell;background:#ecc67d;color:white;padding:0;padding-left:5px;padding-right:5px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-size:10px;cursor:default}span#grade{display:inline-cell;background:#ecc67d;color:white;padding:0;padding-left:5px;padding-right:5px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;cursor:default}span.city{display:inline-cell;background:#c0be3e;color:white;padding:0;padding-left:5px;padding-right:5px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-size:10px;cursor:default}span#pending{display:inline-cell;background:#68ace5;color:white;padding:0;padding-left:5px;padding-right:5px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-size:10px;cursor:default}span#error{display:inline-cell;background:#e1222f;color:white;padding:0;padding-left:5px;padding-right:5px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-size:10px;cursor:default}div.lastUsersFp{-webkit-column-count:2;-moz-column-count:2;column-count:2}div.votesFp{display:table;width:100%;padding:0;margin-left:0px}div.votesFp div.vr{display:table-row}div.votesFp div.vr div.vc{display:table-cell;padding:5px;padding-right:15px;vertical-align:middle;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div.votesFp div.vr div.vc img{width:100%;max-width:150px}div.x100{display:inline-block;width:100px;max-width:100px;height:100px;min-height:100px;left:0px;position:relative;background-repeat:no-repeat}div.x100-20{background-image:url("/img/join/joined/ico.png");background-position:0px -2023px}div.x100-30{background-image:url("/img/join/joined/ico.png");background-position:0px -2153px}div.pollLine{background-color:#de4343;-webkit-background-size:40px 40px;-moz-background-size:40px 40px;background-size:40px 40px;height:auto;padding-left:10px;-webkit-animation:animate-bg 5s linear infinite;-moz-animation:animate-bg 5s linear infinite;background-image:-webkit-gradient(linear,left top,right bottom,color-stop(.25,rgba(255,255,255,.05)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.05)),color-stop(.75,rgba(255,255,255,.05)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(135deg,rgba(255,255,255,.05) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.05) 50%,rgba(255,255,255,.05) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(135deg,rgba(255,255,255,.05) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.05) 50%,rgba(255,255,255,.05) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(135deg,rgba(255,255,255,.05) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.05) 50%,rgba(255,255,255,.05) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(135deg,rgba(255,255,255,.05) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.05) 50%,rgba(255,255,255,.05) 75%,transparent 75%,transparent);background-image:linear-gradient(135deg,rgba(255,255,255,.05) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.05) 50%,rgba(255,255,255,.05) 75%,transparent 75%,transparent);-moz-box-shadow:inset 0 -1px 0 rgba(255,255,255,.4);-webkit-box-shadow:inset 0 -1px 0 rgba(255,255,255,.4);box-shadow:inset 0 -1px 0 rgba(255,255,255,.4);color:#fff}div.userOnline{display:inline-block;padding:5px;color:white;font-weight:bold;background:linear-gradient(344deg,#ff0000,#ffffff);background-size:400% 400%;-webkit-animation:UserOnline 1s ease infinite;-moz-animation:UserOnline 1s ease infinite;-o-animation:UserOnline 1s ease infinite;animation:UserOnline 1s ease infinite;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;text-shadow:0px 1px 2px rgba(0,0,0,.2);cursor:default}@-webkit-keyframes UserOnline{0%{background-position:91% 0%}50%{background-position:10% 100%}100%{background-position:91% 0%}}@-moz-keyframes UserOnline{0%{background-position:91% 0%}50%{background-position:10% 100%}100%{background-position:91% 0%}}@-o-keyframes UserOnline{0%{background-position:91% 0%}50%{background-position:10% 100%}100%{background-position:91% 0%}}@keyframes UserOnline{0%{background-position:91% 0%}50%{background-position:10% 100%}100%{background-position:91% 0%}}.priBg{background:#dcdcdc;padding:2px;padding-left:5px;padding-right:5px;text-align:center}div#profileLayout{display:table;padding:0;width:100%}div#profileLayout div#plr{display:table-row}div#profileLayout div#plr div#plc{display:table-cell;padding:0px;vertical-align:top}div#profileLayout div#plr div#plc:nth-child(1){min-width:250px;max-width:250px;overflow:hidden}div#profileLayout div#plr div#plc:nth-child(3) img#bd{width:100%}div#profileLayout div#plr div#plc:nth-child(2){padding-left:5px;width:auto}div#profileLayout div#plr div#plc:nth-child(3){padding-left:5px;width:250px;overflow:hidden}div.pmap{text-align:center;background:#c9dea9;padding:0;margin:0}div.pmap img{width:100%;max-width:506px}div#profileData{display:table;padding:0;width:100%;border:1px #000000}div#profileData div#pdr{display:table-row}div#profileData div#pdr p#c{display:table-cell;padding:5px;vertical-align:middle;margin:0}div#profileData div#pdr:nth-child(odd) p#c{background:#f6f6f6}div#profileDataE{display:table;padding:0;width:100%;border:1px #000000}div#profileDataE div#pdr{display:table-row}div#profileDataE div#pdr p#c{display:table-cell;padding:5px;vertical-align:middle;margin:0}div#profileDataE div#pdr:nth-child(odd) p#c{background:#f6f6f6}div.ads250{text-align:center}div.ads336{text-align:center;background:white}div.botCnt{background:#525252;padding:0px;text-align:center;padding-top:20px;padding-bottom:60px;color:#737373}div.botCnt a{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;padding:3px}div.botCnt a:hover{text-decoration:none;background:#737373;color:white}div#ads{margin-top:10px;opacity:0.5;filter:alpha(opacity=50)}div#ads p{display:inline-block}div#ad_tab{display:table;padding:0;width:100%;border:1px solid #E5E5E5}div#ad_tab div#ar{display:table-row}div#ad_tab div#ar div#ac{display:table-cell;padding:10px;vertical-align:top}div#ad_tab div#ar div#ac:nth-child(1){border:0px solid #E5E5E5;border-right-width:1px}div#ad_tab div#ar div#ac div:nth-child(1){font:12px Verdana;font-weight:bold;text-decoration:underline;color:#b98d43}div#ad_tab div#ar div#ac div:nth-child(2){font:10px Verdana;padding-top:3px}div#ad_tab div#ar div#ac div:nth-child(3){font:10px Verdana;padding-top:3px}div#ad_tabr{display:table-cell;position:relative;top:-16px;float:right;background:#E5E5E5;color:white;padding:1px;padding-left:15px;padding-right:10px;font:10px Verdana;margin-left:auto;margin-right:0px;cursor:pointer;cursor:hand;-webkit-border-top-left-radius:10px;-moz-border-radius-topleft:10px;border-top-left-radius:10px;outline:none;transition:all 0.10s ease-in-out;-webkit-transition:all 0.10s ease-in-out;-moz-transition:all 0.10s ease-in-out;opacity:0.5;filter:alpha(opacity=50)}div#ad_tabr:hover{background:#d61111;padding-left:35px;padding-right:35px;opacity:1.0;filter:alpha(opacity=100)}div#msg_cont{display:table;padding:0;width:100%;margin-top:5px}div#msg_cont div#mr{display:table-row}div#msg_cont div#mr div#mc{display:table-cell;padding:0px;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div#msg_cont div#mr div#mc:nth-child(1){width:250px}div#msg_cont div#mr div#mc:nth-child(2){width:auto;padding-right:5px}#messageTop{font-family:"Trebuchet MS",sans-serif;font-size:16px;font-style:normal;border-collapse:separate;color:white;padding:10px;margin-left:5px;background:#6d6d6d;margin-bottom:0px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border-top-left-radius:5px;border-top-right-radius:5px}#messageTop a{color:white}div#msg_top{display:table;padding:0;width:100%}div#msg_top div#mtr{display:table-row}div#msg_top div#mtr div#mtc{display:table-cell;padding:0px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div#msg_top div#mtr div#mtc:nth-child(1){font-family:"Trebuchet MS",sans-serif;font-size:16px;font-style:normal;color:white}div#msg_top div#mtr div#mtc:nth-child(2){text-align:right}.topbgr{width:100%;height:80px;background:#d62062;margin:0px;background:linear-gradient(270deg,#d62062,#ff4286);background-size:400% 400%;-webkit-animation:TopBgrAnim 30s ease infinite;-moz-animation:TopBgrAnim 30s ease infinite;animation:TopBgrAnim 30s ease infinite}.topbgr #l{position:relative;left:18px;top:18px;width:118px;height:118px;background-image:url("/img/join/joined/ico.png");background-position:0px -1186px;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:default;pointer:default}#topbgrt{position:relative;height:1px}#topbgrt .t{position:absolute;left:20px;top:-60px;color:#FFF;font-family:Arial;font-size:16px;font-weight:normal;line-height:16px;font-style:normal;text-transform:uppercase;border-collapse:separate;text-shadow:2px 2px 5px #696969;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:default;pointer:default}#topbgrt #n{position:absolute;left:20px;top:-45px;color:#FFF;font-family:"Trebuchet MS",sans-serif;font-size:24px;font-weight:bold;line-height:24px;font-style:normal;text-transform:uppercase;border-collapse:separate;text-shadow:2px 2px 5px #696969;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:default;pointer:default}#topbgrt #e{position:absolute;width:100px;text-align:right;left:910px;top:-140px;color:#cae9fb;font-family:"Trebuchet MS",sans-serif;font-size:12px;font-weight:bold;line-height:12px;font-style:normal;text-transform:uppercase;border-collapse:separate;text-shadow:1px 1px 5px black;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:default;pointer:default}#topbgrt #e a{color:#cae9fb}#topbgrt div#g{position:absolute;width:120px;text-align:center;float:left;right:10px;top:-45px;color:#a6a6a6;padding:5px;background:rgba(255,255,255,0.8);font-family:"Trebuchet MS",sans-serif;font-size:12px;line-height:12px;font-style:normal;border-collapse:separate;text-shadow:1px 1px 5px #a6a6a6;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:default;pointer:default;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}#topbgrt div#g div.m{display:none;position:absolute;text-align:right;top:22px;right:0px;width:110px;padding:10px;background:rgba(255,255,255,0.9);color:#cae9fb;font-family:"Trebuchet MS",sans-serif;font-size:12px;font-style:normal;text-shadow:1px 1px 5px #a6a6a6;pointer:default;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;z-index:20000;box-shadow:0px 0px 3px grey}#topbgrt div#g div.m a{color:#7c7c7c;font-size:12px}#topbgrt div#g:hover .m{display:block}#topbgrt div#a{position:absolute;text-align:left;top:-19px;left:180px;max-width:100%;height:20px;z-index:1;padding:3px;overflow:hidden;padding-left:10px;background:rgba(255,255,255,0.7);color:#cae9fb;font-family:"Trebuchet MS",sans-serif;font-size:12px;font-style:normal;text-shadow:1px 1px 5px #a6a6a6;pointer:default;box-shadow:0px 0px 3px grey;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border-top-left-radius:5px;border-top-right-radius:5px}div#adsLayout{display:table;padding:0;margin:0px;width:100%}div#adsLayout div.pr{display:table-row}div#adsLayout div.pr div.pc{display:table-cell;padding:5px;vertical-align:top}div#adsLayout div.pr div.pc:first-child{width:400px}div.adCats a{display:block;color:#8b9dc3;width:100%;padding:5px;padding-left:10px;font:16px Arial;text-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div.adCats a.sel{font-weight:bold;background:#c9d5ed;color:#000}div.adCats a:hover,div.adCats a.sel:hover{background:#8b9dc3;color:white;text-decoration:none}div#planLayout{display:table;padding:0;margin:0px;width:100%}div#planLayout div.pr{display:table-row}div#planLayout div.pr div.pc{display:table-cell;padding:5px;vertical-align:top}div#planLayout div.pr div.pc:first-child{width:250px}div#planLayout2{display:table;padding:0;margin:0px;width:100%}div#planLayout2 div.pr{display:table-row}div#planLayout2 div.pr div.pc{display:table-cell;padding:5px;vertical-align:top}div#planLayout2 div.pr div.pc:nth-child(2){min-width:250px}div#plansList{-webkit-column-count:2;-moz-column-count:2;column-count:2}div#gallery{display:block;padding:0;margin:0;width:100%;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div#gallery p.c{display:inline-block;padding:2px;height:250px;max-height:250px;text-align:center;position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div#gallery p.c img{max-width:100%;vertical-align:middle}div#gallery p.c span#n{font-family:"Roboto",sans-serif;font-size:16px;position:absolute;display:block;height:auto;color:white;cursor:pointer;cursor:hand;text-shadow:0px 1px 2px rgba(0,0,0,.8);left:10px;top:70%;z-index:100}div#gallery p.c span#n a,div#gallery p.c span#w a,div#gallery p.c span#v a{color:white;text-shadow:1px 1px 2px rgba(0,0,0,.8)}div#gallery p.c span#v{font-family:"Roboto",sans-serif;font-size:16px;position:absolute;display:block;height:auto;color:white;cursor:pointer;cursor:hand;background-color:rgba(252,74,108,.6);padding-left:5px;padding-right:5px;text-shadow:0px 1px 2px rgba(0,0,0,.8);left:10px;top:5%;z-index:100;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}div#gallery p.c span#w{font-family:"Roboto",sans-serif;font-size:16px;position:absolute;display:block;height:auto;color:white;cursor:pointer;cursor:hand;padding-left:5px;padding-right:5px;text-shadow:0px 1px 2px rgba(0,0,0,.8);left:10px;top:5%;z-index:100}div#searchResultsLayout{display:block;padding:2;margin:0px;width:100%;background:#717171}div#searchResultsLayout div.c{display:inline-block;width:150px;padding:2px;background:#717171;vertical-align:top;color:#d4d4d4;width:49.5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;cursor:hand;border:1px solid #686868}div#searchResultsLayout div.c:hover{background:#828282;color:white}div#searchResultsLayout div.c a{color:#fcce51;text-shadow:0px 1px 2px rgba(0,0,0,.2)}div#searchResultsLayout div.c:hover a{color:#eeb61f;text-decoration:underline}div#searchResultsLayout div.c img#p{width:25%;float:left;margin-right:5px}textarea.messenger{color:#575757;background:#e1e1e1;font-size:12px;font-family:"Verdana",sans-serif;outline:none;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;padding:15px;padding-right:15px;border:0px solid #4e4e4e;padding-left:15px;box-shadow:0px 1px 2px rgba(0,0,0,.2);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;text-shadow:0px 0px 0px rgba(0,0,0,.6);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}textarea.messenger:hover{box-shadow:0px 2px 2px rgba(0,0,0,.5);text-shadow:0px 0px 0px rgba(0,0,0,.6)}div#paging{display:block}div#paging a{display:inline-block;background:-webkit-gradient(linear,left top,left bottom,from(#F3F3F3),to(#FFFFFF));background:-moz-linear-gradient(top,#F3F3F3,#FFFFFF);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3',endColorstr='#FFFFFF');font:14px Arial;color:grey;width:28px;line-height:28px;text-align:center;border-radius:5px;box-shadow:0px 0px 2px grey;margin:0px;margin-top:5px;cursor:pointer;cursor:hand;margin-left:5px}div#paging a.sel{background:-webkit-gradient(linear,left top,left bottom,from(#ffb0ff),to(#fdddfd));background:-moz-linear-gradient(top,#ffb0ff,#fdddfd);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb0ff',endColorstr='#fdddfd');color:white;font:14px Arial;font-weight:bold;line-height:28px;text-shadow:0px 1px 2px rgba(0,0,0,.6)}div#paging a:hover{box-shadow:0px 0px 5px grey;color:white;text-decoration:none;background:#444444}div.lastRated{display:block}div.lastRated div.row{padding:5px;text-align:center}div.lastRated div.row div:first-child{padding-top:5px;padding-bottom:5px}div.lastRated div.row:nth-child(odd){background:#ececec}div.lastRated div.row:nth-child(even){background:#dddddd}div.lastRated div.row:hover{background:white}.photoholder{display:flex;flex-wrap: wrap;gap:5px;align-items: center}.photoholder a{flex:0 0 auto;max-width: 200px;text-align:center}.photoholder a.add{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.photoholder a img#pr{width:100%}.photoholder a img{width:100%}div.img100{display:block}div.img100 img{width:100%}div#leftMenu{margin-top:5px;margin-bottom:5px}ul#leftMenu > ul,#leftMenu > ul ul{list-style:none;margin:0;padding:0;vertical-align:baseline;line-height:1}#leftMenu > ul,#leftMenu > ul ul{display:block;position:relative;width:auto;padding:0px;padding:0px;margin:0px}#leftMenu > ul li{display:block;position:relative;margin:0;padding:0;width:auto}#leftMenu > ul li a{display:block;position:relative;margin:0;border-top:1px dotted #3a3a3a;border-bottom:1px dotted #1b1b1b;padding:11px 20px;width:auto;font-family:'Yanone Kaffeesatz',Helvetica,Arial,sans-serif;color:#d8d8d8;text-decoration:none;text-transform:uppercase;text-shadow:0 1px 1px #000;font-size:13px;font-weight:300;background:#282828}#leftMenu > ul li:first-child>a{border-top-left-radius:4px;border-top-right-radius:4px;border-top:0}#leftMenu > ul li:last-child>a{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:0}#leftMenu > ul li>a:hover,#leftMenu > ul li:hover>a{color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.3);background:#d4b800;background:-webkit-linear-gradient(bottom,#d4b800,#f6d600);background:-ms-linear-gradient(bottom,#d4b800,#f6d600);background:-moz-linear-gradient(bottom,#d4b800,#f6d600);background:-o-linear-gradient(bottom,#d4b800,#f6d600);border-color:transparent}#leftMenu > ul li>a:hover::after,#leftMenu > ul li:hover>a::after{border-left:4px solid #fff}#leftMenu > ul li>a:hover::before,#leftMenu > ul li:hover>a::before{border-left:4px solid rgba(0,0,0,.3)}div#discussTopics a{display:inline-block;padding:10px;width:25%;text-decoration:none;padding-left:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out}div#discussTopics a:hover{background:white;padding-left:20px;color:black;box-shadow:1px 2px 2px rgba(0,0,0,.2)}div#discTable{display:table;padding:0;width:100%}div#discTable div#dr{display:table-row}div#discTable div#dr p{display:table-cell;padding:5px;vertical-align:middle}div#discTable div#dr p:nth-child(2){text-align:right}div#discTable div#dr p a{display:block;padding:5px;text-decoration:none}div#discTable div#dr:hover p{background:white;color:black;box-shadow:1px 2px 2px rgba(0,0,0,.2)}div#discTable div#dr:hover p a{color:black}div#commentsLayout{display:table;padding:0;width:100%}div#commentsLayout div#cr{display:table-row}div#commentsLayout div#cr div{display:table-cell;padding:10px;padding-top:15px;padding-bottom:15px;vertical-align:top;border-top:2px solid #e9e9e9}div#commentsLayout div#cr:last-child div{border-bottom:2px solid #e9e9e9}div#commentsLayout div#cr div:nth-child(1){width:100px;background:#e5e5e5;text-align:center}div#commentsLayout div#cr div:nth-child(1) img{max-width:100px}div#commentsLayout div#cr div:nth-child(1){width:100px;background:#e5e5e5}div#commentsLayout div#cr:nth-child(odd):hover div:nth-child(1){background:#c9c9c9}div#commentsLayout div#cr:nth-child(even):hover div:nth-child(1){background:#c2c2c2}div#commentsLayout div#cr:hover div:nth-child(2){background:#f1f1f1}div#commentsLayout div#cr:nth-child(odd) div:nth-child(1){background:#f2f2f2}div#commentsLayout div#cr div:nth-child(2) br{content:"";margin:2em;display:block;font-size:24%}.tooltip{position:relative;display:inline-block;text-decoration:none;outline:none}.tooltip span{visibility:hidden;position:absolute;bottom:30px;left:50%;z-index:999;width:230px;margin-left:-127px;padding:10px;border:2px solid #ccc;opacity:.9;background-color:#ddd;background-image:-webkit-linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,0));background-image:-moz-linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,0));background-image:-o-linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,0));background-image:linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,0));-moz-border-radius:4px;border-radius:4px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.4),0 1px 0 rgba(255,255,255,.5) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.4),0 1px 0 rgba(255,255,255,.5) inset;box-shadow:0 1px 2px rgba(0,0,0,.4),0 1px 0 rgba(255,255,255,.5) inset;text-shadow:0 1px 0 rgba(255,255,255,.4)}.tooltip:hover{border:0}.tooltip:hover span{visibility:visible}.tooltip span:before,.tooltip span:after{content:"";position:absolute;z-index:99000;bottom:-7px;left:50%;margin-left:-8px;border-top:8px solid #ddd;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:0}.tooltip span:before{border-top-color:#ccc;bottom:-8px}.tabBox .tabs{margin:0;padding:0 3px;overflow:hidden;margin-bottom:-1px;height:2.25em}.tabBox .tabs li{float:left;list-style:none;margin:0;padding:.25em .25em 0;height:2em;overflow:hidden;position:relative;z-index:1;border-bottom:1px solid #5b5b5b}.tabBox .tabs li.selected{z-index:3}.tabBox .tabs a{float:left;height:2em;line-height:2em;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0;background:#dbdbdb;border:1px solid #5b5b5b;border-bottom:0;padding:0 10px;color:#000;text-decoration:none;margin:0px}.tabBox .tabs .selected a{background:#dbdbdb;color:#5b5b5b;-webkit-box-shadow:#5b5b5b 0 0 .25em;-moz-box-shadow:#5b5b5b 0 0 .25em;box-shadow:#5b5b5b 0 0 .25em}.tabBox .tabs a:hover{color:black;background:-webkit-gradient(linear,0 0,0 70%,from(#494b4c),to(#dbdbdb));background:-webkit-linear-gradient(#494b4c,#dbdbdb 70%);background:-moz-linear-gradient(#494b4c,#dbdbdb 70%);background:-ms-linear-gradient(#494b4c,#dbdbdb 70%);background:-o-linear-gradient(#494b4c,#dbdbdb 70%);background:linear-gradient(#494b4c,#dbdbdb 70%);-pie-background:linear-gradient(#494b4c,#dbdbdb 70%)}.tabBox .content{z-index:2;padding:2em 1em;border:0px solid #2e2f30;background:#dbdbdb;margin:0px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:#2e2f30 0 0 .25em;-moz-box-shadow:#2e2f30 0 0 .25em;box-shadow:#2e2f30 0 0 .25em}.forum{border:0px solid #5C6F83;background:#f2f3f5;font:11px Verdana;color:grey;border-radius:1px;padding:5px;padding-left:10px;padding-right:10px;box-shadow:0px 0px 2px grey;margin:0px;margin-top:10px;outline:none;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out}.forum:hover{color:white}.forum tr td img{box-shadow:0px 0px 0px grey}.forum tr.top:hover{background-color:rgba(173,193,215,0.8)}.forum tr:hover{background-color:rgba(234,235,236,0.8)}.forum tr.top{background-color:rgba(173,193,215,0.8)}.forum tr.top td.fc1{font:12px Verdana;width:10px;text-align:center;color:grey}.forum tr.top td.fc2{font:12px Verdana;width:250px;color:grey}.forum tr.top td.fc3{font:12px Verdana;width:10px;text-align:center;color:grey}.forum tr.top td.fc4{font:12px Verdana;width:120px;color:grey}.forum tr.top td.fc5{font:12px Verdana;width:100px;color:grey}.forum tr.end td{border:solid 0px #e0e0e0;border-top:solid 1px grey}.forum td.spec-td{vertical-align:top}.forum td.spec-td div.infocell{outline:none;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out}.forum td.spec-td div.infocell{font:12px Arial;color:white;height:0px;padding:0px;padding-left:5px;overflow:hidden;width:226px}.forum td.spec-td:hover div.infocell{font:12px Arial;display:block;height:auto;padding:5px}.forum td div{color:#747474;font-family:"Trebuchet MS",sans-serif;font-size:16px;line-height:25px;font-weight:normal}.forum td div.wb{color:white;font:12px Arial;font-weight:bold}.forum td div.wbb{color:#62adc7;font:12px Arial;font-weight:bold}.forum td div.w2{color:white;font:12px Arial}.forum h1{font:14px Calibri;color:white;text-transform:uppercase;vertical-align:middle;font-weight:bold;padding-bottom:3px;margin-bottom:5px;border-bottom:1px solid #2e2f30}body.mceContentBody{background:#fff;color:#000}div.fpart img{width:100%}div.fpart h2{padding:3px;font-family:Arial,sans-serif;font-size:18px;color:#363636;text-transform:none;text-shadow:none;margin-top:0px;background:none;filter:none}div.fpart h2 a{color:var(--modal-text)}div.fpart h2 a:hover{color:var(--modal-text);text-decoration:none}article{min-height:600px;width:100%}article div{width:100%}body.mceContentBody p,body.mceContentBody li,article p,article ul,article li{font-family:Arial,sans-serif;font-size:16px;line-height:24px;margin-bottom:12px}body.mceContentBody li,article li{margin-left:20px}body.mceContentBody h2,article h2{font-family:Arial,sans-serif;text-transform:none;font-size:24px;color:black;text-shadow:none;background:none;padding:0px;margin-bottom:12px}}@media all and (max-width:850px){div#fpLayout{display:block;padding:0;width:auto}div#fpLayout div#fpr{display:block}div#fpLayout div#fpr div.fpc{display:inline-block;padding:0px;vertical-align:top}div#fpLayout div#fpr div.fpc:nth-child(1){min-width:0;max-width:none;width:100%}div#fpLayout div#fpr div.fpc:nth-child(2){min-width:0;max-width:none;width:100%}div#fpLayout div#fpr div.fpc:nth-child(3){min-width:0;max-width:none;width:100%}div#fpLayout div#fpr div.fpc:nth-child(1) div#weekface{text-align:center;background:#dcdcdc}div#discussTopics a{width:33%}}@media all and (max-width:800px){div.navMob div#m{display:block;width:100%;background:#353435;height:40px;line-height:40px;color:white;text-transform:uppercase;vertical-align:middle}div.navMob div.nav{display:none}div.navMob:hover div.nav{display:block;float:left;position:relative}div.nav{width:100%;padding:0px;margin:0px;padding-left:0px;background:#4f4c4f;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div.nav ul ul{float:none;display:block;position:relative}div.nav ul{display:block;position:relative;margin:0px;background:#4f4c4f;padding:0;list-style:none;z-index:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div.nav ul:after{position:relative;display:block}div.nav ul li{float:none;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div.nav ul li:hover a{background:transparent;z-index:0}div.nav ul li a{display:block;position:relative;padding:10px 10px;z-index:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div.nav ul li .cnt{float:none;position:relative;height:0px;width:0px}div.nav ul li .cnt div{position:absolute;right:0px;top:-42px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;padding-top:3px;padding-bottom:3px;padding-left:5px;padding-right:5px;background:red;border-collapse:separate;color:white;box-shadow:0px 0px 5px white}div.nav ul ul{display:block;background:#5e5c5e;border-radius:0px;padding:0 0;top:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;padding-left:10px}div.nav ul ul li{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-width:none;max-width:none;float:none;border:0;display:block;position:relative;z-index:0}div.nav ul ul li a{display:block;padding:10px 10px;font:14px Arial;color:white;z-index:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}div.nav ul ul li a:hover{display:block;z-index:0;background:#bf1717}div.nav ul ul ul{display:block;position:static;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;left:10px;padding-left:20px}div.rateContainer{display:block;padding:0;margin-left:0px;width:100%}div.rateContainer div.rtRow{display:block}div.rateContainer div.rtRow div.rtCell{display:block;padding:5px;vertical-align:top}div.rateContainer div.rtRow div.rtCell:nth-child(1){width:100%}div.rateT div.stRow p{font-size:24px;width:40px}.showImage img,.showImage2 img{max-height:none;width:100%}div.rate div.rateimg img{max-width:none;max-height:none;width:100%}div#profileLayout div#plr div#plc:nth-child(2){display:block}div#profileLayout div#plr div#plc:nth-child(3){display:block;width:auto}div.ads250{background:#dcdcdc}div#gallery p.c{width:25%;max-height:100px}div#discussTopics a{width:50%}.on_grid-container{display:grid;width:100%;min-height:50vh;height:fit-content;grid-gap:2px;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;grid-template-areas:"pro1 pro2" "pro3 pro4" "pro5 pro6" "pro7 pro8"}.on_p{position:relative;height:25vh}}@media all and (max-width:700px){div.simpleTableMiddle{display:block}div.simpleTableMiddle div.stRow{display:block}div.simpleTableMiddle div.stRow div.stCell{display:block;text-align:center}.on_p .n{font-size:16px}.fp_grid-container{display:block}.fpABlock{display:block}.online{display:block;width:100%}.rightMenu{display:block}.poll{display:block}.yourCity{display:block}.newestUsers{display:block}}@media all and (max-width:600px){div#gallery p.c{width:50%;max-height:200px}.on_p .n{font-size:26px}article.fparticle{width:100%;max-width:450px;display:block;max-height:none;overflow-y:none}article.fparticle img{width:100%}div#adsLayout{display:block}div#adsLayout div.pr{display:-webkit-box;display:-moz-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical}div#adsLayout div.pr div.pc{display:block}div#adsLayout div.pr div.pc:nth-child(1){width:auto;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;box-ordinal-group:1}div#adsLayout div.pr div.pc:nth-child(2){-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;box-ordinal-group:2}div#discussTopics a{width:50%}div.box3 h2{font-size:24px}div#discussTopics{font-size:18px}div.simpleTable{display:block}div.simpleTable div.stRow{display:block}div.simpleTable div.stRow div.stCell{display:block;text-align:left}div.lastUsersFp{-webkit-column-count:2;-moz-column-count:2;column-count:2;font-size:24px}div.lastUsersFp a{display:inline-block;padding:10px}div#profileLayout{display:block;padding:0;width:100%}div#profileLayout div#plr{display:block}div#profileLayout div#plr div#plc{display:block;padding:0px;vertical-align:top}div#profileLayout div#plr div#plc:nth-child(1){width:100%;min-width:none;max-width:none;overflow:hidden}div#profileLayout div#plr div#plc:nth-child(2){padding-left:0px;width:auto}div#profileLayout div#plr div#plc:nth-child(3){padding-left:0px;width:100%}div#msg_cont{display:block}div#msg_cont div#mr{display:block}div#msg_cont div#mr div#mc{display:block}div#msg_cont div#mr div#mc:nth-child(1){width:100%}div#msg_cont div#mr div#mc:nth-child(2){padding-right:0px;padding-left:0px;margin:0}div#msgCnt{margin-top:10px}div#r{display:none}#topbgrt .t{font-size:14px;line-height:14px}#topbgrt #n{font-size:24px;line-height:24px}div#planLayout{display:block}div#planLayout div.pr{display:block}div#planLayout div.pr div.pc{display:block}div#planLayout div.pr div.pc:first-child{width:100%}div#planLayout2{display:block}div#planLayout2 div.pr{display:block}div#planLayout2 div.pr div.pc{display:block}div#planLayout2 div.pr div.pc:last-child{width:100%}div#searchResultsLayout div.c{width:100%}div#searchResultsLayout div.c img#p{width:35%;max-width:150px}div#profileDataE{display:block}div#profileDataE div#pdr{display:block;text-align:center}div#profileDataE div#pdr p#c{display:block;font-size:18px}div#profileDataE div#pdr:nth-child(odd) p#c{background:none}div#profileDataE div#pdr p#c:nth-child(odd){background:#f6f6f6}.button,.inpt,textarea.inpt,div.simpleTableMiddle div{font-size:18px}textarea.inpt{max-width:100%}div#commentsLayout{display:block}div#commentsLayout div#cr{display:block}div#commentsLayout div#cr div{display:block;font-size:18px}div#commentsLayout div#cr div:nth-child(1){width:100%}div#commentsLayout div#cr div:nth-child(1) img{display:block;margin-left:auto;margin-right:auto}div#commentsLayout div#cr div:nth-child(2){padding:3px;padding-bottom:40px}}@media all and (max-width:400px){body{background:none}div#fpLayout{display:block;padding:0;width:auto}div#fpLayout div#fpr{display:block}div#fpLayout div#fpr div.fpc{display:block;padding:0px;vertical-align:top}div#fpLayout div#fpr div.fpc:nth-child(1) div#weekface img{width:100%;max-width:none;border:0px}#topbgrt .t{font-size:12px;line-height:12px}#topbgrt #n{font-size:18px;line-height:14px}#topbgrt div#a{left:110px}div#plansList{-webkit-column-count:1;-moz-column-count:1;column-count:1}div#gallery p.c{width:50%}div.simpleTableMiddle div.stRow div.stCell{display:block}textarea.messenger{font-size:20px}.button{font-family:Arial;font-size:18px;padding:10px}span.city,span.age,span#pending,span#error{font-size:16px;padding:0px}div#h1,h1{text-align:center;font-size:18px;padding-left:0px;padding-right:0px}div#discussTopics a{width:100%}}@media all and (max-width:350px){div#gallery p.c{width:50%}}@media print{body{background:none}}::-webkit-scrollbar{width:5px;height:2px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:50px}::-webkit-scrollbar-thumb:hover{background:#ffffff}::-webkit-scrollbar-thumb:active{background:#ffffff}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:50px}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}@-webkit-keyframes TopBgrAnim{0%{background-position:0% 88%}50%{background-position:100% 13%}100%{background-position:0% 88%}}@-moz-keyframes TopBgrAnim{0%{background-position:0% 88%}50%{background-position:100% 13%}100%{background-position:0% 88%}}@keyframes TopBgrAnim{0%{background-position:0% 88%}50%{background-position:100% 13%}100%{background-position:0% 88%}}#modal-overlay{display:b;position : absolute;top: 0;left : 0;width: 100%;height : 100%;background : rgba(0,0,0,0.7);filter : alpha(opacity=50);z-index: 10000;display: none}#overlay-wrapper{position:relative;display: block;top:0;left:0;height:100%;width:100%;z-index: 10001;display: none}#overlay-wrapper span{margin:0;position:absolute;background:red;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.d1 img{max-width:100%}.hidden{display:none}div#scroll{overflow:auto;padding:0px}div.scroll{overflow:auto;padding:0px}div#scrollY{overflow-y:auto;padding:0px}div.scrollY{overflow-y:auto;padding:0px}span#pr,span.pr{background:#f79999;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;padding:2px;padding-left:5px;padding-right:5px;font:bold 10px 'Roboto',sans-serif;color:white;text-shadow:0 1px 1px rgba(0,0,0,.3);display:inline-block;margin-bottom:1px}span#pr a,span.pr a{color:white}span#pg,span.pg{background:#bbf296;color:#3b8900;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;padding:2px;padding-left:5px;padding-right:5px;font:bold 10px 'Roboto',sans-serif;text-shadow:0 1px 1px rgba(255,255,255,.3);display:inline-block;margin-bottom:1px}span#pg a,span.pg a{color:white}span#pn,span.pn{background:#a9bcd1;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;padding:2px;padding-left:5px;padding-right:5px;font:bold 10px 'Roboto',sans-serif;color:white;text-shadow:0 1px 1px rgba(0,0,0,.3);display:inline-block;margin-bottom:1px}span#pn a,span.pn a{color:white}span#pnr{background:#E2ADA1;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;padding:2px;padding-left:5px;padding-right:5px;font:bold 10px 'Roboto',sans-serif;color:white;text-shadow:0 1px 1px rgba(0,0,0,.3);display:inline-block;margin-bottom:1px}span#pnr a{color:white}span#pb,span.pb{background:#a9bcd1;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;padding:2px;padding-left:5px;padding-right:5px;font:bold 12px 'Roboto',sans-serif;color:white;text-shadow:0 1px 1px rgba(0,0,0,.3);display:inline-block;margin-bottom:1px}span#pb a,span.pb a{color:white}span#pgn,span.pgn{background:#bbf296;color:#2d6800;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;padding:2px;padding-left:5px;padding-right:5px;font:normal 12px 'Roboto',sans-serif;text-shadow:0;display:inline-block;margin-bottom:1px}span#pgn a,span.pgn a{color:white}span#pgrn,span.pgrn{background:#e5e4e3;color:#878787;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;padding:2px;padding-left:5px;padding-right:5px;font:normal 14px 'Roboto',sans-serif;text-shadow:0;display:inline-block;margin-bottom:1px}span#pgrn a,span.pgrn a{color:white}span#pb2,span.pb2{background:#99d392;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;padding:2px;padding-left:5px;padding-right:5px;font:bold 12px 'Roboto',sans-serif;color:white;text-shadow:0 1px 1px rgba(0,0,0,.3);display:inline-block;margin-bottom:1px}span.pb2 a,span#pb2 a{color:white}span.pb3,span#pb3{background:#f2b54d;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;padding:2px;padding-left:5px;padding-right:5px;font:bold 12px 'Roboto',sans-serif;color:white;text-shadow:0 1px 1px rgba(0,0,0,.3);display:inline-block;margin-bottom:1px}span.pb3 a,span#pb3 a{color:white}span.pb4,span#pb4{background:#e08baa;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;padding:2px;padding-left:5px;padding-right:5px;font:bold 12px 'Roboto',sans-serif;color:white;text-shadow:0 1px 1px rgba(0,0,0,.3);display:inline-block;margin-bottom:1px}span.pb4 a,span#pb4 a{color:white}.flex{display: flex !important;flex-direction: row !important;flex-wrap: wrap;align-items: center;gap:5px;width:fit-content}.flexFull{display: flex !important;flex-direction: row !important;flex-wrap: wrap;align-items: center;gap:5px;width:100%}.flexFull div{flex:1 1 auto}article{padding:10px}article h1{background:none;padding:5px;border:none;font-weight:bold;margin:0;margin-top:10px;margin-bottom:0px;color:black;font-family: 'Raleway', sans-serif;font-size:30px;color:#262626;text-transform:uppercase}article h2{background:none;border:none;font-weight:bold;padding:0;margin:0;margin-top:20px;margin-bottom:20px;color:black;font-family: 'Roboto Condensed', sans-serif;font-size:24px;color:#262626;text-transform:uppercase}article h3{background:none;border:none;font-weight:bold;padding:0;margin:0;margin-top:20px;margin-bottom:20px;color:black;font-family: 'Roboto Condensed', sans-serif;font-size:20px;color:#262626;text-transform:uppercase}article h4{background:none;border:none;font-weight:bold;padding:0;margin:0;margin-top:20px;margin-bottom:20px;color:black;font-family: 'Roboto Condensed', sans-serif;font-size:18px;color:#262626;text-transform:uppercase}article div,article p,article li{font-family: 'Roboto', sans-serif;font-size:16px}article p{padding-left:0px}.slider-container{position: relative;width: 100%;height: 500px;overflow: hidden;background:#494949}.sliderProfile{display: flex;scroll-snap-type: x mandatory;overflow-x: scroll;width: 100%;height: 100%;scroll-behavior: smooth;scrollbar-width: none;-ms-overflow-style: none}.sliderProfile::-webkit-scrollbar{display: none}.slide{flex: 0 0 100%;scroll-snap-align: center;display: flex;justify-content: center;align-items: center;height: 100%}.slide img{width: 100%;height: 100%;object-fit: contain}.arrows{position: absolute;top: 50%;width: 100%;display: flex;justify-content: space-between;transform: translateY(-50%);z-index: 10}.arrow-left, .arrow-right{width: 30px;height: 30px;cursor: pointer;fill: white;background-color: rgba(0, 0, 0, 0.5);border-radius: 50%;padding: 5px}.arrow-left{margin-left: 10px}.arrow-right{margin-right: 10px}div#messagesContainer{display:block;padding:10px;margin-left:5px;background:#eeeeee;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;min-height:400px;max-height:400px;overflow:auto;overflow-x:hidden}div#messagesContainer2{display:block;padding:10px;margin-left:5px;background:#eeeeee;min-height:400px;max-height:400px;overflow:auto;overflow-x:hidden;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.bubble{background-color:rgb(210,244,254);background-image:linear-gradient(bottom,rgb(210,244,254) 25%,rgb(149,194,253) 100%);background-image:-o-linear-gradient(bottom,rgb(210,244,254) 25%,rgb(149,194,253) 100%);background-image:-moz-linear-gradient(bottom,rgb(210,244,254) 25%,rgb(149,194,253) 100%);background-image:-webkit-linear-gradient(bottom,rgb(210,244,254) 25%,rgb(149,194,253) 100%);background-image:-ms-linear-gradient(bottom,rgb(210,244,254) 25%,rgb(149,194,253) 100%);background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.25,rgb(210,244,254)),color-stop(1,rgb(149,194,253)));border:solid 1px rgba(0,0,0,0.5);border-radius:20px;box-shadow:inset 0 5px 5px rgba(255,255,255,0.4),0 1px 3px rgba(0,0,0,0.2);box-sizing:border-box;clear:both;float:left;margin-bottom:20px;padding:8px 30px;position:relative;text-shadow:0 1px 1px rgba(255,255,255,0.7);width:auto;max-width:100%;word-wrap:break-word}.bubble br{display: block;margin: 7px 0}.bubble:before,.bubble:after{border-radius:20px / 10px;content:'';display:block;position:absolute}.bubble:before{border:10px solid transparent;border-bottom-color:rgba(0,0,0,0.5);bottom:0;left:-7px;z-index:-2}.bubble:after{border:8px solid transparent;border-bottom-color:#d2f4fe;bottom:1px;left:-5px}.bubble--alt{background-color:rgb(172,228,75);background-image:linear-gradient(bottom,rgb(172,228,75) 25%,rgb(122,205,71) 100%);background-image:-o-linear-gradient(bottom,rgb(172,228,75) 25%,rgb(122,205,71) 100%);background-image:-moz-linear-gradient(bottom,rgb(172,228,75) 25%,rgb(122,205,71) 100%);background-image:-webkit-linear-gradient(bottom,rgb(172,228,75) 25%,rgb(122,205,71) 100%);background-image:-ms-linear-gradient(bottom,rgb(172,228,75) 25%,rgb(122,205,71) 100%);background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.25,rgb(172,228,75)),color-stop(1,rgb(122,205,71)));float:right}.bubble--alt:before{border-bottom-color:rgba(0,0,0,0.5);border-radius:20px / 10px;left:auto;right:-7px}.bubble--alt:after{border-bottom-color:#ace44b;border-radius:20px / 10px;left:auto;right:-5px}.registrationinfo{font-size:12px;font-family:"Trebuchet MS",sans-serif}div#msgNotif{background-image:url('/img/v3/message.png');background-repeat:no-repeat;background-position:left middle;padding-left:20px;line-height:16px;margin-top:5px;margin-bottom:5px}div#top{position:fixed;top:0px;height:0px;width:100%;z-index:999000}div#top div.t{width:100%;background:#525252;display:block;height:40px;line-height:40px;box-shadow:0px 3px 2px rgba(0,0,0,.2)}div.start h1{padding:0px;margin:0px;margin-left:15px;font-family:"Trebuchet MS",sans-serif;font-size:14px;text-transform:none;background:none;color:#757575;text-shadow:none}div.start h2{background:#efefef;font-family:"Trebuchet MS",sans-serif;font-size:14px;color:black;padding:5px;margin:0px;text-transform:none;margin-bottom:10px;text-shadow:0px 1px 2px rgba(0,0,0,.2);border:0px solid #4e4e4e;box-shadow:0px 1px 2px rgba(0,0,0,.2);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-weight:normal}.gallerybgr{background:#686868}div#toperror{position:fixed;top:40px;height:0px;width:100%;z-index:1999}div#toperror div{font-family:"Roboto",sans-serif;font-size:14px;width:100%;background:#bd0000;display:block;height:70px;padding:15px;padding-left:40px;color:#dfdfdf;box-shadow:0px 3px 2px rgba(0,0,0,.2)}div#toperror div span#h2{display:block;font-family:"Arial",sans-serif;font-size:16px;color:#dfdfdf;font-weight:bold}div#toperror div a{color:#dfdfdf;text-decoration:underline}div#toperror div a:hover{text-decoration:none}div#adclick{text-align:center}.center{text-align:center}table td.valign{vertical-align:top}marquee{width:100%}.message{background-size:40px 40px;background-image:linear-gradient(135deg,rgba(255,255,255,.05) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.05) 50%,rgba(255,255,255,.05) 75%,transparent 75%,transparent);box-shadow:inset 0 -1px 0 rgba(255,255,255,.4);width:100%;border:1px solid;color:#fff;padding:15px;position:fixed;_position:absolute;text-shadow:0 1px 0 rgba(0,0,0,.5);animation:animate-bg 5s linear infinite}.info{background-color:#4ea5cd;border-color:#3b8eb5}.error{background-color:#de4343;border-color:#c43d3d}.warning{background-color:#eaaf51;border-color:#d99a36}.success{background-color:#61b832;border-color:#55a12c}.message h3{margin:0 0 5px 0}.message p{margin:0}@keyframes animate-bg{from{background-position:0 0}to{background-position:80px 0}}#beigums{background:url('/img/w6.png');width:468px;height:122px}* html #beigums{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/w6.png',sizingMethod='image');background:none}#p1{background:url('/img/img2/ico/purse.png');width:31px;height:31px}* html #p1{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/img2/ico/purse.png',sizingMethod='image');background:none}#p2{background:url('/img/img2/ico/letters.png');width:31px;height:31px}* html #p2{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/img2/ico/letters.png',sizingMethod='image');background:none}#p3{background:url('/img/img2/ico/search.png');width:31px;height:31px}* html #p3{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/img2/ico/search.png',sizingMethod='image');background:none}#p4{background:url('/img/img2/ico/online.png');width:31px;height:31px}* html #p4{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/img2/ico/online.png',sizingMethod='image');background:none}#p5{background:url('/img/img2/ico/rate.png');width:31px;height:31px}* html #p5{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/img2/ico/rate.png',sizingMethod='image');background:none}#p6{background:url('/img/img2/ico/chat.png');width:31px;height:31px}* html #p6{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/img2/ico/chat.png',sizingMethod='image');background:none}#p7{background:url('/img/img2/ico/games.png');width:31px;height:31px}* html #p7{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/img2/ico/games.png',sizingMethod='image');background:none}#p8{background:url('/img/img2/ico/exit.png');width:31px;height:31px}* html #p8{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/img2/ico/exit.png',sizingMethod='image');background:none}#p9{background:url('/img/img2/ico/signup.png');width:31px;height:31px}* html #p9{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/img2/ico/signup.png',sizingMethod='image');background:none}.reg1{background-image:url('/img/reg/regline.jpg');background-repeat:repeat-x;height:118px;text-align:center;color:#FFFFFF}.reg1 a{color:#FFFFFF}.bgr1{background-color:#FEE39F;border-style:solid;border-color:#FF6600;border-width:0px;border-top-width:1px}.bottombgr{background-image:url('/img/banbgr.jpg')}.bgdiary{background-image:url('/img/bgdiary.jpg')}.ratedgrade{font:24px Verdana;font-weight:bold;color:#FCB90F;padding-left:50px;padding-right:50px}.marg5top{margin-top:5px}.marg5{margin:5px}.buybtn{font:16px Verdana;font-weight:bold;color:#FFFFFF;width:152px;height:54px;background-image:url("/img/buybtn.gif");border-style:solid;border-color:#FF6600;border-width:0px;padding:0px}.ad_table_title{color:#cb9b18}.ad_table_url{color:#cb9b18}input.inputshadow1{outline:none;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;border-radius:5px;border:#35a5e5 0px solid;padding:8px;box-shadow:0 0 2px #191a1c;-webkit-box-shadow:0 0 2px #191a1c;-moz-box-shadow:0 0 2px #191a1c;opacity:0.6;filter:alpha(opacity=60)}input.inputshadow1:focus{box-shadow:0 0 5px #191a1c;-webkit-box-shadow:0 0 5px #191a1c;-moz-box-shadow:0 0 5px #191a1c;opacity:0.8;filter:alpha(opacity=80)}input.inputshadow1:hover{box-shadow:0 0 5px #191a1c;-webkit-box-shadow:0 0 5px #191a1c;-moz-box-shadow:0 0 5px #191a1c;opacity:0.9;filter:alpha(opacity=90)}textarea.inputshadow1{color:8c8c8d;font:12px Arial;outline:none;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;border-radius:5px;border:#35a5e5 0px solid;padding:8px;box-shadow:0 0 2px #191a1c;-webkit-box-shadow:0 0 2px #191a1c;-moz-box-shadow:0 0 2px #191a1c;opacity:0.6;filter:alpha(opacity=60)}textarea.inputshadow1:focus{box-shadow:0 0 5px #191a1c;-webkit-box-shadow:0 0 5px #191a1c;-moz-box-shadow:0 0 5px #191a1c;opacity:0.8;filter:alpha(opacity=80)}select.inputshadow1{box-shadow:0 0 5px #191a1c;outline:none;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;border-radius:5px;border:#35a5e5 0px solid;padding:8px;opacity:0.6;filter:alpha(opacity=60)}select.inputshadow1:focus{box-shadow:0 0 5px #62adc7;-webkit-box-shadow:0 0 5px #62adc7;-moz-box-shadow:0 0 5px #62adc7;opacity:0.8;filter:alpha(opacity=80)}select.inputshadow1:hover{box-shadow:0 0 5px #62adc7;-webkit-box-shadow:0 0 5px #62adc7;-moz-box-shadow:0 0 5px #62adc7;opacity:0.9;filter:alpha(opacity=90)}.parlink{outline:none;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;padding:5px;background:transparent}.parlink:hover{background:rgb(226,226,226);background:-moz-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(226,226,226,1)),color-stop(50%,rgba(219,219,219,1)),color-stop(51%,rgba(209,209,209,1)),color-stop(100%,rgba(254,254,254,1)));background:-webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);background:-o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);background:-ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);background:linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2',endColorstr='#fefefe',GradientType=0 )}.parlink a{outline:none;transition:all 0.10s ease-in-out;-webkit-transition:all 0.10s ease-in-out;-moz-transition:all 0.10s ease-in-out;font:20px Arial;color:#e9e9e9;text-transform:uppercase;text-shadow:0px 1px 1px rgba(0,0,0,.8)}.parlink:hover a{color:white;text-shadow:0px 1px 2px rgba(0,0,0,1)}#r{position:fixed;top:200px;height:0px;left:0%}#r div{outline:none;transition:all 0.1s ease-in-out;-webkit-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;opacity:0.25;filter:alpha(opacity=25);width:50px}#r div:hover{opacity:1;filter:alpha(opacity=100)}div#participants{padding:5px;background:#eeeeee;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}div#participants div#p{overflow:auto;width:100%;padding:0px;max-height:603px;overflow-x:hidden}div#participants table{width:100%}div#participants table tr{cursor:pointer;cursor:hand;height:35px}div#participants table tr.s td{width:100%;text-shadow:0px 1px 2px rgba(0,0,0,.2);background:#e0e0e0;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;color:#232323}div#participants table tr td:first-child{width:31px}div#participants table tr:hover{background:#e8e8e8}div#participants table tr:hover td{color:#656565}div#participants table tr{padding:0px;margin:0px}div#participants table tr td{color:#838383}div.about{padding: 40px;padding-top: 50px;padding-bottom: 50px;margin-bottom: 20px;text-align: left;font-family: 'Niramit', sans-serif;background-color: #8acfea;background-image: url("/img/site/background/kisa_dating.webp");background-position: center center;background-repeat: no-repeat;background-size: cover}div.about div.m{font-size:30px;line-height:30px;color:white;text-shadow:1px 1px 2px rgba(0,0,0,0.4);margin-bottom:20px}div.about div.a{font-size:18px;line-height:18px;color:white;text-shadow:1px 1px 2px rgba(0,0,0,0.4)}table{border-spacing:0px;border-collapse:separate}img{border-style:solid;border-color:#cb9b18;border-width:0px}.img2{border-style:solid;border-width:0px;padding:0px}.img3{border-style:solid;border-color:#cb9b18;border-width:3px;padding:2px;box-shadow:0px 0px 3px grey}.img4{border-style:solid;border-width:0px;padding-left:2px}.imgb{border-style:solid;border-color:#cb9b18;border-width:3px}.imgz{border-style:dashed;border-color:#cb9b18;border-width:3px}.imgz2{border-style:double;border-color:#cb9b18;border-width:3px}hr{border:0;border-top:1px solid #e9e9e9;height:0;background:#e9e9e9}a{color:#b98d14;text-decoration:none;cursor:pointer;cursor:hand}a:hover{text-decoration:underline}a.nav{color:#5C6F83;text-decoration:underline}a.dZ{font:10px Verdana;color:#cb9b18}a.dZ:hover{color:#5C6F83;text-decoration:none}a.otrs{color:#cb9b18}a.otrs:hover{text-decoration:none}a.otrs2{color:#cb9b18}a.otrs2:hover{text-decoration:underline;text-shadow:1px 1px 1px #dcdcdc}a.black{color:#000000}.small{font:10px Verdana}.smallb{font:10px Verdana;font-weight:bold}.bold{font-weight:bold}.xBox{padding-bottom:5px;font:12px Verdana;font-weight:bold;color:#6A819C}.xSbox{font:12px Tahoma,serif;color:#6A819C}.xSbox2{font:10px Tahoma,serif;color:#6A819C}.inpt2{border:1px solid #5C6F83;font:12px Verdana;color:#cb9b18;scrollbar-base-color:#FCB90F}.inpt3{border:1px solid #5C6F83;font:12px Verdana;color:#cb9b18;scrollbar-base-color:#9AB5D4}.inpt4{font:12px Verdana;color:#cb9b18;background:white}.inpt5{box-shadow:0 0 5px rgba(0,0,0,.2);;outline:none;transition:all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;border-radius:5px;border:#35a5e5 0px solid;padding:8px;opacity:0.6;filter:alpha(opacity=60)}.inpt5:focus{box-shadow:0 0 5px #62adc7;-webkit-box-shadow:0 0 5px #62adc7;-moz-box-shadow:0 0 5px #62adc7;opacity:0.8;filter:alpha(opacity=80)}.inpt5:hover{box-shadow:0 0 5px #62adc7;-webkit-box-shadow:0 0 5px #62adc7;-moz-box-shadow:0 0 5px #62adc7;opacity:0.9;filter:alpha(opacity=90)}.inpt6{font:12px Verdana;font-weight:bold;background:#FFF3D5}.inpt7{font:10px Verdana;background:#FFF3D5}.inpt8{background:#FCB90F;font:10px Verdana;color:#000000;width:107px}.inpt9{font:11px Verdana;background-color:#FF0000;background-image:#FF0000;background-image:url('../img/bgrface.gif');color:#FFFFFF;border:0px solid #FCB90F;width:150px}.btn{border:1px solid #5C6F83;background:#9AB5D4;font:12px Tahoma,serif;color:#5C6F83}.brd{border:1px solid black}.dotted-brd{border-bottom:1px dotted #93B8E1}.dotted-brd2{border-bottom:1px solid #cb9b18}.brd2{border:1px solid #547BA7}.brd3{border:1px solid #FCB90F;background:#FFF3D5}.brd4{border:1px solid #547BA7;background:#D3E3F5}.bfnt{color:white;font:20pt Arial;text-transform:uppercase;text-shadow:0px 1px 2px rgba(0,0,0,.2);padding:10px}.xS{font:12px Tahoma,serif;color:#6A819C;padding:0}.dzdiena{color:#FF0000}.komskaits{color:#FF9933;font:10px Verdana}a.topic{color:#000000}a.topic:hover{font-weight:bold}.GZils{background:#FCB90F}.GGZils{background:#FFF3D5;border-style:solid;border-width:1px;border-color:#cb9b18}.Balts{background:#FFFFFF;border-bottom-width:0px;border-top-width:0px;border-left-width:0px;border-right-width:0px}.GZilsB{background:rgb(252,234,187);background:-moz-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(252,234,187,1)),color-stop(50%,rgba(252,205,77,1)),color-stop(51%,rgba(248,181,0,1)),color-stop(100%,rgba(251,223,147,1)));background:-webkit-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%);background:-o-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%);background:-ms-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%);background:linear-gradient(to bottom, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb',endColorstr='#e5b122',GradientType=0 );color:white;text-shadow:0px 1px 2px rgba(0,0,0,.2)}.GZilsBa{color:white;text-shadow:0px 1px 2px rgba(0,0,0,.2)}.GZilsBBrd{background:#FCB90F;border-style:solid;border-color:#cb9b18;border-width:1px}.GZilsBAll{background:url('/img/admpogabgr.jpg');border-style:solid;border-color:#000000;border-width:0px}.GZilsBpink{background:#FFF3D5;border-style:solid;border-color:#cb9b18;border-bottom-width:1px;border-top-width:1px;border-left-width:0px;border-right-width:0px}.GZilsBV{border-style:solid;border-color:#FCB90F;border-bottom-width:0px;border-top-width:0px;border-left-width:1px;border-right-width:1px}.GZilsBH{border-style:solid;border-color:#cb9b18;border-bottom-width:1px;border-top-width:1px;border-left-width:0px;border-right-width:0px}.GZilsBA{border-style:solid;border-color:#FCB90F;border-width:1px}a.tll2{font:9px Verdana;color:#FCB90F;font-weight:bold}.PersonName{font:14px Verdana;font-weight:bold;color:#cb9b18;margin-right:10px}.SmallTitle{font:12px Verdana;color:#cb9b18;font-weight:bold}.paskaidrojums{font:10px Verdana;color:#cb9b18}.oranzs{color:#cb9b18}.usrvspacing{margin:0px;margin-top:0px;margin-bottom:0px}.white{background:#FFFFFF}.whitetxt{color:#FFFFFF}.dgrey{background:#C0C0C0}.lgrey{background:#EBEBEB}.lgrey2{background:#D2D6DB}.grey{background:#FCB90F}.lblue{background:#FFF3D5}.pink{background:#FFF3D5}.lpink{background:#FFF4F4}.llpink{background:#FFFAFA}.yell{background:#FFFBE5}.dyell{background:#FFF1DB}.blue{background:#F9F9FF}.calendar{font:24px Verdana}.calendartoday{background:#FCB90F;border:2px solid #cb9b18}.calendarover{background:#FFFFFF;border:2px solid #000000}.red{font-weight:bold;color:#FF0000}.green{font-weight:bold;color:#008000}.redbg{font:10px Verdana;font-weight:bold;color:white;background:#FF0000}.NewsTitle{font:13pt Verdana;font-weight:bold;color:#cb9b18}.gtxt{font:10px Verdana;color:#5C6F83}.setStrong{font-weight:bold}img.mood{position:absolute;top:0px;left:3px;border:2px solid #FFF}img.black{border:1px solid #000000}div.photo-mood{position:relative;padding-top:8px}.profildiary{background:#FFF3D5}.profpictblmnu{margin-top:10px;margin-bottom:10px}ul{list-style-type:square;list-style-position:outside;padding:0px;padding-left:5px;margin:0px}div.icon{position:relative;padding-top:8px}img.icon{position:absolute;top:0px;left:3px}#fancybox-buttons{position: fixed;left: 0;width: 100%;z-index: 8050}#fancybox-buttons.top{top: 10px}#fancybox-buttons.bottom{bottom: 10px}#fancybox-buttons ul{display: block;width: 166px;height: 30px;margin: 0 auto;padding: 0;list-style: none;border: 1px solid #111;border-radius: 3px;-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);background: rgb(50,50,50);background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 )}#fancybox-buttons ul li{float: left;margin: 0;padding: 0}#fancybox-buttons a{display: block;width: 30px;height: 30px;text-indent: -9999px;background-image: url('fancybox_buttons.png');background-repeat: no-repeat;outline: none;opacity: 0.8}#fancybox-buttons a:hover{opacity: 1}#fancybox-buttons a.btnPrev{background-position: 5px 0}#fancybox-buttons a.btnNext{background-position: -33px 0;border-right: 1px solid #3e3e3e}#fancybox-buttons a.btnPlay{background-position: 0 -30px}#fancybox-buttons a.btnPlayOn{background-position: -30px -30px}#fancybox-buttons a.btnToggle{background-position: 3px -60px;border-left: 1px solid #111;border-right: 1px solid #3e3e3e;width: 35px}#fancybox-buttons a.btnToggleOn{background-position: -27px -60px}#fancybox-buttons a.btnClose{border-left: 1px solid #111;width: 35px;background-position: -56px 0px}#fancybox-buttons a.btnDisabled{opacity : 0.4;cursor: default}#fancybox-thumbs{position: fixed;left: 0;width: 100%;overflow: hidden;z-index: 8050}#fancybox-thumbs.bottom{bottom: 2px}#fancybox-thumbs.top{top: 2px}#fancybox-thumbs ul{position: relative;list-style: none;margin: 0;padding: 0}#fancybox-thumbs ul li{float: left;padding: 1px;opacity: 0.5}#fancybox-thumbs ul li.active{opacity: 0.75;padding: 0;border: 1px solid #fff}#fancybox-thumbs ul li:hover{opacity: 1}#fancybox-thumbs ul li a{display: block;position: relative;overflow: hidden;border: 1px solid #222;background: #111;outline: none}#fancybox-thumbs ul li img{display: block;position: relative;border: 0;padding: 0}.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding: 0;margin: 0;border: 0;outline: none;vertical-align: top}.fancybox-wrap{position: absolute;top: 0;left: 0;z-index: 8020}.fancybox-skin{position: relative;background: #f9f9f9;color: #444;text-shadow: none;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px}.fancybox-opened{z-index: 8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)}.fancybox-outer, .fancybox-inner{position: relative}.fancybox-inner{overflow: hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling: touch}.fancybox-error{color: #444;font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin: 0;padding: 15px;white-space: nowrap}.fancybox-image, .fancybox-iframe{display: block;width: 100%;height: 100%}.fancybox-image{max-width: 100%;max-height: 100%}#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{background-image: url('fancybox_sprite.png')}#fancybox-loading{position: fixed;top: 50%;left: 50%;margin-top: -22px;margin-left: -22px;background-position: 0 -108px;opacity: 0.8;cursor: pointer;z-index: 8060}#fancybox-loading div{width: 44px;height: 44px;background: url('fancybox_loading.gif') center center no-repeat}.fancybox-close{position: absolute;top: -18px;right: -18px;width: 36px;height: 36px;cursor: pointer;z-index: 8040}.fancybox-nav{position: absolute;top: 0;width: 40%;height: 100%;cursor: pointer;text-decoration: none;background: transparent url('blank.gif');-webkit-tap-highlight-color: rgba(0,0,0,0);z-index: 8040}.fancybox-prev{left: 0}.fancybox-next{right: 0}.fancybox-nav span{position: absolute;top: 50%;width: 36px;height: 34px;margin-top: -18px;cursor: pointer;z-index: 8040;visibility: hidden}.fancybox-prev span{left: 10px;background-position: 0 -36px}.fancybox-next span{right: 10px;background-position: 0 -72px}.fancybox-nav:hover span{visibility: visible}.fancybox-tmp{position: absolute;top: -99999px;left: -99999px;visibility: hidden;max-width: 99999px;max-height: 99999px;overflow: visible !important}.fancybox-lock{overflow: hidden}.fancybox-overlay{position: absolute;top: 0;left: 0;overflow: hidden;display: none;z-index: 8010;background: url('fancybox_overlay.png')}.fancybox-overlay-fixed{position: fixed;bottom: 0;right: 0}.fancybox-lock .fancybox-overlay{overflow: auto;overflow-y: scroll}.fancybox-title{visibility: hidden;font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position: relative;text-shadow: none;z-index: 8050}.fancybox-opened .fancybox-title{visibility: visible}.fancybox-title-float-wrap{position: absolute;bottom: 0;right: 50%;margin-bottom: -35px;z-index: 8050;text-align: center}.fancybox-title-float-wrap .child{display: inline-block;margin-right: -100%;padding: 2px 20px;background: transparent;background: rgba(0, 0, 0, 0.8);-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;text-shadow: 0 1px 2px #222;color: #FFF;font-weight: bold;line-height: 24px;white-space: nowrap}.fancybox-title-outside-wrap{position: relative;margin-top: 10px;color: #fff}.fancybox-title-inside-wrap{padding-top: 10px}.fancybox-title-over-wrap{position: absolute;bottom: 0;left: 0;color: #fff;padding: 10px;background: #000;background: rgba(0, 0, 0, .8)}