﻿
.sms_wrapper {
	/*margin-bottom: 35px;*/
}
.sms_left {
	float: left !important;
}
.sms_right {
	float: right !important;
}
.sms_wrapper .plattform {
	margin: 0px 7px 10px 7px;
	height: 32px;
	line-height: 32px;
	width: 87px;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.sms_wrapper .plattform:hover {
	/*filter: grayscale(100%);*/
	filter: brightness(120%);
}

.footer.fat_icons .plattform {
	width: 135px !important;
    height: 50px !important;
}
