@font-face{
	font-family: 'Lato Regular';
	src: url('/fonts/Lato-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Lato Bold';
	src: url('/fonts/Lato-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}

#footer{
	padding-top: 43px;
	padding-bottom: 15px;
	background: #2e2d2d;
	background-size: cover;
	color: #999999;
	font-family: "Lato Regular";
	box-shadow: 0px 0px 15px #000;
	



}
#copyright{
	background: #232222;
	padding: 15px;
		padding-top: 30px;
		padding-bottom: 20px;
		font-family: "Lato Light";
		font-size: 14px;
		color: #949494;
}
#drepturi{
	    padding-top: 14px;
}
#description{
	font-family:"Lato Bold";
	color:#fff;
	font-size:15px;		
	text-align: center;			
}
.header{
	font-family:"Lato Bold";
	color:#fff;
	font-size:15px;		    text-align: center;
	
}
.link{
	font-family:"Lato Regular";
	color:#787474;
	padding-bottom:10px;		   
	text-align: center;
}
.divider{
	height:1px;
	background:#787474;
	width:77px;
	margin:0 auto;
	margin-bottom:10px;
	margin-top:10px;
}
#info p{
	padding-bottom:10px;
}
#footer a{
	color:#787474;
}
#footer a:hover{
	color:#fff012;
}
.hvr-icon-back:before {
    content: "\f138";
    position: absolute;
    left: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transform: translateZ(0);
    transition-duration: 0.1s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
#footerDespre{
	margin-left:20px;
	text-align:center;
}
@media only screen and (min-width: 768px) {
	#footer1{
		float:right;
	
	}
	
}
@media only screen and (max-width: 768px) {
	#footerDespre{
		margin-left:0px;
	}
}
