@CHARSET "ISO-8859-1";

/*---footer----*/
.footer{
	padding:10px 0px;
	/*background:#1d1d1d;*/
	margin-top:15px;
	height:35px;
}
.foot-nav{
 float:right;	
}
.foot-nav li {
 display:inline-block;
 margin-left:20px;
 margin-right:20px;	
}
.foot-nav li:first-child {
	margin-left:0;
}
.foot-nav li a {
	color:#111;
	font-weight:600;
	font-size:13px;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.foot-nav li a:hover {
	color:#FFF;
	text-transform:uppercase;
}
.copy-right{
	float:left;
}
.copy-right p{
	color:#111;
	font-size:13px;
	font-weight:600;
	text-transform: uppercase;
	margin-left:10px;
}
.copy-right p a{
	color:#0184ff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy-right p a:hover{
	color:#fff;
	text-decoration:underline;
}