/* CSS Document */

@font-face {
	font-family: OpenSansTuetego;
	src: url(/fonts/OpenSans-Regular.eot);
	src: url(/fonts/OpenSans-Regular.ttf) format('truetype');
	font-weight: 400;
}

hr {
	border: 0;
	height: 2px;
	background-color: #ccc;
}

h1 {
	color: #6a6a6a;
	font-weight: 700;
	font-size: xx-large;
}

h2 {
	font-size: medium;
}

h2,
h3,
h4,
h5,
h6 {
	color: #6a6a6a;
	font-weight: 700;
}

a,
input,
textarea,
select {
	outline: 0;
}

a {
	text-decoration: none;
	color: #ef0054;
}

.clear {
	clear: both;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	font-family: OpenSansTuetego;
	color: #444444;
	padding: 10px 20px 10px 10px;
	border: #CCCCCC solid 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF url(/img/ui/select.png) no-repeat right center;
	cursor: pointer;
}

button {
	background: #ef0054;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	font-family: OpenSansTuetego;
	height: 28px;
	border: 0;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0 3px;
}

label,
input[type=radio] {
	cursor: pointer;
}

#fileDisplayAreaB div {
	background-size: cover;
	background-position: center;
	width: 40px;
	/* PROFILES */
	height: 40px;
	margin: 0;
	padding-top: 0;
}

#fileDisplayArea div {
	float: left;
	background-size: cover;
	background-position: center;
	width: 148px;
	height: 0;
	margin: 2px 2px 25px 2px;
	padding-top: 115px;
}

.enviar {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	font-family: OpenSansTuetego;
	border: 0;
	text-decoration: none;
	color: #444444;
	cursor: pointer;
	background-color: #F0F0F0;
	height: 40px;
	margin: 1px auto;
	padding: 0 6px;
	width: 100%;
}

.but_comment {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	font-family: OpenSansTuetego;
	border: 0;
	padding: 5px;
	width: 25%;
}

.enviar:hover {
	background-color: #808080;
	color: #FFFFFF;
}

.toplogin {
	padding: 0 10px 10px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: -4px 0 0 0;
	width: 100%;
}

.toplogin input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}

.toplogin form .enviar_off {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	height: 22px;
	border: 1px #CCC solid;
	text-decoration: none;
	color: #444444;
	cursor: pointer;
	width: 70px;
}

.toplogin form .enviar_off:hover {
	border: 3px #CCC solid;
}

.leftmenu {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	font-family: OpenSansTuetego;
	border: 0;
	text-decoration: none;
	color: #444444;
	cursor: pointer;
	padding: 10px;
	margin-bottom: 2px;
	text-align: center;
	background-color: #F0F0F0;
}

.leftmenu:hover {
	background-color: #DDDDDD;
}

.follower_yes {
	background-color: #c8ffc5 !important;
	color: #4db046!important;
	height: 40px;
	width: 100px;
	cursor: pointer;
}

.follower_yes:hover {
	background-color: #ffc8c9 !important;
	color: #dc0000 !important;
}

.follower_no {
	background-color: #CCCCCC !important;
	color: #444 !important;
	height: 40px;
	width: 100px;
	cursor: pointer;
}

.follower_no:hover {
	background-color: #4db046!important;
	color: #c8ffc5 !important;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile+label {
	cursor: pointer;
}

.maximg {
	max-height: 200px;
}

.vid_container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.vid_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#liveupdates {
	display: none;
}

html {
	position: relative;
	min-height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;
}

body {
	font-family: OpenSansTuetego;
	font-size: 12.5px !important;
	font-weight: 400;
	color: #444444;
	background: #eee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 0 !important;
	padding: 0 !important;
	margin-bottom: 120px;
}

strong {
	font-weight: 700 !important;
}

section {
	display: block;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	font-family: OpenSansTuetego;
	color: #444444;
	background: #FFFFFF;
	outline: none;
	padding: 10px;
	border: #CCCCCC solid 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -5px;
	margin-bottom: 5px;
}

input[type=button],
input[type=submit] {
	background: #ef0054;
	color: #FFFFFF;
	border: 0;
	cursor: pointer;
	font-size: small;
}

#cookiediv {
	margin-top: 50px;
	background-color: #444;
	color: #CCC;
	margin-bottom: -50px;
	display: none;
}

#cookiediv div {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}

#cookiediv p {
	text-align: center;
}

#cookiediv a {
	color: #FFF;
	font-weight: 700;
}

#outer {
		width: 100%;
		margin: 0;
	}

@media (max-width:767px) {
	
	body {
	font-family: OpenSansTuetego;
	font-size: 12px !important;
	}
	
	input[type=text],
	input[type=password],
	input[type=email],
	textarea {
		font-size: 16px;
	}
	.hzuser {
		display: none;
	}
	.fullnav {
		height: 0;
		width: 100%;
		position: fixed;
		z-index: 1;
		bottom: 0;
		left: 0;
		background-color: #FFF;
		overflow-x: hidden;
		transition: 0.5s;
	}
	.sidenav {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 5;
		top: 0;
		right: 0;
		background: url(/img/ui/bg_white90.png) repeat;
		overflow-x: hidden;
		padding-top: 50px;
		transition: 0.5s;
	}
	#main {
		transition: margin-right .5s;
		padding: 20px;
	}
	.freezer {
		display: none;
	}
	.sharebox {
		position: fixed;
		padding: 20px 0;
		width: 100%;
		height: 200%;
		background-color: #fff;
		z-index: 999;
	}
	.sign_in {
		-webkit-appearance: none;
		-moz-appearance: none;
		border-radius: 0px;
		font-family: 'OpenSans-Regular', arial, helvetica, clean, sans-serif;
		border: 0;
		padding: 10px;
		margin-top: 5px;
	}
	.main_logo {
		margin-left: 10px;
		width: 40px;
		height: 40px;
		display: block;
		background-image: url(/img/ui/tuetego_logo_mob.png);
	}
	.menu {
		background: #aa003c;
		background: -webkit-linear-gradient(left top, #ef0054, #aa003c);
		/* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(bottom right, #ef0054, #aa003c);
		/* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(bottom right, #ef0054, #aa003c);
		/* For Firefox 3.6 to 15 */
		background: linear-gradient(to bottom right, #ef0054, #aa003c);
		/* Standard syntax */
		width: 100%;
		position: fixed;
		height: 50px;
		top: 0;
		z-index: 101;
		overflow: hidden;
	}
	.menuopen {
		background-color: #000;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 101;
		overflow: hidden;
	}
	.menucontainer {
		height: 50px;
		margin: 0 auto;
	}
	.menu1 {
		height: 50px;
		color: #FFF;
		z-index: 100;
		display: none;
	}
	.menu1 ul {
		margin-top: 16px;
		float: right;
	}
	.menu1 li {
		display: inline;
	}
	.menu2 ul {
		float: left;
		z-index: 150;
		margin-top: 4px;
		padding: 0;
	}
	.menu2 li {
		display: inline;
	}
	.menu3 ul {
		float: right;
		z-index: 150;
		margin-top: 8px;
	}
	.menu3 li {
		display: inline;
		margin-right: 5px;
	}
	.menu a,
	#footer a {
		color: #FFF;
	}
	#content {
		margin-top: 50px;
	}
	#content ul {
		margin-bottom: 1.5em;
		line-height: 1.6em !important;
		list-style-type: none;
	}
	.articletext .suggestions a {
		width: 47%;
		display: inline;
		float: left;
		margin: 0 3px;
	}
	.articletext .suggestions .divout {
		height: 170px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.articletext .suggestions .divin {
		height: 120px;
	}
	.uniqueContent {
		background-color: #FFFFFF;
		padding: 10px;
	}
	.uniqueContent ul {
		margin: 0 auto;
	}
	.uniqueContent .alertinfo {
		padding: 10px 10px;
		background-color: #FF9;
	}
	.uniqueContent .alerterror {
		padding: 10px 10px;
		background-color: #FFC8C9;
	}
	.uniqueContent .alertsuccess {
		padding: 10px 10px;
		background-color: #C8FFC5;
	}
	.uniqueContent .reminders {
		padding: 10px 10px;
		background-color: #ffdceb;
	}
	.uniqueContent .reminders a,
	#primaryContent .reminders span {
		font-weight: 700;
		cursor: pointer;
	}
	#primaryContent {
		/*background-color: #FFFFFF;*/
		padding: 0 0 0 0;
	}
	#primaryContent .posts {
		margin-bottom: 10px;
		padding: 10px;
		background-color: #FFF;
		/*border-bottom:10px #EEE solid; */
	}



	#primaryContent .recentgrid {
		width: 100%;
		height: 199px;
		background-size: cover;
		background-position: top;
		padding: 0 !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#primaryContent .recentgrid_big {

		width: 100%;
		height:auto;
		padding:0 0 10px 0;
	}
	#primaryContent .posts .persdata {
		font-size: 14px;
		font-weight: 700;
	}
	#primaryContent .posts h1 {
		padding: 10px 0px 0px 0px;
		margin: 0px 0px 5px 0px;
		font-size: x-large;
	}
	#primaryContent .posts h3 {
		padding: 10px 0px 0px 0px;
		margin: 10px 0px 5px 0px;
		/*min-height:60px;*/
	}
	#primaryContent .posts .inside {
		margin: 0 0 0 0;
	}
	#primaryContent .posts .inside2 {
		margin: 0 0 5px 40px;
	}
	#primaryContent .posts .inside h3 {
		border: none;
		padding: 0;
	}
	#primaryContent .persvatar {
		float: left;
		width: 45px;
		margin-left: -45px;
	}
	#primaryContent .persvatar img {
		width: 45px;
		height: 45px;
	}
	#primaryContent .persvatar a {
		width: 45px;
		height: 45px;
		display: block;
	}
	#primaryContent .posts .inside .timings {
		margin: 0 0 10px 0px;
		border-bottom: 1px #CCC solid;
	}
	#primaryContent .posts .inside .timingsprivate {
		margin: 0 0 10px 0px;
	}
	#primaryContent .posts .inside .ad_article {
		display: none;
	}
	#primaryContent .posts .inside .msg_5_picture {
		display: block;
		width: 100%;
		max-height: 300px;
		margin: 0 auto;
	}
	#primaryContent .posts .inside .showimage {
		margin-top: 10px;
		text-align: center
	}
	#primaryContent .posts .inside .showimage img {
		display: block;
		max-width: 100%;
		max-height: 400px;
		width: auto;
		height: auto;
		margin: 10px auto;
	}
	#primaryContent .posts .inside .shared_content {
		padding: 5px;
		margin: 10px 0;
		/*background-color: #f1f1f1;*/
		border: 3px #aa003c solid;
	}
	#primaryContent .posts .inside .subcomments .commands {
		/*display:none; background-color: #f1f1f1; position:absolute; top:0; right:0; padding:5px;   color: #CCC;*/
		display: none;
		background-color: #aa003c;
		position: absolute;
		top: 0;
		right: 0;
		padding: 5px;
		color: #FFF;
	}
	#primaryContent .posts .inside .subcomments .commands a {
		color: #FFF;
	}
	#primaryContent .posts .inside .subcomments:hover .commands {
		display: block;
	}
	#primaryContent .posts .inside .subcomments .green {
		min-width: 70px;
		width: 25%;
		padding: 5px;
		border: 2px #C8FFC5 solid;
		background-color: #FFF;
		color: #444444;
		float: left;
		text-align: center;
	}
	#primaryContent .posts .inside .subcomments .red {
		min-width: 70px;
		width: 25%;
		padding: 5px;
		border: 2px #FFC8C9 solid;
		background-color: #FFF;
		color: #444444;
		float: left;
		text-align: center;
	}
	#primaryContent .posts .inside .sublikes_cont {
		margin-top: 5px;
	}
	#primaryContent .posts .inside .sublikes {
		/*margin: 0 0 0 0;*/
		float: left;
		margin-right: 10px;
	}
	#primaryContent .posts .inside .sublikes .greyup,
	#primaryContent .posts .inside .sublikes .greenup:hover {
		background: url(/img/ui/fav_grey.png) center no-repeat;
		background-size: contain;
		width: 20px;
		height: 20px;
		margin: 2px;
		float: left;
	}
	#primaryContent .posts .inside .sublikes .greyup:hover,
	#primaryContent .posts .inside .sublikes .greenup {
		background: url(/img/ui/fav_red.png) center no-repeat;
		background-size: contain;
		width: 20px;
		height: 20px;
		margin: 2px;
		float: left;
	}
	#primaryContent .posts .inside .sublikes .favs {
		margin-left: 5px;
		color: #444;
		font-weight: 700;
	}
	#primaryContent .posts .inside .sublikes .favs_on {
		margin-left: 5px;
		color: #444;
		font-weight: 700;
	}
	#primaryContent .posts .inside .msg_actions {
		/*width:100%;*/
		margin: 0 10px;
		height: 40px;
	}
	#primaryContent .posts .inside .msg_actions .green {
		min-width: 70px;
		width: 25%;
		padding: 5px;
		border: 2px #C8FFC5 solid;
		background-color: #FFF;
		color: #444444;
		float: left;
		text-align: center;
	}
	#primaryContent .posts .inside .msg_actions .red {
		min-width: 70px;
		width: 25%;
		padding: 5px;
		border: 2px #FFC8C9 solid;
		background-color: #FFF;
		color: #444444;
		float: left;
		text-align: center;
	}
	#primaryContent .posts .inside .msg_actions .greyup,
	#primaryContent .posts .inside .msg_actions .greenup:hover {
		background: url(/img/ui/fav_grey.png) center no-repeat;
		width: 30px;
		height: 30px;
		margin: 2px;
		float: left;
	}
	#primaryContent .posts .inside .msg_actions .greyup:hover,
	#primaryContent .posts .inside .msg_actions .greenup {
		background: url(/img/ui/fav_red.png) center no-repeat;
		width: 30px;
		height: 30px;
		margin: 2px;
		float: left;
	}
	#primaryContent .posts .inside .msg_actions .share {
		margin-left: 5px;
		margin-top: 2px;
		float: left;
		color: #444;
		background: url(/img/ui/sm_tuetego.png) no-repeat;
		width: 32px;
		height: 32px;
		background-size:cover;
	}
	#primaryContent .posts .inside .msg_actions .share:hover {
		color: #FFF;
		background-color: #777;
	}
	#primaryContent .posts .inside .msg_actions .fbshare {
		margin-left: 2px;
		margin-top: 2px;
		float: left;
		color: #444;
		background: url(/img/ui/sm_facebook.png) no-repeat;
		width: 32px;
		height: 32px;
		background-size:cover;
	}
	#primaryContent .posts .inside .msg_actions .fbshare:hover {
		color: #FFF;
		background-color: #777;
	}
	#primaryContent .posts .inside .msg_actions .twshare {
		margin-left: 2px;
		margin-top: 2px;
		float: left;
		color: #444;
		background: url(/img/ui/sm_twitter.png) no-repeat;
		width: 32px;
		height: 32px;
		background-size:cover;
	}
	#primaryContent .posts .inside .msg_actions .twshare:hover {
		color: #FFF;
		background-color: #777;
	}
	#primaryContent .posts .inside .msg_actions .favs {
		margin-top: 2px;
		padding: 7px 10px 7px 8px;
		float: left;
		color: #444;
		background-color: #FFF;
		font-weight: 700;
	}
	#primaryContent .posts .inside .msg_actions .favs_on {
		margin-top: 2px;
		padding: 7px 10px 7px 8px;
		float: left;
		color: #444;
		background-color: #FFF;
		font-weight: 700;
	}
	#primaryContent .posts .inside .msg_actions .report {
		margin-left: 5px;
		margin-top: 2px;
		float: left;
		color: #444;
		background: url(/img/ui/report.png) no-repeat;
		width: 34px;
		height: 34px;
	}
	#primaryContent .posts .inside .msg_actions .report:hover {
		margin-left: 5px;
		margin-top: 2px;
		float: left;
		color: #444;
		background: url(/img/ui/report_on.png) no-repeat;
		width: 34px;
		height: 34px;
	}
	#primaryContent .posts .viewphotos {
		width: 49%;
		height: 200px;
		float: left;
		margin: 1px;
	}
	#primaryContent .posts .viewphotosart {
		width: 32%;
		height: 100px;
		float: left;
		margin: 2px;
	}
	#primaryContent .alertinfo {
		padding: 10px 10px;
		background-color: #FF9;
	}
	#primaryContent .alerterror {
		padding: 10px 10px;
		background-color: #FFC8C9;
	}
	#primaryContent .alertsuccess {
		padding: 10px 10px;
		background-color: #C8FFC5;
	}
	#primaryContent .reminders {
		padding: 10px 10px;
		background-color: #ffdceb;
	}
	#primaryContent .reminders a,
	#primaryContent .reminders span {
		font-weight: 700;
		cursor: pointer;
	}
	#primaryContent .posts .linkyfy {
		margin: 0;
		padding: 5px 5px 5px 5px;
		background-color: #f9f9f9;
		/*border-top:2px #444 solid;
	border-bottom:2px #444 solid;*/
	}
	#primaryContent .posts .linkyfy .media {
		width: 100%;
		min-height: 150px;
		position: relative;
		margin: 0 0 10px 0;
		float: left;
	}
	#primaryContent .posts .linkyfy .text {
		margin: 0;
		padding: 0 10px;
		min-width: 300px;
		overflow: hidden;
	}
	#primaryContent .posts .linkyfy h2 {
		border: none;
		margin: 0;
		padding: 0 0 0 0;
	}
	#primaryContent .posts .linkyfy img {
		max-width: 300px;
		max-height: 195px;
		margin: 0 10px 10px 0;
		float: left;
	}
	#primaryContent .posts .linkyfy .playbut {
		background: url(/img/ui/play_button.png) no-repeat center;
		width: 100%;
		height: 195px;
		cursor: pointer;
	}
	#primaryContent .posts .linkyfy .playbut:hover {
		background: url(/img/ui/play_button_hover.png) no-repeat center;
	}
	#primaryContent .posts .profmain {
		width: 100%;
		position: relative;
		/*border-top:10px #FFF solid;*/
		border-bottom: none;
	}
	#primaryContent .posts .profmain .inprof {
		float: left;
		width: 75px;
		height: 75px;
		margin: 0 20px 1px 0;
	}
	#primaryContent .posts .profmain h1 {
		color: #FFF;
		position: absolute;
		bottom: 10px;
		right: 20px;
		font-size: medium;
	}
	#primaryContent .posts .profbar {
		width: 100%;
		background-color: #FFF;
		height: auto;
		/*white-space:nowrap; 
	overflow:hidden;*/
		font-size: 0;
		border-left: 1px #CCC solid;
	}
	#primaryContent .posts .profbar a {
		font-size: 10pt;
		display: inline-block;
		border-right: 1px #CCC solid;
		border-bottom: 1px #CCC solid;
		width: 33%;
		text-align: center;
		height: 20px;
		padding-top: 5px;
	}
	#primaryContent .posts .profbar a:hover {
		background-color: #CCC;
	}
	#primaryContent .posts .profbar .follower_yes {
		font-size: 10pt;
		display: inline-block;
		border-right: 1px #CCCCCC solid;
		border-bottom: 1px #CCCCCC solid;
		background-color: #c8ffc5 !important;
		color: #4db046!important;
		height: 27px;
		width: 33%;
		cursor: pointer;
		padding-top: 5px;
		margin-left: 1px;
	}
	#primaryContent .posts .profbar .follower_yes:hover {
		background-color: #ffc8c9 !important;
		color: #dc0000 !important;
	}
	#primaryContent .posts .profbar .follower_no {
		font-size: 10pt;
		display: inline-block;
		border-right: 1px #CCCCCC solid;
		border-bottom: 1px #CCCCCC solid;
		background-color: #CCCCCC !important;
		color: #444 !important;
		height: 27px;
		width: 33%;
		cursor: pointer;
		padding-top: 5px;
		margin-left: 1px;
	}
	#primaryContent .posts .profbar .follower_no:hover {
		background-color: #4db046!important;
		color: #c8ffc5 !important;
	}
	.updates_main ul {
		list-style: none;
	}
	.updates_main .updates_list li {
		padding: 5px;
		font-size: 9pt;
	}
	.updates_main .updates_list li:hover {
		padding: 5px;
		font-size: 9pt;
		background-color: #EEE;
		cursor: pointer;
	}
	.updates_main .menuuser li {
		padding: 5px;
	}
	.updates_main .menuuser li:hover {
		padding: 5px;
		background-color: #EEE;
		cursor: pointer;
	}
	.updates_main .updates_list .update_new div {
		float: left;
		margin-right: 10px;
		border-left: 5px #FF0004 solid;
		margin-left: -50px;
		width: 35px;
		height: 35px;
	}
	.updates_main .updates_list .update_old div {
		float: left;
		margin-right: 10px;
		margin-left: -45px;
		width: 35px;
		height: 35px;
	}
	#secondaryContent {
		background-color: #FFFFFF;
		/*padding: 10px;*/
	}
	#footer {
		padding: 10px;
		text-align: center;
		background-color: #000;
	}
	#feedback_box {
		display: none;
	}
	.menu1_box {
		display: none;
		background-color: #FFF;
		margin-top: 50px;
		margin-bottom: -50px;

	}
	.menu1_box ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.menu1_box .updates_list li {
		padding: 5px 5px 10px 5px;
		border-bottom: 1px #CCC solid;
	}
	.menu1_box .updates_list .update_new img {
		float: left;
		margin-right: 10px;
		border-left: 4px #FF0004 solid;
		padding-left: 3px;
	}
	.menu1_box .updates_list .update_old img {
		float: left;
		margin-right: 10px;
		padding-left: 7px;
	}
	.menu1_box .menu_mob_list li {
		padding: 20px;
		border-bottom: 1px #CCC solid;
	}
	.menu1_box .menu_mob_list input[type=button] {
		-webkit-appearance: none;
		-moz-appearance: none;
		border-radius: 0px;
		background: #F00;
		color: #FFFFFF;
		border: 0;
		cursor: pointer;
		font-size: small;
		padding: 20px;
		width: 100%;
		margin: 0;
	}
	.menu1_boxb {
		margin-bottom: 50px;
	}
	.menu1_boxb a {
		color: #000;
	}
	.menu1_boxb ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.menu1_boxb .updates_list li {
		padding: 5px 5px 10px 55px;
		border-bottom: 1px #CCC solid;
	}
	.menu1_boxb .updates_list .update_new div {
		float: left;
		margin-right: 10px;
		border-left: 5px #FF0004 solid;
		margin-left: -50px;
		width: 35px;
		height: 35px;
	}
	.menu1_boxb .updates_list .update_old div {
		float: left;
		margin-right: 10px;
		margin-left: -45px;
		width: 35px;
		height: 35px;
	}
	.menu1_boxb .menu_mob_list li {
		padding: 20px;
		border-bottom: 1px #CCC solid;
	}
	.menu1_boxb .menu_mob_list input[type=button] {
		-webkit-appearance: none;
		-moz-appearance: none;
		border-radius: 0px;
		background: #F00;
		color: #FFFFFF;
		border: 0;
		cursor: pointer;
		font-size: small;
		padding: 20px;
		width: 100%;
		margin: 0;
	}
	.other_rightblock {
		display: none;
	}
	.adslot_rightbar {
		/* AD SLOTS IN RIGHT BAR FULL VIEW */
		display: none;
	}
	.adslot_feed {
		/* AD SLOTS IN RIGHT BAR FULL VIEW */
		display: inline-block;
		width: 320px;
		height: 100px;
		margin: 0 0 20px 0;
	}
	.adslot_ar_1 {
		/* AD SLOT IN ARTICLE VIEW */
		display: none;
	}
	.adslot_ar_2 {
		/* AD SLOT IN ARTICLE VIEW */
		display: inline-block;
		width: 320px;
		height: 50px;
		margin: 0;
	}
	.adslot_ar_3 {
		/* AD SLOT IN ARTICLE VIEW */
		display: inline-block;
		width: 320px;
		height: 100px;
		margin: 0 0 20px 0;
	}
	.adslot_ar_4 {
		/* AD SLOT IN ARTICLE VIEW */
		display: inline-block;
		width: 320px;
		height: 100px;
	}
	#secondaryContent .footer_side {
		padding: 5px;
		margin: 0;
		background-color: #000;
		color: #CCC;
		text-align: center;
	}
	#secondaryContent .footer_side a {
		color: #FFF;
	}
	#secondaryContent .footer_side a:hover {
		color: #aa003c;
	}
	/* MODAL START */
	.modal {
		display: none;
		/* Hidden by default */
		position: fixed;
		/* Stay in place */
		z-index: 999;
		/* Sit on top */
		padding-top: 100px;
		/* Location of the box */
		left: 0;
		top: 0;
		width: 100%;
		/* Full width */
		height: 100%;
		/* Full height */
		overflow: auto;
		/* Enable scroll if needed */
		background-color: rgb(0, 0, 0);
		/* Fallback color */
		background-color: rgba(0, 0, 0, 0.4);
		/* Black w/ opacity */
		list-style: none;
	}
	.modal-content {
		background-color: #fefefe;
		margin: auto;
		padding: 20px;
		border: 1px solid #888;
		width: 100%;
	}
	.modal-close {
		color: #444;
		float: right;
		font-size: larger;
		font-weight: bold;
	}
	.modal-close:hover,
	.modal-close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}
	/* MODAL END */
	.storyline {
		background-color: #FFF;
		margin-bottom: 20px;
	}
	.storyline .returnanchor {
		visibility: hidden;
		position: relative;
		top: -55px;
	}
	.storyline .head {
		width: 100%;
		margin-bottom: 20px;
	}
	.storyline .head .avatar {
		display: block;
		float: left;
		width: 45px;
		height: 45px;
	}
	.storyline .head .popmenu {
		float: right;
		width: 45px;
		height: 45px;
		display: table;
		text-align: center;
	}
	.storyline .head .popmenu div {
		display: table-cell;
		vertical-align: middle;
	}
	.storyline .head .main {
		font-size: small;
		margin: 0 50px;
		height: 45px;
		display: table;
	}
	.storyline .head .main .table {
		display: table-cell;
		vertical-align: middle;
	}
	.storyline .body {
		padding: 0 20px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px #CCC solid;
	}
	.storyline .picturemain {
		width: 100%;
		display: table;
	}
	.storyline .picturemain .playbut {
		display: table-cell;
		vertical-align: middle;
		background: url(/img/ui/play_button.png) no-repeat center;
		cursor: pointer;
		width: 70px;
		height: 50px;
	}
	.storyline .picturemain .playbut:hover {
		background: url(/img/ui/play_button_hover.png) no-repeat center;
	}
	.storyline .picturemain .playimg {
		display: table-cell;
		vertical-align: middle;
		background: url(/img/ui/play_img.png) no-repeat;
		cursor: pointer;
		width: 70px;
		height: 50px;
	}
	.storyline .picturemain .playimg:hover {
		background: url(/img/ui/play_img_hover.png) no-repeat;
	}
	.storyline .subcomments {
		padding-bottom: 5px;
		margin: 0 10px 5px 10px;
		border-bottom: 1px #CCC solid;
		font-size: 11px;
		overflow: auto;
	}
	.storyline .subcomments .avatar {
		display: block;
		float: left;
		width: 30px;
		height: 30px;
		margin-left: 0;
	}
	.storyline .subcomments .popmenu {
		display: none;
	}
	.storyline .subcomments .subpopmenu {
		display: inline-block;
		margin-left: 5px;
		margin-right: 15px
	}
	.storyline .subcomments .origBox_container {
		margin: 0 10px 0 50px;
	}
	.friendlist {
		display: none;
	}
	#tooltip_pc {
		display: none;
	}
}

@media (min-width:768px) {
	.hzuser {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: 48px;
		/* 100% Full-height */
		position: fixed;
		/* Stay in place */
		top: 0;
		z-index: 100;
		/* Stay on top */
		left: 0;
		background: url(/img/ui/bg_greyddd90.png) repeat;
		transition: 0.5s;
		/* 0.5 second transition effect to slide in the sidenav */
		color: #444;
	}
	.hzuser ul {
		list-style-type: none;
		/*to remove bullets*/
		text-align: center;
		padding: 0px;
		margin-top: 12px;
		overflow: hidden;
	}
	.hzuser li {
		padding: 2px;
		width: 15%;
		display: inline-block;
	}
	.hzuser li a {
		color: #444;
	}
	.hzuser li a:hover {
		color: #ef0054;
	}
	.hzupd {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: 70px;
		/* 100% Full-height */
		position: fixed;
		/* Stay in place */
		top: 48px;
		z-index: 100;
		/* Stay on top */
		left: 0;
		background: url(/img/ui/bg_greyeee90.png) repeat;
		transition: 0.5s;
		/* 0.5 second transition effect to slide in the sidenav */
		color: #444;
		overflow: hidden;
	}
	.hzupd .from-time {
		margin-top: 30px;
	}
	.hzupd ul {
		list-style-type: none;
		/*to remove bullets*/
		text-align: center;
		padding: 12px 0 0 0;
		overflow: hidden;
	}
	.hzupd li {
		padding: 2px;
		width: 150px;
		display: inline-block;
	}
	.hzupd li a {
		color: #444;
	}
	.hzupd .eachupd .divcon {
		overflow: hidden;
		height: 60px;
		background-color: #FFF;
		margin: 0 auto 6px auto;
	}
	.hzupd .eachupd .divcon.newcom {
		border-left: 10px #FF0000 solid;
	}
	.hzupd .eachupd .divcon.newlik {
		border-left: 10px #FFFD00 solid;
	}
	.hzupd .eachupd .divcon .avt-upd {
		float: left;
		width: 40px;
		height: 40px;
		background: url(/img/users_80/nophoto.jpg) no-repeat center;
		background-size: cover;
	}
	.hzupd .eachupd .divcon .txt-upd {
		margin: 5px 5px 5px 50px;
	}
	.fullnav,
	.sidenav,
	#main,
	#dimmed,
	#writescroll {
		display: none;
	}
	#writescroll {
		visibility: hidden;
	}
	.freezer {
		position: fixed;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		background: url(/img/ui/bg_black50.png) repeat;
		z-index: 200;
		display: none;
	}
	.sharebox {
		position: fixed;
		padding: 20px;
		top: 50%;
		left: 50%;
		margin-top: -20%;
		margin-left: -325px;
		width: 650px;
		max-height: 60%;
		overflow-y: scroll;
		background-color: #fff;
		z-index: 999;
	}
	.sign_in {
		-webkit-appearance: none;
		-moz-appearance: none;
		border-radius: 0;
		font-family: OpenSansTuetego;
		border: 0;
		padding: 11px 10px 10px 10px;
		margin-top: -5px;
	}
	.main_logo {
		width: 200px;
		height: 44px;
		display: block;
		background: url(/img/ui/tuetego_logo_50.png) no-repeat;
		background-size: contain;
	}
	
	
	.menu {
		background: #aa003c;
		background: -webkit-linear-gradient(left top, #ef0054, #aa003c);
		/* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(bottom right, #ef0054, #aa003c);
		/* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(bottom right, #ef0054, #aa003c);
		/* For Firefox 3.6 to 15 */
		background: linear-gradient(to bottom right, #ef0054, #aa003c);
		/* Standard syntax */
		width: 100%;
		height: 48px;
		position: fixed;
		top: 0;
		z-index: 101;
	}
	.menucontainer {
		height: 48px;
		margin: 0 20px;
		position: relative;
		z-index: 103;
	}
	.menu1 {
		height: 60px;
		color: #FFF;
		z-index: 100;
		float: right;
	}
	.menu1 ul {
		margin-top: 8px;
		float: right;
	}
	.menu1 li {
		display: inline-block;
		margin-left: 20px;
	}
	.menu2 ul {
		z-index: 150;
		margin-top: 4px;
		float: left;
		padding: 0;
	}
	.menu2 li {
		display: inline;
	}
	.menu3 {
		display: none;
	}
	.menu3 ul {
		float: right;
		z-index: 150;
		margin-top: 8px;
	}
	.menu3 li {
		display: inline;
		margin-right: 5px;
	}
	.menu a,
	#footer a,
	.footer_side a {
		color: #FFF;
	}
	.menu1_box a {
		color: #444;
	}
	.menu a:hover,
	#footer a:hover,
	.menu1_box a:hover,
	.footer_side a:hover {
		color: #FFF;
		text-decoration: underline;
	}

.alertinfo_inside {
		padding: 10px;
		margin-bottom:10px;
		display: block;
		border-radius: 5px;
		background: #FF9 url(/img/ui/icn_alert_info.png) no-repeat;
		background-position: 10px 10px;
		border: 1px #ccc solid;
		text-indent: 40px;
}

.alertsuccess_inside {
		padding: 10px;
		margin-bottom:10px;
		display: block;
		border-radius: 5px;
		background: #C8FFC5 url(/img/ui/icn_alert_info.png) no-repeat;
		background-position: 10px 10px;
		border: 1px #ccc solid;
		text-indent: 40px;
}	

.alerterror_inside {
		padding: 10px;
		margin-bottom:10px;
		display: block;
		border-radius: 5px;
		background: #FFC8C9 url(/img/ui/icn_alert_info.png) no-repeat;
		background-position: 10px 10px;
		border: 1px #ccc solid;
		text-indent: 40px;
}	

.alertreminder_inside {
		padding: 10px;
		margin-bottom:10px;
		display: block;
		border-radius: 5px;
		background: #ccc url(/img/ui/icn_alert_info.png) no-repeat;
		background-position: 10px 10px;
		border: 1px #ccc solid;
		text-indent: 40px;
}	
	
	
	.trend {
		padding: 8px 0 8px 30px;
		display: block;
		background: url(/img/ui/icn_trend.png) no-repeat;
		background-size: 22px 22px;
		background-position: 5px 15px;
		border-bottom: 1px #CCC solid;
	}
	#content {
		position: relative;
		z-index: 50;
		top: 30px;
		margin: 0 auto;
		width: 768px;
		padding-top: 30px;
	}
	#content p {
		line-height: 1.6em !important;
		/*margin-bottom: 4px;*/
	}
	#content h2 {
		font-size: larger;
	}
	#content h3 {
		font-size: large;
		font-weight: 700;
	}
	#content h4 {
		font-weight: 700;
		margin-top: 10px;
	}
	#content h1,
	h2,
	h3 {
		/*border-bottom:1px #CECECE solid;*/
		padding: 10px;
		margin-bottom: 5px;
	}
	#content ul {
		/*margin-bottom: 1.5em;
	line-height: 1.6em;*/
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#content blockquote {
		margin: 0;
		padding: 5px;
	}
	#content .articletext {
		margin: 0;
		padding: 0;
	}
	#content .articletext .inart {
		margin: 30px 10px;
		padding: 0;
	}
	#content .articletext .inart br {
		margin-bottom: 3px;
		padding: 0;
	}
	#content br {
		/*margin: 0 0 10px 0;*/
	}
	#content .articletext h4 {
		border: none;
	}
	.articletext .suggestions a {
		width: 33.3%;
		display: inline;
		float: left;
		padding: 0 3px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.articletext .suggestions .divout {
		height: 170px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.articletext .suggestions .divin {
		height: 120px;
	}
	.uniqueContent {
		width: 380px;
		margin: 0 auto;
		/*background-color: #FFFFFF;*/
		background: url(/img/ui/bg_white80.png) repeat;
		padding: 10px;
	}
	.uniqueContent .alertinfo {
		margin-bottom: 10px;
		padding: 10px 10px;
		background-color: #FF9;
	}
	.uniqueContent .alerterror {
		margin-bottom: 10px;
		padding: 10px 10px;
		background-color: #FFC8C9;
	}
	.uniqueContent .alertsuccess {
		margin-bottom: 10px;
		padding: 10px 10px;
		background-color: #C8FFC5;
	}
	.uniqueContent .reminders {
		margin-bottom: 10px;
		padding: 10px 10px;
		background-color: #ffdceb;
	}
	.uniqueContent .reminders a,
	uniqueContent .reminders span {
		font-weight: 700;
		cursor: pointer;
	}
	#primaryContent {
		float: left;
		width: 458px;
	}
	#primaryContent .posts {
		margin-bottom: 10px;
		padding: 10px;
		background-color: #FFF;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#primaryContent .recentgrid {
		width: 100%;
		height: 199px;
		background-size: cover;
		background-position: top;
		padding: 0 !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#primaryContent .recentgrid_big {

		width: 100%;
		height:auto;
		padding:0 0 10px 0;
	}
	
	
	#primaryContent .posts .persdata {
		font-size: 18px;
		font-weight: 700;
	}
	#primaryContent .posts h1 {
		padding: 10px 0 0 0;
		margin: 0 0 5px 0;
	}
	#primaryContent .posts h3 {
		padding: 10px 0 0 0;
		margin: 0 0 5px 0;
	}
	#primaryContent .posts .inside {
		margin: 0 0 0 0;
	}
	#primaryContent .posts .inside2 {
		margin: 0 0 5px 70px;
	}
	#primaryContent .posts .inside h3 {
		border: none;
	}
	#primaryContent .persvatar {
		float: left;
		width: 60px;
		margin-left: -70px;
	}
	#primaryContent .persvatar img {
		width: 60px;
		height: 60px;
	}
	#primaryContent .persvatar a {
		width: 60px;
		height: 60px;
		display: block;
	}
	#primaryContent .posts .inside .timings {
		min-height: 70px;
		margin-bottom: 10px;
		border-bottom: 1px #CCC solid;
	}
	#primaryContent .posts .inside .timingsprivate {
		min-height: 50px;
	}
	#primaryContent .posts .inside .ad_article {
		float: right;
		margin: 0;
		width: 320px;
		/* height:100px; */
	}
	#primaryContent .posts .inside .msg_5_picture {
		display: block;
		max-width: 500px;
		max-height: 400px;
		margin: 0 auto;
	}
	#primaryContent .posts .inside .showimage {
		margin-top: 10px;
		text-align: center
	}
	#primaryContent .posts .inside .showimage img {
		display: block;
		max-width: 550px;
		max-height: 400px;
		width: auto;
		height: auto;
		margin: 10px auto;
	}
	#primaryContent .posts .inside .shared_content {
		padding: 5px;
		margin: 10px 0;
		/*background-color: #f1f1f1;*/
		border: 3px #ef0054 solid;
	}
	#primaryContent .posts .inside .subcomments .commands {
		/*display:none; background-color: #f1f1f1; position:absolute; top:0; right:0; padding:5px;   color: #CCC;*/
		display: none;
		background-color: #ef0054;
		position: absolute;
		top: 0;
		right: 0;
		padding: 5px;
		color: #FFF;
	}
	#primaryContent .posts .inside .subcomments .commands a {
		color: #FFF;
	}
	#primaryContent .posts .inside .subcomments:hover .commands {
		display: block;
	}
	#primaryContent .posts .inside .subcomments .green {
		min-width: 70px;
		width: 25%;
		padding: 5px;
		border: 2px #C8FFC5 solid;
		background-color: #FFF;
		color: #444444;
		float: left;
		text-align: center;
	}
	#primaryContent .posts .inside .subcomments .red {
		min-width: 70px;
		width: 25%;
		padding: 5px;
		border: 2px #FFC8C9 solid;
		background-color: #FFF;
		color: #444444;
		float: left;
		text-align: center;
	}
	#primaryContent .posts .inside .sublikes_cont {
		margin-top: 5px;
	}
	#primaryContent .posts .inside .sublikes {
		/*margin: 0 0 0 0;*/
		float: left;
		margin-right: 15px;
	}
	#primaryContent .posts .inside .sublikes .greyup,
	#primaryContent .posts .inside .sublikes .greenup:hover {
		background: url(/img/ui/fav_grey.png) center no-repeat;
		background-size: contain;
		width: 20px;
		height: 20px;
		margin: 2px;
		float: left;
	}
	#primaryContent .posts .inside .sublikes .greyup:hover,
	#primaryContent .posts .inside .sublikes .greenup {
		background: url(/img/ui/fav_red.png) center no-repeat;
		background-size: contain;
		width: 20px;
		height: 20px;
		margin: 2px;
		float: left;
	}
	#primaryContent .posts .inside .sublikes .favs {
		margin-left: 5px;
		color: #444;
		font-weight: 700;
	}
	#primaryContent .posts .inside .sublikes .favs_on {
		margin-left: 5px;
		color: #444;
		font-weight: 700;
	}
	#primaryContent .posts .inside .privavatar {
		float: left;
		width: 40px;
		margin-left: -95px;
	}
	#primaryContent .posts .inside .privavatar img {
		width: 35px;
		height: 35px;
		object-fit: cover;
	}
	#primaryContent .posts .inside .msg_actions {
		/*width:300px;*/
		margin: 0 20px;
		height: 45px;
		overflow: auto;
		background-color: #fff;
	}
	#primaryContent .posts .inside .msg_actions .green {
		min-width: 70px;
		width: 25%;
		padding: 5px;
		border: 2px #C8FFC5 solid;
		background-color: #FFF;
		color: #444444;
		float: left;
		text-align: center;
	}
	#primaryContent .posts .inside .msg_actions .red {
		min-width: 70px;
		width: 25%;
		padding: 5px;
		border: 2px #FFC8C9 solid;
		background-color: #FFF;
		color: #444444;
		float: left;
		text-align: center;
	}
	#primaryContent .posts .inside .msg_actions .greyup,
	#primaryContent .posts .inside .msg_actions .greenup:hover {
		background: url(/img/ui/fav_grey.png) center no-repeat;
		width: 30px;
		height: 30px;
		margin: 2px;
		float: left;
	}
	#primaryContent .posts .inside .msg_actions .greyup:hover,
	#primaryContent .posts .inside .msg_actions .greenup {
		background: url(/img/ui/fav_red.png) center no-repeat;
		width: 30px;
		height: 30px;
		margin: 2px;
		float: left;
	}
	#primaryContent .posts .inside .msg_actions .share {
		margin-left: 2px;
		margin-top: 2px;
		float: left;
		color: #444;
		background: url(/img/ui/sm_tuetego.png) no-repeat;
		width: 32px;
		height: 32px;
		background-size:cover;
	}
	#primaryContent .posts .inside .msg_actions .share:hover {
		color: #FFF;
		background-color: #777;
	}
	#primaryContent .posts .inside .msg_actions .fbshare {
		margin-left: 2px;
		margin-top: 2px;
		float: left;
		color: #444;
		background: url(/img/ui/sm_facebook.png) no-repeat;
		width: 32px;
		height: 32px;
		background-size:cover;
	}
	#primaryContent .posts .inside .msg_actions .fbshare:hover {
		color: #FFF;
		background-color: #777;
	}
	#primaryContent .posts .inside .msg_actions .twshare {
		margin-left: 2px;
		margin-top: 2px;
		float: left;
		color: #444;
		background: url(/img/ui/sm_twitter.png) no-repeat;
		width: 32px;
		height: 32px;
		background-size:cover;
	}
	#primaryContent .posts .inside .msg_actions .twshare:hover {
		color: #FFF;
		background-color: #777;
	}
	#primaryContent .posts .inside .msg_actions .lnkshare {
		margin-left: 2px;
		margin-top: 2px;
		float: left;
		color: #444;
		background: url(/img/ui/sm_link.png) no-repeat;
		width: 32px;
		height: 32px;
		background-size:cover;
	}
	#primaryContent .posts .inside .msg_actions .lnkshare:hover {
		color: #FFF;
		background-color: #777;
	}
	#primaryContent .posts .inside .msg_actions .favs {
		margin-top: 2px;
		padding: 7px 10px 7px 8px;
		float: left;
		color: #444;
		background-color: #FFF;
		font-weight: 700;
	}
	#primaryContent .posts .inside .msg_actions .favs_on {
		margin-top: 2px;
		padding: 7px 10px 7px 8px;
		float: left;
		color: #444;
		background-color: #FFF;
		font-weight: 700;
	}
	#primaryContent .posts .inside .msg_actions .report {
		margin-left: 5px;
		margin-top: 2px;
		float: right;
		color: #444;
		background: url(/img/ui/report.png) no-repeat;
		width: 34px;
		height: 34px;
	}
	#primaryContent .posts .inside .msg_actions .report:hover {
		margin-left: 5px;
		margin-top: 2px;
		float: right;
		color: #444;
		background: url(/img/ui/report_on.png) no-repeat;
		width: 34px;
		height: 34px;
	}
	#primaryContent .posts .viewphotos {
		width: 33.3%;
		height: 200px;
		float: left;
		border: 2px #FFF solid;
		box-sizing: border-box;
	}
	#primaryContent .posts .viewphotosart {
		width: 192px;
		height: 192px;
		float: left;
		margin: 2px;
	}
	#primaryContent .messages {
		margin-bottom: 10px;
		padding: 10px 10px;
		background-color: #FF9;
	}
	#primaryContent .messages h1 {
		padding: 10px 0 0 0;
		margin: 0 0 5px 0;
	}
	#primaryContent .messages h3 {
		padding: 10px 0 0 0;
		margin: 10px 0 5px 0;
	}
	#primaryContent .alertinfo {
		margin-bottom: 10px;
		padding: 10px 10px;
		background-color: #FF9;
	}
	#primaryContent .alerterror {
		margin-bottom: 10px;
		padding: 10px 10px;
		background-color: #FFC8C9;
	}
	#primaryContent .alertsuccess {
		margin-bottom: 10px;
		padding: 10px 10px;
		background-color: #C8FFC5;
	}
	#primaryContent .reminders {
		margin-bottom: 10px;
		padding: 10px 10px;
		background-color: #ffdceb;
	}
	#primaryContent .reminders a,
	#primaryContent .reminders span {
		font-weight: 700;
		cursor: pointer;
	}
	#primaryContent .posts .linkyfy {
		margin-top: 10px;
		padding: 5px 5px 5px 5px;
		background-color: #f9f9f9;
	}
	#primaryContent .posts .linkyfy .media {
		width: 260px;
		height: 195px;
		position: relative;
		margin: 0 10px 0 0;
		float: left;
	}
	#primaryContent .posts .linkyfy .text {
		height: 190px;
		margin: 0 0 0 0;
		padding: 0 10px;
		overflow: hidden;
	}
	#primaryContent .posts .linkyfy h2 {
		border: none;
		margin: 0;
		padding: 0 0 10px 0;
	}
	#primaryContent .posts .linkyfy img {
		max-width: 260px;
		max-height: 195px;
		margin: 0 10px 10px 0;
		float: left;
	}
	#primaryContent .posts .comments {
		max-width: 260px;
		max-height: 195px;
		margin: 0 10px 10px 0;
		float: left;
	}
	#primaryContent .posts .profmain {
		width: 100%;
		position: relative;
	}
	#primaryContent .posts .profmain .inprof {
		float: left;
		width: 200px;
		height: 200px;
		margin: 0 20px 1px 0;
	}
	#primaryContent .posts .profmain h1 {
		color: #FFF;
		position: absolute;
		bottom: 10px;
		right: 20px;
	}
	#primaryContent .posts .profbar {
		width: 100%;
		background-color: #FFF;
		height: 40px;
		white-space: nowrap;
		overflow: hidden;
		font-size: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#primaryContent .posts .profbar a {
		/*font-size:10pt;*/
		display: inline-block;
		border-right: 1px #CCC solid;
		/*width:108px;*/
		width: 16.6%;
		font-size: 11px;
		text-align: center;
		height: 40px;
		padding-top: 12px;
	}
	#primaryContent .posts .profbar a:hover {
		background-color: #CCC;
	}
	#primaryContent .posts .profbar .follower_yes {
		font-size: 10pt;
		display: inline-block;
		background-color: #c8ffc5 !important;
		color: #4db046!important;
		height: 40px;
		/*width:108px;*/
		width: 16.6%;
		cursor: pointer;
	}
	#primaryContent .posts .profbar .follower_yes:hover {
		background-color: #ffc8c9 !important;
		color: #dc0000 !important;
	}
	#primaryContent .posts .profbar .follower_no {
		font-size: 10pt;
		display: inline-block;
		background-color: #CCCCCC !important;
		color: #444 !important;
		height: 40px;
		/*width:108px;*/
		width: 16.6%;
		cursor: pointer;
	}
	#primaryContent .posts .profbar .follower_no:hover {
		background-color: #4db046!important;
		color: #c8ffc5 !important;
	}
	#primaryContent .policies li {
		margin-left: 30px;
	}
	.updates_main ul {
		list-style: none;
	}
	.updates_main .updates_list li {
		padding: 5px;
		font-size: 9pt;
		margin-left: 50px;
	}
	.updates_main .updates_list li:hover {
		padding: 5px;
		font-size: 9pt;
		margin-left: 50px;
		background-color: #EEE;
		cursor: pointer;
	}
	.updates_main .menuuser li {
		padding: 5px;
	}
	.updates_main .menuuser li:hover {
		padding: 5px;
		background-color: #EEE;
		cursor: pointer;
	}
	.updates_main .updates_list .update_new div {
		float: left;
		margin-right: 10px;
		border-left: 5px #FF0004 solid;
		margin-left: -50px;
		width: 35px;
		height: 35px;
	}
	.updates_main .updates_list .update_old div {
		float: left;
		margin-right: 10px;
		margin-left: -45px;
		width: 35px;
		height: 35px;
	}
	#secondaryContent {
		float: right;
		width: 300px;
		padding: 0;
		background-color: #FFF;
		border:1px #ccc solid;
	}
	#secondaryContent .corporate {
		padding: 5px;
		margin: 0 0 10px 0;
		background-color: #FFFFFF;
	}
	#secondaryContent .corporate h3 {
		background-color: #FFFFFF;
		color: #ef0054;
	}
	#secondaryContent .corporate h3:hover {
		background-color: #ef0054;
		color: #FFF;
	}
	#secondaryContent .modules {
		padding: 5px 5px 0 5px; 
		margin: 0;
		background-color: #FFFFFF;
	}
	#secondaryContent .modules h3 {
		background-color: #FFFFFF;
	}
	#secondaryContent .gooblocks {
		margin: 0 0 10px 0;
		background-color: #FFFFFF;
	}
	#secondaryContent .footer_side {
		padding: 5px;
		margin: 0 0 10px 0;
		background-color: #000;
		color: #CCC;
		text-align: center;
	}
	#tertiaryContent {
		display: none;
	}
	#tertiaryContent .modules {
		padding: 5px;
		margin: 0 0 10px 0;
		background-color: #FFFFFF;
	}
	#tertiaryContent .modules h3 {
		background-color: #FFFFFF;
	}
	#tertiaryContent .gooblocks {
		margin: 0 0 10px 0;
		background-color: #FFFFFF;
	}
	#tertiaryContent .footer_side {
		padding: 5px;
		margin: 0 0 10px 0;
		background-color: #000;
		color: #CCC;
		text-align: center;
	}
	#footer {
		padding: 10px 0;
		color: #CCC;
		text-align: center;
		background-color: #000;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		overflow: hidden;
	}
	#feedback_box {
		display: block;
	}
	.menu1_box {
		top: 48px;
		right: 0;
		position: absolute;
		margin: 0;
		padding: 20px 0;
		/*background: url(/img/ui/bg_white90.png) repeat;*/
		background-color: #fff;
		z-index: 102;
		color: #444;
		display: none;
		max-width: 400px;
		border-left: 2px #000 solid;
		border-right: 2px #000 solid;
		border-bottom: 2px #000 solid;
	}
	.menu1_box ul {
		list-style: none;
		max-height: 400px;
		overflow-y: auto;
	}
	.menu1_box .updates_list li {
		padding: 5px;
		font-size: 9pt;
		margin-left: 50px;
	}
	.menu1_box .updates_list li:hover {
		padding: 5px;
		font-size: 9pt;
		margin-left: 50px;
		background-color: #EEE;
		cursor: pointer;
	}
	.menu1_box .menuuser li {
		padding: 5px;
	}
	.menu1_box .menuuser li:hover {
		padding: 5px;
		background-color: #EEE;
		cursor: pointer;
	}
	.menu1_box .updates_list .update_new div {
		float: left;
		margin-right: 10px;
		border-left: 5px #FF0004 solid;
		margin-left: -50px;
		width: 35px;
		height: 35px;
	}
	.menu1_box .updates_list .update_old div {
		float: left;
		margin-right: 10px;
		margin-left: -45px;
		width: 35px;
		height: 35px;
	}
	.other_rightblock {
		display: block;
	}
	.adslot_rightbar {
		/* AD SLOTS IN RIGHT BAR FULL VIEW */
		display: block;
	}
	.adslot_feed {
		/* AD SLOTS IN RIGHT BAR FULL VIEW */
		display: inline-block;
		width: 100%;
		height: 100px;
	}
	.adslot_ar_1 {
		/* AD SLOT IN ARTICLE VIEW */
		width: 320px;
		height: 100px;
	}
	.adslot_ar_2 {
		/* AD SLOT IN ARTICLE VIEW */
		display: none;
	}
	.adslot_ar_3 {
		/* AD SLOT IN ARTICLE VIEW */
		display: none;
	}
	.adslot_ar_4 {
		/* AD SLOT IN ARTICLE VIEW */
		display: none;
	}
	/* MODAL START */
	.modal {
		display: none;
		/* Hidden by default */
		position: fixed;
		/* Stay in place */
		z-index: 999;
		/* Sit on top */
		padding-top: 100px;
		/* Location of the box */
		left: 0;
		top: 0;
		width: 100%;
		/* Full width */
		height: 100%;
		/* Full height */
		overflow: auto;
		/* Enable scroll if needed */
		background-color: rgb(0, 0, 0);
		/* Fallback color */
		background-color: rgba(0, 0, 0, 0.4);
		/* Black w/ opacity */
		list-style: none;
	}
	.modal-content {
		background-color: #fefefe;
		margin: auto;
		padding: 20px;
		border: 1px solid #888;
		width: 650px;
	}
	.modal-close {
		color: #444;
		float: right;
		font-size: larger;
		font-weight: bold;
	}
	.modal-close:hover,
	.modal-close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}
	/* MODAL END */
	.storyline {
		background-color: #FFF;
		margin-bottom: 20px;
	}
	.storyline .returnanchor {
		visibility: hidden;
		position: relative;
		top: -55px;
	}
	.storyline .head {
		width: 100%;
		margin-bottom: 20px;
	}
	.storyline .head .avatar {
		display: block;
		float: left;
		width: 70px;
		height: 70px;
	}
	.storyline .head .popmenu {
		float: right;
		width: 70px;
		height: 70px;
		display: table;
		text-align: center;
	}
	.storyline .head .popmenu div {
		display: table-cell;
		vertical-align: middle;
	}
	.storyline .head .main {
		font-size: medium;
		margin: 0 100px;
		height: 70px;
		display: table;
	}
	.storyline .head .main .table {
		display: table-cell;
		vertical-align: middle;
	}
	.storyline .body {
		padding: 0 20px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px #CCC solid;
	}
	.storyline .picturemain {
		width: 100%;
		display: table;
	}
	.storyline .picturemain .playbut {
		display: table-cell;
		vertical-align: middle;
		background: url(/img/ui/play_button.png) no-repeat center;
		cursor: pointer;
		width: 70px;
		height: 50px;
	}
	.storyline .picturemain .playbut:hover {
		background: url(/img/ui/play_button_hover.png) no-repeat center;
	}
	.storyline .picturemain .playimg {
		display: table-cell;
		vertical-align: middle;
		background: url(/img/ui/play_img.png) no-repeat;
		cursor: pointer;
		width: 70px;
		height: 50px;
	}
	.storyline .picturemain .playimg:hover {
		background: url(/img/ui/play_img_hover.png) no-repeat;
	}
	.storyline .subcomments {
		padding-bottom: 2px;
		margin: 0 40px 2px 40px;
		border-bottom: 1px #CCC solid;
		overflow: auto;
	}
	.storyline .subcomments .avatar {
		display: block;
		float: left;
		width: 35px;
		height: 35px;
		margin-left: 0;
	}
	.storyline .subcomments .popmenu {
		float: right;
		width: 35px;
		height: 35px;
		margin-right: 0;
	}
	.storyline .subcomments .subpopmenu {
		display: none;
	}
	.storyline .subcomments .origBox_container {
		margin: 0 50px 0 50px;
	}
	#tooltip_pc {
		color: #FFF;
		position: absolute;
		width: 190px;
		display: block;
	}
	#tooltip_pc a {
		color: #FFF;
		font-weight: 700;
	}
	.friendlist {
		display: none;
	}
	#content {
		position: relative;
		z-index: 50;
		top: 30px;
		margin: 0 20px;
		padding-top: 30px;
	}
}

@media (min-width:960px) {
	.friendlist {
		position: fixed;
		display: block;
		top: 60px;
		left: 0;
		max-width: 180px;
	}
	.friendlistgreen {
		margin: 1px 0;
		padding: 10px;
		background-color: #FFF;
		border-left: 10px #C8FFC5 solid;
		display: block;
	}
	.friendlistred {
		margin: 1px 0;
		padding: 10px;
		background-color: #FFF;
		border-left: 10px #FFC8C9 solid;
		display: block;
	}
	#tertiaryContent {
		display: none;
	}
	#content {
		left: 150px;
		margin: 0;
		/*	margin: 0 auto;*/
	}
	/*
	#content {
		width: auto;
		margin: 0 10px 0 160px;
	}
	*/

	#primaryContent .recentgrid {
		width: 374px;
		height: 199px;
		float: left;
		margin-right: 10px;
		background-size: cover;
		background-position: top;
		border: 1px solid #CCC;
		padding: 0 !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#primaryContent .recentgrid_big {

		width:384px;
		height:618px;
		float:right;
		padding:0;
		border:1px solid #CCC;"
	}
	

}

@media (min-width:980px) {
	#liveupdates {
		display: block;
	}
	.menucontainer {
		width: 960px;
		margin: 0 auto;
	}
	
	
	#primaryContent .recentgrid {
		width: 374px;
		height: 199px;
		float: left;
		margin-right: 10px;
		background-size: cover;
		background-position: top;
		border: 1px solid #CCC;
		padding: 0 !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#primaryContent .recentgrid_big {

		width:384px;
		height:618px;
		float:right;
		padding:0;
		border:1px solid #CCC;"
	}	
	

}

@media (min-width:1250px) {
	#content {
		width: 910px;
		left: auto;
		margin: 0 auto;
	}
	#primaryContent {
		width: 600px;
	}
	#primaryContent .posts .profbar a {
		font-size: 13px;
	}
	#tertiaryContent {
		display: block;
		float: left;
		width: 250px;
		padding: 0;
		background-color: #FFF;
		margin-right: 10px;
	}


		#primaryContent .recentgrid {
		width: 445px;
		height: 199px;
		float: left;
		margin-right: 10px;
		background-size: cover;
		background-position: top;
		border: 1px solid #CCC;
		padding: 0 !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#primaryContent .recentgrid_big {

		width:453px;
		height:618px;
		float:right;
		padding:0;
		border:1px solid #CCC;"
	}
	
}

/* TEXT CHECKBOX */

.cqbx {
	display: inline-block;
	position: relative;
	/* needed for checkbox absolute positioning */
}

.cqbx>input[type="checkbox"] {
	display: block;
	position: absolute;
	/* remove it from the flow */
	width: 100%;
	height: 100%;
	margin: -.5rem;
	/* negative the padding of label to cover the "button" */
	cursor: pointer;
	opacity: 0;
	/* make it transparent */
	z-index: 666;
	/* place it on top of everything else */
}

.cqbx>input[type="checkbox"]+span {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border: 1px solid #CCC;
	margin-right: .5rem;
}

.cqbx>input[type="checkbox"]:checked+span {
	/*background-color: #666;*/
	background: url(/img/ui/red-tick.png) no-repeat center;
}

.grad_re_ye {
	background: orange;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, red, yellow);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, red, yellow);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, red, yellow);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, red, yellow);
	/* Standard syntax */
}

.grad_bl_gr {
	background: aqua;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, aqua, green);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, aqua, green);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, aqua, green);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, aqua, green);
	/* Standard syntax */
}

.grad_re_pi {
	background: red;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, red, pink);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, red, pink);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, red, pink);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, red, pink);
	/* Standard syntax */
}

.grad_li_ye {
	background: lightgreen;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, lime, yellow);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, lime, yellow);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, lime, yellow);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, lime, yellow);
	/* Standard syntax */
}

.grad_write_white {
	color: #FFF;
	font-size: xx-large;
	font-weight: 700;
	text-align: center;
}

.grad_write_black {
	color: #444;
	font-size: xx-large;
	font-weight: 700;
	text-align: center;
}

.grad_clear {
	border: 1px #CCC solid;
	border-radius: 5px;
}

.grad_padding {
	padding: 40px !important;
}