body.old-device *, *.old-device {
	text-shadow: none !important;
	box-shadow: none !important;
}

body.old-device *.special-opti, *.old-device.special-opti, body.old-device *.special-opti *, *.old-device.special-opti * {
	border-radius: 0 !important;
}

button { /* dla IE7, który ma problemy z buttonami */
	width: auto;
	overflow: visible;
}

.gpu-on { -webkit-transform: translateZ(0); /*for example, for chrome slow scrolling*/ }
.gpu-childs-on * { -webkit-transform: translateZ(0); /*for example, for chrome slow scrolling*/ }

body.site-mobile .mobile-gpu-on { -webkit-transform: translateZ(0); /*for example, for chrome slow scrolling*/ }
body.site-mobile .mobile-gpu-childs-on * { -webkit-transform: translateZ(0); /*for example, for chrome slow scrolling*/ }

.android-ics-fix {
    overflow:hidden !important;
    overflow-y:hidden !important;
    overflow-x:hidden !important;
}

.pseudo-hidden {
	position: absolute !important;
	left: -9999px !important;
	pointer-events: none !important;
	overflow: hidden !important;
	/*visibility: hidden !important;*/ /*disabled for mobile select location reason*/
	clip: rect(0,0,0,0);
	width: 0;
	height: 0;
}

.unselectable {
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
	
	cursor: default;
}

.selectable {
	-moz-user-select: text; 
	-khtml-user-select: text; 
	-webkit-user-select: text; 
	-o-user-select: text; 
	-ms-user-select: text; 
	user-select: text; 
	
	cursor: initial;
}

* { /*unglow*/
	outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
    /*-webkit-focus-ring-color:  rgba(0, 0, 0, 0);*/
}

::selection {
	background-color: #CDA5DE;
	color: #dadada;
	text-shadow: none;
	text-decoration: none;
}

::-moz-selection {
	background-color: #704C7F;
	color: #dadada;
	text-shadow: none;
	text-decoration: none;
}

.disable-scrolling {
	overflow: hidden;
}

.float-clear {
	float: none !important;
	clear: both;
}

.float-left {
	/*float: left;*/
}

.mobile-select-location-place {
	padding: 4px 6px;
	width: 130px;
	border-radius: 3px;
}

body.old-device .mobile-select-location-place {
	border-radius: 0;
}

body.site-desktop .only-mobile, body.site-mobile .only-desktop { display: none !important; }
body:not(.android-webview) .only-android-webview { display: none; }

body.regular-browser .only-android-webview, body.android-webview .only-regular-browser { display: none !important; }

.fb-like, .fb_iframe_widget {
	border: none;
	overflow: hidden;
	width: 130px;
	max-width: 130px;
	height: 20px;
	margin: 0 25px;
}

body.site-desktop.ie7 .fb_iframe_widget {
	display: inline !important;
}

body {
	overflow-y: auto;
}

body {
	height: 100%;
	position: relative;
}

body {
	position: relative;
	
	font-family: arial;
	
	overflow-x: hidden;
	
	font-size: 15px;
}

body, p {
	margin: 0;
	padding: 0;
}

button {
	outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color:  rgba(0, 0, 0, 0);
}

.o-any.hidden {
	display: none !important;
}

body.site-mobile {
	overflow-x: hidden;
	/*overflow-y: hidden;*/
}

body.site-desktop {
	min-width: 1200px;
}

#img-loader {
	position: fixed;
	top: 0px;
	left: 0px;
	
	width: 1px;
	height: 1px;	
	max-width: 1px;
	max-height: 1px;	
	
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	
	pointer-events: none;
}

#top-state {
	width: 100%;
	
	text-align: center;
	
	font-family: arial;
	font-size: 12px;
	
	cursor: pointer;
}

#top-state > * {
	padding: 6px 4px;
	
	overflow: hidden;
}

#top-state > div.top-state-unit {
	display: none;
}

#top-state > div.top-state-unit:active p {
	text-decoration: underline;
}

#top-state .top-state-close {
	position: absolute;
	top: 6px;
	right: 10px;
	
	font-family: courier-new;
	font-size: 17px;
	text-weight: bold;
	
	cursor: pointer;
}

#top-state-old-browser-ie {
	position: relative;

	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	
	cursor: default;
}

#top-state-old-browser-ie > * {
	display: inline-block;
	zoom: 1;
    *display: inline;
}

#top-state-old-browser-ie img {
	height: 48px;
	margin-right: 15px;
	
	-ms-interpolation-mode: bicubic;
	border: 0;
}

#top-state-old-browser-ie a.top-state-old-browser-icon-not-ie > img {
	height: 40px;
}

#top-state-old-browser-ie > p {
	vertical-align: top;
	max-width: 550px;
	line-height: 130%;
	margin-top: 6px;
	margin-right: 50px;
	
	font-size: 14px;
}

#top-state-da {
	display: block !important;
	width: 100%;
	max-height: 45px;
	padding: 0 0;
	
	background-color: rgb(32,32,32);
}
	
header {
	width: 100%;
}

body.site-desktop header {
	padding-bottom: 0.9em;
}

body.site-desktop header, body.site-desktop header .header-inner {
	height: 5.45em;
}

body.site-mobile header, body.site-mobile header .header-inner {
	height: 3em;
}

header #header-container {
	position: absolute;
	top: 0;
	z-index: 2;
	
	width: 100%;
}

body.site-mobile header #header-container {
	position: fixed;
}

header .header-inner {
	width: 100%;

	overflow: hidden;
	height: inherit;
}

body.site-mobile header .header-inner {
	/*position: fixed;*/
}

body.site-desktop header .header-inner {
	position: relative;
	behavior: url(./js/libs/PIE10/PIE.php);
}

header .header-inner > div {
	vertical-align: top;
}

header .header-standard {
	height: inherit;
	padding: 2px 8px;
}

body.site-desktop header .header-standard {
	padding: 0.1em 1.8em;
}

.header-left {
	float: left;
	height: 100%;
}

.header-left > * {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}

#logo {
	height: 0;
}

body.site-desktop #logo {
	cursor: pointer;
}

body.site-desktop.ie7 #logo {
	width: 242px;
}

.header-left-logo-data {
	display: none;
}

body.site-desktop .header-left-logo-data {
	margin-left: 72px; /*temp for logo max-height in percent, firefox and ie lt 8 workaround*/
}

body.site-mobile .header-left-logo-data {
	margin-left: 80px; /*temp for logo max-height in percent, firefox and ie lt 8 workaround*/
}

.header-right {
	float: right;
	height: 100%;
}

.header-right > * {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}

.header-aligner {
	height: 100%; 
	margin-right: -0.25em; 
}

.header-right > .header-online {
	margin-right: 6px;

	font-size: 0.8em;
}

body.site-mobile-old-style .header-online {
	font-size: 0.9em;
}

body.site-desktop .header-online {
	font-size: 1.1em;
}

#header-online-recved {
	display: none;
}

.header-right > .header-online > #header-online-count {
	margin-right: 0px; /*or more*/
}

#header-online-text {
	white-space: nowrap;
}

#header-online-text > span {
	margin-right: 4px;
}

body.site-mobile #header-online-text > span {
	display: none;
}

body.site-mobile #header-options {
	text-align: center;
	
	cursor: pointer;
	
	width: 22px;
    height: 45px;
	
	padding: 0 11px;
	
	float: right;
}

body.site-mobile #header-options > div:first-child {
	margin-top: 10px;
}

body.site-mobile #header-options > div {
	height: 2px;
	width: 100%;
	margin: 8.5px 0;
}

#header-menu-cover {
	background-color: black;
	
	opacity: 0.35;
	filter: alpha(opacity=35);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	
	display: none;

	z-index: 8;
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;
}

body.old-device #header-menu-cover {
	opacity: 0;
	visibility: hidden;
}

body.site-mobile div.header-menu {
	pointer-events: none;

	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 8px 6px;
	margin-bottom: 24px;
	
	z-index: 12;
	
	width: 100%;
	max-width: 300px;
}

body.site-mobile div.header-menu-inner {
	position: relative;

	width: 100%;
	height: 100%;
}

div.header-menu div.header-menu-arrow {
	position: absolute;
	right: 12px;

	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

div.header-menu div.header-menu-lists {
	pointer-events: all;
}
	
div.header-menu div.header-menu-lists {
	position: absolute;
	top: 12px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	padding: 10px;

	border-radius: 5px;
	
	overflow-x: hidden;
	overflow-y: auto;
}

div.header-menu div.header-menu-lists > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
	font-size: 14px;
}

div.header-menu div.header-menu-lists > ul > li {
	padding: 15px 6px;
	
	text-align: right;
	cursor: pointer;
	
	outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color:  rgba(0, 0, 0, 0);
}

div.header-menu div.header-menu-lists > ul > li:last-child {
	border-bottom: none;
	-webkit-border-image: none;
}

div.header-menu div.header-menu-lists > ul > li.disabled {
	cursor: default;
	display: none;
}

div.header-menu div.header-menu-lists > ul > li > img {
	vertical-align: middle;
	margin-left: 15px;
}

div.header-menu div.header-menu-lists > ul > li > img.o-any-icon {
	height: 24px;
}

.disabled img.o-any-icon-on { display: none; }
button.enabled img.o-any-icon-on { display: block; }
li.enabled img.o-any-icon-on { display: inline; }

.enabled img.o-any-icon-off { display: none; }
button.disabled img.o-any-icon-off { display: block; }
li.disabled img.o-any-icon-off { display: inline; }

button > img.o-any-icon {
	margin: 0 auto;
	width: auto; height: auto;
	max-height: 100%;
}

div.header-menu div.header-menu-lists > ul > li.disabled > img.o-any-icon-off {
	opacity: 0.5;
}

body.site-desktop div#content {
	position: relative;
	min-width: 933px;
}

body.site-mobile div#content {
	position: relative;
}

div#content > div.content {
	display: none;
}

div#content > div.content.current {
	display: block;
}

body.site-desktop div.content#intro, body.site-desktop div.content#terms {
	padding: 1.6em 1.9em;

	margin-bottom: 1.2em;
	margin-left: 1.3em;
	margin-right: 1.3em;
	
	border-radius: 0.6em;
	position: relative; behavior: url(./js/libs/PIE10/PIE.php);
}

body.site-desktop div#content > div.content {
	margin-left: 186px;
	margin-right: 186px;
	min-width: 500px;
}

body.site-mobile div.content#intro {
	padding: 2em 1.6em;
}

body.site-desktop .intro-welcome p {
	font-size: 1.1em;
	text-align: left;
	
	line-height: 150%;
}

body.site-desktop .intro-welcome-top {
	margin-bottom: 1.2em;
}

body.site-mobile .intro-welcome p {
	font-size: 1em;
	text-align: center;
	
	line-height: 120%;
}

.intro-interface {
	padding: 0 1.2em;
	white-space: nowrap;
}

body.site-desktop .intro-interface {
	margin: 4em 0;
}

body.site-mobile .intro-interface {
	margin: 2.2em auto;
	max-width: 37em;
}

body.site-mobile-old-style .intro-interface {
    max-width: 17em;
}

body.site-desktop .intro-interface-unit {
	display: inline-block;
	
	zoom: 1;
	*display: inline;
	
	vertical-align: middle;
}

body.site-desktop .intro-interface-unit-start {
	min-width: 260px;
	width: 260px;
}

body.site-desktop .intro-interface-unit-separator {
	margin: 0px 30px;
	margin-bottom: 55px;
}

.intro-interface-unit-add-topic {
	width: 222px;
	padding-right: 40px;
	margin-bottom: 53px;
}

.intro-interface-add-topic-label > * {
	display: inline;
	vertical-align: middle;
}

.intro-interface-add-topic-label > img {
	margin-right: 5px;
}

.intro-interface-add-topic-field {
	width: 100%;
    background-color: rgb(41, 44, 47);
    border: 1px solid #5A5A5A;
    border-radius: 5px;
    padding: 6px 12px;
    box-sizing: border-box;
    margin-top: 10px;
    color: #ABABAB;
}

.intro-interface-add-topic-field:disabled {
	color: #808080;
	font-style: italic;
}

.intro-interface #intro-start {
	display: block;
	
	padding: .94em 0;
	margin: 0 auto;
	margin-bottom: 0.8em;

	border-radius: 2em;
	
	text-align: center;
	font-family: arial;
	font-size: 1.1em;
	font-weight: bold;
	
	text-decoration: none;
}

body.site-desktop .intro-interface #intro-start {
	margin-left: auto;
	margin-right: auto;

	padding: 1.2em 0;
	max-width: 400px;
}

.intro-interface {
	text-align: center;
}

.intro-interface-connecting {
	font-size: 16px;
}

.intro-interface-location {
	margin-top: 1.2em;

	display: inline-block;
	zoom: 1;
	*display: inline;
	
	cursor: pointer;
}

.intro-interface .intro-interface-location > * {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

body.site-mobile .intro-interface .intro-interface-location {
	position: relative;
}

.intro-interface .intro-interface-location > .intro-interface-location-label {
	margin-right: 1em;
}

.intro-interface .intro-interface-location:active > .intro-interface-location-label {
	text-decoration: underline;
}

.intro-interface .intro-interface-location > .intro-interface-location-label > .choosen {
	display: none;
}

.intro-interface .intro-interface-location > #intro-interface-location-button {
	padding: 5px 10px;
	
	border-radius: 14px;
	
	white-space: nowrap;
}

.intro-footer {
	margin-top: 50px;
	padding-top: 16px;
}

body.site-desktop .intro-footer p {
	font-size: 0.8em;
	text-align: justify;
	
	line-height: 140%;
}

body.site-mobile .intro-footer p {
	font-size: 0.7em;
	text-align: center;
	
	line-height: 120%;
}

body.site-desktop .content#box {
	padding-bottom: 20px;
	padding-top: 0px;
}

.box-screen {
	position: relative;
}

/*
body.dev .box-screen { display: none; }

body.dev .box-screen { display: none; }

*/
body.dev.native-log.content-box {
	background: none;
}
body.dev.native-log .box-log { display: none; }
body.dev.native-log .box-outside-log-interface { display: none; }
body.dev.native-log .box-log-notification { display: none; }

body.site-desktop .box-screen {
	z-index: 4; /*for ie7*/
}

body.site-desktop .box-screen {
	padding: 9px 9px;
	border-radius: 8px 8px 2px 2px; 
	
	min-height: 180px;
	
	position: relative; behavior: url(./js/libs/PIE10/PIE.php);
}

body.site-mobile .box-screen {
	padding-bottom: 10px;
	overflow: hidden;
}

.box-log {
	/*width: 100%;*/
	height: 100%;
	
	overflow-y: auto;
	
	word-break: normal;
	word-wrap: break-word;
}

#log-static-end-talk, .box-outside-log-interface { display: none; }
.box-screen.log-interface-visible.log-interface-nonsticky #log-static-end-talk { display: block; }
.box-screen.log-interface-visible.log-interface-sticky .box-outside-log-interface { display: block; }

.log-static-interface {
	margin-top: 8px;
}

.log-static-inviter-link {
	display: none;
	
	color: inherit;
    margin-top: 10px;
    font-size: 13px;
	
	text-decoration: none;
}

.log-static-inviter-link.visible {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.log-static-inviter-link:active {
	color: #0DD4FF;
}

.log-static-interface > * {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.o-new-talk {
	padding: 6px 11px;
	border-radius: 5px;
}

body.site-desktop .o-new-talk {
	padding: 6px 12px;
}

body.site-desktop .log-entry > span {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

body.site-mobile .box-log {
	padding: 0px 8px;
}

body.site-mobile .log-interface-sticky .box-log {
	padding-bottom: 0px;
}

body.site-mobile .box-outside-log-interface {
	padding: 0px 8px;
	padding-bottom: 8px;
}

body.site-mobile.android-ics .box-outside-log-interface { /*weird fix for weird android*/
	position: absolute;
	width: 100%;
    bottom: 0px;
	padding-bottom: 18px;
    z-index: 6;
}

.log-entry > * {
	max-width: 100%;
}

body.site-desktop .log-entry {
	line-height: 142%;
	font-size: 17px;
	padding-bottom: 4px;
}

body.site-desktop p.log-disconnected {
	font-size: 17px;
}

body.site-mobile .log-entry {
	line-height: 140%;
	margin-bottom: 4px;
	font-size: 14px;
}

.log-topic img {
	vertical-align: middle;
	padding-right: 10px;
	
	height: 30px;
}

#log-static-top, #log-static {
	word-break: normal;
}

#log-static-top > *, #log-static-inner > * {
	display: none;

	font-weight: bold;
}

#log-searching > * {
	display: none;
}

.log-disconnected {
	font-weight: bold;
	margin-bottom: 5px;
}

.log-searching-location-name {
	font-weight: bold;
}

body.site-mobile #log-static-top > * {
	padding-top: 10px;
}

.log-msg span.nick {
	font-weight: bold;
}

.log-entry .show-preview .log-msg-preview { display: inline; }
.log-entry .show-preview .log-msg-full { display: none; }

.log-entry .show-full .log-msg-preview { display: none; }
.log-entry .show-full .log-msg-full { display: inline; }

.log-entry .show-preview .log-msg-show-full > .show { display: inline; }
.log-entry .show-preview .log-msg-show-full > .hide { display: none; }

.log-entry .show-full .log-msg-show-full > .show { display: none; }
.log-entry .show-full .log-msg-show-full > .hide { display: inline; }

.log-msg-show-full {
	font-weight: bold;
	word-break: normal;
	white-space: nowrap;
	margin-left: 10px;
	cursor: pointer;
}

.clickable-url {
	word-break: normal;
	margin-right: 4px;
}

.clickable-url-icon {
	vertical-align: middle;
	margin-right: 8px;
	margin-left: 4px;
	height: 16px;
}

.log-entry a {
	color: inherit;
	cursor: pointer;
	font-style: italic;
}

.log-chunk-opened > .log-chunk-content { display: block; }
.log-chunk-closed > .log-chunk-content { display: none; }
.log-chunk-opened > .log-chunk-interface { display: none; }
.log-chunk-closed > .log-chunk-interface { display: block; }

.log-svlog {
	font-weight: bold;
	margin: 3px 1px;
}

.share-button-img {
	vertical-align: -19%;
	margin-left: 4px;
	cursor: pointer;
}

.box-side {
	pointer-events: none;

	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 200px;
	
	margin: 0px 15px;
}

body.site-desktop .box-side.no-scroll {
	margin-right: 0;
}

body.site-mobile .box-side {
	margin: 10px 10px;
}

.box-side > * {
	float: right;
}

body.site-desktop .box-side-menu {
	width: 32px;
	margin-left: 25px;
}

body.site-mobile .box-side-menu {
	width: 20px;
	margin: 5px 0px;
	margin-left: 5px;
}

.box-side-menu > * {
	text-align: right;
	font-size: 0; /*coz weird space between O.o*/
}

.box-side-menu-top {
	height: 50%;
	width: 100%;
}

.box-side-menu-bottom {
	height: 50%;
	width: 100%;
}

.box-side-menu > div > button {
	pointer-events: all;

	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	
	text-align: center;
}

.box-side-menu > div > button.enabled:active > img {
	position: relative;
	top: 1px; left: 1px;
}

.box-side-menu > div > button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.box-side-menu-top > button {
	height: 20px;
	margin-bottom: 12px;
}

.box-side-menu-top > button:last-child {
	margin-bottom: 0px;
}

.box-side-menu-bottom > button {
	height: 32px;
	width: 100%;
	margin-top: 10px;
}

.box-side-menu > div > button > img {
	height: 100%;
	max-height: 100%;
}

.box-log-notification {
	display: none;

	position: absolute;
	bottom: 4px;
	left: 0;
	
	cursor: pointer;
}

body.site-mobile .box-log-notification {
	bottom: 8px;
}

.box-log-notification-inner {
	border-radius: 8px;
	opacity: 0.8;
	padding: 8px 8px;
}

#box-log-notification-message-count {
	font-weight: bold;
}

.box-log-notification-arrow {
	margin: 0 auto;

	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	
	opacity: 0.8;
}

.box-log-notification.blinking .box-log-notification-inner {
	-webkit-animation: blinknotinner 3s steps(1, end) infinite;
	animation: blinknotinner 3s steps(1, end) infinite;
}
.box-log-notification.blinking .box-log-notification-arrow {
	-webkit-animation: blinknotarrow 3s steps(1, end) infinite;
	animation: blinknotarrow 3s steps(1, end) infinite;
}

.box-interface {
	white-space: nowrap;
	font-size: 0;
}

body.site-desktop .box-interface {
	padding-top: 4px;

	min-height: 90px;
}

body.site-mobile .box-interface {
	position: fixed;
	bottom: 0;
	left: 0;
    right: 0;
	
	z-index: 6;

	padding: 0px 6px;
	
	width: inherit;
	min-height: 55px;
	max-height: 108px;
}

.box-interface > div {
	display: inline-block;
	zoom: 1;
	*display: inline;
	
	vertical-align: top;
	line-height: 0;
	white-space: nowrap;
}

body.site-desktop .box-interface > .box-interface-middle {
	padding: 0px 3px;
}

body.site-mobile .box-interface > .box-interface-middle {
	padding: 0px 12px;
}

body.site-mobile .box-interface > div:not(.box-interface-middle) {
	font-size: 0;
}

.box-interface div button {
	padding: 0;
	margin: 0;
	
	display: inline-block;
	vertical-align: top;
	
	border: none;
	
	font-family: arial;
	font-size: 16px;
	
	cursor: default;
	
	outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color:  rgba(0, 0, 0, 0);
	
	overflow: hidden;
}

.box-interface div button.enabled {
	cursor: pointer;
}

body.site-desktop .box-interface div button {
	margin-right: 4px;
	
	white-space: normal;
	line-height: 110%;
	
	position: relative; behavior: url(./js/libs/PIE10/PIE.php);
}

body.site-desktop .box-interface div button.enabled:active > * {
	position: relative;
	top: 1px; left: 1px;
}

body.site-desktop .box-interface button.last-button {
	margin-right: 0px;
}

body.site-desktop .box-interface div.box-interface-left button.first-button {
	border-radius: 2px 0 0 8px;
}

body.site-desktop .box-interface div.box-interface-right button.last-button {
	border-radius: 0 2px 8px 0;
}

body.site-mobile .box-interface div button {
	margin-top: 5px;
	margin-bottom: 7px;
	
	border-radius: 6px;
}

body.site-mobile-old-style .box-interface div button {
	margin-top: 7px;
}

body.site-mobile .box-interface div button.enabled:active {
	position: relative;
	top: 2px;
}

body.site-mobile .box-interface div button.not-first-button {
	margin-left: 12px;
}

.box-interface button > span {
	display: block;
}

.box-interface button .button-title {
	font-size: 16px;
}

.box-interface button .button-title > span {
	display: none;
}

.box-interface button .button-hotkey-title {
	margin-top: 6px;
	font-size: 12px;
}

.box-interface div textarea {
	width: 100%;
	
	border: none;
	
	resize: none;
	
	font-family: arial;
	font-size: 16px;
	line-height: 120%;
	text-align: left;
	
	word-spacing: 1px;
	word-wrap: break-word;
	white-space: normal;
	
	overflow-y: auto;
	
	-webkit-appearance: none;
}

body.site-mobile .box-interface div textarea {
	-webkit-user-modify: read-write-plaintext-only; /*double input bug fix*/
}

.box-interface div textarea.enabled {
	cursor: text;
}

.box-interface div textarea.disabled {
	cursor: default;
}

body.site-desktop .box-interface div textarea {
	padding: 9px 6px;
	*margin-top: -1px; /*for IE7*/
	
	height: 100%;
	
	position: relative; behavior: url(./js/libs/PIE10/PIE.php);
}

body.site-mobile .box-interface div textarea {
	padding: 9px 6px;
	margin: 6px 0px;

	height: 45px;
	
	border-radius: 6px;
}

body.site-mobile .box-interface button.disabled, body.site-mobile .box-interface textarea.disabled {
	opacity: 0.5;
}

body.site-mobile-old-style .box-interface > div > * {
    border-radius: 8px !important;
}

#select-location-cover {
	display: none;
	z-index: 10;

	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: black;
	
	opacity: 0.35;
	filter: alpha(opacity=35);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}

body.old-device #select-location-cover {
	opacity: 0;
	visibility: hidden;
}

#select-location {
	pointer-events: none;

	z-index: 12;

	top: 0;
	left: 0;
}

body.site-desktop #select-location {
	position: absolute;
	width: 490px;
	margin-bottom: 30px;
}

body.site-mobile #select-location {
	position: fixed;
	width: 300px;

	left: auto;
	margin: 0 auto;
}

#select-location > .select-location-arrow {
	display: none;

	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	
	margin: 0 auto;
}

#select-location > .select-location-arrow.top {
	margin-top: 1em;
}

#select-location > .select-location-arrow.bottom {
	margin-bottom: 1em;
}

#select-location > .select-location-inner {
	height: 100%;
	padding: 0.5em 0.5em;
	
	border-radius: 0.6em;
}

body.site-mobile #select-location, body.site-mobile .select-location-inner {
	max-height: 370px;
}

#select-location > .select-location-inner {
	pointer-events: all;
}

#select-location > .select-location-inner > .select-location-label {
	border-radius: 0.6em;
	
	padding: 0.6em;
	
	font-size: 0.9em;
	line-height: 150%;
}

.select-location-cancel-container {
	text-align: center;
}

.select-location-cancel {
	margin: 6px auto;
	margin-top: 15px;
	
	padding: 4px 30px;
	
	border-radius: 3px;
}

#select-location > .select-location-inner > .data-for-items {
	/*it's not min-width/height, it's -column-count, with this hack the number is in one place (IE hack)*/
	min-width: 1px; /*mobile*/
	min-height: 3px; /*desktop*/
}

#select-location > .select-location-inner > .select-location-items {
	padding: 0.3em;
	margin-top: .9em;
	
	font-size: 0.8em;
	
	-webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    -ms-column-gap: 1em;
    column-gap: 1em;
}

body.site-mobile .select-location-items {
	overflow: hidden;
	border-radius: 4px;
	
	-webkit-backface-visibility: hidden; /*chrome slow scrolling*/
}

body.site-mobile .select-location-items > div {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden; /*chrome slow scrolling*/
	width: 100%;
}

body.site-mobile.android-ics .select-location-items > div {
	overflow: visible !important;
	height: auto !important;
}

.select-location-items p {
	padding: 0.2em 0.2em;
	
	line-height: 130%;
	
	cursor: pointer;
	
	border-radius: 0.4em;
	
	-webkit-region-break-inside: avoid; /* Chrome, Safari, Opera */
	break-inside: avoid; /* IE 10+ */
}

.select-location-items p .selectedLabel {
	display: none;
}

.select-location-items p > .selectedLabel {
	margin-left: 5px;
	opacity: 0.5;
}

body.site-mobile #select-location > .select-location-inner > .select-location-items p {
	font-size: 1.2em;
	padding: 0.6em 0.4em;
}

body.site-mobile .content#terms > .interface {
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 0px 15px;

	text-align: center;
}

body.site-mobile .content#terms > .interface button {
	border-radius: 3px;
	padding: 8px 24px;
}

body.site-desktop #terms-back-to {
	display: none;
}

#terms-back-to {
	position: relative;
	min-width: 125px;
}

#terms-back-to > span.back-char {
	display: block;
	position: absolute;
	top: 0; bottom: 0;
	left: 3px;
}

#terms-back-to > span.back-char > span {
	vertical-align: middle;
	display: inline-block;
}

#terms-back-to > span.back-char > span.middler {
	height: 100%;
}

#terms-back-to > span.version {
	display: none;
}

body.site-mobile .content#terms > .terms {
	padding: 15px;
}

body.site-mobile .content#terms > .terms > .inner {
	height: 100%;
	overflow-y: scroll;
}

body.site-mobile .content#terms h1 {
	font-size: 18px;
}

body.site-mobile .content#terms h2 {
	font-size: 16px;
}

body.site-mobile .content#terms > .inner {
	height: 100%;
}

.content#terms h1 {
	padding-bottom: 5px;
}

.content#terms h1:first-child {
	margin-top: 0;
}

.terms-id {
	text-align: left;
	padding-bottom: 2px;
}

.terms-unit {
	margin-bottom: 20px;
}

#simple-dialogs {
	display: none;
	pointer-events: none;
}

#sd-stack, #sd-current { pointer-events: none; }
#sd-cover { pointer-events: all; }

#sd-cover, #sd-stack, #sd-current {
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;
}

#sd-stack { z-index: 14; }
#sd-current { z-index: 18; }

#sd-cover {
	z-index: 16;
	
	background-color: black;
	
	opacity: 0.35;
	filter: alpha(opacity=35);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}

body.old-device #sd-cover {
	opacity: 0;
	visibility: hidden;
}

.sd-unit {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	
	position: absolute;
	top: 0;
	left: 0;
	
	width: 350px;
	margin: 15px;
	padding: 15px;
	font-family: arial;
	font-size: 14px;
	border-radius: 6px;
	
	overflow: auto;
}

#sd-current > .sd-unit {
	pointer-events: all;
}

.sd-message {
	padding-bottom: 12px;
	margin-bottom: 15px;
	line-height: 150%;
}

.sd-interface {
	text-align: right;
}

.sd-interface > button {
	margin-left: 10px;
	font-weight: bold;
	padding: 6px 30px;
	border-radius: 2px;
	border: none;
	cursor: pointer;
}

.sd-interface > button.disabled {
	cursor: default;
}

.pic-dialog-title {
	padding-bottom: 5px;
	margin-bottom: 12px;
}

.pic-dialog-title > img {
	vertical-align: middle;
	margin-right: 10px;
	height: 16px;
}

.pic-dialog-container {
	width: inherit;
	text-align: center;
}

.pic-dialog-container.pic-dialog-img-loading > img.pic-dialog-spinner { display: inline-block; }
.pic-dialog-container.pic-dialog-img-loaded > img.pic-dialog-spinner { display: none; }
.pic-dialog-container.pic-dialog-img-loading > img.pic-dialog-img { display: none; }
.pic-dialog-container.pic-dialog-img-loaded > img.pic-dialog-img {	
	display: inline-block;
	width: 100%;
	border-radius: 3px;
}


.header-da {
	margin-left: 100px;
}

.content-da-vertical {
	z-index: 20;
	
	position: absolute;
	top: 0px;
}

.content-da-vertical-left {
	left: 0px;
	margin-left: 10px;
}

.content-da-vertical-right {
	right: 0px;
	margin-right: 10px;
}

.spotted-widget {
	width: 520px;
    margin: 0 auto;
	padding-right: 40px;
}

.spotted-widget-mobile {
	max-width: 37em;
    margin: 0 auto;
	
	display: none;
}

.spotted-widget-arrow {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.spotted-widget .spotted-widget-arrow {
	margin-left: 105px;
}

.spotted-widget-mobile .spotted-widget-arrow {
	margin: 0 auto;
}

.spotted-widget-inner {
	width: inherit;
	box-sizing: border-box;
	
	padding: 10px;
}

.spotted-widget .spotted-widget-inner {
	height: 470px;

	border-radius: 10px;
    -webkit-filter: brightness(0.8);
    -moz-filter: brightness(0.8);
    filter: brightness(0.8);
}

.spotted-widget-mobile .spotted-widget-inner {
	border-radius: 6px;
}

.spotted-widget-inner-iframe {
	height: 100%;
	overflow: hidden;
	
	border-radius: 10px;
}

.spotted-widget-inner iframe {
	margin-left: -2px;
    margin-top: -90px;
    width: 500px;
    height: 540px;
}

.spotted-widget-inner-message {
	text-align: center;
	padding: 1em 0.8em;
	border-radius: 6px;
	
	margin-bottom: 10px;
	
	font-style: italic;
	
	color: #9E9E9E;
}

.spotted-widget-inner-message-loading {
	display: block;
}

.spotted-widget-inner-message-title {
	display: none;
}

.spotted-widget-inner-feed-unit-page {
	display: none;
}

.spotted-widget-inner-feed-unit {
	background-color: rgb(55, 69, 78);
	color: rgb(167, 167, 167);
	
	margin-top: 1px;
	
	padding: 0px 9px;
}

.spotted-widget-inner-feed-unit.last {
	padding: 15px 9px;
}

.spotted-widget-inner-feed-unit.last > a {
	color: inherit;
}

.spotted-widget-inner-feed-unit > .feed-unit-text {
	padding: 15px 0px;
	
	font-size: 13px;
}

.spotted-widget-inner-feed-unit > .feed-unit-bottom {
	padding-bottom: 9px;
	color: rgba(255, 255, 255, 0.34);
	
	font-size: 12px;
}

.spotted-widget-inner-feed-unit > .feed-unit-bottom > .feed-unit-bottom-left {
	float: left;
	font-style: italic;
}

.spotted-widget-inner-feed-unit > .feed-unit-bottom > .feed-unit-bottom-right {
	float: right;
}

.spotted-widget-inner-feed-unit:nth-child(even) {
	background-color: rgb(66, 60, 72);
}

.spotted-widget-inner-feed-unit.last {
	background-color: rgb(77, 78, 55);
}

.spotted-widget-inner-interface {
	margin-top: 10px;
	
	display: none;
}

.spotted-widget-inner-interface-btn {
	background-color: rgb(48, 51, 53);
	border-radius: 6px;
	
	width: 40%;
	padding: 15px 10px;
	box-sizing: border-box;
	
	color: #656565;
}

.spotted-widget-inner-interface-btn.active {
	cursor: pointer;
	color: inherit;
}

.spotted-widget-inner-interface-btn.active:active {
	background-color: rgb(65, 69, 72);
}

.spotted-widget-inner-newer {
	float: left;
	text-align: left;
	
	margin-right: 5px;
}

.spotted-widget-inner-older {
	float: right;
	text-align: right;
	
	margin-left: 5px;
}

.spotted-widget-tip {
	margin-top: 15px;
	
	padding: 11px;
    padding-top: 0px;
	
	text-align: justify;
}

.intro-download-app {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
	background-color: rgb(56, 56, 56);
	
	font-family: arial;
	font-size: 14px;
	color: #CACACA;
}

.intro-download-app .intro-download-app-inner {
	padding: 15px;
	padding-top: 20px;
}

.intro-download-app .intro-download-app-close {
	position: fixed;
	top: 56px;
	right: 12px;
	
	background: none;
	border: none;
	color: inherit;
	background-color: rgb(56, 56, 56);
	padding: 0px;
}

.intro-download-app .intro-download-app-title {
	font-size: 16px;
	color: #98B240;
	border-bottom: 1px solid #5A5A5A;
	padding-bottom: 12px;
	margin-bottom: 6px;
}

.intro-download-app .intro-download-app-pros {
	color: #bbb;
	padding-left: 17px;
	line-height: 130%;
	
	margin-top: 20px;
	margin-bottom: 20px;
}

.intro-download-app .intro-download-app-btn {
	text-decoration: none;
	padding: 13px 16px;
	border-radius: 13px;
	display: block;
	width: 218px;
	text-align: center;
	line-height: 150%;
	margin: 20px auto;
	background-image: -webkit-linear-gradient(bottom, rgb(84,103,27) 30%, rgb(108,128,41) 75%);
	color: #F2F2F2;
	border: 1px solid rgb(116,139,44);
	text-shadow: 0px 1px rgb(74, 74, 74);
}

.intro-download-app .intro-download-app-btn:active {
	background-image: -webkit-linear-gradient(bottom, rgb(108,128,41) 30%, rgb(84,103,27) 75%);
}

.intro-download-app .intro-download-app-skip {
	display: block;
	text-align: center;
	margin: 0px auto;
	margin-top: 30px;
	border: none;
	background: none;
	color: #98B240;
	text-decoration: underline;
	font-size: 16px;
	outline: 0;
}