#call-to-action {
	position: fixed;
	bottom: 115px;
	right: 0px;

    @media screen and (max-width: 992px) {
        display: none;
    }
}

.cto,
.sociallinks {
	.cto-item {
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
        background-color: #282828;
        color: #ffed00;

        svg {
        	width: 26px;
        	height: 26px;
            fill: #ffed00;
        }

        &:hover {
        	background-color: #000000 !important;
        }
	}
}

.sociallinks {
    display: flex;
    flex-direction: row;
    justify-content: start;

    .cto-item {
        width: 56px;
        height: 56px;
        border-radius: 0;
        background-color: #a6a6a6 !important;
        margin-right: 23px;

        &:hover {
            background-color: #737070 !important;
        }
    }
}