@charset "utf-8";
/* CSS Document */

#mobile-header {
    display: none;
}

.mobile { display: none }
.nomobile,
.no-mobile { display: block }

@media only screen and (max-width: 767px){
	.mobile { display: block }
	.nomobile,
	.no-mobile { display: none }
	
	#footer #other-links a {
		height: 80px!important;
		background-repeat: no-repeat;
		background-position: top left;
		background-size: auto 80px!important;
			margin-top: 10px!important
	}
		#footer #other-links a:hover { background-size: auto 80px!important }
		
		#footer #other-links a span {
			position: absolute;
			width: 100%;
			height: 100%;
			display: block;
			left: 0;
			
		}
		#footer #other-links a.fb span { background-size: auto 80px!important }
		#footer #other-links a.bi span { background-size: auto 80px!important }
		#footer #other-links a.ci span {background-size: auto 80px!important }
		#footer #other-links a.si span {background-size: auto 80px!important }
	
	.copyright-orsigo { text-align: left!important }	
	
	/* discussion */
	#discussion {
	}
		#discussion .card-body { 
			padding-right: 0px!important;
			padding-left: 5px!important;
		}
		#discussion .discussion-text {
			padding-right: 5px
		}
}
