@CHARSET "UTF-8";
/*******Footer********/
#footer{	
  	width:100%;
  	background-color:transparent;
  	margin-top:20px;
  	
}
#footer .inside{
	margin:0px auto 0px auto;
}
#footer .inside .column{
	
}
#footer .inside .column p{
	font-size:12px;
	color:#848484;
	padding-top:30px;
}
#footer .inside .column a{
	color:#fff;
	text-decoration:none;
}
#footer .inside .column a:hover{
	color:#b25e54;
	text-decoration:underline;
}

#footer .inside #copyrights{
	width:100%;
	margin:20px auto 20px auto;
	text-align:center;
}
#footer .inside #copyrights p{
	font-size:12px;
	color:#797979;
	font-weight:100;
	padding-bottom:20px;
}
@media only screen and  (min-width: 1680px) {
	#footer .inside{
		width:85%;
	}
	#footer .inside .column{
		float:left;
		width:50%;
	}
	
}
@media only screen and  (min-width: 1280px) and  (max-width: 1680px)  {
	#footer .inside{
		width:85%;
	}
	#footer .inside .column{
		float:left;
		width:45%;
		margin-right:5%;
	}
	#footer .inside .column .left{
		float:left;
		width:66%;
	}
	#footer .inside .column .right{
		float:right;
		width:33%;
	}
}
@media only screen and  (min-width: 1024px) and  (max-width: 1280px)  {
	#footer .inside{
		width:85%;
	}
	#footer .inside .column{
		float:left;
		width:45%;
		margin-right:5%;
	}
	#footer .inside .column .left{
		float:left;
		width:66%;
	}
	#footer .inside .column .right{
		float:right;
		width:33%;
	}
}
@media only screen and  (min-width: 800px) and  (max-width: 1024px) {
	#footer .inside{
		width:85%;
	}
	#footer .inside .column{
		float:left;
		width:45%;
		margin-right:5%;
	}
	#footer .inside .column .left{
		float:left;
		width:66%;
	}
	#footer .inside .column .right{
		float:right;
		width:33%;
	}
}
@media only screen and (min-width: 400px) and (max-width: 800px) {
	#footer .inside{
		width:85%;
	}
	#footer .inside .column{
		width:100%;
	}
	#footer .inside .column .left{
		width:100%;
	}
	#footer .inside .column .right{
		width:100%;
	}
}
@media only screen and  (max-width: 400px) {
	#footer .inside{
		width:85%;
	}
	#footer .inside .column{
		width:100%;
	}
	#footer .inside .column .left{
		width:100%;
	}
	#footer .inside .column .right{
		width:100%;
	}
}

/*******************************************/
