@font-face {
  font-family: 'MyCustomFont';
  src: url('ABALC.eot');
  src: url('ABALC.eot?#iefix') format('embedded-opentype'),
      url('ABALC.TTF') format('truetype');
}
html{
	margin:0;
	padding:0;
	border:0;
	overflow-x: hidden;
}
body{
	margin:0;
	padding:0;
	border:0;
	font-family:'MyCustomFont';
	color: #662abd;
	background-image:url(../img/background.png);
	cursor:default;
}
body a{
	color:#FFF
}
input, select, textarea{
	height: 30px;
	color:#662abd;
    border: .1px solid #662abd;
	-moz-box-shadow: 0 1px 4px #bbb inset;
    -webkit-box-shadow: 0 1px 4px #BBB inset;
    box-shadow: 0 1px 4px #BBB inset;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.input-icon{
	position: absolute;
	font-size: 20px;
	margin-top: 8px;
	margin-left: -25px;
	opacity: .5;
}
.css_button{
	color:#FFFFFF;
	background-color: #5b1db0;
    border: .1px solid #662abd;
	-moz-box-shadow: 0 1px 4px #5b1db0;
    -webkit-box-shadow: 0 1px 4px #5b1db0;
    box-shadow: 0 1px 4px #5b1db0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	padding: 5px;
	cursor: pointer;
	display:inline-block;
}
.css_button:hover{
	background-color:#40147C;
	cursor: pointer;
}
.css_button_dis{
	height: 25px;
    border: .1px solid #696969;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	background: -webkit-linear-gradient(90deg, #696969 5%, #979797 100%);
    background: -moz-linear-gradient(90deg, #696969 5%, #979797 100%);
    background: -ms-linear-gradient(90deg, #696969 5%, #979797 100%);
    background: linear-gradient(180deg, #979797 5%, #696969 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#979797",endColorstr="#696969");
	color:#FFF;
}
header{
	height:100px;
	width:100%;
	margin:0px;
	background-color:#0080e3;
	-moz-box-shadow: 0 2px 4px #aaaaaa;
    -webkit-box-shadow: 0 2px 4px #aaaaaa;
    box-shadow: 0 2px 4px #aaaaaa;
	position:fixed;
	z-index:10;
}
header i{
	width: 25px;
}
#header_sec{
	max-width:1200px;
	margin:0 auto;
	vertical-align: middle;
}
#logo{
	float:left;
	margin-right:55px;
	margin-top: 1%;
}
#logo img{
	width: 200px;
}
#menu_sesion{
	position:absolute;
	margin-top: 10px;
	z-index:10;
	right:100px;
}
#menu_sesion a{
	text-decoration:none;
}
#menu_sesion ul{
	font-size:18px;
	list-style-type:none;
	color:#FFF;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	padding-right:30px;
}
#menu_sesion ul li{
	opacity:0.9;
	margin-bottom: 10px;
	padding-left:15px;
	padding-right:15px;
	 -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#menu_sesion ul li:first-of-type{
	border-left: none !important;
}
#menu_sesion ul li:hover{
	border-bottom: rgba(255,255,255,0.61) thin solid;
	text-shadow: #FFFFFF 1px 1px 5px;
}
#pull{
	display:none;
}
#pull_user{
	display:none;
}
#menu{
	padding-top:10px;
	margin-right:5px;
	display:block;
}
#menu ul{
	list-style-type:none;
	overflow:auto;
	color:#FFF;
	/*border:thin solid #8b56eb;
	-moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
	background-color: #5b1db0;*/
	 -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	height: 60px;
	padding-top: 5px;
}
#menu ul li{
	cursor:pointer;
	font-size:18px;
	float:left;
	padding:15px 25px 15px 25px;
	 -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	height: 25px;
}
#menu ul li:first-of-type{
	margin-left:0px;
}
#menu ul li:hover{
	
	border-bottom: rgba(255,255,255,0.61) thin solid;
	text-shadow: #FFFFFF 1px 1px 5px;
}
#menu ul li img{
	width:30px;
	margin-right:5px;
	vertical-align:middle;
	display:inline;
}
#menu ul li a{
	text-decoration:none;
}
.info{
	position:fixed;
	bottom:0;
	width:100%;
	text-align:center;
	font-size:14px;
	display:none;
	padding:0 !important;
}
#menu ul li:last-child{
	border-right:none !important;
	margin-right:30px;
}
.content{
	width:100%;
	margin:0 auto;
	padding-top:100px;
	margin-bottom:30px;
	overflow:auto;
}
.wis{
	width:1100px;
	height:350px;
	margin:0 auto;
	margin-top:20px;
	background-image:url(../img/med.png);
	background-position:left;
	background-repeat:no-repeat;
	background-size:auto;
}
.wis #wis_text{
	font-size:26px;
	color:#000;
	font-style:italic;
	font-weight:bold;
	width:600px;
	float:right;
	text-align:justify;
	margin-top:65px;
}
.wis #wis_text span{
	padding-right:5px;
	padding-left:5px;
	/*background-image:url(../img/opacy_blue_42.png);*/
}
#full-width-slider {
	width: 100%;
	max-height:450px !important;
	overflow:hidden;
	opacity:0.7;
	
}
.fullWidth {
	max-width: 1000px;
	margin: 0 auto;
}
.sec_title{
	font-size:28px;
	text-align:center;
	color:#000;
	margin-bottom:20px;
}
.inmed_numbers{
	width:100%;
	text-align:center;

}
.inmed_numbers td{
	border-right:#5b1db0 thin solid;
	font-size:24px;
}
.inmed_numbers td:last-child{
	border-right:none !important;
}
.inmed_numbers td img{
	width:70px;
	vertical-align:bottom;
	margin-right:10px;
	margin-bottom:5px;
}
.inmed_numbers i{
	font-size: 60px;
}
.inmed_numbers td .number{
	font-size:45px;
	font-weight:bold;
	text-shadow: 0px 0px 3px rgba(150, 150, 150, 1);
}
.inmed_why{
	width:100%;
	text-align:center;
	margin-top:25px;
	padding-top:20px;
	border-top:#5b1db0 thin solid;
	color:#000;
	font-size:18px;
}
.inmed_why table{
	width:100%;
}
.inmed_why table td{
	width:25%;
	text-align:center;
}
.inmed_why table td img{
	width:70px;
	opacity:0.6;
	vertical-align:middle
}
.inmed_why i{
	font-size: 60px;
	text-shadow: 0px 0px 10px rgba(150, 150, 150, 1);
	margin-bottom: 10px;
}
.inmed_why .nom{
	width:60%;
	float:left;
	font-size:24px;
}
.inmed_why .nom-ima{
	text-align:center;
}
.inmed_why .cofe{
	height:50px;
	width:auto;
	vertical-align:middle;
	margin-left:50px;
}
.extra-condiciones{
	width:80%;
	margin:0 auto;
	text-align:justify;
	margin-bottom:10px;
	font-size:22px;
}
.extra-condiciones a{
	color:inherit;	
}
.extra-condiciones #num{
	font-size:36px;
	margin-right:10px;
	display:inline-table;
}
.extra{
	margin-top:100px;
	cursor:pointer;
	display: none;
}
.extra img{
	width:100%;
}
.extra2{
	text-align:center;
	width:100%;
}
.extra2 img{
	width:50%;
}
#caracteristicas{
	padding-top:100px;
	text-align:center;
	overflow:auto;
}
#caracteristicas .detail{
	width:32%;
	font-size:18px;
	margin:0 auto;
	margin-left:5px;
	margin-right:5px;
	display:inline-table;
	text-align:center;
	padding:1px;
	vertical-align:top;
}
#caracteristicas .detail img{
	width:98%;
}
#caracteristicas .ssec{
	width:100%;
	text-align:left;
}
#caracteristicas .ssec_title{
	text-align:left;
	margin: 5px;
	border-bottom:#5b1db0 thin solid;
}
#proximamente{
	margin-top:25px;
	font-size:26px;
	overflow:auto;
}
#proximamente ul{
	list-style-type:none;
	padding:0;
	margin:0 auto;
	text-align:center;
}
#proximamente ul li{
	display:inline-table;
	padding:15px;
	text-align:center;
	min-width:350px;
	max-width:400px;
	
}
#proximamente ul i{
	font-size: 90px;
}
#plans{
	padding-top:100px;
	font-size:26px;
}
#plans .sub_plans{
	overflow:auto;
	text-align:center;
	margin-bottom:15px;
}
.sub_plans_header{
	width: 100%;
	font-size:25px;
	background-color: #5b1db0;
	color: white;
	text-align:center;
	padding: 10px 0;
	margin-bottom:25px;
	z-index: 11;
	
}
.sub_plans_title{
	font-size:18px;
	border-bottom:#5b1db0 thin solid;
	text-align:left;
	margin-bottom:15px;
	padding: 0 10px;
}
#plans .sub_plans .detail{
	width:25%;
	border:thin solid #8b56eb;
	-moz-box-shadow: 0 2px 4px #8b56eb;
	-webkit-box-shadow: 0 2px 4px #8b56eb;
	box-shadow: 0 2px 4px #8b56eb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin:0 auto !important;
	text-align:center;
	font-size:20px;
	padding:10px;
	color:#FFF;
	background: -webkit-linear-gradient(90deg, #5b1db0 5%, #8b56eb 100%);
	background: -moz-linear-gradient(90deg, #5b1db0 5%, #8b56eb 100%);
	background: -ms-linear-gradient(90deg, #5b1db0 5%, #8b56eb 100%);
	background: linear-gradient(180deg, #8b56eb 5%, #5b1db0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8b56eb",endColorstr="#5b1db0");
	cursor:pointer;
	display:inline-table;
	margin-right:30px !important;
	margin-left:30px !important;
}
#plans .sub_plans .detail .number{
	font-size:45px;
	font-weight:bold;
}
#plans .sub_plans .detail .number span{
	font-size:22px;
}
#plans .sub_plans .detail .inc{
	margin:0 auto;
	margin-top:15px;
	width:80%;
	font-size:16px;
	text-align:left;
}
#plans .sub_plans .detail .inc div{
	border-bottom:#FFF solid thin;
}
#plans .sub_plans .detail .inc ul{
	padding:0;
	padding-left:15px;
}
.detail_promo{
	width:50%;
	border:thin solid #8b56eb;
	-moz-box-shadow: 0 2px 4px #8b56eb;
	-webkit-box-shadow: 0 2px 4px #8b56eb;
	box-shadow: 0 2px 4px #8b56eb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin:0 auto !important;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding:20px;
	color:#FFF;
	background: -webkit-linear-gradient(90deg, #9c0000 5%, #cc0000 100%);
    background: -moz-linear-gradient(90deg, #9c0000 5%, #cc0000 100%);
    background: -ms-linear-gradient(90deg, #9c0000 5%, #cc0000100%);
    background: linear-gradient(180deg, #cc0000 5%, #9c0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc0000",endColorstr="#9c0000");b0");
	cursor:pointer;
	margin-top:30px !important;
}
.detail_promo_reg{
	width: 85%;
	font-size:16px;
}
#plans2{
	padding-top:10px;
	width:49%;
	float:left;
	margin-right:20px;
}
#plans2 .sub_plans{
	overflow:auto;
	text-align:center;
	margin-bottom:15px;
}
#plans2 .sub_plans .detail_reg{
	width:23%;
	border:thin solid #8b56eb;
	-moz-box-shadow: 0 2px 4px #8b56eb;
	-webkit-box-shadow: 0 2px 4px #8b56eb;
	box-shadow: 0 2px 4px #8b56eb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin:0 auto !important;
	text-align:center;
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
	color:#FFF;
	background: -webkit-linear-gradient(90deg, #5b1db0 5%, #8b56eb 100%);
	background: -moz-linear-gradient(90deg, #5b1db0 5%, #8b56eb 100%);
	background: -ms-linear-gradient(90deg, #5b1db0 5%, #8b56eb 100%);
	background: linear-gradient(180deg, #8b56eb 5%, #5b1db0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8b56eb",endColorstr="#5b1db0");
	cursor:pointer;
	display:inline-table;
	margin-right:10px !important;
	margin-left:10px !important;
}
#plans2 .sub_plans .detail_cont{
	display:inline-table;
	margin-bottom:15px;
}
#plans2 .sub_plans .detail_reg .number{
	font-size:35px;
	font-weight:bold;
}
#plans2 .sub_plans .detail_reg .number .time{
	font-size:18px;
}
.aviso{
	font-size:8px;
	border-top: #915ED7 thin solid;
	padding-top: 5px;
}
.form_nuser{
	padding-top:10px;
	width:45%;
	float:right;
}
.form_nuser table{
	width:100%;
}
.form_nuser table input{
	width:95%;
}
.form_nuser table input[type='radio']{
	width:auto;
}
.form_nuser table td:first-child{
	width:25%;
	text-align:right;
}
#contact{
	height:330px;
	background-color:#0080e3;
	color:#FFF;
	padding-top:10px;
}
#contact .in{
	max-width:1200px;
	margin:0 auto;
}
#contact #mapa{
	height:330px;
	float:left;
	display:block;
}
#contact .in_text{
	font-size:18px;
	text-align:center;
}
#contact .in_text img{
	width:40px;
}
#contact .in_text i{
	font-size: 40px;
	margin-bottom: 10px;
}
.d_banc{
	width:100%;
	border-collapse:collapse;
}
.d_banc tr{
	border-bottom:#CCC thin solid;
}
.d_banc td:first-child{
	text-align:right;
}
.d_banc td{
	padding-left:15px;
}
footer{
	height:20px;
	width:100%;
	position:fixed;
	background-color:#0080e3;
	bottom:0;
	color:#FFF;
	text-align:center;
	z-index:10;
	display:block;
}
#logo_reg img{
	margin-top: 5px;
	width: 170px;
}
@media screen and (max-width: 1150px) {
	header{
		height:80px;
	}
	#header_sec{
		width:100%;
	}
	#logo{
		margin-top:10px;
		margin-left: 5px;
	}
	#logo img{
		width: 150px;
	}
	#menu{
		padding-top:10px;
		display:block;
	}
	#menu ul{
		height: 40px;
	}
	#menu ul li{
		cursor:pointer;
		font-size:18px;
		padding:5px 10px 5px 10px;
	}
	#menu ul li img{
		height:25px;
		width:25px;
		margin-left:3px;
		vertical-align:top;
		float:left;
		display:block;
	}
	.content{
		padding-top:80px;
	}	
	.wis{
		width: 95vw;
	}
	.detail_promo{
		width: 95%;
	}
	.extra2 img{
		width: 75vw;
	}
}
@media screen and (max-width: 800px) {
	header{
		height:60px;
	}
	#header_sec{
		width:100%;
	}
	#logo{
		margin-top:5px;
	}
	#logo img{
		width: 120px;
	}
	#menu{
		margin:0;
	}
	#menu_sesion{
		display:none;
	}
	#pull {
        display: block;
        width: 30px;
		height:30px;
		position:absolute;
		right:10px;
		padding:5px 5px 0px 5px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		border:#FFF solid thin;
		text-align:center;
		margin-top:10px;
	}
	#pull img{
		width:25px;
		height:25px;
	}
	#pull_user {
        display: block;
        width: 30px;
		height:30px;
		position:absolute;
		right:70px;
		padding:5px 5px 0px 5px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		border:#FFF solid thin;
		text-align:center;
		margin-top:10px;
	}
	#pull_user img{
		width:25px;
		height:25px;
	}
	#menu{
		text-align:right;
		float:right;
		width:100%;
		height:100vh;
		background-color:#662abd;
		color:#FFF;
		opacity:0.7;
		display:none;
		overflow:hidden;
	}
	#menu ul{
		list-style-type:none;
		overflow:inherit;
		color:#FFF;
		-moz-box-shadow:none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-moz-border-radius: none;
		-webkit-border-radius: none;
		border-radius: none;
		background: none;
		margin:0;
		padding:0;
		list-style-type:none;
		height: inherit;
	}
	#menu ul li{
		color:#FFF !important;
		border-right:none;
		border-bottom:#FFF thin solid;
		padding:15px;
		text-transform:uppercase;
		float:inherit;
		border: none;
		font-size: 28px;
		margin-bottom: 10px;
	}
	#menu ul li:hover{
		background-color:#5b1db0;
	}
	#menu ul li i{
		margin-right:10px;
	}
	#menu ul li:last-child{
		border-right:none !important;
		margin-right:0px;
	}
	.info{
		display:block;
		font-size:14px !important;
	}
	#menu_sesion{
		text-align:right;
		right:0;
		width:100%;
		height:100vh;
		background-color:#662abd;
		color:#FFF;
		opacity:0.7;
		display:none;
		overflow:hidden;
		position:inherit !important;
		margin-top:0;
		z-index:0;
	}
	#menu_sesion ul{
		list-style-type:none;
		overflow:inherit;
		color:#FFF;
		-moz-box-shadow:none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-moz-border-radius: none;
		-webkit-border-radius: none;
		border-radius: none;
		background: none;
		margin:0;
		padding:0;
		padding-top: 10px;
		list-style-type:none;
		
	}
	#menu_sesion ul li{
		color:#FFF !important;
		border-top:none;
		border-bottom:#FFF thin solid;
		padding:10px;
		text-transform:uppercase;
		float:inherit;
		border: none;
		font-size: 28px;
		margin-bottom: 10px;
	}
	#menu_sesion ul li:hover{
		background-color:#5b1db0;
	}
	#menu_sesion ul li img{
		height:25px;
		width:25px;
		margin-left:10px;
		vertical-align:top;
		float:right;
		display:block;
	}
	#menu_sesion ul li:last-child{
		border-right:none !important;
		margin-right:0px;
	}
	#pull:hover > #menu{
		display:block;
	}
	.content{
		padding-top:60px;
		margin-bottom:0;
	}
	.wis{
		width:90vw;
		max-height:350px;
		margin:0 auto;
		margin-top:5px;
		background-image:url(../img/med.png);
		background-position:top;
		background-repeat:no-repeat;
		background-size:contain;
		margin-bottom:-55px;
	}
	.wis #wis_text{
		font-size:20px;
		color:#000;
		font-style:italic;
		font-weight:bold;
		width:90vw;
		text-align:justify;
		margin: 0 auto;
		margin-top:200px;
	}
	.wis #wis_text span{
		padding-right:5px;
		padding-left:5px;
		background-image:none;
	}
	.inmed_numbers td{
		border-right:#5b1db0 thin solid;
		font-size:15px;
	}
	.inmed_numbers td:last-child{
		border-right:none !important;
	}
	.inmed_numbers td img{
		width:50px;
		vertical-align:bottom;
		margin-right:10px;
		margin-bottom:5px;
		white-space:pre-wrap;
	}
	.inmed_numbers td .number{
		font-size:30px;
		font-weight:bold;
		text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);
	}
	.inmed_why{
		font-size:15px;
	}
	.inmed_why table td img{
		width:50px;
	}
	.inmed_why .nom{
		margin:0 auto;
		text-align:center;
		float:none;
		width:90%;
		font-size:17px;
		margin-bottom:15px;
	}
	.inmed_why .nom-ima{
		text-align:center;
	}
	.inmed_why .cofe{
		height:50px;
		width:auto;
		vertical-align:middle;
		margin-left:50px;
	}
	#caracteristicas .detail{
		width:90%;
		font-size:18px;
		margin:0 auto;
		padding:10px;
		display:block;
		border-bottom:#5b1db0 thin solid;
	}
	.extra2{
		margin-top: 20px;
		margin-bottom: 10px;
	}
	#proximamente ul{
		margin:0 auto;
		text-align:center;
	}
	#proximamente ul li{
		display:inline-table;
		padding:5px;
		text-align:center;
		min-width:42%;
		font-size:18px;
		margin-bottom: 20px;
	}
	#proximamente ul li img{
		width:50px;
	}
	#plans{
		margin-bottom:30px;
	}
	#plans .sub_plans .detail{
		width:90%;
		margin:0 auto;
		margin-right:0px !important;
		margin-left:0px !important;
		margin-top:10px !important;
		margin-bottom:10px !important;
	}
	#plans .sub_plans .detail .number{
		font-size:30px;
		float:left;
		margin-left:10px;
	}
	#plans .sub_plans .detail .number .time{
		font-size:14px !important;
		position:relative;
	}
	#plans .sub_plans .detail .inc{
		float:right;
		width:65%;
		margin-top:0px !important;
	}
	#plans .sub_plans .detail_reg{
		width:20%;
		border:thin solid #8b56eb;
		-moz-box-shadow: 0 2px 4px #8b56eb;
		-webkit-box-shadow: 0 2px 4px #8b56eb;
		box-shadow: 0 2px 4px #8b56eb;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		margin:0 auto !important;
		text-align:center;
		font-size:16px;
		padding-top:10px;
		padding-bottom:10px;
		color:#FFF;
		background: -webkit-linear-gradient(90deg, #5b1db0 5%, #8b56eb 100%);
		background: -moz-linear-gradient(90deg, #5b1db0 5%, #8b56eb 100%);
		background: -ms-linear-gradient(90deg, #5b1db0 5%, #8b56eb 100%);
		background: linear-gradient(180deg, #8b56eb 5%, #5b1db0 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8b56eb",endColorstr="#5b1db0");
		cursor:pointer;
		display:inline-table;
		margin-right:5px !important;
		margin-left:5px !important;
	}
	#plans .sub_plans .detail_reg .number{
		font-size:20px;
		font-weight:bold;
	}
	#plans .sub_plans .detail_reg .number .time{
		font-size:14px;
	}
	#plans2{
		padding-top:10px;
		width:100%;
		margin-right:0px;
	}
	.form_nuser{
		padding-top:10px;
		width:100%;
		float:right;
	}
	#logo_reg img{
		width: 130px;
		margin-top: 5px;
	}
	#contact #mapa{
		position: absolute;
		opacity: .5;
	}
	.detail_promo{
		width: 80%;
	}
	.extra2 img{
		width:90vw;
	}
	footer{
		display:none;
	}
	#terms{
		width: 97% !important;
	}
}

.radio{
    background-color:rgba(255,255,255,1.00);
    border-radius: 15px;
    box-shadow: 0 1px 1px hsla(264, 64%, 45%,.8),
                0 0 0 1px hsla(264, 64%, 45%,.6),
                0 2px 3px hsla(264, 64%, 45%,.6),
                0 4px 3px hsla(264, 64%, 45%,.4),
                0 6px 6px hsla(264, 64%, 45%,.2),
                0 10px 6px hsla(264, 64%, 45%,.2);
    cursor: pointer;
    display: inline-block;
    height: 15px !important;
    margin-right: 5px;
    position: relative;
    width: 15px !important;
    -webkit-appearance: none;
}
.radio:after{
    border-radius: 15px;
    content: '';
    display: block;
    height: 9px;
    left: 2px;
    position: relative;
    top: 2px;
    width: 9px;
}
.radio:checked{
    background-color: #662abd;
	opacity: 1;
    -webkit-transform: scale(.7);
    transform: scale(.7);
}
