/* CSS Document */

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



 @media (max-width:767px) {


/* html missing */
/* * missing*/
body {
	font-family: 'OpenSans-Regular', arial, helvetica, clean, sans-serif !important;
	color: #444444 !important;
	background: #EEE;
	background-image:none;
	margin: 0;
	padding: 0;
	min-width: 320px;
	font-size:12px !important;
}
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: 0px;
	font-family: 'OpenSans-Regular', arial, helvetica, clean, sans-serif;
	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;
	font-size:16px;

}

input[type=button], input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;


	border-radius: 0px;
	background: #ccc;
	color:#aa003c;
	border:0;
	cursor: pointer;
	font-size:small;
}
.hzuser {
	display:none;
		
}
#cookiediv {
	margin-top:50px; background-color:#444; color:#CCC;padding:10px 5px; margin-bottom:-50px; display:none;
}

#cookiediv p {
	text-align:center;
}

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


.fullnav {
    height: 0; /* 100% Full-height */
    width: 100%; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    bottom: 0;
    left: 0;
	background-color:#FFF;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 5; /* Stay on top */
    top: 0;
    right: 0;
	background:url(/img/ui/bg_white90.png) repeat;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 50px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#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;
	border-bottom: 2px #444444 solid;
}

#primaryContent .posts {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FFF;
	/*border-bottom:10px #EEE solid; */
}

#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/sh_tuetego.png) no-repeat; width:34px; height:34px;
}
#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/sh_facebook.png) no-repeat; width:34px; height:34px;
}
#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/sh_twitter.png) no-repeat; width:34px; height:34px;
}
#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;*/
	border-bottom: 2px #444444 solid;
}

#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;
}

}