@charset "utf-8";
/* CSS Document */

   /* FOOTER */
footer {
	margin-left:auto;
	margin-right:auto;
	margin-top:-40px;
	width: 80%;
} 
 
.copyright {
	font-size:1em;
	color:#FEFEFE;
	text-align:center;
	padding-bottom: 12px;
	line-height: 1.3;
	font-weight:700;	
} 

.copyright a {
	color:#3366FF;
}

.copyright a:hover {
	color:#D49FFF;
}

.counter {
	border:0;
	text-align:center;
	padding-bottom: 12px;
}

.conv-css {
    margin-right: 47px;
	margin-bottom:12px;
}

.wc3-css {
	border:0;
    float: right;
}

.conv {
	border:0;
}

@media (max-width: 767px) {
	.copyright {
	    width:90%;
		line-height:1.3;
		margin-top: 30px;   
    }
}

@media (max-width: 520px) {
	footer {
	    width:90%;   
    }
}