/**** Footer *****/	
.footer_two {
width:100%;
float:left;
background:#7a7473;
padding:0 0 5px 0;
}

.footer_end {
float:left;
width:100%;
padding:1% 0 1% 0;
}

.copyright_content {
	color:  #9d9d9d;
	font-size:12px;
	width:52%;
font-family: 'Roboto', sans-serif;
	padding:0 0 0 0;
	float:left;
}  

.design_content {
	float:right;
	width:24%;
	padding:0 0 0 0;
}

.design_content a{
	text-decoration: none;
	color:#9d9d9d;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	font-family: 'Roboto', sans-serif;
}
.design_content a:hover {
color:#ffffff;
}                                                                                                                                                                           

/**** Footer *****/	
@media only screen and (min-width:240px) {
.copyright_content {
	width:98%;
}  

.design_content {
	float:left;
	width:98%;
}
}

@media only screen and (min-width:320px) {
.copyright_content {
	width:98%;
}  

.design_content {
	float:left;
	width:98%;
}
}
@media only screen and (min-width:720px) {
.copyright_content {
	width:55%;
}  
.design_content {
	float:right;
	width:28%;
}
}

@media only screen and (min-width:900px) {
.design_content {
	float:right;
	width:24%;
}
}