/*
    credits.css
	web-communication.eu | 21/06/2017
    Copyright 2017 web-communication.eu
*/





#credits {
    position: 					relative;
    background:					#333333;
    width: 						100%;
	padding-bottom:	 			20px;
}

#credits .container {
	width: 						100%;
	display: 					inline-block;
}


#credits .column {
	float: 						left;
	margin-left:				4%; 
	width:						92%;
	padding-left: 					40px;
	padding-top: 					8px;
	border-top: 1px solid #666;
	/*background: #fff;*/
}




#credits a {
	text-decoration: 			none;
}




		
		

/* credits cards */		
		
#credis ul.cards {
    cursor: 				default;
}

#credits ul.cards li {
    display: 				inline-block;
    margin-left: 			3px;
}		
		






/*
#credits {
    position: 				relative;
    background:				#333333;
    width: 					100%;
	padding:				0 4% 20px 4%;
}

#credits ul.cop li {
    display: 				inline-block;
}

#credits .style {
    font-family:  			Verdana, sans-serif;
	font-weight: 			normal;
    font-size: 				14px;
    color:					#000;
}	

#credits .style a {
    text-decoration: 		none;
    color:					#bbbbbb;
}	

#credits .style a:hover {
    text-decoration: 		underline;
    color:					#ffffff;
}	

#credits .separetur {
    color:					#bbbbbb;
}	
*/



/* responsive */

@media only screen and (min-width: 320px) and (max-width: 639px) {
 

 
}



@media only screen and (min-width: 640px) and (max-width: 989px) {
	
	
	
}
