@CHARSET "UTF-8";
/*******Footer********/

#footer{
	width:100%;
	margin-top:80px;
	background:transparent url(../files/mail.jpg) no-repeat 50% 0%;
}
#footer .inside{
	width:100%;
	height:333px;
}
#footer .inside h4{
	color:#fff;
	padding-top:140px;
	font-size:26px;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
}
#footer .inside h5{
	color:#fff;
	font-size:48px;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
}
#footer .inside h5 a{
	color:white;
	text-decoration:none;
}
#footer .inside h5 a:hover{
	color:white;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
#footer #copyrights{
	width:100%;
	margin:50px auto 50px auto;
	
}
#footer #copyrights p{
	text-align:center;
}
@media only screen and  (min-width: 1680px) {
	
}
@media only screen and  (min-width: 1280px) and  (max-width: 1680px)  {
	
}
@media only screen and  (min-width: 1024px) and  (max-width: 1280px)  {
	
}
@media only screen and  (min-width: 800px) and  (max-width: 1024px) {
	
}
@media only screen and (min-width: 400px) and (max-width: 800px) {
	
}
@media only screen and  (max-width: 400px) {
	
}