/*
    bottom.css
	web-communication.eu | 21/06/2016
    Copyright 2016 web-communication.eu
*/



#bottom {
    position: 				relative;
    background:				#201F1F;
    width: 					100%;
	border-top: 			2px solid #D00000;
	box-shadow: 			#201F1F 0px 1px 0;
	text-align: 			center;
	padding:				40px 0;
}

#bottom ul.copyright li {
    display: 				inline-block;
}

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

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

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

#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) {
	
	
	
}
