/*
    bottom.css
    web-communication.eu | 14/04/2016
    Copyright 2016 web-communication.eu
*/



#bottom {
    position: 				relative;
    background:				#2746A0;
    width: 					100%;
	border-top: 			2px solid #CCCCCC;
	box-shadow: 			#2746A0 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) {
 
	#bottom ul.copyright li {
		max-width: 80%;
	}

	#bottom .separetur {
		display: 			none;
	}
 
}