body {

	font-family: Trebuchet MS, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background: url("images/bodyBg.png") #f7f7f7 0px 92px repeat-x;
	background-attachment:fixed;
}
a {
	color: black;
}
a:hover {
	color: #9c9c9c;
}
h4 {
	color: black;
	font-weight: bold;
	font-size: 18px;
}
h2 {
	font-size: 24px;
	line-height: 2em;
	margin: 0 0 20px 0;
	font-weight: bold;
}
.iconLink .icon {
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
}
.iconLink {
	text-decoration: none;
}
.iconLink .text {
	text-decoration: underline;
}
.center {
	text-align: center;
}

/*
	pagerFun
*/
.pagerFun {
	background: white;
	height: 50px;
	z-index: 900;
	position: relative;
}
.pagerFun nav {
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.pagerFun ul li:first-child {
	border-left: 1px solid #ebebeb;
}
.pagerFun ul li {
	padding: 0 20px;
	border-right: 1px solid #ebebeb;
	float: left;
}
.pagerFun .logo {
	float: right;
	margin: 8px 10px 0 10px;
}
.pagerFun ul li a {
	display: block;
	height: 50px;
	text-indent: -9999px;
}
.pagerFun ul li a:hover {
	opacity:0.6;
}
.pagerFun ul li a.gulas {
	background: url("images/gulas.png") left center no-repeat;
	width: 140px;
}
.pagerFun ul li.selected a.gulas {
	background: url("images/gulas.png") #393939 right center no-repeat;
}
.pagerFun ul li a.hrymat {
	background: url("images/hrymat.png") left center no-repeat;
	width: 136px;
}
.pagerFun ul li.selected a.hrymat {
	background: url("images/hrymat.png") #393939 right center no-repeat;
}
.pagerFun ul li a.shooty {
	background: url("images/shooty.png") left center no-repeat;
	width: 107px;
}
.pagerFun ul li.selected a.shooty {
	background: url("images/shooty.png") #393939 right center no-repeat;
}
.pagerFun ul li a.volby {
	background: url("images/prezidentske-volby-2014.png?v2") left center no-repeat;
	width: 107px;
}
.pagerFun ul li.selected a.volby {
	background: url("images/prezidentske-volby-2014.png?v2") #393939 right center no-repeat;
}


.pagerFun ul li.selected {
	background: #393939;
	border: none;
}
.pagerFun ul li.selected a:hover{
	opacity: 1;
}
/*
	Notification Bar
*/
.topFixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
.wrapper {
	max-width: 990px;
	margin: auto;
	width: 100%;
	position: relative;
}
.mainWrapper {
	max-width: 990px;
	padding: 0 10px;
	width: auto;
        position:relative;
}
.notificationBar a {
	color: white;
	text-decoration: none;
}
.notificationBar a:hover .text {
	text-decoration: underline;
}
.notificationBar {
	background: url("images/notificationBarBg.png") center top #b21c22 no-repeat;
	height: 42px;
	vertical-align: middle;
	-webkit-box-shadow: 0 2px 3px rgba(2,2,2,.31);
	-moz-box-shadow: 0 2px 3px rgba(2,2,2,.31);
	box-shadow: 0 2px 3px rgba(2,2,2,.31);
	position: relative;
}
.notificationBar .notifCount {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fee01a;
	padding: 3px 7px;
	margin: 8px 0 8px 0;
	color: black;
	font-weight: bold;
}
.notificationBar .notifCount.empty {
	background: #deabad;
}
.notificationBar .button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #e7e7e7;
	-webkit-box-shadow: 0 1px 3px rgba(2,2,2,.45);
	-moz-box-shadow: 0 1px 3px rgba(2,2,2,.45);
	box-shadow: 0 1px 3px rgba(2,2,2,.45);
	background-image: -webkit-linear-gradient(top, #fff, #dfdfdf);
	background-image: -moz-linear-gradient(top, #fff, #dfdfdf);
	background-image: -o-linear-gradient(top, #fff, #dfdfdf);
	background-image: -ms-linear-gradient(top, #fff, #dfdfdf);
	background-image: linear-gradient(to bottom, #fff, #dfdfdf);
	margin: 7px 0 0 0;
	padding: 4px 15px;
	color: #424242;
	font-weight: bold;
}
.notificationBar .button:hover {
	opacity: 0.9;
}
.notificationBar .button .icon {
	background: url("images/gulasSprite.png?rev=2") -50px -8px no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	position: relative;
	top: 3px;
}
.notificationBar .sep {
	background: url("images/gulasSprite.png?rev=2") -26px 0 no-repeat;
	height: 41px;
	width: 2px;
	margin: 0 10px;
}
.notificationBar .iconLink .icon {
	background: url("images/gulasSprite.png?rev=2") -33px -8px no-repeat;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}
.notificationBar .iconLink.logout .icon {
	background: url("images/gulasSprite.png?rev=2") -50px -27px no-repeat;
}
.notificationBar .iconLink.settings .icon {
	background: url("images/gulasSprite.png?rev=2") -32px -27px no-repeat;
}
.notificationBar .floatLeft a, .notificationBar .floatLeft > span {
	float: left;
}
.notificationBar .floatRight a, .notificationBar .floatRight > span {
	float: right;
}
.notificationBar .iconLink {
	margin: 9px 0 0 0;
}
.notificationBar .iconLink .text {
	vertical-align: middle;
	text-decoration: none;
}
.notificationBar .user .photo img {
	width: 23px;
}
.notificationBar .user .photo {
	margin: 7px;
}
.notificationBar .user {
	line-height: 36px;
	margin: 0;
}
.notificationBar .gulasIcon {
	width: 20px;
	height: 26px;
	background: url("images/gulasSprite.png?rev=2") -3px -3px no-repeat;
	float: left;
	margin: 8px 2px 8px 16px;
}
/*
	Content
*/
#sme-wrap {
	padding-top: 118px;
	background: url("images/splatters.jpg") center 92px no-repeat;
	background-attachment: fixed;
}
#content {
	background: white;
	-webkit-border-radius: 0 11px 11px 11px;
	-moz-border-radius: 0 11px 11px 11px;
	border-radius: 0 11px 11px 11px;
	position: relative;
}
.c-col {
	margin: 0 340px 0 0;
	padding: 20px 40px 40px 30px;
	background: url("images/leftColBg.png") top right repeat-y;
        min-height:490px;
}
.badges .c-col {
	padding: 20px 30px 40px 30px;
}
.c-box {
	/*background: url("images/leftColBg.png") top right repeat-y;*/
}
.r-col {
	position: absolute;
	right: 0px;
	width: 340px;
	top: 0;
}
/*
	Tabs
*/
.filter-box {
	overflow: hidden;
}
.filter-tabs {
	margin: 25px 0 0 0;
	float: left;
}
.filter-tabs a {
	padding: 0 25px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	background: url("images/tabBg.png") repeat-x;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	margin: 0 4px 0 0;
}
.filter-tabs a:hover {
	opacity: 0.8;
}
.filter-tabs a.active {
	background: white;
	color: black;
}
.chk-filter {
	float: left;
	margin: 28px 0 0 15px;
}
.chk-filter label {
	display: inline-block;
	vertical-align: middle;
}
.chk-filter:hover {
	opacity: 0.8;
}
#pigToggle {
	vertical-align: middle;
	width: 71px;
	height: 38px;
	background: url("images/gulasSprite.png?rev=2") -71px 0;
	cursor: pointer;
	display: inline-block;
}
#pigToggle.pigToggleOff {
	background-position: -146px 0;
}
/*
	Search box
*/
@media screen and (max-width:800px) {
	.mainWrapper.singlePost .search-box {
		display:none;
	}
	.mainWrapper.singlePost #content > .c-col {
		padding-top:10px;
	}
}

.search-box {
	float: right;
	margin: 23px 0 0 0;
}
.r-col .search-box {
	margin: 40px 30px 35px 15px;
}
.r-col .search-box .ipt-txt {
	width: 230px;
}
.search-box .ipt-txt {
	width: 210px;
	height: 32px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px rgba(255,255,255,.06), inset 0 2px 6px rgba(0,0,0,.09);
	-moz-box-shadow: 0 1px rgba(255,255,255,.06), inset 0 2px 6px rgba(0,0,0,.09);
	box-shadow: 0 1px rgba(255,255,255,.06), inset 0 2px 6px rgba(0,0,0,.09);
	border: solid 1px rgba(0,0,0,.3);
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height: 30px;
}
.search-box .ipt-btn {
	width: 38px;
	height: 38px;
	background: url("images/gulasSprite.png?rev=2") 0 -48px no-repeat;
	display: inline-block;
	cursor: pointer;
	border: none;
	vertical-align: top;
}
.search-box .ipt-btn:hover {
	opacity: 0.8;
}
/*
	POST
*/
.link_all_users_list {
	float: right;
	margin: 5px 0 5px 0;
}
#posts {
	padding: 0 0 10px 0;
	clear: both;
}
.post {
	padding: 0 0 20px 70px;
	position: relative;
	margin: 20px 0 0 0;
	color: #5F5F5F;
}
.post .postAnchor {
        position:absolute;
	margin: -70px 0 0 0;
}
.post:last-child {
	border: none;
}
.postTop {
	background: white;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	padding: 0 15px;
	overflow: hidden;
	position: relative;
	border-bottom: none;
}
.postTopSocial {
	position: absolute;
        z-index: 9;
        margin-top: 45px;
        margin-left: 5px;
}
.postTopSocial .fb-like iframe{
        /*height:19px  !important;*/
}
.g-plusone-gulas {
	top: 4px;
	position: relative;
}
.twitter-gulas {
	margin-left: 20px;
	display: inline-block;

}
.postTopSocial .twitter-gulas{
	top: 4px;
	position: relative;
}
.social iframe, .hide_tools iframe {
	vertical-align: text-bottom;
}
.postTop h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	display: inline-block;
    height: 20px;
	margin: 14px 30px 14px 0;
	overflow: hidden;
}
.postTop h2 a {
	text-decoration: none;
	color: #5f5f5f;
}
.postTop h2 a:hover {
	text-decoration: underline;
}
.postTop .floatRight {
	margin: 11px 0 0 0;
	position: absolute;
	top: 0;
	right: 15px;
}
.post .postPrev, .post .prev {
	background: url("images/gulasSprite.png?rev=2") -168px -55px no-repeat;
	width: 30px;
	height: 30px;
	display: block;
}
.post .postNext, .post .next  {
	background: url("images/gulasSprite.png?rev=2") -198px -55px no-repeat;
	width: 30px;
	height: 30px;
	display: block;
}
.post-avatar-type {
	position: absolute;
	left: 0;
	top: 0;
	width: 49px;
	height: 49px;
	z-index: 8;
}
.post-content {
	/*margin-right: 12%;*/
}
.post-content p{
	display: inline-block;
        max-width: 470px;
        padding:5px;
}
.post-content p.desc {
	display: block;
	max-width: none;
}
.post-content p.text {
	display: block;
	max-width: none;
	background: #f7f7f7;
	padding: 20px;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}
.post-content p.text + span.source {
	display: block;
	position: static;
}
.post-content .postLink{
	max-width: none;
	background: #f7f7f7;
	padding: 20px;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}
.post-avatar-type img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}
.postTop .floatRight a:hover {
	opacity: 0.7;
}
.postTop .commentsCount {
	background: url("images/gulasSprite.png?rev=2") -39px -46px no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	line-height: 24px;
	vertical-align: middle;
}
.postTop .commentsCount.empty {
	background: url("images/gulasSprite.png?rev=2") -245px -54px no-repeat;
}
.postTop .btn-ban {
	background: url("images/gulasSprite.png?rev=2") -227px -8px no-repeat;
	width: 20px;
	height: 25px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px 0 0;
}
.lupa {
	text-decoration: none;
}
.post_image {
	display: block;
	background: #F0F0F0;
	background: url("images/postBottomBg.png") #F0F0F0 repeat-x;
}
/*.fancy_img img {
	max-width: 100%;
	display: block;
	margin: auto;
}
.fancy_img {
	display: block;
}*/
.postVideo {
	background: #eeeeee;
}
.postVideoPlayer object, .postVideoPlayer iframe {
	margin: auto;
	display: block;
	border: none;
}
.post_middle {
	position: relative;
}
.post_middle > a {
	display: block;
	background: #eeeeee;
}
.post_middle .post_image img{
	display: block;
	width:100%;
}
.post_middle img {
	margin:auto;
	display: block;
	width: 100%
}
.post_middle .source {
	background: rgba(0, 0, 0, .3);
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: white;
	line-height: 28px;
	overflow: hidden;
}
.post_middle .source.video {
	display: block;
	border: 1px solid #E5E5E5;
	border-top: none;
	border-bottom: none;
	position: static;
	background: white;
	color: #616161;
	padding: 3px 0 0 15px;
	width: auto;
	margin: 0 0 -5px 0;
}
.post_middle .source a{
    color:white;
}
.post_middle .source.video a {
	color: #616161;
}
.post_middle .source .floatLeft {
	margin: 0 15px;
}
.post_middle .source.video .floatLeft {
	margin: 0;
}
.post_middle .source .zoom {
 padding: 0px 10px 0 0;
 background: url("images/gulasSprite.png?rev=2") -133px -47px no-repeat;
 width: 18px;
 height: 18px;
 display: inline-block;
 vertical-align: middle;
 margin: 6px 0 0 5px;
}
.post_middle .source .zoom .icon {
	background: url("images/gulasSprite.png?rev=2") -134px -48px no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
}
.post_middle .source .zoom .text {
	text-decoration: underline;
	vertical-align: middle;
}
.post_middle .source .zoom .text a{
    color:white;
    text-decoration: none;
}
.post_middle .source .zoom:hover {
	opacity: 0.6;
}
.post-footer-top {
	background: white;
	border: 1px solid #e5e5e5;
	border-top: none;
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	padding: 10px 12px 10px;
	overflow: hidden;
}
.post-footer-top span {
	vertical-align: middle;
}
.post-footer-top .eatCounter {
	height: 19px;
	padding: 1px 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #8c8c8c;
	color: white;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,1,.82);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,1,.82);
	box-shadow: inset 0 1px 2px rgba(0,0,1,.82);
	font-weight: bold;
	vertical-align: middle;
	line-height: 28px;
}
.post-footer-top .share {
	text-decoration: none;
}
.post-footer-top .share .icon {
	background: url("images/gulasSprite.png?rev=2") -135px -67px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
.smallBtn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f2f2f2;
	-webkit-box-shadow: 0 1px 2px rgba(2,2,2,.11);
	-moz-box-shadow: 0 1px 2px rgba(2,2,2,.11);
	box-shadow: 0 1px 2px rgba(2,2,2,.11);
	border: solid 1px #d2d2d2;
	padding: 3px 13px;
	font-size: 12px;
	display: inline-block;
	margin: 0 3px;
}
.smallBtn, .post-footer-top .smallBtn .text {
	text-decoration: none;
}
.post-footer-bottom {
	background: url("images/postBottomBg.png") #f6f6f6 repeat-x;
	border: 1px solid #e8e8e8;
	border-top: none;
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	margin: 0 10px;
	padding: 0 10px 3px;
	overflow: hidden;
}
.post-footer-bottom .eaters img, .user .photo img {
	display: block;
	width: 30px;
}
.post-footer-bottom .eaters a, .user .photo {
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,1,.42);
	-moz-box-shadow: 0 1px 2px rgba(0,0,1,.42);
	box-shadow: 0 1px 2px rgba(0,0,1,.42);
	border: solid 2px #fff;
	margin: 6px 3px;
}
.eaters em {
	font-style: italic;
	color: #616161;
	margin: 22px 0 0 5px;
}
.paging {
	text-align: center;
        margin-bottom: 30px;
}
.paging span {
	opacity: 0.5;
}
.paging a:hover {
	opacity: 0.9;
}
.paging .next {
	width: 150px;
	height: 62px;
	background: url("images/pagingBg.png?rev=2") no-repeat right top;
	display: inline-block;
}
.paging .prev {
	width: 150px;
	height: 62px;
	background: url("images/pagingBg.png?rev=2") no-repeat left top;
	display: inline-block;
}
/*
	PROFILE PANEL
*/
.profilePanel {
	background: url("images/profilePanelBg.jpg") #fdfdfd center bottom no-repeat;
	padding: 20px 10px 50px 10px;
	margin: 30px 0 -11px 0;
	-webkit-border-radius: 11px 11px 0px 0px;
	border-radius: 11px 11px 0px 0px;
	position: relative;
	z-index: 2;
	overflow: hidden;


}
.addFriends .icon {
	background: url("images/gulasSprite.png?rev=2") no-repeat -77px -48px;
	width: 16px;
	height: 16px;
	display: inline-block;
}
.removeFriends .icon {
	/*background: url("images/gulasSprite.png?rev=2") -227px -8px no-repeat;*/
	width: 0px;
	height: 0px;
	display: none;
}
.profile .pic {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}
.profile {
	float: left;
	max-width: 127px;
	width: 13%;
	position: absolute;
	top: 25px;
	left: 30px;
}
.profileInfo {
	float: left;
	margin: 0 0 0 19%;
	width: 82%;
}
.profileInfo p {
	margin: 15px 0 0 0;
}
.profileInfo h3 {
	color: #3a3a3a;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 30px 0 0;
}
.profileInfo strong {
	font-size: 16px;
	font-weight: normal;
}
.profileInfo strong a {
	font-weight: bold;
}
.profileInfo .badges, .profileInfo .friends, .profileInfo .myEaters {
	width: 26%;
	float: left;
	font-style: italic;
	margin-right: 3%;
}
.profileInfo .badges {

}
.profileInfo .badge, .profileInfo .friend {
	display: inline-block;
}
.profileInfo .badge img, .profileInfo .friend img, .profileInfo .btn-morefriends {
	width: 36px;
	height: 36px;
	display: inline-block;
	background-color: #dedede;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.profileInfo .badges-friends {
	margin: 10px 0 0 0;
	overflow: hidden;
	line-height: 30px;
}
.profileInfo .badge:hover, .profileInfo .friend:hover, .profileInfo .btn-morefriends:hover  {
	opacity: 0.8;
}
.profileInfo .btn-morefriends {
	-webkit-box-shadow: inset 0 1px 5px rgba(2,2,2,.24);
	-moz-box-shadow: inset 0 1px 5px rgba(2,2,2,.24);
	box-shadow: inset 0 1px 5px rgba(2,2,2,.24);
	background-image: url("images/gulasSprite.png?rev=2");
	background-position: -95px -38px;
}
/*
	FOOTER
*/
.footer-wrap {
	background: #d5d5d5;
	margin-top: 60px;
}
.footer-new {
	background: url("images/footerSplatters.png") center top no-repeat;
	position: relative;
	top: -109px;
	overflow: hidden;
	padding: 130px 0 0 0;
	margin-bottom: -70px;
}
footer .box {
	width: 290px;
	margin: 5px 15px 5px;
	float: left;
}
footer .box_socki{
	float: left;
	width: 330px;
	margin-right: 0;
}
footer h4 {
	font-size: 25px;
	text-transform: uppercase;
	margin: 10px 0 20px;
}
footer .box .content {
	background: #393939;
	padding: 10px 15px;
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}
footer .box .content a {
	text-decoration: none;
	color: #cccccc;
}
footer .box .content a.name {
	font-size: 15px;
}
footer .box.autors .content a.name {
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	display: inline-block;
	width: 200px;
}
footer .box .content em {
	color: #656565;
}
footer .box .tabs a {
	padding: 8px 15px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	display: inline-block;
	cursor: pointer;
	background: #bebebe;
        text-decoration: underline;
}
footer .content a:hover {
	color: white;
}
footer .box .content a:hover em {
	color: #c1c1c1;
}
footer .box .tabs a.ac {
	background: #393939;
	color: white;
}
footer .photo {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 1, .42);
	-moz-box-shadow: 0 1px 2px rgba(0,0,1,.42);
	box-shadow: 0 1px 2px rgba(0, 0, 1, .42);
	border: solid 2px white;
	margin: 3px 10px 3px 10px;
	float: left;
	background: white;
}
footer .photo img {
	display: block;
	width: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
footer ul li {
	display: block;
	overflow: hidden;
	margin: 12px 0;
}
footer .syndicate {
	background: #393939;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	line-height: 1.6em;
}
footer .syndicate strong {
	font-size: 18px;
	line-height: 1.4em;
}
footer .syndicate img {
	margin: 5px 0 0;
}
footer .syndicate a {
	color: white;
}
footer .syndicate p {
	margin: 15px 0;
}
/*
 Footer mini
 */
.footer-wrap footer.footer-mini {
	text-align: center;
	border-top: solid 1px #333;
	padding-top:15px;
}

/*
	SINGLE POST
*/
.singlePost .postTop {
	margin: 0 7px;
	padding: 0;
        height:80px;
}
.singlePost .profile {
	max-width: 70px;
}
.singlePost .profileInfo {
	margin: 0 0 0 12%;
}
.singlePost .post-avatar-type {
	display: none;
}
.singlePost .post {
	padding: 0 0 20px 0;
	border: none;
}
.singlePost .postTop .floatRight {
	right: 0;
}

/*
* MATOC
*/
.userNotifs {
    width:370px;
    max-height:300px;
    border: solid 1px #D7D7D7;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.16);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .16);
    background: white;
    position: absolute;
    left: 25px;
    top: 58px;
    color: #5C5C5C;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 1001;
    display: none;
    padding: 10px;
    overflow: visible;
}
.userNotifs .arrow {
	width: 20px;
	height: 12px;
	background: url("images/notif_arrow.png") no-repeat;
	position: absolute;
	top: -11px;
	left: 35px;
	padding: 0;
}
.userNotifs strong{
    display:block;
    padding:3px;
}
.userNotifs .post_discusion_row{
    clear:both;
    padding: 8px 15px 7px 10px;
}
.userNotifs h2{
    font-size: 16px;
    margin: 0px;
}
.userNotifs a {
    color:#000000;
}
.userNotifs .floatRight {
    float:right;
    margin:5px;
}
.userNotifs .errors {
    display:block;
    clear: both;
    text-align: center;
}
#userNotifsList {
    width:370px;
    max-height: 250px;
	overflow: auto;
}
#userNotifsList > img {
	margin: auto;
	display: block;
}
#userNotifsList .disc_nick a img {
	margin-top: 5px;
}
#userNotifsList .disc_col2 p {
	margin: 5px 0 0 0;
}
#userNotifsList .disc_col1{
    cursor:pointer;
}
#userNotifsList .disc_col2{
    width: 250px;
    cursor: pointer;
}
#userNotifsList .disc_col2 span {
	font-size: 9px;
	margin-top: 0px;
	display: inline-block;
}
#userNotifsList a{
    float: none;
}
#userNotifsList .allNotifs{
    text-align: center;
    margin: 5px 0 0 0;
    text-decoration: underline;
}

/*OLD CSS*/

.endfloat{
	clear: both;
	height: 0px; font-size: 0px;
	visibility: hidden;
  	line-height: 0px;
}
.post_form{
	display: none;
	width: 550px;
	background: url("images/newpostBg.jpg") right top #fafafa no-repeat;
	padding: 15px;
	position: relative;
}
.post_form h2{
	color: #fff;
	padding: 8px;
}
.post_form form{
	margin: 70px 0 0 0;
}
.post_form label{
	font-size: 14px;
	color: #3c3c3c;
	display: block;
	margin: 13px 0 5px 0;
}
.post_form input.ipt-txt{
	width: 300px;
}
.post_form textarea{
	width: 582px;
	height: 60px;
}
.edit_form.post_form{
	display: none;
	width: 550px;
	background: none;
	padding: 15px;
	position: relative;
}
.edit_form.post_form form{
	margin: 0px;
}
.newpost-tabs{
	position: absolute;
	top: 88px;
	left: 20px;
}
.newpost-tab{
	background: #494949;
	color: white;
	float: left;
	text-align: center;
	padding: 10px 25px 5px 25px;
	cursor: pointer;
	margin: 0 5px;
	line-height: 16px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 13px;
	font-weight: bold;
}
.newpost-tab.active {
	background: #c5c5c5;
	color: #1c1c1c;
}
.newpost-tab .icon {
	background: url("images/gulasSprite.png?rev=2") -261px -27px no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
}
.newpost-tab.text .icon {
	background-position: -291px -27px;
}
.newpost-tab.video .icon {
	background-position: -321px -27px;
}
.newpost-tab.link .icon {
	background-position: -349px -27px;
}
.newpost-tab.image:hover .icon, .newpost-tab.image.active .icon {
	background-position: -261px -5px;
}
.newpost-tab.text:hover .icon, .newpost-tab.text.active .icon  {
	background-position: -291px -5px;
}
.newpost-tab.video:hover .icon, .newpost-tab.video.active .icon  {
	background-position: -321px -5px;
}
.newpost-tab.link:hover .icon, .newpost-tab.link.active .icon  {
	background-position: -349px -5px;
}

.newpost-tab img{
	display: block;
}
#newpost-titulok span {
    color:#C70101;
}
#url-image{
	display: none;
}
.newpost-text{
	margin: 10px 0 20px 0;
	padding: 8px;
	font-size: 14px;
}
.post_form .newpost-text.active{
	display: block;
}
.post_form .active{
	display: block;
	float:left;
}
.post_form .inactive{
	display: none;
	float:left;
}
#newpost-prasacina {
	float: none;
	clear: both;
	font-weight: bold;
}
#newpost-prasacina label {
	display: inline;
}
#ipt-prasacina {
	display:inline;
}
.post_form .newpost-text textarea{
	width: 400px;
}
#newpost-tagy {
	clear:both;
	margin-right: 10px;
}
#ipt-tagy {
	width:268px;
}
#ipt-source {
	width:268px;
}
#ipt-titulok {
	border:2px solid #C70101;
}

#newpost-navi{
	clear:both;
	float:left;
	padding: 10px 0;
}
#newpost-navi a{
	padding: 0 10px 0 0;
}
.post_form .btn-red{
	margin: 10px auto;
	display: block;
	text-align: center;
}

.post_form input.ipt-txt{
	display: block;
	padding: 8px;
	border: 1px solid #ccc;

	background: #ededed;
	background: -moz-linear-gradient(top, #ededed 0%, #ffffff 28%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(28%,#ffffff));
	background: -webkit-linear-gradient(top, #ededed 0%,#ffffff 28%);
	background: -o-linear-gradient(top, #ededed 0%,#ffffff 28%);
	background: -ms-linear-gradient(top, #ededed 0%,#ffffff 28%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
	background: linear-gradient(top, #ededed 0%,#ffffff 28%);
}

.btn-red{
	background: #c70001; /* Old browsers */
	background: -moz-linear-gradient(top, #c70001 0%, #e54242 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c70001), color-stop(100%,#e54242)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c70001 0%,#e54242 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c70001 0%,#e54242 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #c70001 0%,#e54242 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c70001', endColorstr='#e54242',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #c70001 0%,#e54242 100%); /* W3C */

	padding: 10px 20px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;

	border: 1px solid #c70001;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.btn-red:hover{
	-webkit-box-shadow: 0px 0px 2px 0px #000000;
	-moz-box-shadow: 0px 0px 2px 0px #000000;
	box-shadow: 0px 0px 2px 0px #000000;
	border-color: #a70000;
}
.addButton {
	width: 208px;
	height: 102px;
	background: url("images/addButton.png") no-repeat;
	border: none;
	cursor: pointer;
	margin: auto;
	display: block;
}
.addButton:hover {
	opacity: 0.8;
}
.btn-grey{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* W3C */

	padding: 10px 20px;
	line-height: 30px;
	color: #a10000;
	text-decoration: none;

	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.btn-grey:hover{
	-webkit-box-shadow: 0px 0px 2px 0px #000000;
	-moz-box-shadow: 0px 0px 2px 0px #000000;
	box-shadow: 0px 0px 2px 0px #000000;
	border-color: #3c3c3c;
}
.playGifBtn{
	cursor: pointer;
	position:absolute;
	background:url("images/playbtngif.png") no-repeat 50% 50% ;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
}
.post-content .postVideo .playBtn {
	cursor: pointer;
	position: absolute;
	background: url("images/playbtn.png") no-repeat center center;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.playGifBtn:hover, .post-content .postVideo .playBtn:hover {
	opacity: 0.8;
}
.post-footer {
    position: relative;
}
.post-footer-tools {
    clear: both;
	margin: 7px 0;
	padding-left: 5px;
}
.btn-repost.hide{
	display:none;
}
.post_arrows {
    position: absolute;
    top: 46px;
}
.post_arrows.left, .post_arrows .prev{
    right: 28px;
    z-index: 9;
}
.post_arrows.right, .post_arrows .next {
    right: -2px;
    z-index: 9;
}
.post_arrows .next, .post_arrows .prev {
	opacity: 0.5;
}
.post-footer-tools .hide_tools, .hide_tools.withBtn {
	display:none;
}
.hide_tools.withBtn {
    position: absolute;
    bottom: 12px;
    left: 30px;
}
.post-footer-tools .hide_tools {
    height:30px;
}
.post-footer-bottom .eaters {
    display:block;
}
.post-footer-bottom .eaters.hide {
    display:none;
}
.post_arrows a:hover {
	opacity: 0.8;
}
#universal_loader, .loader_wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:1102;/* fancybox ma 1101*/
}
.loader_opaciter {
	width:100%;
  	height:100%;
	background:black;
  	position:absolute;
  	top:0px;
  	left:0px;
   	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.loader_center {
	width:150px; height:90px; top:50%; left:50%;position:absolute;
}
.loader_contenter {
			position:absolute;
			width:100%;
			height:100%;
			background:white;
			top:-50%;
			left:-50%;
			padding:20px;
			text-align:center;
}
a.btn-react{
	background: url('/styles/img/ico-comment.png') no-repeat center left;
	padding: 10px 0 10px 25px;
	font-size: 14px;
	text-decoration: none;
	color: #c70000;
	margin: 0;
	font-weight: bold;
}

a.btn-react:hover{
	text-decoration: underline;
}
.call-to-reg.hide{
        display:none;
}

/*************
*
*  BANNED FORM
*
*************/

.ban_form {
	z-index: 10000;
	position: absolute;
	background: #fff;
	padding: 10px;
	border: 1px solid #aaa;
	width: 190px;
	top: 20px;
	right: 60px;
}

.ban_form textarea {
	width: 170px;
	height:50px;
	margin-bottom:10px
}

.ban_form .del_btn {
	float:right;
        cursor: pointer;
        margin-bottom: 5px;
}

/*************
*
*  RIGHT COL, SEARCH BOX, TAB BOX (shooty, vybrali, blog)
*
*************/

.shooty_img {
    width:280px
}
.chart-box{
	padding: 12px 20px;
}
/*.chart-box h4{
	font-size: 16px;
	font-weight: normal;
	color: #c92a23;
	display:inline;
}*/
.chart-box ol{
	padding: 0;
	margin: 10px 0 0 20px;
        list-style: decimal;
}
.chart-box li{
	padding: 0;
	margin: 0;
	color: #3c3c3c;
	font-weight: normal;
	font-size: 12px;
}
.chart-box li a{
	font-size: 12px;
	color: #3c3c3c;
}
.r-col .tabs {padding: 0; margin: 10px 0 0 0; position: relative}

.r-col .tabs ul {margin: 0; margin-left: 1px; padding: 3px 0px 2px 0px; border-bottom: 1px solid #C2C2C2;}

.r-col .tabs ul li {display: inline; margin: 0px; text-decoration: underline; padding: 2px 7px 3px 7px; cursor: pointer; font-size: 11px; white-space: nowrap; color: #636262; font-weight: bold;}

.r-col .tabs .ac,#r-col .tabs .ia {
  margin: 0px;
  margin-left: -1px;
  border: 1px solid #C2C2C2;
}
.r-col .tabs .ac {
	color: #5F5F5F;
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.r-col .ibox {
    text-align: center;
    line-height: 1em;
}
.r-col .ibox .i1 {
	display: inline-block;
	margin: 15px 10px 0 0;
	vertical-align: top;
	max-width: 135px;
}
.r-col .ibox .i1:nth-child(0) {
	margin-right: 0;
}
.r-col .ibox .i1 a {
	display: inline-block;
    padding: 6px;
    text-decoration: none;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(2,2,2,.07);
    -moz-box-shadow: 0 1px 3px rgba(2,2,2,.07);
    box-shadow: 0 1px 3px rgba(2,2,2,.07);
    border: solid 1px #ebebeb;
    font-size: 11px;
    font-weight: bold;
    width: 120px;
}
.r-col .ibox .i1 a span {
	display: block;
	height: 2.5em;
	overflow: hidden;
}
.r-col .ibox IMG {
	margin-bottom: 7px;
}
.r-col .ibox .clr {
    clear:both;
}

/*************
*
*  BADGES LISTS
*
*************/
.badge-thumb{
	width: 110px;
	height: 160px;
	float: left;
	margin: 0 8px 15px 0;
	display: block;
	background: #fff;
	text-decoration: none;
	padding: 0 0 10px 0;
	position:relative;
}
.thumb-inactive {
    opacity: 0.3;
}

.badge-thumb img{
	margin: 0 0 10px 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.badge-thumb span{
	padding: 5px;
}

.badge-thumb span.badge-name{
	font-weight: bold;
	color: #a10000;
	display: block;
}

.thumb-inactive{
	-moz-opacity: 0.3;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.thumb-inactive span.badge-name{
	color: #3c3c3c;
}

.badge-thumb .badge-info {
	display:none;
	position: absolute;
	width:150px;
	color:#777;
	background: #fff;
	text-decoration: none;
	border: 1px solid #aaa;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	top:20px;
	left:20px;
	z-index: 1000;
	padding:10px;
        opacity: 1;
}

.badge-thumb .badge-info h4, .badge-thumb .badge-info h3 {
	color: #c8231c;
}

/*************
*
*  USERSLISTS
*
*************/

.users_list_row {
    padding: 5px;
    clear: both;
}
.users_list_row:nth-child(even) {
	background: #FAFAFA;
}
.users_list_row a.user_img{
	display: block;
	margin: 0px 15px 0px 0px;
	float: left;
	border: 2px solid #fff;
}
.users_list_row a.user_img:hover{
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
}
.users_list_row strong {
    font-size:14px
}
.users_list_row strong a {
    text-decoration: none
}
.users_list_row strong a:hover {
    text-decoration: underline
}
.shooty_img {
    width:280px
}

.users_list_row .list_head {
    width:180px;
    float:left;
    margin: 5px 0 0 0;
}
.users_list_row .list_head.head {
    height:auto;
}
.user_list_stat_row {
    float: left;
    margin: 0 0 5px 5px;
    text-align: center;
    width: 90px;
    color:#999999;
}
.user_list_stat_row span {
    color: #C40000;
    display: block;
    font-size: 18px;
    padding: 5px;
    text-align: center;
}
.user_list_stat_row strong {
    font-size: 11px;
    height: 12px;
    display: block;
    color:#000000;
}
.user_list_badges {
}
.user_list_badges .badge {
    width: 38px
}
.user_list_badges strong {
    font-size:11px;
    display:block;
    text-align:left;
    margin-bottom:5px;
    clear: both;
}
.r-col .banner {
    margin: 0 0 20px 20px;
    position: relative;
    width: 300px;
    clear:both;
}
.mobile-banner {
    display: block;
    margin: 10px auto;
    width: 300px;
}
.mobile-banner img {
    border-radius: 5px 5px 5px 5px;
}
#etarget_skyscraper {
    position: absolute;
    top: 0px;
    padding-top:10px;
    background:#ffffff
}
/*
	DUPLICITY BUTTONS
*/
.duplicit_btns {margin-top: 10px}
.sme-button {
    display:block;
    float:left;
    width:85%;
    height:20px;

    border-top: 1px solid #2d2d2d;
    background: #2d2d2d;
    background: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#2d2d2d));
    background: -moz-linear-gradient(top, #717171, #2d2d2d);
    padding: 15px 1px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: rgba(0,0,0,0.5) 1px 2px 5px;
    -moz-box-shadow: rgba(0,0,0,0.5) 1px 2px 5px;
    box-shadow: rgba(0,0,0,0.5) 1px 2px 5px;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 14px;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}
.sme-button:hover {
    border-top-color: #717171;
    background: #717171;
    color: #ffffff;
}
.sme-button:active {
    border-top-color: #2d2d2d;
    background: #2d2d2d;
}

.red {
    background: #861500;
}

.green {
    background: #158600;
}
.duplicit_btns .sme-button {
    margin:10px 10px 10px 50px;
    width: 150px;
    display: block;
    float:left;
    text-align: center
}

/*
	TEMP
*/
.post {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 35px;
	margin-top: 5px;
}
.post:last-child {
	border: none;
}
.postTop {
	border: none;
	padding: 0;
}
.post-avatar-type {
	top: 15px;
}
.post_middle > a, .postVideo  {
	-webkit-border-radius: 11px 11px 0 0;
	-moz-border-radius: 11px 11px 0 0;
	border-radius: 11px 11px 0 0;
	overflow: hidden;
}
.postTop .floatRight {
	right: 5px;
}
/** errors && other messages **/
.error_head {
	font-weight:700;
	color:red;
	font-size:14pt;
}
.error_message {
	color:#990000;
	font-size:8pt;
}
.head_message{
 margin: 0 0 20px 0;
 padding: 10px 0 0 70px;
 min-height: 60px;
}
.head_message span{
 font-size: 18px;
}
.head_message UL{
       padding-left: 29px;
}
.head_message LI{
       padding-top: 10px;
}
.head_message p{
 font-size: 12px;
 color: #3c3c3c;
 padding-top: 5px;
}
.inline_message{
 margin: 2px 0 25px 0;
 border: 0;
}


.head_error{
       background: url('../images/head_error.png') no-repeat 10px 10px;
}
.head_warning{
       background: url('../images/head_warning.png') no-repeat 10px 10px;
}
.head_success{
       background: url('../images/head_success.png') no-repeat 10px 10px;
}
.head_info{
       background: url('../images/head_info.png') no-repeat 10px 10px;
}


.inline_error{
 background: url('../images/inline_error.png') no-repeat 13px;
 padding: 10px 10px 10px 40px !important;
 background-color: #d97676;
 color: White;
 font-family: Verdana, Arial;
}
.inline_warning{
 background: url('../images/inline_warning.png') no-repeat 13px;
 padding: 10px 10px 10px 40px !important;
 background-color: #f1cc5d;
 color: White;
 font-family: Verdana, Arial;
}
.inline_info{
 background: url('../images/inline_info.png') no-repeat 13px;
 padding: 5px 10px 10px 40px !important;
 background-color: none;
 color: #30617f;
 font-size: 10px;
 font-family: Verdana, Arial;
}
.inline_success{
 background: url('../images/inline_success.png') no-repeat 13px;
 padding: 10px 10px 10px 40px !important;
 background-color: #a9d976;
 color: White;
 font-family: Verdana, Arial;
}

.needed{
  color: #e10000;
}

/** errors && other messages  **/

/*
	RESPONSIVE PART
*/
@media screen and (max-width:800px) {
	.c-col {
		margin: 0;
		padding: 20px 40px 40px 30px;
		padding-top: 60px;
		background: none;
	}
	#content {
		-webkit-border-radius: 11px;
		-moz-border-radius: 11px;
		border-radius: 11px;
	}
	.r-col {
		position: static;
		width: auto;
	}
	.c-box {
		background: none;
	}
	.filter-tabs {
		margin-left: 10px;
	}
	.profilePanel {
		margin-top: 10px;
	}
	.r-col .search-box, .filter-box .search-box {
		width: 100%;
		position: absolute;
		left: 0;
		text-align: center;
		z-index: 3;
		top: -10px;
        margin: 30px 15px 5px 15px;
	}
	.r-col .search-box {
		top: 25px;
	}
	.filter-box .search-box {
		top: 80px;
		margin: 15px 0 5px 0;
	}
	.r-col .search-box  form, .filter-box .search-box form {
		display: inline-block;
	}
	footer .box {
		width: 46%;
		margin: 5px 2% 5px;
	}
	.box_socki {
		display: none;
	}
}
@media screen and (max-width:660px) {
	body {
		background: #cecece;
	}
	.mainWrapper {
		padding: 0;
	}
	#content {
		-webkit-border-radius: 11px;
		-moz-border-radius: 11px;
		border-radius: 11px;
	}
	.paging {
		margin: 0;
	}
	.post {
		padding-left: 0;
		padding-bottom: 20px;
	}
	.post-avatar-type {
		top: 9px;
		width: 30px;
		height: 30px;
		margin-left: 5px;
	}
	.c-col {
		background: none;
		padding: 70px 10px 0 10px;
	}
	.r-col {
		border-top: 1px solid #eeeeee;
		margin: 10px 0 0 0;
	}
	footer .box {
		width: auto;
		float: none;
	}
	footer h4 {
		margin: 20px 0 15px;
	}
	.pagerFun ul li:not(.selected) {
		display: none;
	}
	.notificationBar .iconLink .text {
		display: none;
	}
	.postTop {
		padding-left: 43px;
	}
	#newpostbtn, .notificationBar .button {
		width: 55px;
		height: 18px;
		overflow: hidden;
		display: block;
	}
	#newpostbtn {
		width: 98px;
		height: 23px;
	}
	.notificationBar .button .icon {
		display: none;
	}
	.chk-filter {
		display: none;
	}
	.filter-tabs {
		margin: 12px 0 0 8px;
	}
	.filter-tabs a {
		padding: 0 8px;
		font-size: 13px;
	}
	#body .post-footer-top .share {
		display: none;
	}
	.postTop h2 {
		margin-right: 50px;
	}
	.eaters em {
		display: none;
	}
	.chart-box {
		text-align: center;
		padding: 20px 10px;
	}
	.pagerFun .logo {
		margin: 9px 12px 0 10px;
		background: url("images/smeLogo@2x.png") no-repeat;
		background-size: 77px 21px;
		display: block;
		height: 21px;
		width: 77px;
	}
	.pagerFun .logo img {
		display: none;
	}
	.pagerFun .logo img {
		width: 80px;
	}
	#sme-wrap {
		background: none;
	}
	#body .ad {
		display: none;
	}
	#discusion_form textarea {
		width: 100%;
	}
	.r-col .search-box, .filter-box .search-box {
		margin-left: 0;
		margin-right: 0;
		margin-top: 5px;
	}
	.search-box .ipt-txt {
		font-size: 15px;
	}
	.topFixed {
		position: static;
		width: auto;
	}
	#sme-wrap {
		padding: 0;
		background-attachment: scroll;
		background-position: center top;
	}
	.r-col .search-box .ipt-txt {
		width: 210px;
	}
	.profilePanel .profileInfo {
		margin: 0 0 0 95px;
		width: auto;
	}
	.profilePanel .profile {
		width: 60px;
		top: 30px;
	}
	.profileInfo h3 {
		margin: 0 50px 0 0;
		font-size: 24px;
	}
	.profileInfo .badges-friends {
		line-height: 20px;
		margin-top: 15px;
	}
	.footer-new {
		background: none;
		top: auto;
		padding: 0;
		margin-bottom: 0;
	}
	.footer-wrap {
		margin-top: 5px;
		background: none;
	}
	.notificationBar .iconLink {
		margin: 12px 0 0 0;
	}
	.notificationBar .user {
		margin: 0;
	}
	.notificationBar .user .photo {
		margin: 7px 0;
	}
	.filter-box {
		overflow: auto;
	}
	.singlePost {
		margin-top: 20px;
	}
	.singlePost #subheader {
		display: none;
	}
	.singlePost .social {
		display: none;
	}
	.singlePost .postTop .floatRight {
		display: none;
	}
	.singlePost .postTop .post_arrows {
		display: none;
	}
	.singlePost .search-box {
		margin-top: 40px;
		top: -10px;
	}
	.pagerFun {
		background: #242424;
		height: 40px;
	}
	.pagerFun ul li.selected {
		padding: 0 12px;
		background: none;
	}
	.pagerFun ul li.selected a.gulas {
		background: url("images/gulasLogo@2x.png") no-repeat;
		background-size: 109px 24px;
		height: 24px;
		width: 109px;
		margin: 8px 0 0 0;
	}
	.notificationBar .gulasIcon {
		display: none;
	}
	.notificationBar .gulasIcon + .sep {
		display: none;
	}
	.notificationBar .notifCount {
		margin-left: 10px;
	}
	.paging span, .paging a {
		width: 145px;
	}
	.notificationBar .button {
		margin-left: 10px;
	}
	.profileInfo .badges > span, .profileInfo .friends > span {
		line-height: 28px;
		margin-top: 2px;
		display: block;
	}
	.profileInfo .badges, .profileInfo .friends {
		width: auto;
		float: none;
	}
}

.socialContainerFb {
	float:left; margin-right: 1em;
}

.socialContainerTweet {
	margin-left:50px; float:left;
}

.socialContainerPermalinkTweet {
	margin-left:20px; float:left; margin-top:-4px;
}

.socialContainerGplus {
	margin-top:-4px; float:left;
}

.ad-label {
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: black;
	display: block;
}


/*
 gulas-critical modifactions
 */
.share-box .share-buttons .social-btn {
    display: inline;
}
.share-box .share-buttons .social-btn.fb {
    font-size: 1.2rem;
}