.footer-new {
    /* height: 60px; */
    /* margin-top:50px; */
    /* min-height: 100px; */
    /* background-color: #f2f2f2; */
    background-color: #141414;    
    /* background-color: #292929; */
    /* position: relative; */ /* ??? */
    /* background-image: url('../images/bg-footer-top2.png'); */
    background-repeat: no-repeat;
    background-position: center top;
    /* border-top: 1px solid #ddd; */
    /* padding-top: 2px; 
    padding-bottom: 2px; */
}
.footer-new a {
    color: #9F9F9F;
    font-size: 0.8em;
}

@media screen and (max-width: 991px) {
    .footer-new a {
        margin-left: 20px;
    }    
}

 
/* Yii */
.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}


/* Yii Initial */

.footer
{
	min-height: 200px;
	position: relative;
	background-color: #f2f2f2;
	background-image: url('../images/bg-footer-top2.png');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 44px;
}

.footer-social-network
{
	text-align: center;
	margin-bottom: 40px;
}

.footer-social-network-link
{
	width: 45px;
	height: 45px;
	display: inline-block;
	border-radius: 100%;
	background-color: #bea491;
	text-align: center;
	line-height: 45px;
	margin: 0px 9px;
	transition: all .15s linear;
}
.footer-social-network-link:hover
{
	background-color: #798593;
}








/*------------/footer-------------*/

/*
@media (max-width:767px) {
		
	.footer .container {
		width:auto !important;
	}
	
	
	.footer-social-network-link {
		display: none;
	}
	
	.footer-social-network-link:nth-of-type(1),
	.footer-social-network-link:nth-of-type(2) {
		display: inline-block;
	}
	
	.footer {
		padding-top: 26px;
		padding-bottom: 32px;
	}
	
	.footer-social-network {
		text-align: center;
		margin-bottom: 26px;
	}		
	
}

*/