@font-face {
	font-family: 'ionicons';
	src: url('ionicons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.uc_rounded_app_download_buttons * {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.uc_rounded_app_download_buttons {
	font-weight: 300;
	font-size: 16px;
}
.uc_rounded_app_download_buttons .uc_download_buttons {
    text-align: center;
    position: relative;
    z-index: 1;
}


.uc_rounded_app_download_buttons .uc_download_buttons .uc_btn:active,
.uc_rounded_app_download_buttons .uc_download_buttons .uc_btn:focus,
.uc_rounded_app_download_buttons .uc_download_buttons .uc_btn:hover{
	outline: 0;
	text-decoration: none;
}
.uc_rounded_app_download_buttons .uc_download_buttons .uc_btn {
    margin:0px 15px;
	color: #fff;
	font-size: 18px;
	min-height: 60px;
	border-radius: 40px;
	text-decoration: none;
	display: inline-block;
	z-index: 1;
	position: relative;
	border: none;
	line-height: 32px;
	padding: 16px 32px 20px;
	transition:0.5s;
}

.uc_rounded_app_download_buttons .uc_download_buttons .uc_btn:hover{
	color: #fff;
	cursor: pointer;
	transform:scale(1.1,1.1);
}

.uc_rounded_app_download_buttons .uc_download_buttons .uc_btn:hover:before{
	top: -3px;
	bottom: -3px;
	left: -3px;
	right: -3px;
}
.uc_rounded_app_download_buttons .uc_download_buttons .uc_btn .uc_icon{
	vertical-align: bottom;
	font-size: 32px;
	margin-right: 10px;
	display: inline-block;
}
.uc_rounded_app_download_buttons .uc_download_buttons .uc_btn .uc_ion_social_android:before, 
.uc_rounded_app_download_buttons .uc_download_buttons .uc_btn .uc_ion_social_apple:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.uc_rounded_app_download_buttons .uc_download_buttons .uc_btn .uc_ion_social_apple:before {
    content: "\f227";
}
.uc_rounded_app_download_buttons .uc_download_buttons .uc_btn .uc_ion_social_android:before {
    content: "\f225";
}