
@font-face {
    font-family: fontello;
    src: url('../fonts/fontello.eot') format('eot'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.svg') format('svg') ;
}


input.netroRadioSelect[type=radio] {
	display: none;
}

input.netroRadioSelect[type=radio]:checked + label.radioBefore {
	box-shadow: 0 0 0 1px #ccc;
	color: #eee;
	background: #1f1f1f;
}

input.netroRadioSelect[type=radio]:checked + label.radioBefore:before {
	content:"\e801";
	background: none;
}

label.radioBefore {
	line-height: 1.5;
	margin: 15px 0;
	display: block;
	color: #888;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
}

label.radioBefore:hover {
	cursor: pointer;
}

label.radioBefore:before {
	content:"";
	font-family: fontello;
	display: block;
	color: #77E820;
	font-size: 22px;
	line-height: 0.8;
	float: left; 
	margin: 2px 15px 0 0;
	width:20px;
	height: 20px;
	border-radius: 5px;
	background: #eee;
}

.checkmark {
    display:inline-block;
    width: 22px;
    height:22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark_stem {
    position: absolute;
    width:3px;
    height:9px;
    background-color:#ccc;
    left:11px;
    top:6px;
}

.checkmark_kick {
    position: absolute;
    width:3px;
    height:3px;
    background-color:#ccc;
    left:8px;
    top:12px;
}

#streamOverlay {
	position: fixed;
	background: rgba(0,0,0,0.7);
	height: 100%;
	width: 100%;
	z-index:9990;
	top: 0;
	left: 0;
	display:none;
	opacity: 0;
	transition: opacity 2s ease 1s;
	-webkit-transition: opacity 2s ease 1s;
	-moz-transition: opacity 2s ease 1s;
	-ms-transition: opacity 2s ease 1s;
}

.showOverlay {
	display: block !important;
	opacity: 1 !important;
}

#streamNow {
	position: fixed;
	top: -700px;
	height: 500px;
	overflow: hidden;
	padding: 20px 5%;
	width: 90%;
	left: 0;
	opacity: 0;
	background: #fafafa;
	-webkit-transition: all 0.6s ease-in-out;
	text-align: center;
	font-size: 32px;
	text-shadow: none;
	box-shadow: 0 0 0 2px #f0f0f0;
	border-radius: 10px;
	z-index: 9999;
}

#streamNow h2 {
	font-size: 36px;
	margin: 15px auto 20px;
}
.slideStreamOut {
	top: 15% !important;
	opacity: 1 !important;
}

#submitPlan {
	clear: both;
	overflow: hidden;
	margin: 10px auto;
	max-width: 380px;
}
#submitStreamPlan {
	display: block;
	width: 44%;
	max-width: 170px;
	padding: 25px 2%;
	text-align: center;
	color: #7FC408;
	float: left;
	line-height: 1;
	background: #fff;
	box-shadow: 0 0 0 1px #f0f0f0;
	border-radius: 10px;
	margin: 10px 1%;
}

#submitStreamPlan:hover {
	color: #999;
}

label#changePlan {
	display: block;
	line-height: 1;
	width: 44%;
	max-width: 170px;
	padding: 25px 2%;
	text-align: center;
	float: left;
	color: #c91d22;
	background: #fff;
	box-shadow: 0 0 0 1px #f0f0f0;
	border-radius: 10px;
	margin: 10px 1%;
}

label#changePlan:hover {
	cursor: pointer;
	color: #999;
}

#planSummary {
	font-size: 16px;
	text-align: left;
	max-width: 460px;
	margin: 10px auto;
}

#planSummaryRegister {
	font-size: 16px;
	text-align: left;
	max-width: 460px;
	margin: 10px auto;
	display: none;
}

.showPlanSummary {
	display: block !important;
}

.showPlanSummary label.aPlan {
	color: #1f1f1f;
	float:right;
}

#planSummary label.aPlan {
	color: #1f1f1f;
	float:right;
}

/* Radio App */

.radioAppContent p {
	font-size: 18px;
}

#radioAppButton {
	display: block;
	padding: 15px 20px;
	background: #52bdeb;
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 1.7;
}


@media only screen and (min-width: 661px) {

label.radioBefore {
	float: left;
	margin: 15px 5px 15px 0;
}


#streamNow {
	left: 5%;
	width: 80%;
}


}

@media only screen and (max-width: 840px) {

.slideStreamOut {
	overflow-y: scroll !important;
	-webkit-overflow-scrolling: touch;
}


}

@media only screen and (min-width: 840px) {

/* Radio App */

.radioAppContent p {
	padding-top: 40%;
	font-size: 26px;
}

}

@media only screen and (min-width: 1200px) {

/* Radio App */

.radioAppContent p {
	font-size: 32px;
}

}