
/*Sidfot maincontainer*/
.main-containerfooter{
	
}

/*Sidfot content*/
.main-contentfooter{
	margin: 0;
	padding-bottom: 50px;
	padding-bottom: 30px;
    padding-top: 50px;
}

/*Sidfot content länk*/
.main-contentfooter, a{
	color: black;
	text-decoration:none;
}

/*Sidfot content länk hover*/
.main-contentfooter a:hover{
	margin-left: auto;
	margin-right: auto;
}

/*Sidfot logo*/
.getfooterlogo {
	
}

.custom-footer-text{
	display:block;
	color: #aeaeae!important;
	font-size: 16px;
	padding: 5px 0px 5px 0px;
}

.custom-footer-url{
	display:block;
	color: #aeaeae!important;
	font-size: 16px;
    padding: 5px 0px 5px 0px;
}

.custom-footer-url:hover{
	color: #fff!important;
}

.custom-footer-text-url{
	color: #aeaeae!important;
	font-size: 16px;
}

.custom-footer-text-url:hover{
	color: #fff!important;
}

.logo-footer-text {
	display:block;
    font-weight: 600;
    font-size: 18px;
    color: #d0d0d0;
    letter-spacing: -1px;
}



/*Inställning för mobil*/
@media (max-width: 767px){
	.main-contentfooter {
		text-align: center;
	}

	.right-block{
		width:100%!important;
	}
}

