/*#footer div{
	border:solid 1px red
}
*/
#footmenu a{
	text-align:center;
	display:inline-block;
	margin: 0 5px 0 0;
	padding:0 10px 0 0 
}

#footmenu,
#footcr,
#footmenu a:link,
#footmenu a:visited {
	color: #808080;
	font-size: .9rem;
	text-decoration: none
}

#footmenu a:hover {
	color: white
}

#footmenu a.item.selected {
	color: #FFF
}

#footcr p{
	margin:0;
	padding:0;
	line-height:normal
}

/* ============================================== ex ========================================= */

#footer{
	background: #282827;
	width: 100%
}


/* ------------------------- MIN -------------------------------------- */
 
@media (min-width: 992px) {
	 
	#main_wide{
		padding-bottom: 60px
	}
	
	#footer{
		height: 60px;
		position:absolute;
		bottom:0
	}
	
	#footmenu {
		float: left 
	}
	 
	#footcr {
		text-align:right;
		float: right
	}
	
	#footmenu a{ 
		border-right: solid 1px #ec202a
	}
	
	#footmenu a:first-child {
		margin-left:0
	}
	
	#footmenu a:last-child {
		margin:0;
		padding:0;
		border:none
	}

}

@media (max-width: 992px) {
	
	#footer{
		margin:30px 0 0 0;
		padding:10px 0
	}
	
	#footer .container .coll{
		text-align:center;
		width:100%;
		margin:10px 0
	}
	
	#footmenu a{
		display:inline-block;
		margin-bottom:10px;
		padding:0 10px;
		
		height: 1.5rem;
		line-height: 1.5rem;
		white-space: nowrap		
	}
	
	#footmenu a.item.selected {
		background:#444;
		border-radius:6px
	}
	
}
