/* GLOBAL */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, pre, form, p, blockquote, fieldset, select, input, textarea, abbr, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, meter, nav, output, progress, section, summary, time, table, tr, td, th {
	margin:0;
	padding:0;
}

:focus{
	outline:0;
	outline:none;
}

html {
	height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html, body {
	width: 100%;
	line-height: 16px;
}
body {
	direction: ltr;
	unicode-bidi: embed;
}
html {
	height: 100%;
}

body{
	font-family: Arial, sans-serif;
	font-size:12px;
}
body.mac{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
button, input, optgroup, select, textarea {
	font: inherit;
}
textarea { /* FF fix */
	font-size: 12px;
	line-height: 16px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

img {
	border:0;
}

pre {
	font-family:"Courier New", Courier, monospace;
	tab-size:2;
	-moz-tab-size:2;
	-webkit-tab-size:2;
}

p{
	margin-bottom:10px;
}

p:last-child{
	margin-bottom:0;
}

input, input:focus{
	outline:none;
}

h1 {
	font-size:14px;
	font-weight:bold;
	border-bottom:1px #e7e7e7 solid;
	padding-bottom:5px;
	margin-bottom:10px;
}

h1 p a.closeIcon, h2 p a.closeIcon {
	top: 3px;
}


h2:first-child {
	margin-top: 0;
}

h3{
	color:#6F6F6F;
}

h2, h4{
	font-size:14px;
	font-weight:bold;
}

h3{
	font-size:13px;
}

h2, h3, h4{
	margin-bottom:5px;
}

h1 p, h2 p, h3 p {
	float: right;
}

h1 p, h2 p, h3 p{
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6{
	-webkit-font-smoothing: antialiased;
	position: relative;
}

hr{
	background-color:#e7e7e7;
	height:0;
	margin-top:10px;
	margin-bottom:10px;
	border:none;
	border-bottom:1px #e7e7e7 solid;
}

.marginTop{
	margin-top:10px;
}

.marginBottom{
	margin-bottom:10px;
}

.sep{
	height:40px;
}
.sep:first-child{
	height: 32px;
}
.sep .line {
	border-bottom: 1px #e7e7e7 solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
	height: 15px;
}

.radius2{
	border-radius:2px;
	-o-border-radius:2px;
	-khtml-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.radius3{
	border-radius:3px;
	-o-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.radius3top{
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
}

.radius3bottom{
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-khtml-border-bottom-left-radius:3px;
	-khtml-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}

.radius5{
	border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.radius10{
	border-radius:10px;
	-o-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.radius10bottom{
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-khtml-border-bottom-left-radius:10px;
	-khtml-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:5px;
}

.radius5top{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-khtml-border-top-left-radius:5px;
	-khtml-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}

.radius5bottom{
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-khtml-border-bottom-left-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

/*.clear {
	line-height: 0;
	font-size:0;
	height:1px;
	margin-top:-1px;
	overflow:hidden;
	visibility:hidden;
	clear: both;
	width:auto;
}*/

.clear {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}

.wrap{
	overflow:hidden;
	clear:both;
}

#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* drag order */

.dragable{
	cursor:move;
}

.dragReplace{
	background:none !important;
	background-color:#FFFFFF !important;
	outline:1px dashed #bebebe !important;
}
/* drag & drop */
.dragActive{
	z-index:1;
}

table{
	border-collapse:collapse;
}

/* ++LAYOUT */
body {
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	color:#1e1e1e;
	font-size:12px;
	outline:none;
}

#container, #footer, #header {
	position:relative;
	/*
	width:980px;
	margin:0 auto;
	*/
}


#content-wrap {
	background-position:50% 50%;
	background-repeat:repeat-y;
}

#content{
	background:#FFF;
	width:1080px;
	margin:auto;
	padding:10px;
	position:relative;
	z-index:3;
}

#header{
	z-index:100;
	zoom: 1.0; /* IE fix */
}

#container {
	background: #FFFFFF;
	margin-bottom:10px;
	display: flex;
	flex-flow: row wrap;
}
#skinTop{
	position:relative;
	z-index:2;
	background-position:center top;
	background-repeat: no-repeat;
	min-width:1000px;
}
#skinFootWrap {
	clear:both;
}
#skinFoot{
	position:relative;
	background-position:center bottom;
	background-repeat:no-repeat;
	overflow:hidden;
	margin-top:-100px;
	z-index:1;
}

#skinBg {
	background-repeat:repeat-x;
	background-position:top center;
}

#skinFixed {
	background-repeat: no-repeat;
	background-position:top center;
	background-attachment: fixed;
}

#outermost{
	background-position:center top;
	background-repeat:repeat-y;
	position: relative;
	z-index: 0;
}

#drIframeHTML .FF #outermost{
	overflow-y:visible;
}

#ct, #lt, #rt {
	float:left;
	position: relative;
}
#lt {
	margin-right: 20px;
}
#rt {
	margin-left:20px;
	min-height: 100%;
}
#crtt {
	float: right;
}

#bottom {
	padding-top:10px;
	clear:both;
	width: 100%;
}


#footer {
	clear:both;
	margin-top:20px;
	border-top:1px solid #E7E7E7;
	color: #6F6F6F;
}
#footer.no-border {
	border-top: none;
}
#footer .dr-grupa {
	position: relative;
	right: -943px;
	top: 0;
	background: url(/main/img/footer/img_draugiem_grupa_new@2x.png) no-repeat;
	width: 135px;
	height: 20px;
	background-size: 135px auto;
	display: inline-block;
	margin-top: -12px;
}
#footerLinks {
	width: 100%;
	margin: 15px 0 5px 0;
	color: #8e8e8e;
}

#footerCopyright {
	margin-top: -10px;
}
#footerLinks .items a {
	display: inline-block;
	color: #8e8e8e;
	text-align:left;
}
#footerLinks .items a::after {
	content: '\2009\2009\00b7\2009';
	display:inline-block;
	font-weight: 600;
}

#footerLinks .items a:last-child::after {
	content: '';
}
#footerLinks .items a:nth-last-child(2)::after {
	content: '';
}
#footerLinks span.badge {
	border-radius: 3px 3px 3px 3px;
	color: rgb(255, 255, 255) !important;
	display: inline-block;
	font-size: 10px;
	line-height: 13px;
	padding: 1px 6px;
	text-align: center;
	text-shadow: none;
	background-color: rgb(167, 167, 167);
	margin-left: 4px;
}

#footerLinks span.badge.on {
	background-color: rgb(255, 102, 0);
	color: rgb(255, 255, 255) !important;
}

body.hideFooter #skinFootWrap{
	display:none;
}

body.hideFooter #skinFootWrap,
body.hideFooter #footer{
	display:none;
}
/* --LAYOUT */

span.error, span.help, span.tip {
	display: inline-block;
	color:#d24536;
	margin:8px 0 0 0;
	font-size:12px;
	line-height:17px;
	font-weight: normal
}
span.help {
	color:#8d8d8d;
}

/* Loading gifs */
.rqLoading, .rqOverlay{
	background:url('//ifrype.com/i/loading/loading.gif') no-repeat center center;
	width: 32px;
	height: 32px;
	margin: auto;
}

.rqOverlay, .rqsOverlay{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=50);
	z-index: 99;
}

.rqOverlay.delay{
	transition:opacity 0.5s ease-out 0.3s;
}

.rqOverlay.fadeIn{
	opacity:0.5;
}

.more .rqOverlay{
	background-image:url('//ifrype.com/i/loading/loading_16.gif')
}
.rqLoadingText {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-right: 30%;
	padding-left: 30%;
	padding-bottom: 50px;
	color: #000;
	text-align: center;
}
/* -- Loading gifs */


/* badge */
span.badge{
	display:inline-block;
	padding: 1px 4px 1px 4px;
	text-align: center;
	text-shadow:none;
	color: #fff !important;
	font-size: 11px;
	line-height: 13px;
	/*-webkit-border-radius:3px;*/
	-moz-border-radius:3px;
	border-radius:3px;
	-o-border-radius:3px;
	-khtml-border-radius:3px;
}

a span.badge{
	position: absolute;
	top: -7px;
	right: 5px;
}

span.badge.on{
	background-color: #cd1800;
	color: #ffffff !important;
}

span.badge.off{
	background-color: #aeaeae;
	color: #ffffff !important;
}

h1 .badge{
	position:absolute;
	right:0;
}

/* Column wrapper */
.colwrap {
	overflow:hidden;
	clear:both;
}

.col {
	float:left;
}

.even-cols div.col {
	width:49%;
}

.even-cols div.left {
	margin-right:1%;
}

.even-cols div.right {
	margin-left:1%;
}

div.profileSmallIcon, .profileSmallIconList li {
	background-position: center center;
	background-repeat: no-repeat;
	background-size:100% 100%;
	height: 50px;
	width: 50px;
	border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

div.profileSmallIcon.matrix{
	float: left;
}
div.profileSmallIcon a, .profileSmallIconList a {
	display: block;
	height:100%;
	width:100%;
}

.picture {
	overflow: hidden;
}

.pictureA{
	display: block;
	width: 100%;
	height: 100%;
}

/* +++ inline list +++ */
.inlineList{
	list-style-type:none;
	clear:both;
	overflow:hidden;
	padding-left:0;
	margin-top:0;
}

.inlineList li {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}


/* --- inline list --- */

.picOverlay{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background: rgba(0, 0, 0, .7);
	padding:5px;
}

.picOverlay a{
	color:#c9c9c9;
}

.picOverlay .smiley {
	max-height: 16px;
	min-width: 0;
}

#ToolTip{
	position:fixed;
	color:#fff;
	border:1px solid #333;
	padding:5px;
	z-index:10000;
	background-color:rgba(0,0,0,0.7);
	max-width:400px;
	word-wrap:break-word;
}
#ToolTip.tooltipTrans {
	background: 0 none;
	border: 0 none;
}
#ToolTip a {
	color: #f3f3f3;
}

#ToolTip img{
	display:block;
}

/* COLORS */
.color0{ color:#fff; }
.color1, .colorWarn { color:#ff6600; }
.color2 { color:#747474; }
.color3 { color:#8D8D8D; }
.inactive { color:#a7a7a7; }
.colorOk { color:#74c00a; }
.colorText{ color:#393939; }
.colorDs{ color:#ea6255; }

span.highlight {
	background-color: #f9f4a1
}

button:focus{
	outline:none;
}

a{
	color:#205a9a;
	text-decoration:none;
	outline: none;
}
a:hover{
	text-decoration:underline;
}

a.secondary {
	color: #6D8FB6;
	font-size: 11px;
}

a.externalUrl{
	background:url('//ifrype.com/i/icons/external.png') no-repeat right;
	padding-right:12px;
	word-wrap:break-word;
}

.icon{
	background-position: left center;
	background-repeat:no-repeat;
	padding-left:20px;
	min-height: 16px;
	display:inline-block;
	line-height: 16px;
	vertical-align:middle;
}

.icon:empty{
	padding-left:16px;
}

.icon.sayEvent{
	height:auto;
}

.icon-right{
	padding-left: 0;
	padding-right: 20px;
	background-position: right center;
}

span.icon {
	padding: 2px 0 2px 20px;
}
a > span.icon {
	line-height: 20px;
}
.rightIcon {/*Ikona labajā stūrī*/
	position: absolute;
	top: 8px;
	right: 4px;
	background-position: 0 0;
	width: 16px;
	height: 16px;
}

.SIcon,
.SVGIcon{
	position:relative;
	display:inline-block;
	vertical-align:top;
}

.SVGIcon > svg{
	color:#9a9d9f;
}

.SVGIcon:hover > svg{
	color:#747678;
}

.SIcon + .SIcon,
.SIcon + .icon,
.icon + .SIcon,
.SVGIcon + .SVGIcon,
.SVGIcon + .SIcon,
.SIcon + .SVGIcon,
.icon + .SVGIcon{
	margin-left:6px;
}

.SIcon:before{
	content:" ";
	width:16px;
	height:16px;
	display:inline-block;
	background-position:0 0;
	background-size:16px auto;
	vertical-align:middle;
}

.SIconFlat.SIcon:before,
.SIconHovered .SIcon:before,
.SIconHover:hover .SIcon:before{
	background-position:0 -16px;
}

.SIconFlat.SIcon:hover:before,
.SIconHover .SIcon:hover:before,
.SIcon:hover:before{
	background-position:0 -32px;
}

.SIcon:not(:empty):before{
	margin-right:4px;
}

.SIcon .smallPopup,
.SVGIcon .smallPopup{
	position:absolute;
	bottom:25px;
	right:-10px;
	text-align:left;
}

ul{
	list-style-type: none;
}

ul.simpleList li{
	background: url('//ifrype.com/i/sbook/activeArrow.png') no-repeat 0 5px;
	margin-left: 12px;
	margin-bottom: 10px;
	padding-left:10px;
}
ul.simpleList li.active a {
	font-weight: bold;
}

ul.iconList li{
	padding:3px 3px 3px 23px;
	background-repeat:no-repeat;
	background-position:left center;
}

.iconListNew{
	margin-bottom:-3px;
}

ul.iconListNew li{
	padding:3px 3px 3px 0;
}

ul.iconListNew li .icon {
	padding-bottom: 1px;
	padding-top: 1px;
}


ul.iconList li.noIcon{
	padding-left:0;
}

ul.simpleList span.date{
	color: #8D8D8D;
	font-size: 10px;
}

ul.Textarea{
	list-style-type:disc;
	list-style-position:inside;
}

ol.Textarea{
	list-style-type:decimal;
	list-style-position:inside;
}

ol.MultiLevel {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}

ol.MultiLevel > li {
	display: table;
	counter-increment: item;
	margin-bottom: 0.6em;
}

ol.MultiLevel > li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.6em;
}

.MultiLevel li ol.MultiLevel {
	margin-top: 0.6em;
}

.MultiLevel li ol.MultiLevel > li:before {
	content: counters(item, ".") " ";
}

li.youLike a{
	color:inherit;
}

#profileNewsItems div.removeEvent .deleteInactiveIcon:hover, #profileNewsItems div.removeEvent .deleteInactiveIconActive, .eventList div.removeEvent .deleteInactiveIcon:hover, .eventList div.removeEvent .deleteInactiveIconActive {
	background-image:url(//ifrype.com/i/sbook/icons/delete_icon.png) !important;
}

.onlineWWWIcon{
	position:relative;
}
.onlineWWWIcon:before,.onlineWWWbigIcon:before{
	position:absolute;
	content:'';
	top:50%;
	margin-top:-4px;
	left:2px;
	border:2px solid #fff;
	border-radius:8px;
	background-color:#FF6600;
	width:8px;
	height:8px;
}

.onlineMobileIcon{
	position:relative;
}
.onlineMobileIcon:before,.onlineMobilebigIcon:before{
	position:absolute;
	content:'';
	top:50%;
	margin-top:-4px;
	left:2px;
	border:2px solid #fff;
	border-radius:8px;
	background-color:#539DD8;
	width:8px;
	height:8px;
}

.onlineInvisibleIcon{
	position:relative;
}
.onlineInvisibleIcon:before,.onlineInvisiblebigIcon:before{
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -4px;
	left: 2px;
	border: 2px solid #fff;
	border-radius: 8px;
	background-color: #AEAEAE;
	width: 8px;
	height: 8px;
}

p.onlineIconDescr{
	color:#838383;
	font-size: 10px;
	margin-bottom: 0;
	white-space: nowrap;
}
p.onlineIconDescr span{
	background-repeat: no-repeat;
	background-position: 0 -1px;
	padding-left:15px;
}

p.onlineIconDescr span:before {
	margin-top: -6px;
}

/* +++ lt +++ */
#profilePicture .pictureA {
	position: relative;
	/*background: #f8f8f8;*/
}
#profilePicture .pictureA:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
}
#profilePicture .pictureA img {
	width: 100%;
	max-width: 100%;
	border-radius: 4px;
}
#profilePicture.picture .changeProfilePic {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 32px;
	background: rgba(0, 0, 0, 0.8);
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	line-height: 32px;
	text-decoration: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	z-index: 2;
	display: none;
}
#profilePicture.picture:hover .changeProfilePic {
	display: block;
}
#profilePicture.picture .changeProfilePic:hover {
	color: #ffffff;
}
#profilePicture.picture .changeProfilePic .svg-icon {
	margin-top: -1px;
	margin-right: 6px;
}

#profilePicture.picture div.changeProfilePic.withoutHover, #profilePicture.picture div.changeProfilePic.withoutHover a {
	display: block;
}

#profilePicture.picture div.changeProfilePic.withFrames a {
	text-align: right;
	float: right;
	width: 55%;
	cursor: pointer;
	position: relative;
	color: rgba(255, 255, 255, 0.8);
	padding: 0 8px;
	box-sizing: border-box;
}

#profilePicture.picture div.changeProfilePic.withFrames a:hover {
	color: #ffffff;
	text-decoration: none;
}

#profilePicture.picture div.changeProfilePic.withFrames a span.badge {
	right: 8px;
	top: -6px;
}

#profilePicture.picture div.changeProfilePic.withFrames a.changeProfilePic {
	float: left;
	text-align: left;
	width: 45%;
}

#lt .button.profToTop {
	margin-top: 10px;
	margin-bottom: 0;
}

#lt .sep.underProfile {
	border-bottom: 1px #e7e7e7 solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
	height: 9px;
}

#lt .picture a, #lt .picture img{
	display:block;
}

#lt .picture img {
	max-width: 100%;
}

#lt .happyBirthday, #lt .happyNameday {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 91px;
	height: 72px;
}
#lt .happyNameday + .happyBirthday {
	top: 92px;
}
#lt .happyBirthday {
	background: url('//ifrype.com/i/profile/big_bd.png') no-repeat;
}
#lt .happyNameday {
	background: url('//ifrype.com/i/profile/big_vd.png') no-repeat;
}

#lt .badgesBox img {
	width:84px;
	margin:0 3px;
	float:left;
}
#lt .badgesBox h3 a {
	font-weight:bold;
}
/* --- lt --- */


/* Tabulas */

.listTable {
	width: 100%;
}

.listTable td, .listTable th {
	text-align: left;
	padding: 3px 3px 3px 0;
}

.listTable th,
.listTable td {
	width:50%;
	vertical-align: top;
}

.simpleTable {
	border-collapse:collapse;
	width:100%;
	border:1px solid #EAEAEA;
}

.simpleTable > tr > th,
.simpleTable > tr > td,
.simpleTable > tbody > tr > th,
.simpleTable > tbody > tr > td{
	padding:7px;
}

.simpleTable th,
.postText .simpleTable > thead > tr > th {
	background-color:#6F6F6F;
	border:1px solid #6F6F6F;
	border-bottom:none;
	text-align:left;
	color:#FFF;

}
.simpleTable tr.level2 th{
	background-color:#c9c9c9;
	border:1px solid #c9c9c9;
	color:#393939;
}

.simpleTable > thead > tr > th,
.simpleTable > thead > tr > td{
	background:transparent;
	border:none;
	border-top:1px solid transparent;
	border-bottom:1px solid #F60;
	color:#F60;
	padding:7px;
	font-weight:bold;
}

.simpleTable > thead > tr > th:first-child,
.simpleTable > thead > tr > td:first-child{
	border-left:1px solid transparent;
}

.simpleTable > thead > tr > th:last-child,
.simpleTable > thead > tr > td:last-child{
	border-right:1px solid transparent;
}

.simpleTable > tr > td,
.simpleTable > tbody > tr > td{
	vertical-align:top;
	border-left:1px solid #EAEAEA;
}

.simpleTable td img{
	vertical-align:middle;
}

.simpleTable > tr:last-child > td,
.simpleTable > tbody > tr:last-child > td{
	border-bottom:none;
}

.simpleTable td.gray a{
	color:#646464;
}

.simpleTable tr.highlight td {
	font-weight:bold;
}

tr.nd, .simpleTable tr:nth-child(2n){
	background-color:#F3F3F3;
}

.simpleTable tr td.gr{
	color:#777576;
}

.simpleTableHover>tbody>tr:hover{
	background-color:#eee;
}

.simpleTable.noborder td, .simpleTable.noborder, .simpleTable.noborder tr{
	border:none;
}

.simpleTable.noborder td, .simpletable.noborder{
	padding: 4px 0;
}
.simpleTable caption {
	font-weight: bold;
	padding-bottom: 5px;
}

.move{
	width:19px;
	height:84px;
	background-image:url('//ifrype.com/i/sbook/move.png');
	/*cursor:ns-resize;*/
}

/* +++ .insertSmiley +++ */
.insertSmiley{
	min-height:262px;
}

.insertSmiley.cols-16 {
	min-height: 182px;
}

.insertSmiley table{
	width:100%;
}

.insertSmileyS:hover{
	background-color:#c9c9c9;
}

.insertSmiley td{
	border:1px solid #e7e7e7;
	text-align:center;
	height:32px;
}

.insertSmiley img{
	cursor:pointer;
	margin-top:4px;
	margin-bottom:4px;
}

.insertSmiley .closeIcon{
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
	width:16px;
	height:16px;
}
/* --- .insertSmiley --- */

#lt .picture {
	overflow: visible;
	position: relative;
}
#lt .imgText span.received_gift {
	position: absolute;
}

.smiley{
	/*height:24px;*/
	/*vertical-align:middle;*/
	width:auto;
	height: 1em;
	line-height: 1.125rem;
	font-size: 1.475rem;
	display: inline-block;
	/*height: 1em;*/
	overflow: hidden;
	/*width: 1em;*/
	/*line-height: 1.125rem;*/
	/*font-size: 1.275rem;*/
	vertical-align: middle;
	margin-top: -2px;
	/*margin-left: 1px;*/
	/*margin-right: 1px;*/
	margin-bottom: 2px;
}

/* Readable text */
.postText{
	padding: 0 0 20px 0;
	text-align:left;
	font-size:13px;
	line-height:20px;
	word-wrap: break-word;
}
.postText p {
	margin-bottom: 0;
	padding-bottom: 0;
}
.postText .smiley {
	position:relative;
	top:-3px;
	vertical-align:middle;
}
.postText h1 {
	position: static;
	border-bottom: none;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 8px;
	padding-bottom: 0;
	color: #1e1e1e;
}
.postText h2 {
	position: static;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 8px;
	padding-bottom: 0;
	color: #1e1e1e;
}
.postText ul.Textarea, .postText ol.Textarea {
	margin-bottom: 15px;
	margin-left: 15px;
}
.postText blockquote {
	background: none;
	font-family: 'times new roman', sans-serif;
	color: #393939;
	margin-top: 32px;
	margin-bottom: 32px;
	padding: 0 0 0 26px;
	font-size: 21px;
	line-height: 33px;
	border-left: 4px solid #dbdbdb;
}
.postText blockquote:last-child {
	margin-bottom: 0;
}
.articleList .postText blockquote {
	font-size: 13px;
	line-height: 25px;
	border: 0;
	padding-left: 0;
	font-family: Arial,sans-serif;
}

.postText .teditorImage {
	display: table;
}
.postText .teditorImage img {
	display: block;
	max-width: 100%;
}

#rt .postText .teditorImage img {
	width: 240px;
}
.postText .teditorImage .description {
	padding: 5px 10px;
	border: 1px solid #e2e2e2;
	min-height: 25px;
	/*line-height: 18px;*/
	word-wrap: break-word;
	display: table-caption;
	caption-side: bottom;
	max-width: 708px; /* FF lai buut ok aaaa(a*n) */
}
.postText .teditorImage .description img {
	display: inline;
}
.postText .teditorImage.posLeft {
	margin-right: 17px;
}
.postText .teditorImage.posCenter {
	margin-left: auto;
	margin-right: auto;
}

.postText .teditorGallery .item {
	float: left;
	width: 171px;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}
.postText .teditorGallery .playButton {
	background: url("//ifrype.com/i/videoplayer/icn_playbtn_2x.png") no-repeat;
	background-size: 40px 40px;
	width:40px;
	height:40px;
	opacity: 0.7;
	position: absolute;
	margin-left: -19px;
	left: 50%;
	margin-top: -19px;
	top: 50%;
	transition: opacity 0.3s ease-in-out;
}
.postText .teditorGallery:hover .playButton{
	opacity: 1;
}
.postText .teditorGallery .rightItem {
	margin-right: 0;
}

.postText .teditorGallery img {
	width: 171px;
	display: block;
}
.postText .teditorGallery .description {
	padding: 5px 10px;
	border: 1px solid #e2e2e2;
	min-height: 20px;
	line-height: 18px;
	word-wrap: break-word;
}
.postText h1,
.postText h2,
.postText .teditorImage,
.postText .teditorGallery,
.postText hr {
	margin-bottom: 10px
}

.postText hr {
	background: url('/i/sbook/img_tdots_2x.png') no-repeat center center;
	height: 6px;
	border: 0;
	color: #ffffff;
	background-size: 50px auto;
	margin: 40px auto;
}

.postText p + hr {
	margin-top: 8px;
}

.smallText{
	font-size:11px;
}


.embedPlaceholder {
	/*clear:both;*/
	position:relative;
	background:black center center no-repeat;
	cursor:pointer;
	display:inline-block;
	max-width: 100%;
}

.embedPlaceholder img {
	opacity:0.7;
	filter:alpha(opacity=70);
	max-width:100%;
	display: block;
}

.embedPlaceholder .playButton {
	position:absolute;
	width: 100% !important;
	height: 100% !important;
	background:url('//ifrype.com/i/videoplayer/icn_playbtn_2x.png') center center no-repeat;
	background-size: 56px 56px;
	opacity: 0.7;
	top: 0;
	left: 0;
}
.embedPlaceholder:hover .playButton {
	opacity: 1;
}

.embedPlaceholder iframe{
	position:absolute;
	top:0;
	left:0;
}

body#TextareaBody{
	padding:10px;
	width:auto;
	height:auto;
}

.TextAreaImg {
	margin-right:5px;
	margin-bottom:5px;
	max-width: 100%;
}
#rt .TextAreaImg {
	width: 240px;
}
.TextAreaImg[onclick]{
	cursor:pointer;
}

.TextAreaVideo{
	width:165px;
	height:130px;
	background-color:#EEE;
	background-position:center center;
	background-repeat:no-repeat;
}

.TextareaSplit{
	background:#EEE;
	height:12px;
	font-size:1px;
	background: url('//ifrype.com/i/sbook/cut_line.png');
}

.Textarea img{
	margin:5px;
}

.TextareaImgFloatLeft{
	float:left;
	margin-left:0;
	margin-right:5px;
}

.TextareaImgFloatRight{
	float:right;
	margin-right:0;
	margin-left:5px;
}


/*quotes */

blockquote{
	background: url('//ifrype.com/i/sbook/quote.png') top left repeat-y;
	font-style:italic;
	color: #6f6f6f;
	margin-top:5px;
	margin-bottom:5px;
	padding: 0 0 0 25px;
	font-size: 12px;
	line-height:18px;
}

blockquote:first-child{
	margin-top:0;
}

.posText blockquote:last-child{
	margin-bottom:0;
}

blockquote p:last-child {
	padding-bottom: 0;
}

/* stars */
a.topStar, div.topStar {
	background: url('//ifrype.com/i/sbook/star.png') 0 0 no-repeat;
	width: 32px;
	height: 22px;
	float: left;
	/*margin-right: 15px;*/
	padding-right: 15px;
	display: block;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding-top: 9px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #ffffff;
	color: #393939;
}
a.topStar:hover, div.topStar, a.topStar.active {
	background-position: -47px 0;
	text-shadow: 1px 1px 0 #b33f10;
	color: #ffffff;
}
a.topStar:active {
	background-position: -94px 0;
}

#fpemo{
	position:absolute;
	bottom:-3px;
	right:1px;
	width:40px;
}

#fpemo a{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:block;
	background:url('//ifrype.com/i/px.gif') repeat center;
}
#fpemo a:hover{
	border:0 #fff solid;
}

span.flag {
	background:url('//ifrype.com/i/misc/rating.png') no-repeat center;
	color:#FFFFFF;
	display:block;
	font-size:16px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-align:center;
	text-indent:-10px;
	width:48px;
}

.album-cover,
.album-cover span {
	display:block;
}

.album-cover span {
	position:absolute;
	left:0;
	top:0;
}

.album-cover {
	position:relative;
}

.album-cover,
.album-cover span.case {
	width:167px;
	height:152px;
}

.album-cover span.case {
	background:url('//ifrype.com/i/misc/cover.png');
	z-index:2;
}

.album-cover .sleeve {
	height: 150px;
	left: 16px;
	position: absolute;
	top: 1px;
	width: 150px;
	z-index: 1;
}


.album-cover.small-cover span.case {
	background:url('//ifrype.com/i/misc/cover_small.png');
}

.album-cover.small-cover,
.album-cover.small-cover span.case {
	height: 100px;
	width: 111px;
}

.album-cover.small-cover .sleeve {
	height: 100px;
	left:10px;
	top: 0;
	width: 100px;
}

#artist-spotlight {
	margin-bottom:30px;
}

#artist-spotlight .artist-pic {
	height:175px;
	width:175px;
	overflow:hidden;
	position:relative;
}

#artist-spotlight .artist-pic img {
	position:relative;
}

#artist-spotlight h2.artist-name {
	padding-bottom:0;
	margin-top:10px;
}

table.col2 {
	width:100%;
	border-collapse:collapse;
}

table.col2 td {
	width:50%;
	padding:5px;
	vertical-align:top;
}

table.col3,
table.col4 {
	width:100%;
	border-collapse:collapse;
}

table.col3 td {
	width:33%;
	padding:5px;
	vertical-align:top;
}

table.col4 td {
	width:25%;
	padding:5px;
}

table.col23 td.left {
	width:66%;
	padding:5px;
	vertical-align:top;
}

table.col23 td.right {
	width:33%;
	padding:5px;
	vertical-align:top;
}

#iframeTop{
	background-image:url('//ifrype.com/i/misc/login_bg2.png');
	background-position:left top;
	background-repeat:repeat-x;
	height:85px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
}

#iframeTop table{
	width:100%;
	height:100%;
}

#iframeTop td{
	text-align:center;
}

#iframeTop .iframeTopSide{
	width:150px;
}

#iframeTop h2{
	padding:0;
}

#music-rt {
	float:right;
	width:200px;
	margin-left:10px;
}

#music-ct {
	float:left;
	width:520px;
}

.hrText{
	width:100%;
}

.hrTextC{
	font-weight:bold;
	padding:10px;
	white-space:nowrap;
}


#profilePicture {
	position: relative;
	overflow: hidden;
}
#profilePicture .profilePika {
	position: absolute;
	max-width: 100px;
	max-height: 100px;
}

#lt .friendGroup {
	position:relative;
	margin-bottom: 10px;
}
#lt .friendGroup .formItemMultiCheckbox {
	width: 100%;
}
#lt .friendGroup .formItemMultiCheckbox  .button {
	margin-bottom: 0;
}

.bljembas {
	width: 33px;
	height: 33px;
	position: absolute;
	bottom: 0;
	z-index:1;
}
.bljemba1 {	left: 10px; }
.bljemba2 {	left: 50px; }
.bljemba3 {	left: 75px; }
.bljemba4 {
	top: -5px;
	left: 80px;
}
.bljemba5 {
	top: 6px;
	left: -7px;
}
.bljemba6 {
	top: 83px;
	left: 83px;
}
.bljemba7 {
	top: 34px;
	left: -8px;
}
.bljemba8 {
	top: -7px;
	left: 40px;
}
.bljemba9 {
	top: 83px;
	left: -5px;
}
.bljemba10 {
	top: 21px;
	left: 75px;
}
.bljembas img {
	max-width: 100%;
}

.bljembas.papardesBljemba, .userList .bljembas.papardesBljemba {
	top: 5px;
	left: 5px;
}
.userList .bljemba1, .userList .bljemba2, .userList .bljemba3 {
	/*top: 77px;*/
	top: 53px; /* kameer ir favoriitu bljemba 77px -> 53px */
}
.userList .bljemba1.lielvardesJosta, .userList .bljemba2.lielvardesJosta, .userList .bljemba3.lielvardesJosta {
	top: 60px;
}

.picture .bljembas, #profilePicture  .bljembas {
	bottom:36px;
}
.picture .bljembas.lielvardesJosta, #profilePicture  .bljembas.lielvardesJosta {
	bottom:43px;
}
#profilePicture .bljembas.addFavorite {
	left: 0;
	bottom: 30px;
}
.userList .bljembas.addFavorite {
	left: 10px;
	top: 85px;
}

#profilePicture .bljembas.xmasIcon ,
.userList .bljembas.xmasIcon {
	left: 10px;
	top:10px;
	text-align: left;
	height: 15px;
	width:100%;
}

#profilePicture .bljembas.aidsLentite {
	width: 50px;
	right: 15px;
	left: auto;
	bottom: 50px;
}
#profilePicture .bljembas.lentite {
	width: 50px;
	right: 15px;
	left: auto;
	bottom: 50px;
}
#profilePicture .bljembas.engeluBljemba {
	left: 135px;
	bottom: 0;
	height: 100px;
}
.userList .bljembas.engeluBljemba img {
	height: 33px;
}

.headerExtended {
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 5px;
	padding-bottom: 0;
}
.headerExtended .extendedHtml {
	float: right;
}
.headerExtended .extendedHtml a.recommend {
	display: block;
}
.headerExtended h1 {
	float: left;
	margin-bottom: 0;
	border: none;
}

.received_gift {
	position: absolute;
}


.skin-item {
	position:relative;
	float:left;
	margin-right:7px;
	margin-bottom:7px;
	overflow:hidden;
	cursor:pointer;
}

.skin-item,
.skin-item .skinSel {
	width: 180px;
	height: 114px;
}

.skin-list-sm .skin-item,
.skin-list-sm .skin-item .skinSel {
	width:138px;
	height:138px;
}

.skin-item .skinSel {
	position:absolute;
	left:0;
	top:0;
	z-index:4;
	background:url('//ifrype.com/skins/img/notselectedSkin.png') no-repeat;
}
.skin-list-sm .skin-item .skinSel {
	position:absolute;
	left:0;
	top:0;
	z-index:4;
	background:url('//ifrype.com/skins/img/notselectedSkin_sm.png') no-repeat;
}

.skin-item span.badge {
	background: none repeat scroll 0 0 #FF6600;
	border-radius: 5px 5px 5px 5px;
	bottom: 12px;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0 8px 2px;
	position: absolute;
	right: 10px;
	z-index: 10;
	top:auto;
}

.skin-selected .skinSel {
	background:url('//ifrype.com/skins/img/selectedSkin.png') no-repeat;
}
.skin-selected.skin-list-sm .skinSel {
	background:url('//ifrype.com/skins/img/selectedSkin_sm.png') no-repeat;
}

.skin-item .picOverlay,
.skin-item .data {
	bottom: 0;
	height: 19px;
	left: 0;
	right: 0;
	padding: 5px 10px;
	position: absolute;
}
.skin-item .pic {
	background-position: center center;
	height: 114px;
}

.skin-item p.rating {
	background:url('//ifrype.com/i/icons/star.png') no-repeat 0 1px;
	padding-left:16px;
}

.skin-item p.title {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	height: 19px;
	padding: 5px 10px;
}

.skin-item p.title img{
	display: block;
	float: left;
	margin-right: 6px;
	width: 16px;
}

.skin-item p {
	margin:0;
	padding:0;
}

.skin-item ul.color-blocks {
	background:red;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
	width:100%;
}

.skin-list, .skin-list-sm {
	overflow:hidden;
	clear:both;
}

.spotlight {
	overflow:hidden;
	margin-bottom:30px;
}

.spotlight .spotlight-item {
	float:left;
	width:236px;
}

.spotlight .spotlight-item h2 {
	margin-top:10px;
	background-position:0 0;
	padding-bottom:3px;
}

.spotlight .first {
	margin-right:10px;
}

.spotlight .last {
	margin-left:10px;
}

.spotlight a.spotlight-pic {
	border:solid 1px #e7e7e7;
	display:block;
	height:180px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	font-size:0;
}

.skin-item-wide {
	margin-bottom: 10px;
	border: 2px solid #e4e4e4;
	padding: 2px;
	background-color: #fff;
	width: 812px;
	position: relative;
	background-position: top center; /* for old thumbs */
}
.skin-item-wide a {
	display: block;
	height: 114px;
	overflow: hidden;
}
.skin-item-wide:hover {
	border-color: #cdcdcd;
}
.skin-item-wide.skin-selected {
	border-color: #fa6101;
}
.skin-item-wide .title {
	display: none;
	position: absolute;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	padding: 0 10px;
	left: 0;
	right: 0;
	color: #4a494a;
	font-weight: bold;
	z-index: 10;
}
.skin-item-wide:hover .title {
	display: block;
}
.skin-item-wide span.badge {
	background: none repeat scroll 0 0 #FF6600;
	border-radius: 5px 5px 5px 5px;
	bottom: 7px;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0 8px 2px;
	position: absolute;
	right: 7px;
	z-index: 10;
	top: auto;
}

/*Draugiem dzimshanas dienas*/
#celebration{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	overflow:hidden;
	z-index:51;
	background:url(//ifrype.com/d/birthday/img/6bday_sveiciens_bckrgr.png) repeat;
}
#fireworksContent{
	position:absolute;
	top:0;
	height:600px;
}

#celebration #top{
	position:absolute;
	height:206px;
	left:0;
	top:0;
	width:100%;
	background:url(//ifrype.com/d/birthday/img/6bday_sveiciens_gradient1.png) repeat-x top center;
}

#celebration #bottom{
	position:absolute;
	height:206px;
	left:0;
	bottom:0;
	width:100%;
	background:url(//ifrype.com/d/birthday/img/6bday_sveiciens_gradient2.png) repeat-x top center;
}

#celebration #middle{
	width:679px;
	height:581px;
	background:url(//ifrype.com/d/birthday/img/6bday_sveiciens_popup.png) no-repeat;
	position:absolute;
	top:20px;
}

#bt1{
	position:absolute;
	bottom:106px;
	left:144px;
	width:186px;
	height:32px;
	line-height:32px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	color:#fff;
	background:url(//ifrype.com/d/birthday/img/butt1.png) no-repeat;
}

#bt2{
	cursor:pointer;
	position:absolute;
	bottom:106px;
	text-align:center;
	font-weight:bold;
	left:347px;
	width:186px;
	height:32px;
	line-height:32px;
	color:#fff;
	background:url(//ifrype.com/d/birthday/img/butt2.png) no-repeat;
}

#fireworksContent embed{
	position:absolute;
	top:0;
	left:0;
}

#birthdayText{
	color: #444444;
	font-size: 14px;
	height: 200px;
	left: 130px;
	position: absolute;
	text-align: left;
	top: 245px;
	width: 445px;
	line-height: 18px;
}

#birthdayText h2{
	font-size:20px;
	color: #F60;
	padding-bottom: 10px;
}

#birthdayText {  }
/* Draugiem dzimshanas dienas */
.happy_bd, .happy_vd {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.happy_bd {
	background:url('//ifrype.com/i/profile/happy_bd.png') no-repeat left top;
}
.happy_vd {
	background:url('//ifrype.com/i/profile/happy_vd.png') no-repeat left top;
}

.small-player {
	display:none;
	overflow: hidden;
}

.small-player-play {
	display:block;
	font-size:0;
	line-height:0;
	background:url('//ifrype.com/music/img/play.png') no-repeat 1px 1px;
}

.small-player,
.small-player-play {
	height: 27px;
	width: 26px;
}

.small-player-play:hover {
	background-position:-27px 1px;
}

.small-player-play:active {
	background-position:-54px 1px;
}

.small-player-wrap {
	width:44px;
	height:26px;
	position:relative;
	margin-right:10px;
}

.small-player-wrap a.fav-toggle {
	display: block;
	height: 18px;
	position: absolute;
	right: 0;
	top:4px;
	width: 23px;
	z-index: 1;
	background:url('//ifrype.com/music/img/sm_pl_fav_bg.png') right -18px no-repeat;
	text-decoration:none;
}

.small-player-wrap a.fav-toggle.active {
	background-position:right 0;
}

.small-player-play,
.small-player {
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}

.news-player-block {
	overflow:hidden;
}

.news-player-block .small-player-wrap {
	float:left;
}

.news-player-block p {
	float:left;
	line-height:28px;
	color:#6F6F6F;
}

#regionalFirstpage{
	margin-bottom:20px;
}

#regionalFirstpage h1{
	margin-top:16px;
}

.panel {
	background:#f5f5f5;
	padding:5px;
	margin-bottom:10px;
	overflow:hidden;
	border-top:solid 1px #e2e2e2;
}

.set-friend-skin {
	left: 50%;
	margin-left: -540px;
	position: absolute;
	right: 50%;
	top: 0;
	z-index:4;
	width: 1080px;
}

.set-friend-skin a {
	background: rgba(0, 0, 0, .7);
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 11px;
	padding: 4px 8px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0 0 3px 5px;
	border-radius: 0 0 3px 3px;
}

.set-new-skin {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}
.set-new-skin .newSkin {
	position: absolute;
	top: 0;
	right: 3px;
	background-color: #ce1b00;
	color: #fff;
	font-size: 10px;
	padding: 0 3px;
	border-radius: 0 0 3px 3px;
}
.set-new-skin .closeIcn {
	display: none;
	position: absolute;
	right: 4px;
	top: 14px;
	width: 16px;
	height: 16px;
	color: #fff;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .3);
}
.set-new-skin:hover .closeIcn {
	display: inline;
}

#firstage-drpoll-form .formItem  {
	margin-left:0;
	width:auto;
}

#DailyPoll.drpoll td{
	border:none;
}

#weather-skin-temp {
	text-shadow: 0 0 3px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
	color: #FFFFFF;
	font-size: 48px;
	position: absolute;
	right: -2px;
	top: -92px;
	line-height:48px;
	-webkit-font-smoothing: antialiased;
	display: block;
	text-decoration: none;
}

#weather-skin-temp span {
	zoom: 1;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

span.dot{
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
}

.scrollTopButton{
	position:absolute;
	right:0;
	width:39px;
	height:39px;
	background-image:url('//ifrype.com/i/scroll.png');
	background-position:left top;
	top:-45px;
	cursor:pointer;
}

.scrollTopButton:hover{
	background-position:-39px top;
}

#chatContent > .scrollTopButton{
	right:10px;
}

/* Vēstuļu reklāmām, konstruktorā un vēstulēs */
.ve-heading {
	font-size:22px;
	font-weight:bold;
	line-height:30px;
	margin-bottom:15px;
	min-height:21px;
}

.ve-subheading {
	font-size:16px;
	font-weight:normal;
	margin-bottom:15px;
	min-height:21px;
	line-height:22px ;
}

.ve-image {
	text-align:center;
	margin-bottom:15px;
}

.ve-image img {
	display:block;
	margin:auto;
}

.ve-text {
	margin-bottom:10px;
	font-size: 13px;
	line-height: 17px;
}





.pic-collage {
	display: block;
	font-size: 0;
	line-height: 0;
	position: relative;
}

.pic-collage .picc-inner {
	overflow: hidden;
	position: relative;
}


.pic-collage .more-link {
	cursor:default;
}

/* Mazais */
.pic-collage.coll-size-small .picc-inner,
.pic-collage.coll-size-small {
	width: 50px;
	height: 50px;
}

.pic-collage.coll-size-small.pics-4 a.pw.pc3 {
	line-height: 24px;
}

/* Lielais */
.pic-collage.coll-size-large .picc-inner,
.pic-collage.coll-size-large {
	width:190px;
	height:190px;
}

.pic-collage.coll-size-large.pics-4 a.pw.pc3 {
	line-height:95px;
	font-size:22px;
}


/* Blogu izmeers */
.pic-collage.coll-size-blog {
	width:150px;
	height:150px;
}
.pic-collage.coll-size-blog.pics-2 a.pw.pc1 {
	border-left-width: 2px;
}
.pic-collage.coll-size-blog.pics-3 a.pw.pc1,
.pic-collage.coll-size-blog.pics-4 a.pw.pc0 {
	border-right-width: 2px;
}
.pic-collage.coll-size-blog.pics-3 a.pw.pc0,
.pic-collage.coll-size-blog.pics-4 a.pw.pc0 {
	border-bottom-width: 2px;
}
.pic-collage.coll-size-blog.pics-3 a.pw.pc1 {
	border-top-width: 2px;
}
.pic-collage.coll-size-blog.pics-4 a.pw.pc3 {
	border-width: 2px;
}
.pic-collage.coll-size-blog .picc-inner{
	width: 150px;
	height: 150px;
}

.pic-collage img {
	display: block;
	position: relative;
	left:-50%;
}

.pic-collage a.pw {
	display:block;
	position:absolute;
	overflow:hidden;
}

.pic-collage a.pw:hover {
	text-decoration: none;
}

.pic-collage.pics-1 a.pw {
	left:0;
	top:0;
}

.pic-collage .onlineStatus {
	z-index:2;
}

.pic-collage.pics-4 .onlineStatus.idx0,
.pic-collage.pics-2 .onlineStatus.idx0 {
	left: 50%;
	margin-left: -8px;
}

.pic-collage.pics-3 .onlineStatus.idx1,
.pic-collage.pics-4 .onlineStatus.idx2 {
	left: 50%;
	margin-left: -8px;
	top:50%;
	margin-top:-8px;
}

.pic-collage.pics-3 .onlineStatus.idx2 {
	margin-top: -8px;
	right: 0;
	top: 50%;
	margin-right: -8px;
}

.pic-collage.pics-3 .onlineStatus.idx1 {
	z-index:3;
}

.pic-collage.pics-1 a.pw { width:100%;height:100%; }
.pic-collage.pics-1 a.pw img { left:0; width:100%;height:100%; }

.pic-collage.pics-2 a.pw { width:50%; height:100%; }
.pic-collage.pics-2 a.pw.pc0 {  }
.pic-collage.pics-2 a.pw.pc1 { border-left: 1px solid #FFFFFF; left: 50%; }
.pic-collage.pics-2 a.pw img { height:100%; }

.pic-collage.pics-3 a.pw {  }
.pic-collage.pics-3 a.pw.pc0 { border-bottom: 1px solid #FFFFFF; height: 50%; width: 100%; z-index: 1; }
.pic-collage.pics-3 a.pw.pc0 img { width: 100%; left:0; top:-50%; }
.pic-collage.pics-3 a.pw.pc1 { border-right: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; height: 50%; left: 0; top: 50%; width: 50%; z-index: 2; }
.pic-collage.pics-3 a.pw.pc1 img { width: 100%; height: 100%; left: 0; top: 0; }
.pic-collage.pics-3 a.pw.pc2 { height:50%; left:50%; top:50%;width:50%; }
.pic-collage.pics-3 a.pw.pc2 img { width: 100%; height: 100%; left: 0; top: 0; }
.pic-collage.pics-3 a.pw.pc3 { }

.pic-collage.pics-4 a.pw { width:50%; height:50%; }
.pic-collage.pics-4 a.pw img { width: 100%; height: 100%; left: 0; top: 0; }
.pic-collage.pics-4 a.pw.pc0 { border-bottom: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; left: 0; top: 0; z-index: 1; }
.pic-collage.pics-4 a.pw.pc1 { left:50%; top:0; }
.pic-collage.pics-4 a.pw.pc2 { left:0; top:50%; }
.pic-collage.pics-4 a.pw.pc3 {
	background: none repeat scroll 0 0 #F8F8F8;
	border: 1px solid #E7E7E7;
	/*color: #787878;*/
	color:#c8c8c8;
	font-size: 11px;
	height: 50%;
	left: 50%;
	text-align: center;
	top: 50%;
	width: 50%;
	font-weight: bold;
}

.pic-collage .count {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 22px;
	z-index: 2;
}
.pic-collage .count div:first-child {
	background-color: #000;
	opacity: 0.75;
}
.pic-collage .count div {
	border-radius: 11px 11px 11px 11px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.pic-collage .playButton {
	margin-left: -19px;
	left: 50%;
	margin-top: -19px;
	top: 50%;
}

.pic-collage img.moreImage{
	width:auto !important;
	height: auto !important;
	display: inline;
	margin-right: 5px;
	top:2px !important;
}


.Mosaic{
	position:relative;
	display:block;
	overflow:hidden;
}

.MosaicItem{
	position:relative;
	float:left;
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;
	background-color: #ededed;
}

.MosaicLinks{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	z-index:1;
}

.MosaicLinks a{
	float:left;
	position: relative;
	background-image:url('//ifrype.com/i/px.gif');
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

/* +buttonGroup+ */

div.btnGroup {
	display: inline-block;
}

div.btnGroup .btn {
	box-sizing: border-box;
	-moz-box-sizing:  border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #bebebe;
	border-left: 0;
	display: block;
	float: left;
	min-width: 87px;
	text-align: center;

	background-image: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(240,240,240)),
		color-stop(1, rgb(255,255,255))
	);

	height: 42px;
	line-height: 40px;
	text-shadow: 0 3px 3px rgba(255, 255, 255, 1);
}

div.btnGroup > .btn:first-child {
	border-radius: 3px 0 0 3px;
	border: 1px solid #bebebe;
}

div.btnGroup > .btn:last-child {
	border-radius: 0 3px 3px 0;
}

div.btnGroup > .btn:only-child{
	border-radius: 3px;
}

div.btnGroup > .btn {
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	margin-top: 5px;
	text-transform: uppercase;
	padding-top:5px;
}

div.btnGroup .btn strong {
	color: #393939;
	font-size: 19px;
	display:block;
	margin-bottom:2px;
}
div.btnGroup a.btn{
	color:#393939;
}

div.btnGroup a.btn:hover{
	text-decoration: none;
	background-color: #d0d5d7;
	background-image: linear-gradient(bottom, #d0d5d7 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, #d0d5d7 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, #d0d5d7 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, #d0d5d7 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, #d0d5d7 0%, rgb(255,255,255) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #d0d5d7),
		color-stop(1, rgb(255,255,255))
	);
}

/* -buttonGroup- */

.cut{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-ms-text-overflow: ellipsis;
}

#walletPayments .payment {
	color:#fe0202;
	white-space: nowrap;
}
#walletPayments .deposit {
	color:#005200;
}
.walletPayments a {
	display: inline-block;
}
.walletPaymentsDownloadXls {
	margin-bottom: 5px;
}
.walletPaymentsDownloadXls a {
	display: inline-block;
	padding-left: 20px;
	background: url(//ifrype.com/i/ext/small/xls.png) 0 center no-repeat;
}

.emoji {
	font-family: 'DejaVuSans';
}

img.emoji {
	display: inline-block;
	height: 1em;
	overflow: hidden;
	width: 1em;
	line-height: 1.125rem;
	font-size: 1.275rem;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
}

.only-emoji img.emoji {
	line-height: 2rem;
	font-size: 1.5rem;
	margin-top: 2px;
}

.only-emoji .smiley {
	height: 1em;
	line-height: 2rem;
	font-size: 28px;
	margin-top: 2px;
}

img.emoji.small {
	font-size: 1.1rem;
}

.emoji_footer {
	border-bottom: 1px solid #EDEDED;
	height: 34px;
}

.emoji_tab_item {
	display: inline-block;
	background: #fff;
	line-height: 34px;
	cursor: pointer;
	width: 34px;
	height: 34px;
	box-sizing: border-box;
	padding: 8px;
}

.emoji_tab_item > div {
	background-image: url('/i/smilies/tabs/sprite.png');
}

.emojiRecentIcon { background-position:0;}
.emojiSmileysIcon { background-position:-18px;}
.emojiAnimalsIcon { background-position:-36px;}
.emojiFoodIcon { background-position:-54px;}
.emojiActivityIcon { background-position:-72px;}
.emojiTravelIcon { background-position:-90px;}
.emojiObjectsIcon { background-position:-108px;}
.emojiSymbolsIcon { background-position:-126px;}
.emojiFlagsIcon { background-position:-144px;}
.emojiDrIcon { background-position:-162px;}

.emoji_tab_item:hover, .emoji_tab_item.active {
	background-color: #F8F8F8;
}

.emoji_tab_item div {
	width: 18px;
	height: 18px;
}

.emoji_item {
	width: 34px;
	height: 34px;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	vertical-align: middle;
	cursor: pointer;
	box-sizing: border-box;
}

.emoji_item img.emoji {
	width: 24px;
	height: 24px;
	margin: 0;
}

.emoji_item:hover {
	border-radius: 3px;
	background: #F8F8F8;
}

.emoji_item.wide {
	width: 62px;
}

.emoji_popup .emoji_search {
	padding: 10px 13px;
}

.emoji_popup .emoji_search .formItem .formItemBorder {
	border-radius: 3px;
	background: #F8F8F8;
	border: 0;
}

.emoji_popup .emoji_search .formItem .formItemBorder .formItemPadding {
	height: 34px;
	line-height: 21px;
}

.emoji_wrap {
	text-align: center;
	padding: 0 13px;
}

.emoji_wrap::-webkit-scrollbar {
	width: 4px;
}

.emoji_wrap::-webkit-scrollbar-track {
	background-color: transparent;
}

.emoji_wrap:hover::-webkit-scrollbar-thumb {
	cursor: pointer;
	background-color: #cacaca;
}

.emoji_content {
	display: inline-block;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
}

.emoji_content h3 {
	line-height: 13px;
	color: #1E1E1E;
	margin-bottom: 0;
}

.emoji_content .emoji_group {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	padding: 10px 0;
}

.emoji_item.smiley_item {
	border: 1px solid #f0f0f0;
}

.emoji_item.smiley_item:hover {
	border: 1px solid #b0dcee;
}

.emoji_item.smiley_item .smiley {
	height: 24px;
	margin: 0;
}

#mainAppSpotlight {
	border: 1px solid #ededed;
	background-color: #f8f8f8;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	padding: 12px;
	text-align: center;
}
#lt #mainAppSpotlight {
	width: 240px;
}
#rt #mainAppSpotlight {
	width: 300px;
}
#mainAppSpotlight.fixed{
	position:fixed;
	z-index:1;
}
#mainAppSpotlight .appSpotlightTitle {
	font-size: 14px;
	line-height: 19px;
	color: #1e1e1e;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#mainAppSpotlight .appSpotlightContent {
	position: relative;
	margin-top: 8px;
}
#mainAppSpotlight .appSpotlightLeft {
	float: left;
	width: 60%;
	text-align: left;
}
#mainAppSpotlight .appContent .imageWrap {
	position: relative;
	display: block;
}
#mainAppSpotlight .appContent .imageWrap img {
	width:100%;
	display: block;
}
#mainAppSpotlight .appContent .imageWrap:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
	border-radius: 3px;
}
#mainAppSpotlight .appContent .appSpotlightPlayersCount {
	font-size: 13px;
	line-height: 17px;
	color: #747474;
	margin-top: 2px;
}
#mainAppSpotlight .appContent .appSpotlightPlayersCount + .appSpotlightPlayersCount {
	margin-top: 0;
}
#mainAppSpotlight .appContent .onlinePlayers {
	background-color: #ff6600;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	display: inline-block;
	margin-left: 2px;
}
#mainAppSpotlight .appContent .button {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -14px;
	width: auto;
}


.favoriteRemIcon {
	position: absolute;
	bottom: 30px;
	left: 0;
}
.favoriteRemIcon .closeIcon {
	position: absolute;
	top: 0;
	right: 0;
}
.xmasIcon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

/* +ScrollBar+ */
.scrollBarParent {
	position: relative;
	overflow: hidden;
}

.scrollBarContent {
	position: relative;
	top: 0;
	left: 0;
}

.scrollBarParentNative {
	overflow: auto;
}

.scrollBarParentNative .scrollBarContent {
	position: static;
}

.scrollBarTrack {
	position: absolute;
	right: 3px;
	top: 0;
	bottom: 0;
	width: 7px;
	opacity: 0;
	-moz-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
	margin: 4px 0;
}

.scrollBarParent:hover .scrollBarTrack {
	opacity: 1;
}

.scrollBarTrackThumb {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	width:7px;
	background-color: #393939;
	opacity: 0.6;
}

.scrollBarParentHorizontal .scrollBarTrack {
	right: auto;
	top: auto;
	left: 0;
	bottom: 5px;
	width: auto;
	height: 7px;
	margin: 0 12px;
}

.scrollBarParentHorizontal .scrollBarTrackThumb {
	width: auto;
	height: 7px;
}

.scrollBarButton {
	height: 32px;
	width: 32px;
	background-image: linear-gradient(to bottom,#fefefe,#ededed);
	box-shadow: 0 1px 0 0 rgba(0,0,0,.12), 0 0 4px 0 rgba(0,0,0,.4), inset 0 1px 0 0 #fff;
	border-radius: 32px;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	transition: opacity .25s ease-in;
	opacity: .8;
}

.scrollBarButton:hover {
	opacity: 1;
}

.scrollBarButton .svg-icon {
	position: absolute;
	top: 4px;
	left: 4px;
}

.scrollBarButton.scrollBarPrev {
	top: 50%;
	left: 0;
	margin-top: -16px;
}

.scrollBarButton.scrollBarNext {
	top: 50%;
	left: 0;
	margin-top: -16px;
}
/* -ScrollBar- */
.tests #outermost {
	padding-top:32px;
}
#laboratory-menu {
	height: 32px;
	line-height: 32px;
	background: url('/i/laboratory/tf_bg.png') repeat-x;
	color: #ffffff;

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
#laboratory-inner {
	width: 1080px;
	margin: 0 auto;
}
#laboratory-menu span {
	opacity: 0.9;
}
#laboratory-menu a {
	float: right;
	color: #ffffff;
	height: 32px;
	line-height: 32px;
}
#laboratory-menu .iconRight {
	padding-left: 0;
	padding-right: 20px;
	background-position: right center;
}
#laboratory-menu .iconExit {
	background-image: url('/i/laboratory/tf_exit.png');
}
/* +ConfirmBox+ */
.confirmBoxBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.8;
	z-index: 1002;
}

.confirmBox {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 250px;
	padding: 16px;
	margin-left: -141px;
	z-index: 1002;
	background: #ffffff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}

.confirmBox .close {
	width: 24px;
	height: 24px;
	display: block;
	background: #f2f3f4 url('/gallery/img/fs/close_br_2x.png') no-repeat center center;
	background-size: 10px 10px;
	position: absolute;
	top: 12px;
	right: 12px;
}

.confirmBox .close:hover {
	background-color: #e5e6e7;
}

.confirmBox h2 {
	color: #000000;
	margin-bottom: 12px;
	width: 220px;
	min-height: 16px;
}

.confirmBox .controls a {
	width: 48%;
	height: 32px;
	background-color: #F3F3F3;
	text-align: center;
	line-height: 32px;
	color: #6F6F6F;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.confirmBox .controls a:hover {
	background-color: #e7e7e7;
}

.confirmBox .controls .accept {
	float: left;
}

.confirmBox .controls .decline {
	float: right;
}

.confirmBoxSuccess {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 320px;
	padding: 16px;
	margin-left: -141px;
	z-index: 1002;
	background: #ffffff url('//ifrype.com/i/misc/icn_sucess_2x.png') no-repeat 16px center;
	background-size: 32px 32px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
	opacity: 1;
	-moz-transition: opacity 250ms ease-in-out;
	-o-transition: opacity 250ms ease-in-out;
	-webkit-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
}

.confirmBoxSuccess .close {
	width: 24px;
	height: 24px;
	display: block;
	background: #f2f3f4 url('/gallery/img/fs/close_br_2x.png') no-repeat center center;
	background-size: 10px 10px;
	position: absolute;
	top: 12px;
	right: 12px;
}

.confirmBoxSuccess .close:hover {
	background-color: #e5e6e7;
}

.confirmBoxSuccess h2 {
	color: #000000;
	width: 220px;
	padding: 16px 0 16px 40px;
}
/* -ConfirmBox- */

.itemDelIcon{
	position:absolute;
	top:5px;
	right:5px;
	width:21px;
	height:21px;
	background-image:url('//ifrype.com/gallery/img/close.png');
}

.itemIcon{
	-moz-transform:scale(0);
	-webkit-transform:scale(0);
	transform:scale(0);
	-moz-transition:all 0.1s ease-out 0s;
	-webkit-transition:all 0.1s ease-out 0s;
	transition:all 0.1s ease-out 0s;
	cursor:pointer;
}

.item:hover .itemIcon{
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	transform:scale(1);
}

.profileChangePicture{
	padding:0px;
	margin-bottom:10px;
	border: 1px solid #bebebe;
	color: #393939;
	width: 238px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	text-align: center;
	background: url('/i/sbook/buttons2/link.png') repeat-x top;
	font-size: 13px;
	font-weight: 600;
}

.profileChangePicture img {
	margin-right: 4px;
	vertical-align: middle;
}

.profileButton {
	padding: 0;
	margin-bottom: 10px;
	border: 1px solid #bebebe;
	color: #393939;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	text-align: center;
	background: url('/i/sbook/buttons2/link.png') repeat-x top;
	font-size: 13px;
	font-weight: 600;
}

.profile-buttons-1 .profileButton {
	width: 100%;
}

.profile-buttons-2 .profileButton {
	width: 48%;
}

.profile-buttons-2 .profileChangePicture {
	float: right;
}

.serviceExpInfo {
	margin-bottom: 5px;
}

.serviceExpInfo img {
	width: 50px;
	float: left;
	margin-right: 8px;
}

#lt .sendGiftBtn {
	background: url('/special/kartinas15/assets/img/btn_nosutit_kartiti.jpg') no-repeat;
	height: 42px;
	display: block;
	margin-top: 10px;
}
#lt .sendGiftBtn:hover {
	background-position-y: -42px;
}
#lt .sendGiftBtn:active {
	background-position-y: -84px;
}

h3.sidebarTitle {
	border-top: 1px solid #ededed;
	font-size: 13px;
	line-height: 17px;
	color: #747474;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 8px;
	margin-top: 16px;
}

#rt > div:first-child > h3.sidebarTitle:first-child, #rt > h3.sidebarTitle:first-child, #lt > h3.sidebarTitle:first-child {
	border-top: 0;
	margin-top: 2px;
	padding-top: 0;
}

h3.sidebarTitle a.right {
	float: right;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
}

h3.sidebarTitle a.right.close {
	color: #747474;
}

h3.sidebarTitle a.right.close:hover {
	color: #1e1e1e;
}

h3.sidebarTitle a.right.close .svg-icon {
	margin-top: -1px;
}

h2.ctTitle {
	font-size: 14px;
	line-height: 19px;
	color: #1e1e1e;
	margin: 0 0 12px;
	padding-top: 9px;
}

h2.ctTitle:first-child {
	padding-top: 0;
}

#ct > div:first-child > h2.ctTitle:first-child, #ct > .comments:first-child h2.ctTitle, #ct > div:first-child > script:first-child + h2.ctTitle {
	padding-top: 0;
}

h2.ctTitle a:last-child,
h2.ctTitle .adv {
	font-size: 13px;
	line-height: 17px;
	margin-top: 2px;
	font-weight: normal;
}

h1.profileTitle {
	font-size: 16px;
	line-height: 20px;
	color: #1e1e1e;
	margin-top: 12px;
	margin-bottom: 0;
	border: 0;
	padding: 0;
}

h1.profileTitle a {
	color: #1e1e1e;
}

h1.profileTitle .age {
	font-size: 14px;
	font-weight: normal;
}

h1.profileTitle .age.hidden {
	color: #747474;
}

.verifiedUser {
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
}

.verifiedUser .svg-icon {
	display: block;
}

#sectionTitle {
	padding-bottom: 12px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 16px;
	width: 100%;
}

#sectionTitle h1 {
	border: 0;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 22px;
	line-height: 28px;
	color: #1e1e1e;
}

#sectionTitle #searcherContainer {
	float: right;
	height: 28px;
}

#sectionTitle #searcherContainer .formItem input {
	padding-right: 18px;
	box-sizing: border-box;
}

#sectionTitle #feedbackContainer {
	float: right;
	height: 28px;
	margin-left: 16px;
}
#sectionTitle + #tt .topMenu {
	margin-top: -17px;
}
#sectionTitle + #tt {
	width: 100%;
}

.Searcher .submit {
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
	height: 28px;
	color: #aeaeae;
	text-align: center;
	cursor: pointer;
}

.Searcher .submit:before {
	content: '';
	height: 28px;
	display: inline-block;
	vertical-align: middle;
}

.Searcher .formItemInput input {
	min-width: 256px;
}

.closeDark {
	width: 16px;
	height: 16px;
	display: block;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	color: rgba(255, 255, 255, 0.8);
}

.closeDark:hover {
	background-color: rgba(0, 0, 0, 0.5);
	color: rgba(255, 255, 255, 1);
}

.closeDark .svg-icon {
	vertical-align: top;
}

.ProfileMainImage {
	position: relative;
	border-radius: 4px;
}

.ProfileMainImage > a {
	display: block;
	position: relative;
}

.ProfileMainImage img {
	display: block;
	border-radius: 4px;
	max-width: 100%;
	width: 100%;
}

.ProfileMainImage:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
}

.ProfileMainImage .pictureOverlay {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	z-index: 2;
}

.ProfileMainImage:hover .pictureOverlay {
	display: block;
}

.ProfileMainImage .pictureOverlay > a {
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.8);
}

.ProfileMainImage .pictureOverlay > a:hover {
	color: #ffffff;
}

.ProfileMainImage .pictureOverlay > a .svg-icon {
	margin-top: -1px;
	margin-right: 6px;
}

.ProfileMainImage + .profileTitle {
	margin-bottom: 16px;
}

.picBorder{
	border-radius: 2px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
	background-size:100% auto;
	background-clip: padding-box;
	box-sizing: border-box;
	image-rendering:-webkit-optimize-contrast;
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
}

body.no-select * {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}

body.no-select a {
	pointer-events: none;
}

i.like-count {
	display: inline-block;
	vertical-align: middle;
}

.userListExtended {
	width: 730px;
	margin-bottom: 25px;
}

.userListExtended .items .item {
	width: 350px;
	height: 71px;
	float: left;
	margin: 15px 30px 15px 0;
}

.userListExtended .items .item:nth-child(even) {
	margin-right:0;
}

.userListExtended .items .item .profileImage {
	float: left;
}

.userListExtended .items .item .profileImage a {
	width: 71px;
	height: 71px;
	display: block;
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	background-position: center center;
	background-size: 71px;
}

.userListExtended .items .item .info {
	float: left;
	padding-left: 10px;
	width: 225px;
}

.userListExtended .items .item .info .title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.21;
	letter-spacing: normal;
}

.userListExtended .items .item.pro .info .title:after {
	content: url('//ifrype.com/i/icons/confirmedpageinv.png');
	padding-left: 5px;
	vertical-align: middle;
}

.userListExtended .items .item .info .followers {
	font-size: 12px;
	line-height: 1.42;
	letter-spacing: normal;
	color: #747474;
	margin: 2px 0 12px;
}

.userListExtended .items .item .info .followersPreview {
	height: 23px;
}

.userListExtended .items .item .info .followersPreview > div {
	display: inline-block;
	margin-right: 3px;
}

.userListExtended .items .item .info .followersPreview > div > a {
	width: 23px;
	height: 23px;
	border-radius: 2px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
	background-position: center center;
	background-size: 23px;
	display: block;
}
.userListExtended .items .item .info .followersPreview > div.moreFollowers {
	vertical-align: top;
}

.userListExtended .items .item .info .followersPreview > div.moreFollowers a {
	background-color: #e7e7e7;
	font-size: 10px;
	font-weight: bold;
	color: #747474;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
}

.userListExtended .items .item .options {
	float: right;
	padding-left: 10px;
	position: relative;
	height: inherit;
}

.userListExtended .items .item .options .ddMenu {
	background: 0 0;
	top: 25px;
	right: 0;
}

.userListExtended .items .item .options .singleButton {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 23px;
}

.userListExtended .items .item .options .singleButton > div {
	height: 21px;
	min-width: 94px;
}

.userListExtended .items .item .options .singleButton > div > div {
	height: 21px;
	line-height: 22px;
	font-size: 12px;
}

.audioPlayer {
	position: relative;
}

.audioPlayer > div {
	display: inline-block;
	vertical-align: middle;
}

.audioPlayer .cover {
	width: 72px;
	height: 72px;
	border-radius: 3px;
	border: solid 1px rgba(0, 0, 0, 0.08);
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
}

.audioPlayer .play, .audioPlayer .pause {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 100%;
	background: #6d8fb6;
	color: #fff;
	text-align: center;
	cursor: pointer;
	top: 42px;
	left: 88px;
}

.audioPlayer .pause .svg-icon-music-play, .audioPlayer .play .svg-icon-music-pause {
	display: none;
}

.audioPlayer .play .svg-icon-music-play, .audioPlayer .pause .svg-icon-music-pause {
	display: inline-block;
}

.audioPlayer .title, .audioPlayer .artist-title {
	font-size: 14px;
	line-height: 1.36;
	top: 20px;
	left: 88px;
	color: #1e1e1e;
}

.audioPlayer .artist-title {
	font-weight: bold;
	top: 0;
}

.audioPlayer .title *, .audioPlayer .artist-title * {
	display: inline-block;
	vertical-align: middle;
}

.audioPlayer .title  .eclipse, .audioPlayer .artist-title .eclipse {
	max-width: 326px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.audioPlayer .duration {
	font-size: 13px;
	text-align: right;
	color: #747474;
	top: 51px;
	left: 425px;
}

.audioPlayer .fav {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 5px;
	color: #aeaeae;
	line-height: 0;
}

.audioPlayer .fav.active {
	color: #ff6602;
}

.audioPlayer .trackWrap {
	width: 286px;
	background: #ededed;
	height: 5px;
	display: inline-block;
	overflow: visible;
	margin: 0 12px 0 8px;
	top: 57px;
	left: 116px;
}

.audioPlayer .trackWrap input[type='range'] {
	background: #dbdbdb;
	-webkit-appearance: none;
	height: 5px;
	width: 100%;
	float: left;
	overflow: visible; }
.audioPlayer.canplay .trackWrap input[type='range'] {
	cursor: pointer;
}
.audioPlayer .trackWrap input[type='range']::-webkit-slider-runnable-track {
	background: transparent; }
.audioPlayer .trackWrap input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background-color: transparent; }
.audioPlayer .trackWrap input[type='range']::-moz-range-track {
	background: transparent; }
.audioPlayer .trackWrap input[type='range']::-moz-range-thumb {
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background-color: transparent;
	border: 0; }
.audioPlayer .trackWrap input[type='range']::-ms-thumb {
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background-color: transparent; }
.audioPlayer .trackWrap input[type='range']::-ms-ticks-after {
	display: none; }
.audioPlayer .trackWrap input[type='range']::-ms-ticks-before {
	display: none; }
.audioPlayer .trackWrap input[type='range']::-ms-track {
	background: transparent; }
.audioPlayer .trackWrap input[type='range']::-ms-tooltip {
	display: none; }
.audioPlayer.canplay .trackWrap:hover,
.audioPlayer .trackWrap.active {
	background: #ededed; }
.audioPlayer.canplay .trackWrap:hover input::-webkit-slider-thumb,
.audioPlayer .trackWrap.active input::-webkit-slider-thumb {
	background-color: #6d8fb6; }
.audioPlayer.canplay .trackWrap:hover input::-moz-range-thumb,
.audioPlayer .trackWrap.active input::-moz-range-thumb {
	background-color: #6d8fb6; }
.audioPlayer.canplay .trackWrap:hover input::-ms-thumb,
.audioPlayer .trackWrap.active input::-ms-thumb {
	background-color: #6d8fb6; }

.audioPlayer-full {
	position: relative;
	width: 500px;
	height: 74px;
}

.audioPlayer-full > div {
	position: absolute;
}

.audioPlayer-full .cover {
	top: 0;
	left: 0;
}

.audioPlayer-full .play, .audioPlayer-full .pause, .audioPlayer-full .title, .audioPlayer-full .artist-title {
	top: 45px;
	left: 88px;
}

.audioPlayer-full .artist-title {
	top: 0;
}

.audioPlayer-full .title {
	top: 20px;
}

.audioPlayer-full .duration {
	top: 51px;
	left: 425px;
}

.audioPlayer-full .trackWrap {
	top: 57px;
	left: 124px;
	margin: 0;
}

.musicAddToPlaylists.formItem.formRadioList > div {
	max-height: 205px;
	overflow: auto;
}

.musicAddToPlaylists.formItem.formRadioList .formItemCheckbox:nth-child(3) {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dedede;
}

.pac-container {
	z-index: 9999;
}

.pac-logo:after {
	display: none !important;
}

#leftFooter {
	width: 240px;
	position: relative;
	font-size: 12px;
	line-height: 17px;
	padding-top: 10px;
	background: #ffffff;
}
#leftFooter.new {
	padding-top: 0;
	background: none;
}
#leftFooter.new > .wrapper {
	padding-top: 10px;
	width: 240px;
	background: #ffffff;
}
#leftFooter.fixed {
	position: fixed;
	z-index: 1;
}
#leftFooter .footerItems a {
	color: #8e8e8e;
}
#leftFooter .footerMore a {
	color: #8e8e8e;
}
#leftFooter .footerItems a::after {
	content: '\00a0\00b7\00a0';
	display: inline-block;
	font-weight: 600;
}
#leftFooter .footerItems a:nth-child(5)::after {
	content: '';
}
#leftFooter .footerItems span a::after {
	content: '';
	display:inline-block;
	font-weight: 600;
}
#leftFooter .footerItems span a:first-child::before {
	content: '\00a0\00a0\00b7\00a0';
	display:inline-block;
	font-weight: 600;
}
#leftFooter .footerItems a:nth-child(7)::after {
	content: '';
}

#leftFooter .arrow-down {
	width: 0;
	height: 1px;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	display: inline-block;
	border-top: 4px solid #aeaeae;
	margin-left: 2px;
}
#leftFooter .dr-grupa {
	background: url(/main/img/footer/img_draugiem_grupa_new@2x.png) no-repeat;
	width: 135px;
	height: 20px;
	background-size: 135px auto;
	margin-top: 10px;
	margin-bottom: 8px;
}
#footerLeftCopyright {
	color: #8e8e8e;
}
#leftFooter span.badge {
	border-radius: 3px 3px 3px 3px;
	color: rgb(255, 255, 255) !important;
	display: inline-block;
	font-size: 10px;
	line-height: 13px;
	padding: 1px 6px;
	text-align: center;
	text-shadow: none;
	background-color: rgb(167, 167, 167);
	margin-left: 4px;
}

.googleChart .no-data {
	text-align: center;
	margin-bottom: 20px;
	color: #1e1e1e;
}

.resize-triggers {
	visibility: hidden;
}

.resize-triggers, .resize-triggers > div, .contract-trigger:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.resize-triggers > div {
	background: #eee;
	overflow: auto;
}

.contract-trigger:before {
	width: 200%;
	height: 200%;
}


.cookieAlert {
	width: 100%;
	position: relative;
	background-color: #fafafa;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	padding: 0 20px;
	overflow: hidden;
	overflow-y: auto;
	z-index: 100;
}

.cookieAlert .textContent {
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 17px;
	letter-spacing: 0.1px;
	padding: 15px 0;
	display: table;
	display: flex;
	justify-content: center;
}

body.login.withCookieAlert .cookieAlert {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	/*background-color: rgba(250, 250, 250, .9);*/
}

body.login.withCookieAlert .cookieAlert .button > div {
	background-color: #448cd9;
	background-image: linear-gradient(to bottom, #448cd9, #236cbf);
}

body.login.withCookieAlert .cookieAlert .button > div:hover {
	background-color: #5ca2ed;
	background-image: linear-gradient(to bottom, #5ca2ed, #3577c3);
}

body.login.withCookieAlert .cookieAlert .button > div:active {
	border: 0;
}

.cookieAlert .textContent .cookieText {
	max-width: 760px;
	max-height: 100px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 24px;
	white-space: pre-wrap;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #424242;
	text-align: left;
}

.cookieAlert .textContent .buttonContainer {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.cookieAlert .textContent .buttonContainer > * {
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}

.cookieAlert .textContent .buttonContainer .button button {
	padding: 0 23px;
	font-size: 16px;
}

.cookieAlert .textContent .buttonContainer a {
	font-size: 16px;
	font-weight: bold;
	line-height: 38px;
	letter-spacing: 0.12px;
}

.IE8 .cookieAlert .textContent .cookieText, .IE9 .cookieAlert .textContent .cookieText {
	white-space: normal;
}

.IE8 .cookieAlert .textContent .buttonContainer {
	vertical-align: top;
}

@media only screen and (max-width: 860px) {
	.cookieAlert {
		padding: 0 20px;
	}
	.cookieAlert .textContent .cookieText {
		white-space: normal;
	}
}

@media only screen and (max-width: 760px) {
	.cookieAlert {
		padding: 0 10px;
	}
	.cookieAlert .textContent {
		padding-top: 6px;
	}

	.cookieAlert .textContent .buttonContainer {
		line-height: 48px;
	}
}

#PlayfulAnimation {
	position: absolute;
	top: 0;
	right: -20px;
	left: -40px;
	pointer-events: none;
}

#PlayfulGameInfo .prize-text {
	font-size: 16px;
	line-height: 18px;
	color: #1e1e1e;
}

#PlayfulGameInfo .box {
	margin-top: 8px;
	width: 240px;
	height: 113px;
	background: url('//ifrype.com/temp/playful/box.png');
	background-image: -webkit-image-set(
		url("//ifrype.com/temp/playful/box.png") 1x,
		url("//ifrype.com/temp/playful/box@2x.png") 2x
	);
	background-image: image-set(
		url("//ifrype.com/temp/playful/box.png") 1x,
		url("//ifrype.com/temp/playful/box@2x.png") 2x
	);
	padding: 12px;
	box-sizing: border-box;
}

#PlayfulGameInfo .until-start {
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	font-weight: bold;
}

#PlayfulGameInfo .timer-text {
	font-size: 24px;
	line-height: 28px;
	color: #ffffff;
	font-weight: bold;
}

#PlayfulGameInfo .button {
	margin-top: 11px;
}

.CookieSettingsInfoBox {
	color: #424242;
}

.CookieSettingsInfoBox .InfoBoxTitle {
	border: 0;
	border-radius: 0;
	background: #fff;
	height: 60px;
}

.CookieSettingsInfoBox .InfoBoxContentWrap {
	padding: 0 50px 40px;
	border-radius: unset;
}

.CookieSettingsInfoBox .InfoBoxContentWrap .header h1 {
	border: 0;
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 24px;
	line-height: 1;
	font-weight: normal;
}

.CookieSettingsInfoBox .InfoBoxContentWrap .header p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	color: #424242;
}

.CookieSettingsInfoBox .InfoBoxContentWrap .options {
	margin: 32px 0 0 0;
}

.CookieSettingsInfoBox .InfoBoxContentWrap .options .option {
	padding: 0 0 24px 0;
	margin: 0 0 24px 0;
	border-bottom: 1px solid #e6e6e6;
}

.CookieSettingsInfoBox .InfoBoxContentWrap .options .option:last-child {
	border-bottom: unset;
	margin: unset;
	padding: unset;
}

.CookieSettingsInfoBox .InfoBoxContentWrap .options .option .formItem label {
	color: #424242;
}

.CookieSettingsInfoBox .InfoBoxContentWrap .options .option > p {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}

.CookieSettingsInfoBox .InfoBoxContentWrap .footer {
	margin-top: 32px;
}

.CookieSettingsInfoBox .InfoBoxContentWrap .footer > div  {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.06;
	letter-spacing: 0.12px;
}

.CookieSettingsInfoBox .InfoBoxContentWrap .footer .right {
	text-align: right;
}

.CookieSettingsInfoBox .InfoBoxContentWrap .footer .right .button > div {
	border: 1px solid #2668b3;
	background-color: #448cd9;
	background-image: linear-gradient(to bottom, #448cd9, #236cbf);
}

.OSMMap {
	z-index: 1;
}
/* accessibility */
.visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px; width: 1px;
    margin: -1px; padding: 0; border: 0;
}


#tcloudblock ul {
	margin: 0 0 20px;
	padding: 0;
}
#tcloudblock li {
	list-style-type: none;
	display: inline-block;
	margin-right: 8px;
}
#tcloudblock .atitle {
	font-size: 11px;
	color: #8e8e8e;
}
#tcloudblock a {
	color: #8e8e8e;
}

