#map_info #problem_map{width: 65%; height: 330px;float: left;margin-right:14px;}
.problems {width: 690px;position: relative;}
.problems_item {width: 690px;}
.problems .list_problems{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 5px 0px;
}
.problems .list_problems .problem_status{
    width: 90px;
    float: left;
    border: 1px solid #A54F4F;
    padding: 10px;
    margin: 0 12px 0 0;
    border-radius: 5px;
}
.problems .list_problems .problem_status img{width:85px;}
.problems .problem_info .head_info {
    margin: -10px;
    padding: 5px 10px;
    border-bottom: 1px solid #A54F4F;
    margin-bottom: 0px;
    background: #FFFAFA;
    border-radius: 5px 5px 0 0;
}
.problems .problem_info .head_info:hover{background:#A54F4F;}
.problems .problem_info .head_info:hover h3 a{color:#fff;}
.problems .problem_info .head_info h3{margin:0;font-size: 16px;font-weight: normal;}
.problems .problem_info .head_info h3 a {
    text-decoration: none;
    font-size: 18px;
    color: #594E4E;
    display: block;
	overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;
}
.problems .problem_info .text_info {
	margin:0;
	padding:5px 0 0 0;
}

.problems .problem_info .text_info:before {
	content: "";
	border: 10px solid; 
	border-color: transparent #A54F4F transparent transparent;
	position: absolute;
	left: -21px;
	top: 10px;
}

.problems .problem_info {
    float: left;
    border: 1px solid #A54F4F;
    width: 544px;
    margin: 0;
    padding: 10px;
    display: block;
    position: relative;
    border-radius: 5px;
}

.problems .problem_info .bottom_info {    
	margin: -10px;
    padding: 5px 10px;
    border-top: 1px solid #A54F4F;
    margin-top: 5px;
    background: #FFFAFA;
    border-radius: 0 0 5px 5px;
	color: #171616;
	font-weight: normal;
}

.problems .problem_info .bottom_info img{margin-bottom: -3px;vertical-align: baseline;}   
.problems .problem_info .bottom_info a{text-decoration: none;color:#171616} 

.problems .fixed .problem_status, .problems .fixed  .problem_info{ border: 1px solid #609641 !important;}
.problems .fixed .problem_info .text_info:before{border-color: transparent #609641 transparent transparent !important;}
.problems .fixed .problem_info .head_info{border-bottom: 1px solid #609641 !important;background:#F5FFF4 !important;}
.problems .fixed .problem_info .head_info:hover{background:#609641 !important;}
.problems .fixed .problem_info .bottom_info{border-top: 1px solid #609641 !important;background:#F5FFF4 !important;}

/******VIEW PROBLEM PAGE ********/
#map {border:3px solid #ccc;}
.vote_problem {list-style:none;margin:0px 0 10px 0;padding: 0;}
.vote_problem p{margin:0px;}
.vote_problem li {
	border-bottom: 1px dashed coral;
	margin-bottom: 3px;
	color:coral;
	font-size:17px;
}
.vote_problem li span{
	float:right;
	background: coral;
	padding: 0px 8px;
	color:#fff;
}

.problem_button {
vertical-align: middle;
	margin: 0 3px 5px 0;
	padding: 6px 10px;
	cursor: pointer;
	width: auto;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px
}
.problem_button:hover,.problem_button:focus{color: #fff;text-decoration:none;}
.problem_button.colored {background-color:#e74c3c;}
.problem_button.green {background-color:#1abc9c;}
.problem_button.blue {background-color:#3498db;}
.problem_button.p_sled_b {width:220px;text-align: center;display:block;float:left;}

.problems_item  .b-share {margin-top:-3px;}
.problems_item p {line-height: 15px;margin: 15px 0px;font-size:14px;}
.problems_item p. {margin-top: 20px;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;}

.problems_item  .ft_text .value {
	margin: 15px 0px 10px;
	padding: 10px;
	box-shadow: 0 0 0 1px rgb(194, 192, 184) inset,     0 5px 0 -4px rgb(255, 255, 255),     0 5px 0 -3px rgb(194, 192, 184),     0 11px 0 -8px rgb(255, 255, 255),     0 11px 0 -7px rgb(194, 192, 184),     0 17px 0 -12px rgb(255, 255, 255),     0 17px 0 -11px rgb(194, 192, 184);
}

.problem_sled.mini {
	width:48%;
	float:right;
}
.problems_item  .ft_images{
	width:48%;
	float:left;
}
.problem_sled .value .item-avatar img, .problems_item .ft_images img {
	margin:0px 3px 5px 0px
}
.problems_item  .ft_images .title_top, .problems_item  .problem_sled  .title_top {
	padding: 2px 6px;   
	display: inline;  
	background: #F66A5C;
	color: #fff;
}
.problems_item .f_photo .value, .problems_item .problem_sled .value {
    border: 1px solid #F5786B;
    padding: 5px 5px 0px;
	overflow: hidden;
	height:70px;
	margin:0;
	margin-top:1px;
}
.problems_item .problem_sled .value .item-avatar{float: left;border: 1px solid #EAE0E0;height: 64px;width: 64px;margin-right: 3px;}
.problems_item .tags_bar {margin:0;}
/* ==========================================================================
   Tooltips
   ========================================================================== */
[my-data-tip] {position:relative}
[my-data-tip]:before {
	content: '';
	/* hides the tooltip when not hovered */
	display: none;
	border: 5px solid #1a1a1a;
	/* 4 border technique to create the arrow */
	border-top-color: #1a1a1a;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	position: absolute;
	top: -8px;
	left: 10px;
	z-index: 8;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
[my-data-tip]:after {
	display: none;
	content: attr(my-data-tip);
	position: absolute;
	top: -36px;
	left: 0px;
	padding: 5px 8px;
	background: #1a1a1a;
	color: #fff;
	z-index: 9;
	font-size: 13px;
	height: 18px;
	line-height: 18px;
	white-space: nowrap;
	word-wrap: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	font-style:normal;
}
[my-data-tip]:hover:before, [my-data-tip]:hover:after {
	display: block;
}
.list_problems img,.problems_item img{display:inline-block;}
.problems_item .f_photo *, .problems_item .problem_sled *,[my-data-tip]:after,[my-data-tip]:before, .problems_item #p_info *, .problems .list_problems .problem_status{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
/*RESPONSIVE*/
.problems {width: 100%;overflow: hidden;}
.problems .list_problems{display: inline-flex;width: 100%;}
.problems .problem_info {width: 100%;height: 100%;}
.problems .list_problems .problem_status{width: 110px;max-height:130px;}
.problems .problem_info #p_comm , .problems .problem_info #p_hit{display:none;}
.problems_item {width:100%}
.problems_item  #map {width:55% !important;}
.problems_item  #map_info {display: flex;}
.problems_item  #p_info {width:300px;float:left;}
.vote_problem {width: 100% !important;}
.filter_toggle_button{margin-top:0 !important;}
@media screen and (max-width: 1280px) {#map_info #problem_map{width:60%;}}
@media (min-width:991px) and (max-width: 1200px) {#map_info #problem_map{width:55%;}.problems .problem_info #p_comm,.problems .problem_info #p_hit{display:inline;}.problems .problem_info #p_comm_full,.problems .problem_info #p_hit_full {display:none;}}
@media screen and (max-width: 1160px) {#map_info #problem_map{width:50%;}}
@media screen and (max-width: 1024px) {#map_info #problem_map{width:45%;}}
@media screen and (max-width: 992px) {#map_info #problem_map{width:60%;}}
@media screen and (max-width: 880px) {#map_info #problem_map{width:55%;}}
@media screen and (max-width: 768px) {#map_info #problem_map{width:50%;}.problems .problem_info #p_comm,.problems .problem_info #p_hit{display:inline;}.problems .problem_info #p_comm_full,.problems .problem_info #p_hit_full {display:none;}}

@media (max-width:720px){
	#map_info #problem_map{width:48%;}
}

@media (max-width:640px){
	.problems_item #map_info{display:block;}
	#map_info #problem_map,.problems_item #p_info,.problems_item .ft_images,.problem_sled.mini{width:100%;float:none;margin-right: 0;}
}
@media (max-width:580px){
	.problems .problem_info .text_info:before {border-color: transparent transparent #A54F4F transparent;left: 48%;top: -21px;}
	.problems .fixed .problem_info .text_info:before{border-color: transparent transparent #609641 transparent !important;}
	.problems .list_problems {display: block;margin-bottom:15px;}
	.problems .list_problems .problem_status{float: none;width: 160px;margin: auto;margin-bottom: 12px;}
	.problems .list_problems .problem_status img {display:block;margin:auto;}
	.problems .problem_info{float: none;width: auto;}
}
@media (max-width:360px){
a.problem_button{display:block;}
.problem_button.p_sled_b{width:190px;}
.problems .problem_info #p_sts{display:none;}
}