.widget_redo{
	display:none;
}
.content_list_item{
  position:relative;
       transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition:0.4s;
    -o-transition: 0.4s;	
}

.repost_buttons{
	float:right;
	display:inline-block;
	z-index:2;
	position:relative;
	padding-bottom:10px;
}
.repost_buttons a.a_redo, .repost_buttons a.comments_redo, .repost_buttons a.a_thumbs, .repost_buttons a.a_fav{
	display:inline-block;
	padding:5px 6px;
	color:#b3c2c9;
	background:#fff;
	border:1px solid #b3c2c9;
	text-decoration:none;
	border-radius:2px;
	-moz-border-radius:2px;	
	font-size:13px;
}
.repost_buttons a.comments_redo:before{
	padding-right:4px;
}

.repost_buttons a.a_redo:hover, .repost_buttons a.comments_redo:hover, .repost_buttons a.a_thumbs:hover, .repost_buttons a.a_fav:hover{
    border-color:#ccc;
	color:#ccc;
	text-decoration:none;	
}

.repost_buttons a.a_redo span, .repost_buttons a.comments_redo span, .repost_buttons a.a_thumbs span, .repost_buttons a.a_fav span{
	display:inline-block;
	padding:4px 6px 4px 5px;
	margin:-4px -6px -4px 0;
	min-width:10px;
	text-align:center;
}
.repost_buttons a.a_redo:before, .repost_buttons a.a_thumbs:before, .repost_buttons a.comments_redo:before, .repost_buttons a.a_fav:before{
    font-size:13px;
}
.repost_buttons a.a_redo{
    padding-left:7px !important;
}
.repost_buttons a.comments_redo{
	font-size:12px;
	padding-left:5px !important;
}

.repost_buttons a.comments_redo span{	
	border-left:1px solid #ccc;
	background-color:#ccc;	
	margin:-5px -6px -5px 5px;
    padding:6px 6px 5px 7px;
	color:#fff;
}
.repost_buttons a.comments_redo:hover span{
	border-color:#ccc;	
	background-color:#ccc;	
	color:#fff;
}


.repost_buttons a.a_thumbs{
	margin-left:5px;
}


.repost_buttons a.a_redo.is_redo, a.a_thumbs.is_voted, a.a_fav.is_faved{
	color:#ccc !important;
	border-color:#ccc !important;	
	cursor:default !important;
}


.repost_buttons a.comments_redo{
	margin-right:5px;
	background:none;
	padding-left:8px;
}

.repost_buttons .favorite_widget{
	display:inline-block;margin:0 0 0 5px !important;padding:0 !important;vertical-align:top;
}
.repost_buttons .favorite_widget a{
	margin:0 0 0 0 !important;
}
.repost_buttons .favorite_widget span{
	margin:-5px -8px -5px 0;  padding:3px 6px 2px 3px !important;font-size:13px;cursor:pointer !important;
}
.repost_buttons .favorite_widget .a_fav {
    vertical-align:auto
}

.repost_brudcams{
	font-size:12px;
	color:#888;
}
.repost_brudcams a{
	color:#888;
}

.faved_users_info, .faved_users_info li{
	margin:0;padding:0;list-style:none;
}

.faved_users_info a{
	padding:5px 0;
	text-decoration:none;
	overflow:hidden;
	display:block;
	font-size:12px;
}
.faved_users_info img{
	float:left;
	width:30px;
	overflow:hidden;
	margin-right:8px;
}
.faved_users_info .actions{
  display:none;
}







.modalDialog {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modalDialog.show {
		opacity:1;
		pointer-events: auto;
	}
	.modalDialog.hide {
		opacity:0;
		pointer-events: none;
	}
	.modalDialog > div {
		width: 400px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 1px;
		background: #fff;
		overflow:hidden;
	}

.modalDialog h2{
	margin:10px 0;	
	padding:0;
	display:block;
	color:#66bb6a;
	font-size:16px;
}
.modalDialog h2:before{
	padding-right:4px;
}
.modalDialog h2 a{
	display:inline-block;
	padding:2px 3px;
	color:#000;
	background:#fff;
	text-decoration:none !important;
	margin-right:4px;
}
.modalDialog h2 a:last-child{
	margin-right:0;
}
.modalDialog h2 a:hover{
	color:#fff;
	background:#66bb6a;
	opacity:0.8;	
}

.modalDialog h2 a.is_selected{
	color:#fff;
	background:#66bb6a;
}

.modalDialog h2 span{
	display:inline-block;
	padding:2px 3px;
	color:#333;
	font-size:11px;
	background:#fff;
	text-decoration:none !important;
	margin-left:4px;
	display:none;
}

.repost_comment{
	display:block;
	margin:0;
	padding:0px;
}

.repost_comment textarea, #redo_code code{
	display:block;
	width:100%;
	padding:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border:1px solid #ccc;	
	margin-bottom:10px;
    word-wrap:break-word;
    overflow:hidden;
    resize:	vertical;
}


.repost_title, .repost_title a {
   color:#000;
}
.repost_teaser {
  color:#888;
  padding-top:6px;
  font-size:12px;
  line-height:14px;
  overflow:hidden;
}

.repost_content{
	display:block;
	margin:0;
	padding:10px;
	background:#e8f5e9;
	margin-bottom:10px;
	overflow:hidden;
}
.repost_photo{
	float:left;
	margin-right:10px;
	width:100px;
}
.repost_photo img{
	max-width:100%;
	width:100%
}


.redo_modal_content .buttons{
	overflow:hidden;
}
	.redo_modal_content .buttons a.button_send {
		border:0;
		display:inline-block;
		background: #66bb6a;
		color: #FFFFFF;
		padding:5px 10px;
		text-align: center;		
		text-decoration:none !important;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		opacity:0.8;
		float:left;
	}
	
	.redo_modal_content .buttons a.button_send.get_code {
		background: #66bb6a;
		float:right;
	}
	
	.redo_modal_content .buttons a.button_send:hover { opacity:1; }

	.redo_modal_close {
		color: #000;
		line-height: 25px;
		position: absolute;
		right: 6px;
		text-align: center;
		top: 6px;
		width: 24px;
		text-decoration: none;
		font-size: 20px;
	}

	.redo_modal_close:hover { 
	color: #000; 
	}


.redo_show_panel{
  display: block;
  padding:10px;
  width: 100%;
  background: #fff;
  position: absolute;
  z-index:111;
  top: 0;
  left: -100%;
  height: 100%;
  transition: left 0.4s;
  -moz-transition: left 0.4s;
  -webkit-transition:left 0.4s;
  -o-transition: left 0.4s;	
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.redo_show_panel h4 {
	padding:7px 7px 7px 0;
	margin:-8px -8px 10px -8px;
	display:block;
	color:#000;
	background:#fff;
	font-size:15px;
}
.redo_show_panel h4 a{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 10px -7px 0;
	padding:10px 7px;
	background:#66bb6a;
	color:#fff;
	text-decoration:none !important;
	font-size:12px;
	font-weight:normal;
	border-right:2px solid #fff;
}
.redo_show_panel h4 a:before{
	padding-right:4px;
}
.redo_show_panel.is_show{
	left:0 !important; 
}



#redo_user_groups > div > a{
	display:inline-block;
	width:33%;
	text-decoration:none;
	color:#333;
	padding:7px 5px;
	border:1px solid #ccc;
	background:#fff;
	font-size:12px;
	text-align:center;
	overflow:hidden;
}
#redo_user_groups > div > a:hover{
    background:#fff;
	color:#ff7e00 !important;
	border-color:#ff7e00 !important;
}
#redo_user_groups > div > a img{
	display:block;
	padding:5px;
	background:#fff;
	width:30px;
	margin-right:10px;
	float:left;
	margin:-7px -5px;
}


#redo_email_form p{ margin:0; padding:5px;display:block;}
.redo_email input{
	display:block;
	width:100%;
	padding:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border:1px solid #ccc;
}

.redo_email2{
	font-size:12px;
	color:#666;
	background:#fff;
	margin:0 5px 0 5px !important;
	border:1px solid #ccc;
	cursor:pointer;
}
.redo_email2:hover{
	color:#000;
	border-color:#ccc;
}
.redo_email2.is_checked {
	color:#000;
	border-color:#ccc;
}
.redo_email2 input{
	vertical-align:middle;
}

#redo_code p{
	margin:0;
	padding:0;
}
#redo_code h6{
	font-size:13px;
	margin:0;
	margin-bottom:5px;
	padding:0;
}
#redo_code code{
	font-size:11px;
	resize:	none !important;
	height:100px;
	overflow-y:scroll;
}

#redo_code_demo .re_con{
	margin:0;
}
#redo_code .buttons, #redo_email_form .buttons{
	margin:0;padding:0;
	margin-top:10px;
	text-align:center;
}
#redo_email_form .buttons{
	padding:0 5px;
}
#redo_code .buttons .button_send{
	text-align:center;
	width:100%;
	background: #39a5c9;
}
#redo_email_form .buttons .button_send{
	text-align:center;
	width:100%;
}
.target_redo, .target_redo_wall_entry{
	padding:10px 15px 0 15px;
	float:left;
	background:#fff;
	border:1px solid #eee;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	position:relative;
}
.target_redo .repost_buttons, 
.target_redo_wall_entry .repost_buttons{
	margin-top:8px;
	margin-right:-5px;
	margin-bottom:-4px;
}

.target_redo p.repost_comment, 
.target_redo_wall_entry p.repost_comment{
	padding:8px 0;
	display:block;
	margin:-16px -16px 10px -16px;
    background:#fff;
    border-bottom:1px solid #eee;	
}
.target_redo p, 
.target_redo_wall_entry p{ margin:0; }

.target_redo p.ctype_title,
.target_redo_wall_entry p.ctype_title{
	font-size:16px;
	display:block;
	margin:0 0 5px 0;
    padding:0 0 0 22px;	
	position:relative;
}
.target_redo p.ctype_title:before,
.target_redo_wall_entry p.ctype_title:before{
	color:#66bb6a !important;
	position:absolute;
	top:3px;
	left:0;
}
.target_redo p.ctype_title a,
.target_redo_wall_entry p.ctype_title a{
    color:#777;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}
.target_redo p.ctype_title a:hover,
.target_redo_wall_entry p.ctype_title a:hover{
	color:#66bb6a;
}
.target_redo p.from_comment,
.target_redo_wall_entry p.from_comment{
	color:#888;
	font-size:12px;
	padding-left:20px;
}

.target_redo_wall_entry{
	border:0;
	padding:0;
	float:right;
	padding-right:10px;
}

.redo_target_conteiner{
	overflow:hidden;
	display:table;
	padding:0;
/*	width:320px;*/
	margin:0 -16px -1px -16px;
}
.redo_target_conteiner .redo_target_title, .redo_target_conteiner .redo_target_teaser{
	display:block;
	padding:6px 15px;
	color:#000;
	font-size:15px;
}
.redo_target_conteiner .redo_target_title:hover{
	color:#66bb6a;
}
.teaser_wrap{
		    position: relative;
			overflow: hidden;	
			padding-bottom:5px;
}
.teaser_wrap:after
{
    content: "...";
    display: block;
	font-size:22px;
	color:#888;
	padding-left:15px;
	line-height:18px;
	margin-top:-10px;
}
.redo_target_conteiner .redo_target_teaser{
	font-size:12px;
	color:#888;
	padding-top:0px;	
	max-height:38px;
    overflow: hidden;			
}

.teaser_wrap.show_more{ padding-top:14px; }
.teaser_wrap.show_more .redo_target_teaser{
	max-height:100%;
}
.teaser_wrap.show_more:after{
	content:"";
	margin:0;
	padding:0;
	height:0;
}

.redo_target_conteiner a{
   text-decoration:none;
   display:block;
}
.redo_target_conteiner .redo_target_photo{
	display:block;
	margin:0 -15px;
}
.redo_target_conteiner img{
	display:block;
	min-width:100%;
}








.figlio {
    //visibility: hidden;
    overflow-y: auto;
	position:relative;	
	-webkit-overflow-scrolling: touch;
    border:5px solid rgba(0,0,0,0.5);
		//border-color:rgba(179,194,201,0.5);
	border-left-color:rgba(255,126,0,0.5);
	  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.figlio::-webkit-scrollbar {
   visibility: hidden;
   display:none;
}

#box{
background:#ECF0F1;
}
.box_side, .box_content{
  min-height:100%;
  height:auto !important;
  height:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  
}
.box_content{

}

.box_content,
.item_comments_header{
	padding-right:10px;
}

.item_comments_header{
margin: 0 auto;
margin-top:-15px;
padding-top:10px;
position:fixed;
z-index:111111;
background:#fff;
width:100%;
max-width:730px;
webkit-box-shadow: 0 -5px 5px -5px rgba(0,0,0,0.5);
-moz-box-shadow: 0 -5px 5px -5px rgba(0,0,0,0.5);
box-shadow: 0 -10px 20px 2px rgba(0,0,0,0.5);

}



.box_side_toggle{
	background:#FF7E00;
	color:#fff !important;	
	display:block;
	text-decoration:none;
	text-align:center;	
	height:40px;
	line-height:40px;
	position:fixed;
	top:5px;
	margin-left:-5px;
	z-index:1111;
	padding:0 10px;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:0.8px
}
.box_side_toggle:before{
	display:block;
	float:left;
	font-size:13px !important;
	font-weight:bold;
	padding-top:13px !important;
	padding-left:0 !important;
	margin-top:0;
	margin-right:8px;
}
#is_mob.box_side_toggle{
	width:30px !important;
	margin-left:200px;
}
.box_side{
	width:200px;	
	position:fixed;
	background:#EAF3F8;
	padding-bottom:100px;
	top:5px;
	overflow:hidden;
    overflow-y: auto;
    height: 100% !important;
	-webkit-overflow-scrolling: touch;
	box-shadow: 0 -10px 20px 2px rgba(0,0,0,0.2);
	z-index:11111111;	
	margin-left:-200px;
   transition: width 0.4s;
  -moz-transition: width 0.4s;
  -webkit-transition:width 0.4s;
  -o-transition: width 0.4s;
   display:none;  
}
.box_side::-webkit-scrollbar {
    visibility: hidden;
	display:none;
}
#mob_box .box_side{
	margin-left:0px !important;
}
.box_side.is_open{	
	width:200px;	
	display:block;
}
.box_side_inner{
	
}


.box_side .list-items li, .box_side .list-comments li{
	list-style:none;
	display:block;
	margin: 0 -10px;
	padding:0;
}
.box_side .list-items, .box_side .list-comments{
	list-style:none;
	display:block;
	margin:52px 0 0 0;
	padding:0 10px;	
}
.box_side .list-items li a, .box_side .list-comments li a{
	padding:7px 5px;
	margin:0 5px;
	display:block;
	text-decoration:none !important;
	font-size:13px;
	line-height:15px;
	color:#000;
	overflow:hidden;
    border-bottom:1px dotted #B3C2C9;	
}
.box_side .list-items li:last-child a, .box_side .list-comments li:last-child a{
	border-bottom-color:#B3C2C9;
}

.box_side .list-comments li:hover, .box_side .list-comments li.this_item{
	color:#000;
	background:#ccebfb;
}
.box_side #cmm_latests .list-comments li:hover, .box_side #cmm_latests .list-comments li.this_item{
	color:#000;
	background:#ffffd9;
}


.box_side .list-items li:hover a, .box_side .list-comments li:hover a,
.box_side .list-items li.this_item a, .box_side .list-comments li.this_item a{
	color:#000;
}


.box_side .list-items li a span, .box_side .list-comments li a span{
	display:inline-block; 
	margin-left:5px;
	font-size:11px;
	float:right;
	color:#000;
}

.list-items li .item-infos, .list-comments li .item-infos{
	overflow:hidden;
	margin-top:4px;
	margin-bottom:-2px;
	display:table;
	clear:botch;
	width:100%;
}
.list-comments li a .answer{
	padding-left:7px;
}
.item-infos span.date{
   float:left !important;
   padding:0 !important;
   margin-left:0 !important;
   
}
.item-infos span.date span{
  
}

.list-comments li a .target-title{
	overflow:hidden;
	margin-bottom:2px;
	display:table;
	clear:botch;
	width:100%;
	color:#666;
	font-size:11px;
	line-height:13px;
}
.list-comments li a .target-title:before{
	padding-right:4px;
}





.box_content{	
	padding:15px;
	overflow-y:hidden;
}

.item_html_simple{
	background:#fff;
	overflow:hidden;
	margin-bottom:10px;
	margin-left:10px;
}
.item_comments_header .item_html_simple{
	height:68px;
}

.item_html_simple .repost_title a{
	font-size:16px;
	text-decoration:none !important;
}


#item_comments_widget{
	padding-top:200px;
}

.item_comments_header.compact .repost_photo, .item_comments_header.compact .repost_teaser{
	display:none;
}
.item_comments_header.compact .item_html_simple{
	height:auto;
}




#item_tabs #item_tabs_content, #item_tabs #item_tabs_content > li{
	display:block;margin:0;padding:0;list-style:none;
}
#item_tabs #item_tabs_content{
	display:table;
	width:100%;
	clear:botch;
	overflow:hidden;
}
#item_tabs #item_tabs_content > li{
	display:none;
}
#item_tabs #item_tabs_content > li:first-child{
	display:block;
}

#item_tabs #item_tabs_content > li{
	display:none;
}

#item_tabs .item_tabs{
	overflow:hidden;
}
#item_tabs .item_tabs a {
	display:block;
	float:left;
	padding:7px 10px; 
	margin-right:5px;
	border:1px solid #39A5C9;
	border-radius:2px;
	-moz-border-radius:2px;
	color:#009bde;
	text-decoration:none !important;
}
#item_tabs .item_tabs a:hover{
	color:#fff;
	background:#009bde;	
	border-color:#009bde;
}
#item_tabs .item_tabs a.is_this{
	color:#b3c2c9 !important;
	border-color:#b3c2c9 !important;
	background:#fff !important;
}
#item_bar{
	overflow:hidden;
	margin-top:10px;

}
#item_bar .info_bar{
	float:left;
	overflow:hidden;
}
#item_bar .repost_buttons{
   margin-top:2px;
}

 #item_tabs_content .f_images,  #item_tabs_content .f_content, article .repost_buttons_wrap{
	display:table;
	width:100%;
	clear:botch;
	overflow:hidden;
}

.content_list_item .repost_buttons_wrap{

}






.colLeft {
    position: fixed;
    top: 0px;
    left:10%;
    height: 100%;	
	padding-top:40px;
    }



.colLeft .widget{
	width:240px;
	margin:0 auto;
}

.colRight{
	width:220px;	
	position:fixed;
	background:#fff;
	margin-bottom:150px;
	top:40px;
	overflow:hidden;
    overflow-y: auto;
    height: 100% !important;
	-webkit-overflow-scrolling: touch;
	z-index:11111111;	
	margin-left:735px;	
}
.colRight::-webkit-scrollbar {
    visibility: hidden;
	display:none;
}
.colRight .widget{
	width:220px;
	margin:0 auto;
}
.colRight .widget > .title{
	font-size:13px;
}


@media (max-width: 1500px) {

.colLeft {
    left:2% !important;
}

}
@media (max-width: 1300px) {

.colLeft {
     display:none !important;
}

}
@media (max-width: 1200px) {

.colLeft {
    display:none !important;
}

}