
/*Sidfot maincontainer*/
.main-containerfooter{
	
}

/*Sidfot content*/
.main-contentfooter{
	color: black;
}

/*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 {
	
}

#copyright {
    position: relative;
    width: 100%;
    font-family: 'OpenSans-Regular-webfont';
    font-size: 16px;
    line-height: 120px;
    color: #000;
    height: 136px;
}

#gohome:hover{
	cursor:pointer;
	color:#4095ef;
}

.copy {
    text-align: center;
	font-size: 17px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

/*Inställning för mobil*/
@media (max-width: 767px){
	.main-contentfooter {
		text-align: center;
	}

	.right-block{
		width:100%!important;
	}
}

