/*
    bottom.css
	web-communication.eu | 21/06/2016
    Copyright 2016 web-communication.eu
*/



#bottom {
    position: 				relative;
	margin: 				0 auto;
   /* background:				#eeddee;*/
    width: 					100%;
	/*max-width:				400px;*/
	/*border-top: 			1px solid #999;*/
	text-align: 			center;
	padding:				0;
}

#bottom ul.copyright li {
   /* display: 				inline-block;*/
   list-style: none;
}

#bottom .style {
    font-family:  			Verdana, sans-serif;
	font-weight: 			normal;
    font-size: 				12px;
    color:					#888;
}	

#bottom .style a {
    text-decoration: 		none;
    color:					#999;
}	

#bottom .style a:hover {
    text-decoration: 		underline;
    color:					#444;
}	

#bottom .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) {
	
	
	
}
